@media (min-width: 1560px) {
    .intro-blue {
        height: 770px;
    }
}
.captcha-container {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}

.captcha-container .input-wrap {
    display: flex;
    align-items: center;
    gap: 25px;
}
.header .header__btn {
    //margin-left: unset;
}
header .header__btn.btn_form {
	padding: 14.5px 19px;
	margin-left: auto;
    margin-right: 15px;
}
@media screen and (max-width: 768px) {
    .captcha-container .input-wrap {
        width: 100%;
        gap: 8px;
    }
}

@media screen and (max-width: 500px) {
    .captcha-container .input-wrap {
        flex-direction: column;
        align-items: flex-start;
    }
}

/* OUR SPEC */
.our-spec {
    margin-top: 80px;
}

.our-spec__wrapper {
    display: grid;
    grid-template-columns: 1fr 66%;
    gap: 60px;
    position: relative;
    align-items: flex-start;
}

.our-spec__title {
    position: sticky;
    top: 50px;
    left: 0;
}

.our-spec__list {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.our-spec-item {
    padding: 24px;
    border-radius: 1rem;
    background: #FFF;
    box-shadow: 0px 0px 14px 0px rgba(15, 45, 114, 0.10);
    display: grid;
    grid-template-columns: 37% 1fr;
    gap: 60px;
}

.our-spec-item__title {
    color: #0F2D72;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.5em;
}

.our-spec-item__text {
    color: rgba(15, 45, 114, 0.70);
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5em;
}

@media screen and (max-width: 900px) {
    .our-spec__wrapper {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .our-spec__title {
        position: static;
    }
}

@media screen and (max-width: 600px) {
    .our-spec__wrapper {
        gap: 20px;
    }

    .our-spec-item {
        padding: 16px;
        gap: 12px;
        grid-template-columns: 1fr;
    }

    .our-spec-item__title {
        font-size: 18px;
    }

    .our-spec-item__text {
        font-size: 14px;
    }
}

/* SERVICES */
#service4.services__card .services__card_content {
    max-width: 300px;
}

.services-page .services__card.multi .services__card_content:nth-child(3) {
    border-right: 1px solid rgba(15, 45, 114, 0.2);
}

.services-page .services__card.multi .services__card_content:nth-last-child(2) {
    border-right: none;
}

@media screen and (max-width: 768px) {
    #service4.services__card {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }

    #service4.services__card .services__card_content {
        width: 100%;
    }
}

@media screen and (max-width: 600px) {
    #service4.services__card {
        grid-template-columns: 1fr;
    }

    #service4.services__card .services__card_content {
        border: none;
        max-width: 100%;
    }

    #service4.services__card .services__card_content:not(:nth-last-child(2)) {
        border-bottom: 1px solid rgba(15, 45, 114, 0.2);
    }
}

/* FEEDBACK FORM */
.order-form.feedback-form .input-wrap {
    width: calc((100% - 25px) / 2);
}

.order-form.feedback-form .input-wrap:nth-child(5),
.order-form.feedback-form .input-wrap:nth-child(6),
.order-form.feedback-form .input-wrap:nth-child(7) {
    width: calc((100% - 50px) / 3) !important;
}

.order-form.feedback-form .captcha-container .input-wrap,
.order-form.trade-form .captcha-container .input-wrap {
    width: calc((100% - 50px) / 2.5);
}

@media screen and (max-width: 1024px) {
    .order-form.feedback-form .captcha-container .input-wrap {
        width: calc((100% - 25px) / 2);
    }
}

@media screen and (max-width: 768px) {
    .order-form.feedback-form .input-wrap {
        width: calc((100% - 10px) / 2);
    }

    .order-form.feedback-form .input-wrap:nth-child(5),
    .order-form.feedback-form .input-wrap:nth-child(6),
    .order-form.feedback-form .input-wrap:nth-child(7) {
        width: calc((100% - 10px) / 2) !important;
    }

    .order-form.feedback-form .captcha-container .input-wrap {
        width: 100%;
    }
}

@media screen and (max-width: 600px) {
    .order-form.feedback-form .input-wrap,
    .order-form.feedback-form .input-wrap:nth-child(5),
    .order-form.feedback-form .input-wrap:nth-child(6),
    .order-form.feedback-form .input-wrap:nth-child(7) {
        width: 100% !important;
    }
}

.itc-select {
    z-index: auto;
}

.grecaptcha-badge {
    display: none !important;
}

.order-form input[type="submit"],
.order-form button {
    cursor: pointer;
}

.table__row {
    width: 100%;
}

.digest__el .digest__bg {
    height: 100%;
    width: auto;
}

.news-page img {
    max-width: 100%;
}

.footer__address {
	font-size: 14px;
	line-height: 16px;
	margin-top: 10px;
}
.footer__address b {
	color: #0f2d72;
}

.hide {
  display: none;
}

#call_feedback {
	border-radius: 10px;
}
.template_form {
max-width: 40vw;
padding: 10px 20px;
}
.popup-window-content {
    background-color: transparent;
}
.template_form .block_header{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
}
.template_form .input-wrap {
	width: 100%;
}
.template_form .input-wrap input {
    margin-bottom: 5px;
}
.template_form .btn_block {
    margin-top: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.notice_err {
	display: flex;
    align-items: center;
    justify-content: center;
	max-width: 40vw;
    padding: 10px 20px;
}
.form-val2 .checkbox {
    padding-top: 15px;
}
div[id^="wait_comp_"]{ display: none;}

.btn-up{
background: #0f2d72;
    border-radius: 13px;
  padding: 12px 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  z-index: 99;
  bottom: 10vh;
  right: 10vh;
cursor: pointer;
}
.btn-up svg {
	width: 30px;
	height: 30px;
cursor: pointer;
fill: white;
}
.btn-up:hover {
	background: #3457a9;
}
.btn-up_hide {
  display: none;
}

.footer__links {
    padding: 0 15px;
}

.h4 {
	font-size: 18px;
	font-weight: 600;
	padding: 10px 0 5px 0;
}
.services_page_description p {
	margin: 5px 0;
}
.services_page_description ul {
	margin: 5px 0;
}
.services_page_description li, .custom_ul li {
	list-style: disc;
	margin-left: 30px;
}


@media (max-width: 1050px){
	.btn-up{
		right: 6vh;
		padding: 15px;
	}
	.btn-up svg {
		width: 20px;
		height: 20px;
	}
.footer__address{
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: column;
	}
}
@media (max-width: 770px){
	.footer__links{
		padding-left: 0;
		padding-right: 0;
	}
	.btn-up{
		right: 4vh;
		bottom: 15vh;
		padding: 10px;
	}
	.btn-up span {
		display: flex;
	}
	.btn-up svg {
		width: 20px;
		height: 20px;
	}
	.template_form {
		max-width: 100%;
		padding: 8px 15px;
	}
}