@media(min-width:768px){
	.main-block{
		margin-top:92px;
	}
}
@media(max-width:768px){
	.main-block{
		margin-top:92px;
	}
}
h1, h2, h3, h4{
	font-family: "TT-Norms-Pro", sans-serif;
}

/*ПОДПИСКА*/
input {
  border: 0;
  outline: 0;
  width: 100%;
  height: auto;
  margin-bottom: 0;
  padding: 0;
  color: #111;
  border-radius: 0px;
  background-color: #fff;
}
.testimonials-modal__content-close svg {
  width: 24px;
  height: 24px;
}
.contact-us-popup,
.partners-modal,
.video-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 99999;
    display: none;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.contact-us-popup__inner,
.partners-modal__inner,
.video-popup__inner {
    width: 600px;
    background-color: #ffffff;
    padding: 40px;
    position: relative;
}
@media (max-width: 520px) {
    .contact-us-popup__inner,
    .partners-modal__inner,
    .video-popup__inner {
        width: 100vw;
        height: 100vh;
    }
}
.contact-us-popup__title,
.partners-modal__title,
.video-popup__title {
color: var(--color-black);
  -webkit-font-feature-settings: "liga" off, "clig" off;
  font-feature-settings: "liga" off, "clig" off;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: -0.01em;
    margin-bottom: 24px;
}
@media (max-width: 520px) {
    .contact-us-popup__title,
    .partners-modal__title,
    .video-popup__title {
        font-size: 20px;
        margin-top: 24px;
        padding-left: 20px;
        padding-right: 20px;
    }
}
.contact-us-popup__description,
.partners-modal__description,
.video-popup__description {
    line-height: 24px;
    margin-bottom: 8px;
    color: #686b66;
}
.contact-us-popup__subtitle,
.partners-modal__subtitle,
.video-popup__subtitle {
    line-height: 24px;
    margin-bottom: 32px;
    font-weight: 500;
}
.contact-us-popup__subtitle span,
.partners-modal__subtitle span,
.video-popup__subtitle span {
    color: #ed633f;
}
.contact-us-popup__form,
.partners-modal__form,
.video-popup__form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
.contact-us-popup__form label[data-label="hide"],
.partners-modal__form label[data-label="hide"],
.video-popup__form label[data-label="hide"] {
    position: relative;
}
.contact-us-popup__form label[data-label="hide"] span,
.partners-modal__form label[data-label="hide"] span,
.video-popup__form label[data-label="hide"] span {
    position: absolute;
    top: 10px;
    left: 0;
    font-size: 12px;
    color: #686b66;
    margin-left: 24px;
}
.contact-us-popup__form label[data-label="hide"] svg,
.partners-modal__form label[data-label="hide"] svg,
.video-popup__form label[data-label="hide"] svg {
    position: absolute;
    top: 24px;
    right: 24px;
    width: 18px;
    height: 18px;
}
.contact-us-popup__form input,
.contact-us-popup__form textarea,
.partners-modal__form input,
.partners-modal__form textarea,
.video-popup__form input,
.video-popup__form textarea {
    border: 1px solid #dbe0db;
    padding: 24px;
    border-bottom: none;
    width: 100%;
    /*font-family: 'TTNorms', sans-serif;*/
    font-size: 16px;
    color: #686b66;
}
.contact-us-popup__form .iti,
.partners-modal__form .iti,
.video-popup__form .iti {
    width: 100%;
}
.contact-us-popup__form textarea,
.partners-modal__form textarea,
.video-popup__form textarea {
    border-bottom: 1px solid #dbe0db;
    margin-bottom: 24px;
    resize: none;
    width: 100% !important;
    min-height: 120px;
}
@media (max-width: 520px) {
    .contact-us-popup__form input,
    .partners-modal__form input,
    .video-popup__form input {
        border-left: none;
        border-right: none;
    }
}
@media (max-width: 520px) {
    .contact-us-popup__form button,
    .partners-modal__form button,
    .video-popup__form button {
        width: -webkit-calc(100% - 40px);
        width: calc(100% - 40px);
        margin: 0 20px;
    }
}
.contact-us-popup__policy,
.partners-modal__policy,
.video-popup__policy {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 24px;
	 margin-top: 24px;
}
@media (max-width: 520px) {
    .contact-us-popup__policy,
    .partners-modal__policy,
    .video-popup__policy {
        padding-left: 20px;
        padding-right: 20px;
    }
}
.contact-us-popup__policy a,
.partners-modal__policy a,
.video-popup__policy a {
    text-decoration: underline;
    font-weight: 500;
}
.contact-us-popup.active,
.partners-modal.active,
.video-popup.active {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.contact-us-popup .testimonials-modal__content-close,
.partners-modal .testimonials-modal__content-close,
.video-popup .testimonials-modal__content-close {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #f1f2f0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 72px;
    height: 72px;
}
.contact-us-popup .testimonials-modal__content-close:hover,
.partners-modal .testimonials-modal__content-close:hover,
.video-popup .testimonials-modal__content-close:hover {
    background-color: #d8dad5;
}
.contact-us-popup .testimonials-modal__content-close span,
.partners-modal .testimonials-modal__content-close span,
.video-popup .testimonials-modal__content-close span {
    display: none;
}
@media (max-width: 520px) {
    .contact-us-popup .testimonials-modal__content-close,
    .partners-modal .testimonials-modal__content-close,
    .video-popup .testimonials-modal__content-close {
        width: 100%;
        height: 50px;
        background-color: #053e3e;
        color: #ffffff;
        font-size: 16px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 0 24px;
    }
    .contact-us-popup .testimonials-modal__content-close span,
    .partners-modal .testimonials-modal__content-close span,
    .video-popup .testimonials-modal__content-close span {
        display: block;
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    .contact-us-popup .testimonials-modal__content-close svg,
    .partners-modal .testimonials-modal__content-close svg,
    .video-popup .testimonials-modal__content-close svg {
        margin-left: auto;
        -webkit-filter: invert(1);
        filter: invert(1);
    }
}
.contact-us-popup #phone-contact-us,
.contact-us-popup #phone-get-review,
.partners-modal #phone-contact-us,
.partners-modal #phone-get-review,
.video-popup #phone-contact-us,
.video-popup #phone-get-review {
    width: 100%;
    padding: 24px;
    padding-left: 144px;
}
@media (max-width: 520px) {
    .contact-us-popup .iti,
    .partners-modal .iti,
    .video-popup .iti {
        padding-left: 20px;
        padding-right: 20px;
    }
}
.contact-us-popup .iti__flag-container,
.partners-modal .iti__flag-container,
.video-popup .iti__flag-container {
    width: 120px;
    background-color: #cafffe;
}
@media (max-width: 520px) {
    .contact-us-popup .iti__flag-container,
    .partners-modal .iti__flag-container,
    .video-popup .iti__flag-container {
        left: 20px;
        background-color: transparent;
    }
}
.contact-us-popup .iti--separate-dial-code .iti__selected-flag,
.partners-modal .iti--separate-dial-code .iti__selected-flag,
.video-popup .iti--separate-dial-code .iti__selected-flag {
    background-color: #cafffe;
}
@media (max-width: 520px) {
    .contact-us-popup .iti--separate-dial-code .iti__selected-flag,
    .partners-modal .iti--separate-dial-code .iti__selected-flag,
    .video-popup .iti--separate-dial-code .iti__selected-flag {
        background-color: transparent;
    }
}
.contact-us-popup .iti__country-list,
.partners-modal .iti__country-list,
.video-popup .iti__country-list {
    background-color: #285252;
    border: none;
}
.contact-us-popup .iti__country-list li,
.partners-modal .iti__country-list li,
.video-popup .iti__country-list li {
    color: #ffffff;
    padding: 12px;
}
.contact-us-popup .iti__country-list li:hover,
.partners-modal .iti__country-list li:hover,
.video-popup .iti__country-list li:hover {
    background-color: #cafffe;
    color: #000000;
}
.contact-us-popup .iti__country-list::-webkit-scrollbar,
.partners-modal .iti__country-list::-webkit-scrollbar,
.video-popup .iti__country-list::-webkit-scrollbar {
    width: 8px;
}
.contact-us-popup .iti__country-list::-webkit-scrollbar-track,
.partners-modal .iti__country-list::-webkit-scrollbar-track,
.video-popup .iti__country-list::-webkit-scrollbar-track {
    background: #053e3e;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
.contact-us-popup .iti__country-list::-webkit-scrollbar-thumb,
.partners-modal .iti__country-list::-webkit-scrollbar-thumb,
.video-popup .iti__country-list::-webkit-scrollbar-thumb {
    background: #cafffe;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
.contact-us-popup .iti__country-list::-webkit-scrollbar-thumb:hover,
.partners-modal .iti__country-list::-webkit-scrollbar-thumb:hover,
.video-popup .iti__country-list::-webkit-scrollbar-thumb:hover {
    background: #97fffd;
}
.contact-us-popup .checkbox,
.partners-modal .checkbox,
.video-popup .checkbox {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    cursor: pointer;
}
.contact-us-popup .checkbox:not(:last-child),
.partners-modal .checkbox:not(:last-child),
.video-popup .checkbox:not(:last-child) {
    margin-bottom: 16px;
}
.contact-us-popup .checkbox.checked .checkbox__mark,
.partners-modal .checkbox.checked .checkbox__mark,
.video-popup .checkbox.checked .checkbox__mark {
    background: #285252;
}
.contact-us-popup .checkbox.checked svg,
.partners-modal .checkbox.checked svg,
.video-popup .checkbox.checked svg {
    display: block;
}
.contact-us-popup .checkbox input,
.partners-modal .checkbox input,
.video-popup .checkbox input {
    display: none;
}
.contact-us-popup .checkbox__mark,
.partners-modal .checkbox__mark,
.video-popup .checkbox__mark {
    width: 24px;
    height: 24px;
    background: transparent;
    border: 1px solid #dbe0db;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 12px;
    position: relative;
}
.contact-us-popup .checkbox__mark svg,
.partners-modal .checkbox__mark svg,
.video-popup .checkbox__mark svg {
    display: none;
}
.video-popup__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}
.video-popup__video {
    width: 100%;
}
@media (max-width: 520px) {
    .contact-us-popup .contact-us-popup__inner {
        padding-left: 0;
        padding-right: 0;
    }
}
@media (max-width: 520px) {
    .contact-us-popup .iti--allow-dropdown .iti__flag-container,
    .contact-us-popup .iti--separate-dial-code .iti__flag-container {
        left: 20px;
    }
}
@media (max-width: 520px) {
    .contact-us-popup__title {
        display: none;
    }
}
@media (max-width: 520px) {
    .contact-us-popup__description {
        margin-top: 40px;
    }
}
@media (max-width: 520px) {
    .contact-us-popup__description,
    .contact-us-popup__subtitle {
        padding-left: 20px;
        padding-right: 20px;
    }
}
.contact-us-popup__form input[name="FORM_PHONE"]{
	  border-bottom: 1px solid #dbe0db;
}
.main-where-start__item-link2{
	color: #767676;
}
.fancybox__container{
z-index: 2147483647;	
}

.input input {
  border: 0;
  outline: 0;
  width: 100%;
  height: 50px;
  margin-bottom: 30px;
  padding: 0 30px;
  color: #414141;
 
  background-color: #f1f1f1;

}
.popup{
	z-index: 2147483649;
}
#CalltouchWidgetFrame{
		z-index: 10000 !important;
}


@media(min-width:992px){
	.main-where-start__item-number{
		margin-top:-12px;
	}
}

.main-price-block-item__file svg path{
	stroke: #767676;
}
.main-price-block-item__item svg {
  margin-bottom: 3px;
}

.main-get-manual{
	display:none;
}
.form-subscription__check2{
	margin-top:10px;
}