/*Стили нового сайта ниже*/
body{
    margin: 0;
    font-family: sans-serif;
}
a {
    cursor: pointer;
}
/*HEADER*/
.header a{
    cursor: pointer;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    text-decoration: none;
}

.header__link{
    margin-left: 80px;
    display: flex;
}
.hover__buttom{
    transition: all 0.3s !important;
}
.hover__buttom:hover{
    background: #23A4B1 !important;
}
.header__link a{
    padding: 10px 20px;
    transition: all 0.3s;
    color: #303737;
}
.header__link a:hover{
    color: #23A4B1;
}
.header__link .link_active{
    background: #FFFFFF;
    border-radius: 4px;
    color: #23A4B1;
}
.header__contact a{
    display: flex;
    align-items: center;
    margin-left: 20px;
    text-decoration: none;
    color: black;
    transition:  all 0.3s;
}
.header__contact--mobile{
    display: flex;
}
@media (max-width: 1450px){
    .header__contact--mobile{
        display: flex;
    }
}
.header__contact a:hover{
    color: #23A4B1;
}
.header{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 26px 20px;
    background: #DBFCFF;
}
.header__container{
    display: flex;
    width: 100%;
    justify-content: space-between;
    max-width: 1600px;
    margin: 0 auto;
    z-index: 11;
}
.footer__size{
    max-width: 1600px;
    margin: 0 auto;
}
.header__detail{
    background: #F1F6F8;
}
.header__contact{
    display: flex;
    align-items: center;
}
.header__logo{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header__contact .header__contact-application{
    color: #FFFFFF;
    padding: 10px 20px;
    background: #3DD6E5;
    border-radius: 4px;
    white-space: nowrap;
    transition: all 0.3s;
}
.header__contact  .header__contact-application:hover{
    background: #23A4B1;
    color: #ffffff;
}
.header__phone{
    margin-right: 5px;
    width: 24px;
    height: 24px;
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_185_691)'%3E%3Cpath d='M5 4H9L11 9L8.5 10.5C9.57096 12.6715 11.3285 14.429 13.5 15.5L15 13L20 15V19C20 19.5304 19.7893 20.0391 19.4142 20.4142C19.0391 20.7893 18.5304 21 18 21C14.0993 20.763 10.4202 19.1065 7.65683 16.3432C4.8935 13.5798 3.23705 9.90074 3 6C3 5.46957 3.21071 4.96086 3.58579 4.58579C3.96086 4.21071 4.46957 4 5 4Z' stroke='%233DD6E5' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_185_691'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
    transition: all 0.3s;
}
.header__telegram{
    margin-right: 5px;
    width: 32px;
    height: 32px;
    background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_185_694)'%3E%3Cpath d='M19 14L15 18L21 24L25 8L7 15L11 17L13 23L16 19' stroke='%233DD6E5' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_185_694'%3E%3Crect width='24' height='24' fill='white' transform='translate(4 4)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
    transition: all 0.3s;
}
.header__navigation {
    z-index: 12;
    padding: 0 16px;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    /* fade in checked menu */
}
.header__navigation .header__menu--checkbox {
    display: none;
}
.header__burger--contact{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 30px 0;
}
.header__burger--contact span{
    align-items: center;
    margin-bottom: 5px;
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    color: #000000;
    opacity: 0.5;
}
.burger__form form{
    display: flex;
    flex-direction: column;
}
.burger__form form label{
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    color: #303737;
    opacity: 0.5;
}
.header__burger--application{
    text-align: center;
    background: #3DD6E5;
    border-radius: 4px;
    padding: 15px;
    font-weight: 600;
    font-size: 16px;
    line-height: 130%;
    color: #FFFFFF;
    border: none;
}
.header__burger--mobile{
    margin-right: 15%;
}
.header__burger--contact img{
    margin-right: 5px;
}
.header__burger--contact a{
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    color: #303737;
    margin-left: 0;
}
.header__navigation label.header__menu--toggle {
    cursor: pointer;
}
.header__navigation .header__menu {
    padding: 20px;
    position: fixed;
    top: 0;
    right: 0;
    max-width: 368px;
    width: calc(100vw - 30px);
    height: 100%;
    -moz-transform: translate3d(450px, 0, 0);
    -o-transform: translate3d(450px, 0, 0);
    -ms-transform: translate3d(450px, 0, 0);
    -webkit-transform: translate3d(450px, 0, 0);
    transform: translate3d(450px, 0, 0);
    -moz-transition: transform 0.35s;
    -o-transition: transform 0.35s;
    -webkit-transition: transform 0.35s;
    transition: transform 0.35s;
    z-index: 1;
    overflow: hidden;
    background-color: #DBFCFF;
}
.header__navigation .header__menu--overlay {
    background-color: rgba(103, 103, 103, 0.5);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    bottom: 0;
    z-index: 1;
    display: none;
}
.header__navigation .header__menu--header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 25px;
}
.header__navigation .header__menu--header span {
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
    letter-spacing: -0.03em;
    color: #303737;
}
.header__burger--list a{
    margin-left: 0;
    text-decoration: none;
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
    letter-spacing: -0.03em;
    color: #23A4B1;
    padding: 20px 0;
    border-top:  1px solid rgb(48, 55, 55, 0.2);
}
.header__burger--list a:last-child{
    border-bottom:  1px solid rgb(48, 55, 55, 0.2);
}
.header__navigation .header__menu .header__menu {
    -moz-transform: translate3d(480px, 0, 0);
    -o-transform: translate3d(480px, 0, 0);
    -ms-transform: translate3d(480px, 0, 0);
    -webkit-transform: translate3d(480px, 0, 0);
    transform: translate3d(480px, 0, 0);
}
.header__navigation .header__menu ul {
    overflow-y: auto;
}
.header__navigation .header__menu ul li a, .header__navigation .header__menu ul li label {
    display: block;
    text-align: left;
    padding: 0 15px;
    line-height: 47px;
    text-decoration: none;
    color: #333;
    cursor: pointer;
    font-size: 1rem;
    border-bottom: 1px solid #e8e8e8;
    position: relative;
}
.header__navigation .header__menu ul li label.a-label__chevron::after {
    content: "";
    position: absolute;
    display: inline-block;
    height: 10px;
    width: 10px;
    border-color: #333;
    border-style: solid;
    border-width: 1px 1px 0 0;
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 50%;
    margin-top: -5px;
    right: 16px;
}
.header__navigation .header__menu ul li .-invisible {
    border-bottom: 0;
}
.header__navigation .header__menu .header__menu label.header__menu--toggle {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    border-bottom: 0;
    padding: 0;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
.header__navigation .header__menu--checkbox:checked ~ .header__menu--overlay {
    display: block;
}
.header__navigation .header__menu--checkbox:checked ~ .header__menu {
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.burger__form .text__field--floating .text__field--textarea{
    height: 200px;
    resize: none;
    max-width: 368px;
}

.text__field{
    margin-bottom: 10px;
}
.text__textarea{
    margin-bottom: 20px;
}
.text__field--label {
    display: block;
    margin-bottom: 0.25rem;
}

.text__field--input {
    display: block;
    width: 100%;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    color: #303737;
    height: calc(2.25rem + 2px);
    border-radius: 12px;
    background-color: #fff;
    background-clip: padding-box;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-color: transparent;
}

.text__field--input[type="search"]::-webkit-search-decoration,
.text__field--input[type="search"]::-webkit-search-cancel-button,
.text__field--input[type="search"]::-webkit-search-results-button,
.text__field--input[type="search"]::-webkit-search-results-decoration {
    -webkit-appearance: none;
}

.text__field--input::placeholder {
    color: #212529;
    opacity: 0.4;
}

.text__field--input:focus {
    color: #212529;
    background-color: #fff;
    outline: 0;
    border: 1px solid #3DD6E5;
}

.text__field--input:disabled,
.text__field--input[readonly] {
    background-color: #f5f5f5;
    opacity: 1;
}

.text__field--floating {
    position: relative;
}

.text__field--floating .text__field--input {
    height: calc(3.5rem + 2px);
    line-height: 1.25;
    padding: 1rem 0.75rem;
}

.text__field--floating .text__field--label {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    padding: 1rem .75rem;
    pointer-events: none;
    border: 1px solid transparent;
    transform-origin: 0 0;
    transition: opacity .15s ease-in-out, transform .15s ease-in-out;
}

.text__field--floating .text__field--input::-moz-placeholder {
    color: transparent;
}

.text__field--floating .text__field--input::placeholder {
    color: transparent;
}

.text__field--floating .text__field--input:focus,
.text__field--floating .text__field--input:not(:placeholder-shown) {
    padding-top: 1.625rem;
    padding-bottom: .625rem;
}

.text__field--floating .text__field--input:focus~.text__field--label,
.text__field--floating .text__field--input:not(:placeholder-shown)~.text__field--label {
    opacity: .65;
    transform: scale(.85) translateY(-.75rem) translateX(.15rem);
}
@media (min-width: 1100px) {
    .header__menu,
    .header__navigation{
        display: none;
    }
}
@media (max-width: 1260px) {
    .header__link{
        margin-left: 20px;
    }
    .header__link a{
        padding: 10px 12px;
    }
}
@media (max-width: 1100px) {
       .header__phone{
        background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_185_691)'%3E%3Cpath d='M5 4H9L11 9L8.5 10.5C9.57096 12.6715 11.3285 14.429 13.5 15.5L15 13L20 15V19C20 19.5304 19.7893 20.0391 19.4142 20.4142C19.0391 20.7893 18.5304 21 18 21C14.0993 20.763 10.4202 19.1065 7.65683 16.3432C4.8935 13.5798 3.23705 9.90074 3 6C3 5.46957 3.21071 4.96086 3.58579 4.58579C3.96086 4.21071 4.46957 4 5 4Z' stroke='%23303737' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_185_691'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
    }
    .header__burger--application .a-label__chevron{
        text-decoration: none;
        font-weight: 600;
        font-size: 16px;
        line-height: 130%;
        text-align: center;
        color: #FFFFFF;
        display: flex;
        justify-content: center;
        margin: 0;
    }
    .header__telegram{
        background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_185_694)'%3E%3Cpath d='M19 14L15 18L21 24L25 8L7 15L11 17L13 23L16 19' stroke='%23303737' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_185_694'%3E%3Crect width='24' height='24' fill='white' transform='translate(4 4)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
    }
    .header__contact .header__contact-application,
    .header__contact span,
    .header__link{
        display: none;
    }
    .header__menu--header span,
    .header__contact .header__telegram,
    .header__contact .header__phone {
        display: block;
    }
    .header__burger--contact span{
        display: flex;
    }
}
@media (max-width: 450px) {
    .header__navigation .header__menu{
        width: calc(100vw - 70px);
    }
    .header__burger--mobile{
        margin-right: 10%;
    }
}
/*FOOTER*/
.footer{
    padding: 40px 20px;
    background: #F1F6F8;
}
.footer__container{
    display: flex;
    justify-content: space-between;
}
.footer__link{
    display: flex;
}
.footer__link a{
    text-decoration: none;
    color: #303737;
}
.footer__link-block:first-child{
    margin-right: 160px;
}
.footer__link-block{
    display: flex;
    flex-direction: column;
}
.footer__contact{
    display: flex;
}
.footer__contact-connect{
    display: flex;
    flex-direction: column;
}
.footer__contact-connect a{
    text-decoration: none;
}
.footer__link a{
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 30px;
    transition: all 0.3s;
}
.footer__link a:hover{
    color: #23A4B1;
}
.footer__law{
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #303737;
    opacity: 0.5;
}
.footer__address{
    margin-bottom: 30px;
}
.footer__address img{
    margin-right: 5px;
}
.footer__address span{
    display: flex;
    align-items: center;
    margin-bottom: 8px;
}
.footer__address:last-child{
    margin-bottom: 0;
}
.footer__address a,
.footer__address p{
    margin: 0;
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
    text-decoration: none;
    color: black;
}
.footer__contact-connect,
.footer__communicate{
    width: 100%;
}
.footer__contact-telegram img{
    margin-right: 5px;
}
.footer__contact-telegram{
    display: flex;
    align-items: center;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    color: #23A4B1;
    padding: 14px 0;
    border: 1px solid #BDD0D8;
    border-radius: 4px;
    justify-content: center;
    margin-bottom: 10px;
    transition: all 0.3s;
}
.footer__contact-telegram:hover{
    border: 1px solid #23A4B1;
}
.footer__contact-request{
    font-weight: 600;
    font-size: 16px;
    line-height: 130%;
    text-align: center;
    color: #FFFFFF;
    padding: 14px 0;
    background: #3DD6E5;
    border-radius: 4px;
    transition: all 0.3s;
}
@media (max-width: 1100px) {
    .footer__container{
        display: flex;
        justify-content: space-between;
        flex-direction: column;
    }
    .footer__link{
        border-bottom: 1px solid #DDE7EB;
        margin-bottom: 30px;
    }
}
@media (max-width: 1050px) {
    .footer__link-block:first-child{
        margin-right: 0;
    }
    .footer__law{
        margin: 30px 0 0;
        text-align: center;
    }
    .footer__center-mobile,
    .footer__link-block{
        width: 100%;
    }
    .footer__contact{
        flex-direction: column;
    }
    .footer__address-mobile{
        display: flex;
    }
}
