html
{
    box-sizing: border-box;
}
*,
*::after,
*::before
{
    box-sizing: inherit;
}

body
{
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 500;
}

.auto__column__img{
    width: 275px;
    height: 184px;
}

.auto__column__img img{
    width: 275px;
    height: 184px;
}

.modal__form{
    padding: 20px;
    width: 400px;
    margin: auto;
    position: fixed;
    left: 30%;
    top: 30%;
    background-color: #18a892;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.modal__form__back{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    backdrop-filter: blur(5px);
    z-index: 99999;
    display: none;
}

.modal__form__title{
        display: flex;
}

.modal__form__title__item_x{
    margin-left: 100%;
        margin-left: 100%;
    font-size: 20px;
    cursor: pointer;
}

.form-input__title_modal{
    margin-bottom: 10px;
}

.form-input__text_modal{
    margin-bottom: 20px;
}

.form-input__button_modal{
        padding: 10px;
    border-radius: 10px;
}

.form-input__button_modal:hover{
        padding: 10px;
    border-radius: 10px;
        filter: drop-shadow(2px 4px 6px black);
}

.header__logo-1  {
	display: none;
}


.container
{
    max-width: 1440px;
    margin: 0 auto;
}
.header-top
{
    display: flex;

    margin-bottom: 0px;
    padding-top: 20px;

    justify-content: space-between;
    align-items: center;
}

.header-top__cn img
{
    max-width: 30px;
    max-height: 30px;

    border-radius: 50%;
}
.header__cn-list
{
    display: flex;

    width: 180px;

    justify-content: space-between;
}
.header__cn-list li
{
    list-style: none;
}

.header__logo img
{
    max-width: 150px;
    max-height: 60px;
}

.header__logo__img{
    max-width: 360px;
    max-height: 120px;
}

.header__phone a
{
    padding: 15px 30px;

    transition-duration: 2s;
    transition-property: background-color;
    text-decoration: none;

    color: #fff;
    background-color: #000;
}
.header__phone a:hover
{
    background: #636363;
}


.nav
{
    padding: 10px 0;

    border-top: 1px solid #c2c2c2;
    border-bottom: 1px solid #c2c2c2;;;
}
.nav__list
{
    display: flex;

    max-width: 980px;
    margin: 0 auto;

    text-transform: uppercase;

    justify-content: space-around;
}
.nav__list a
{
    text-decoration: none;

    color: #000;
}
.nav__list a:hover
{
    text-decoration: underline;
}


.top
{
    padding-top: 20px;
    padding-bottom: 185px;
}

.top__row
{
    display: flex;

    max-width: 1175px;
    margin: 0 auto;

    justify-content: space-between;
}
.top-info
{
    display: flex;
    flex-direction: column;

    justify-content: space-between;
}
.top__title
{
    font-size: 54px;
    line-height: 54px;

    max-width: 662px;
    margin-bottom: 55px;

    letter-spacing: 1px;
}
.top__subtitle
{
    font-size: 20px;
    font-weight: 400;
    line-height: 26px;

    max-width: 612px;
    margin-bottom: 100px;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 15px;

    color: #454545;
    border-left: 5px solid #18a298;
}

.top__benefits{
    font-size: 17px;
    line-height: 23px;
    margin-bottom: 20px;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 15px;
    color: #454545;
}

.privacy__pre{
    font-size: 17px;
    line-height: 15px;
    margin-bottom: 20px;
    padding: 15px;
    color: #454545;
}

.top-info-under__button
{
    display: flex;

    width: 65px;
    height: 65px;
    margin: 0 auto;
    margin-bottom: 20px;

    cursor: pointer;
    transition-duration: .5s;
    transition-property: background-color;

    border: 7px solid #c70000;
    border-radius: 50%;
    background-color: #f00;

    align-items: center;
    justify-content: center;
}
.top-info-under__button a
{
    text-decoration: none;

    color: #fff;
}
.top-info-under__button:hover
{
    background-color: #c70000;
}
.top-info-under__text
{
    font-size: 15px;
    font-weight: 500;

    text-align: center;

    color: #383838;
}
.top__form
{
    font-size: 15px;

    max-width: 424px;

    background-color: #fff;
    box-shadow: 4px 5px 16px rgba(0, 0, 0, .13);
}
.top__form .form-input__text
{
    font-size: 15px;
    font-weight: 400;

    width: 100%;
    margin-bottom: 20px;
    padding: 12px 20px;

    border: none;
    outline: none;
    background-color: #f0f0f0;
}
.top__form select
{
    font-size: 15px;
    font-weight: 400;

    width: 100%;
    margin-bottom: 25px;
    padding: 12px 20px;

    color: #000;
    border: none;
    background-color: #f0f0f0;
}
.top__form-title
{
    font-family: 'Roboto', sans-serif;

    padding: 17px;

    text-align: center;

    color: #fff;
    background-color: #000;
}
.form-info
{
    display: flex;
    flex-direction: column;

    padding: 15px;

    align-items: center;
}
.form-input__title
{
    font-weight: 400;

    width: 356px;
    margin-bottom: 8px;
}
.form-input__othtitle
{
    font-weight: 300;

    width: 356px;
    margin-bottom: 8px;
}

.top__form .form-input__button
{
    font-size: 18px;
    font-weight: 600;

    width: 80%;
    padding: 12px 20px;

    cursor: pointer;
    transition-duration: 2s;
    transition-property: background-color;

    color: #fff;
    border: none;
    background-color: #18a298;
}
.top__form .form-input__button:hover
{
    background-color: #3e5952;
}
.top__book
{
    display: none;
    position: relative;
    top: -125px;
    right: -320px;

    width: 132px;
}
.top__form-terms
{
    //margin-top: -140px;
}
.top__form-terms a
{
    color: #ff8562;
}

.calc
{
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;

    padding-bottom: 150px;
}

.calc__form
{
    max-width: 1150px;
    margin: 0 auto;

    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .4);
}
.calc__form__top
{
    background: #ececec;
}
.calc__form__top-row
{
    font-size: 14px;
    font-weight: 500;

    display: flex;

    max-width: 1050px;
    margin: 0 auto;
    padding: 30px 0;

    justify-content: space-between;
}

.calc__form__page__main
{
    height: 540px;

    background-color: #f9f9fc;
}
.calc__form__page-info
{
    max-width: 1050px;
    margin: 0 auto;
    padding-top: 35px;
}


.calc__form__page__title
{
    font-size: 26px;
    font-weight: 600;
    line-height: 39px;

    margin-bottom: 30px;
}
.calc__form__page-row
{
    display: flex;

    max-width: 720px;

    justify-content: space-between;
}
.calc__form__page-row div
{
    max-width: 235px;
    max-height: 235px;
}
.calc__form__page-row  input
{
    position: absolute;
    z-index: -1;

    opacity: 0;
}
.calc__form__page-row img:hover
{
    cursor: pointer;
}
.calc__form__page-row img
{
    margin-bottom: 10px;

    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .2);
}
.page
{
    min-height: 335px;
    margin-bottom: 90px;
}

.calc__form__under
{
    display: flex;

    justify-content: space-between;
}
.calc__form__under input
{
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 700;

    padding: 10px 25px;

    cursor: pointer;

    color: #fff;
    border: none;
    background-color: #18a298;
}
.calc__form__under input:active
{
    position: relative;
    top: 5px;
}

.none
{
    display: none;
}

.calc__form__page__block
{
    position: relative;
}

.selected::after
{
    position: absolute;
    top: -17px;
    left: -11px;

    width: 45px;
    height: 45px;

    content: '';
    transition: .3s ease;

    opacity: 0;
    background-image: url('../img/calc/check-mark.png');
    background-size: 100% 100%;
}
.selected__active::after
{
    position: absolute;
    top: -17px;
    left: -11px;

    width: 45px;
    height: 45px;

    content: '';

    opacity: 1;
    background-image: url('../img/calc/check-mark.png');
    background-size: 100% 100%;
}
.msg
{
    position: absolute;

    padding-top: 55px;

    color: red;
}

.radio-load__row
{
    display: flex;
    flex-direction: column;

    align-items: flex-start;
}

.radio-load__row-yes
{
    margin-bottom: 15px;
}
.row-in
{
    display: flex;

    align-items: center;
}
.radio-load__title
{
    font-size: 16px;
    font-weight: 300;
    line-height: 22px;
}

.custom-radio
{
    position: absolute;
    z-index: -1;

    opacity: 0;
}
.custom-radio + label
{
    display: inline-flex;

    user-select: none;

    align-items: center;
}
.custom-radio + label::before
{
    display: inline-block;

    width: 20px;
    height: 20px;
    margin-right: .5em;

    content: '';

    border: 1px solid #adb5bd;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 50% 50%;

    flex-shrink: 0;
    flex-grow: 0;
}
.custom-radio:not(:disabled):not(:checked) + label:hover::before
{
    border-color: #18a298;
}
.custom-radio:not(:disabled):active + label::before
{
    border-color: #18a298;
    background-color: #18a298;
}
.custom-radio:focus:not(:checked) + label::before
{
    border-color: #18a298;
}
.custom-radio:checked + label::before
{
    border-color: #18a298;
    background-color: #18a298;
    background-image: url('data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'-4 -4 8 8\'%3e%3ccircle r=\'3\' fill=\'%23fff\'/%3e%3c/svg%3e');
    background-size: 100% 100%;
}
.custom-radio:disabled + label::before
{
    background-color: #e9ecef;
}
.radio
{
    margin-bottom: .4em;
}

.calc__date
{
    display: flex;

    max-width: 245px;
    padding-bottom: 10px;

    border-bottom: 1px solid #b3b3b3;

    justify-content: space-around;
}
.calc__date input
{
    font-family: 'Roboto', Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;

    border: none;
    outline: none;
    background-color: #f9f9fc;
}


.calc__form__page__subtitle
{
    font-family: 'Roboto', Arial, sans-serif;
    font-size: 14px;
    font-weight: 300;

    margin-top: -24px;
    margin-bottom: 24px;
}
.calc__place-text
{
    max-width: 245px;
}
.calc__place-text input
{
    font-family: 'Roboto', Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;

    width: 100%;
    padding-bottom: 10px;

    border-top: none;
    border-right: none;
    border-bottom: 1px solid #b3b3b3;
    border-left: none;
    outline: none;
    background: #f9f9fc;
    box-shadow: none;
}

.calc__place-contact
{
    display: flex;
    flex-direction: column;
}
.calc__place-contact__text input
{
    font-family: 'Roboto', Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;

    width: 100%;
    margin-bottom: 45px;
    padding: 15px 0;
    padding-bottom: 10px;

    border-top: none;
    border-right: none;
    border-bottom: 1px solid #b3b3b3;
    border-left: none;
    outline: none;
    background: #f9f9fc;
    box-shadow: none;
}
.calc__place-contact .button input
{
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 700;

    position: relative;
    right: -865px;
    bottom: -235px;

    padding: 10px 25px;

    cursor: pointer;

    color: #fff;
    border: none;
    background-color: #18a298;
}
.calc__place-contact .button input:active
{
    bottom: -240px;
}
.contact__msg
{
    font-size: 20px;
    font-weight: 300;

    width: 100%;
    padding: 30px 15px;

    text-align: center;

    color: #fff;
    background-color: #f95d51;
}
.progress
{
    height: 5px;

    transition: 1s ease;

    background-color: #18a298;
}



.about-top
{
    margin-bottom: 100px;
}
.about__title
{
    margin-bottom: 40px;

    text-align: center;
}
.title
{
    font-size: 42px;
    font-weight: 500;
}
.about__subtitle
{
    max-width: 475px;
    margin: 0 auto;

    text-align: center;
}
.about__subtitle span
{
    font-weight: 500;
}
.subtitle
{
    font-size: 20px;
    font-weight: 300;
    line-height: 30px;
}
.about__adv__column-left img
{
    max-width: 50px;
    max-height: 50px;
}
.column__par__logo
{
    min-width: 50px;
    max-height: 50px;
}
.about__adv__column-right img
{
    max-width: 50px;
    max-height: 50px;
}
.about__adv__column-mid img
{
    max-width: 540px;
    max-height: 600px;
}
.about__adv__row
{
    display: flex;

    max-width: 1200px;
    margin: 0 auto;

    justify-content: space-between;
    align-items: center;
}
.about__adv__column-left
{
    width: 300px;
    max-height: 844px;
}
.column__par
{
    display: flex;

    margin-bottom: 45px;

    justify-content: space-between;
}
.column__par-info
{
    max-width: 210px;
}
.about__adv__column-left .column__par__title
{
    text-align: right;
}
.about__adv__column-left .column__par__subtitle
{
    text-align: right;
}
.column__par__title
{
    font-size: 22px;
    font-weight: 600;
    line-height: 29.7px;

    margin-bottom: 10px;
}
.column__par__subtitle
{
    font-size: 16px;
    font-weight: 300;
    line-height: 25px;
}



.about__adv__column-right
{
    width: 300px;
    max-height: 844px;
}
.about a
{
    text-decoration: none;

    color: #18a298;
}
.about__work
{
    padding-top: 45px;
}
.about__work img
{
    max-width: 70px;
    max-height: 70px;
}

.about__work__row
{
    display: flex;

    max-width: 1200px;
    margin: 0 auto 70px;

    justify-content: space-between;
}
.about__work__row__el
{
    max-width: 360px;
}
.about__work__logo
{
    max-width: 70px;
    margin: 0 auto 15px;
}
.work__par__title
{
    font-size: 30px;
    font-weight: 600;
    line-height: 35px;

    max-width: 320px;
    margin: 0 auto 25px;

    text-align: center;
}
.work__par__subtitle
{
    font-size: 16px;
    font-weight: 300;
    line-height: 25px;

    text-align: center;
}

.blur-line
{
    width: 40%;
    height: 1px;
    margin: 0 auto 20px;
    margin-bottom: 25px;

    background-color: #ccc;
}

.drop-nav
{
    position: fixed;
    z-index: 10;

    width: 100%;

    background-color: rgba(24, 168, 146, .7);
}

.drop-nav__list
{
    font-size: 13px;
    font-weight: 700;

    display: flex;

    max-width: 1150px;
    margin: 0 auto;
    padding: 10px 0;

    transition: .3s ease;
    text-transform: uppercase;

    justify-content: space-between;
}
.drop-nav__list li
{
    list-style: none;
}
.drop-nav__list a
{
    text-decoration: none;

    color: #fff;
}

.comp
{
    margin-bottom: 160px;
    padding-top: 75px;
}

.comp__row
{
    display: flex;

    max-width: 1200px;
    margin: 0 auto;

    justify-content: space-between;
}

.comp-info
{
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;

    max-width: 660px;

    color: #666;
}
.comp-info__title
{
    font-size: 30px;
    font-weight: 700;
    line-height: 37px;

    margin-bottom: 35px;

    text-align: center;

    color: #000;
}
.comp-info__subtitle
{
    line-height: 24px;

    margin-bottom: 30px;
}
.comp-list li
{
    list-style: none;
}
.comp-list li::before
{
    content: '- ';
}
.comp-list
{
    margin-bottom: 35px;
}
.comp-info__under-text
{
    font-size: 20px;
    font-weight: 400;
    line-height: 31px;

    margin-bottom: 35px;

    color: #000;
}
.comp-info__under-text span
{
    font-weight: 700;
}
.comp-info__button
{
    font-size: 14px;
    font-weight: 700;
}
.comp-info__button a
{
    padding: 15px 22px;

    transition: background-color .2s ease-in-out, color .2s ease-in-out, border-color .2s ease-in-out, box-shadow .2s ease-in-out;
    text-decoration: none;

    color: #fff;
    background-color: #18a892;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, .4);
}
.comp-info__button a:hover
{
    background-color: #1fd1b6 !important;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, .7) !important;
}



.auto-top
{
    margin-bottom: 100px;
}
.auto-top__title
{
    font-weight: 600;

    margin-bottom: 35px;

    text-align: center;
}

.auto-top__subtitle
{
    font-weight: 400;

    max-width: 560px;
    margin: 0 auto;
}







.auto-main__row
{
    font-size: 14px;
    font-weight: 300;
    line-height: 22px;

    display: flex;

    max-width: 1200px;
    margin: 0 auto 75px;

    justify-content: space-between;
}
.auto-main__column
{
    max-width: 360px;
}
.auto-main__column-info
{
    display: flex;
    flex-direction: column;

    height: 241px;

    justify-content: space-between;
}
.auto-main__column li
{
    list-style: none;
}

.auto__column__title
{
    font-size: 20px;
    font-weight: 600;
    line-height: 27px;

    margin-bottom: 15px;
}
.auto__column__desc
{
    margin-bottom: 20px;
}

.auto__column__desc-under
{
    margin-bottom: 30px;
}
.auto__column__desc-under span
{
    font-weight: 700;
}


.scroll-to-top
{
    position: fixed;
    z-index: 45;
    right: 30px;
    bottom: 70px;
}
.scroll-to-top
{
    display: none;
}

.calc_pr
{
    margin-top: 200px;
    margin-bottom: 125px;
}

.calc_pr-form
{
    width: 760px;
    height: 1450px;
    margin: 0 auto;
    padding: 75px;

    border: 15px solid #18a892;
    box-shadow: 0 0 29px 0 rgba(0, 0, 0, .3);
}
.calc_pr-form__title
{
    font-weight: 700;

    margin-bottom: 24px;

    text-align: center;
}

.calc_pr-form__subtitle
{
    width: 546px;
    margin: 0 auto 80px;

    text-align: center;
}

.calc_pr__form
{
    display: flex;
    flex-direction: column;
}
.calc_pr__form input
{
    font-size: 16px;
    font-weight: 400;
    line-height: 21px;

    margin-bottom: 30px;
    padding-bottom: 15px;

    border-top: none;
    border-right: none;
    border-bottom: 1px solid #d9d9d9;
    border-left: none;
    outline: none;
}
.calc_pr__form select
{
    font-size: 16px;
    font-weight: 400;
    line-height: 21px;

    margin-bottom: 30px;
    padding-bottom: 15px;

    border-top: none;
    border-right: none;
    border-bottom: 1px solid #d9d9d9;
    border-left: none;
    outline: none;
}
.calc_pr__form select option
{
    background-color: #fff;
}
.calc-label
{
    font-size: 20px;
    font-weight: 300;
    line-height: 31px;

    margin-bottom: 10px;
}
.calc__form-date
{
    display: flex;
}
.calc__form-date svg
{
    position: relative;
    top: -20px;

    height: 58px;

    border-bottom: 1px solid #d9d9d9;
}
.calc_pr-form__under
{
    font-size: 15px;
    font-weight: 300;

    max-width: 558px;
    margin: 0 auto;

    text-align: center;
}
.calc_pr-form__under a
{
    text-decoration: none;

    color: #ff8562;
}
.calc_pr__form__button
{
    width: 251px;
    margin: 0 auto;
    padding-bottom: 25px;
}
.calc_pr__form__button input
{
    font-size: 16px;
    font-weight: 700;

    width: 251px;
    height: 56px;
    margin-top: 50px;
    margin-bottom: 0;
    padding-top: 10px;

    transition: background-color .2s ease-in-out, color .2s ease-in-out, border-color .2s ease-in-out, box-shadow .2s ease-in-out;
    text-align: center;

    color: #fff;
    border: none;
    background-color: #18a892;
    box-shadow: none;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, .4);
}
.calc_pr__form__button input:hover
{
    cursor: pointer;

    background-color: #1ed4b9 !important;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, .7) !important;
}
.calc_pr__error
{
    font-size: 20px;
    font-weight: 300;
    line-height: 31px;

    padding: 25px 0;

    text-align: center;

    color: #fff;
    background-color: #f95d51;
}

.article
{
    padding-top: 60px;
    padding-bottom: 90px;
}

.article__info
{
    margin-bottom: 80px;
}
.article__title
{
    font-weight: 600;

    margin-bottom: 25px;

    text-align: center;
}

.article__subtitle
{
    font-weight: 400;

    max-width: 610px;
    margin: 0 auto;

    text-align: center;
}

.article__row
{
    display: flex;

    max-width: 1180px;
    margin: 0 auto;

    justify-content: space-between;
}
.article__box
{
    display: flex;
    flex-direction: column;

    width: 276px;
    height: 276px;
    padding: 30px;

    color: #fff;
    background-color: #000;

    justify-content: space-between;
}
.article__box:hover
{
    cursor: pointer;

    background-size: 110% 110%;
}
.article__box li
{
    list-style: none;
}
.article__box li::before
{
    content: '- ';
}
.article__box__row
{
    display: flex;

    justify-content: space-between;
}
.article__box__title
{
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;

    max-width: 186px;
}


.article__box__subtitle
{
    font-size: 15px;
    font-weight: 300;
    line-height: 23px;

    letter-spacing: 1.2px;
}
#hship
{
    transition: all ease-in-out .45s;

    background: linear-gradient( rgba(0, 0, 0, .8), rgba(0, 0, 0, .5) ), url('https://thumb.tildacdn.com/tild3830-3634-4133-b432-613831353564/-/resize/300x200/-/format/webp/noroot.png');
    background-position: center;
    background-size: 100% 100%;
}
#hship:hover
{
    background-size: 105% 105%;
}
#hpack
{
    transition: all ease-in-out .45s;

    background: linear-gradient( rgba(0, 0, 0, .8), rgba(0, 0, 0, .5) ), url('https://thumb.tildacdn.com/tild6462-3961-4861-b665-643063346539/-/resize/300x200/-/format/webp/02-4.jpg');
    background-position: center;
    background-size: 100% 100%;
}
#hpack:hover
{
    background-size: 105% 105%;
}
#hcall
{
    transition: all ease-in-out .45s;

    background: linear-gradient( rgba(0, 0, 0, .8), rgba(0, 0, 0, .5) ), url('https://thumb.tildacdn.com/tild3237-3536-4666-b731-623062636164/-/resize/300x200/-/format/webp/noroot.png');
    background-position: center;
    background-size: 100% 100%;
}
#hcall:hover
{
    background-size: 105% 105%;
}
#comp
{
    transition: all ease-in-out .45s;

    background: linear-gradient( rgba(0, 0, 0, .8), rgba(0, 0, 0, .5) ), url('https://thumb.tildacdn.com/tild6531-6138-4633-b936-616330333966/-/resize/300x200/-/format/webp/noroot.png');
    background-position: center;
    background-size: 100% 100%;
}
#comp:hover
{
    background-size: 105% 105%;
}

.yrat
{
    max-width: 150px;
    margin: 0 auto;
}

.reviews
{
    margin-bottom: 175px;
    padding-top: 90px;

    background-color: #eee;
}

.reviews__info
{
    margin-bottom: 90px;
}
.reviews__info__title
{
    font-size: 36px;
    font-weight: 600;
    line-height: 14px;

    margin-bottom: 30px;

    text-align: center;
}

.reviews__info__subtitle
{
    font-size: 20px;
    font-weight: 400;
    line-height: 20px;

    text-align: center;
}

.reviews__on
{
    padding-bottom: 25px;
}
.reviews__on__review
{
    display: flex;

    max-width: 1160px;
    margin: 0 auto 100px;

    justify-content: space-between;
}
.review__logo img
{
    border-radius: 3px;
    width: 50%;
    height: auto;
}
.reviews__romb
{
    position: relative;
    right: -20px;
    bottom: -45px;

    width: 30px;
    height: 30px;

    transform: rotate(45deg);

    background-color: #fff;
}
.review__info
{
    max-width: 1004px;
    padding: 25px 28px;

    border-radius: 3px;
    background-color: #fff;
}
.review__info__name
{
    font-size: 16px;
    font-weight: 600;
    line-height: 21.5px;
}
.review__info__place
{
    font-size: 14px;
    font-weight: 300;
    line-height: 21.7px;

    margin-bottom: 5px;
}
.review__info__text
{
    font-size: 15px;
    font-weight: 300;
    line-height: 23.25px;
}
.reviews__slick div
{
    display: flex;

    width: 100%;

    justify-content: center;
}
.slick-dots
{
    display: flex;
}
.slick-dots li
{
    list-style: none;
}
.slick-perv
{
    color: #000;
    background-color: #000;
}

.slick-dots li button
{
    width: 10px;
    height: 10px;

    border: 2px solid;
    border: 2px solid black;
    outline: none;
    background: #c7c7c7;
}
.reviews__slick div img
{
    max-width: 100%;
    max-height: 600px;
    margin: 0 auto;
}
.reviews__slick div
{
    margin-bottom: 20px;
}

.exmp
{
    margin-bottom: 100px;
}

.exmp-info
{
    margin-bottom: 55px;
}
.examp__title
{
    font-weight: 600;

    margin-bottom: 30px;

    text-align: center;
}

.examp__subtitle
{
    font-weight: 400;

    text-align: center;
}

.examp__imgs
{
    display: flex;
    flex-direction: column;

    justify-content: center;
}
.examp__imgs__row
{
    display: flex;

    max-width: 90%;
    margin: 0 auto;

    justify-content: center;
}
.examp__img
{
        margin: 5px;
    margin-bottom: 5px;
    max-height: 300px;

    transition: transform .15s linear,-webkit-transform .15s linear;
}
.examp__img img
{
    max-width: 100%;
}
.examp__img:hover
{
    z-index: 2;

    cursor: zoom-in;
    transform: scale(1.5);

    box-shadow: 0 2px 20px 2px rgba(0,0,0,.45);
}
.examp__img img
{
    
    height: 300px;
}
.examp-left:hover
{
    transform-origin: left;
}
.examp-right:hover
{
    transform-origin: right;
}

.we
{
    padding: 75px 0;
    display: none;
    background-color: #f5f5f5;
}

.we-info
{
    margin-bottom: 75px;
}
.we-info__title
{
    font-weight: 600;
    line-height: 51.6px;

    margin-bottom: 40px;

    text-align: center;
}

.we-info__subtitle
{
    font-size: 18px;
    font-weight: 300;
    line-height: 27px;

    max-width: 560px;
    margin: 0 auto 30px;

    text-align: center;
}

.we-info__phone
{
    font-size: 18px;
    font-weight: 700;
    line-height: 27px;

    text-align: center;
}
.we-info__phone a
{
    text-decoration: none;

    color: #000;
}

.we-info__contacts__row
{
    display: flex;

    max-width: 1200px;
    margin: 0 auto;

    justify-content: space-between;
}
.we-info__contact__column
{
    max-width: 260px;
    margin-bottom: 45px;
}

.we-info__contact__column-info
{
    height: 209px;
    padding: 20px 20px 25px;

    background-color: #fff;
}
.we-info__contact__column__name
{
    font-size: 20px;
    font-weight: 600;
    line-height: 27px;

    margin-bottom: 5px;
}
.we-info__contact__column__vac
{
    font-size: 14px;
    font-weight: 300;
    line-height: 21.7px;

    margin-bottom: 10px;

    color: #7a7a7a;
}
.we-info__contact__column__text
{
    font-size: 15px;
    font-weight: 300;
    line-height: 23.25px;
}

.call-back
{
    position: fixed;
    z-index: 10;
    bottom: 70px;
    left: 60px;

    display: flex;

    width: 70px;
    height: 70px;

    border: 8px solid rgb(200, 230, 225);
    border-radius: 50%;
    background-color: #18a892;

    justify-content: center;
    align-items: center;
}
.call-back-border
{
    position: fixed;
    z-index: 9;
    bottom: 70px;
    left: 60px;

    width: 69px;
    height: 69px;

    animation: call-pulse ease infinite 1.5s;

    border-radius: 50%;
    background-color: #18a892;
}
.call-back:hover
{
    cursor: pointer;
}
.call-back svg
{
    width: 24px;
    height: 24px;
}
@keyframes call-pulse
{
    50%
    {
        -webkit-transform: scale(1,1);
                transform: scale(1,1);

        opacity: 1;
    }
    100%
    {
        -webkit-transform: scale(2,2);
                transform: scale(2,2);

        opacity: 0;
    }
}

.pages
{
    max-width: 1200px;
    margin: 0 auto;
    padding: 60px 0;

    background-color: #fff;
}
.pages-info
{
    padding: 10px 0;

    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}
.pages__title a
{
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;

    text-decoration: none;

    color: #ff8562;
}
.pages__subtitle
{
    font-size: 14px;
}


.footer
{
    font-size: 14px;
    font-weight: 400;
    line-height: 21.7px;

    padding-top: 75px;
    padding-bottom: 90px;

    color: #fff;
    background-color: #474747;
}
.footer-container
{
    max-width: 1200px;
    margin: 0 auto;
}
.footer__row
{
    display: flex;

    justify-content: space-between;
}
.footer__column
{
    max-width: 260px;
}

.column-contacts__logo
{
    margin-bottom: 30px;
}
.column-contacts__cn
{
    margin-bottom: 30px;
}
.footer-cn__list
{
    display: flex;

    max-width: 150px;

    justify-content: space-between;
}
.footer-cn__list li
{
    list-style: none;
}

.column-contacts__call-back
{
    margin-bottom: 30px;
}
.column-contacts__quote
{
    margin-bottom: 40px;
}

.column-contacts__list li
{
    margin-bottom: 30px;

    list-style: none;
}
.column-contacts__list a
{
    text-decoration: none;

    color: #00baaf;
}
.column-contacts__info
{
    margin-bottom: 30px;
}

.footer__column__title
{
    font-size: 16px;
    font-weight: 700;
    line-height: 21.6px;

    margin-bottom: 20px;

    letter-spacing: 1px;
    text-transform: uppercase;

    color: #00baaf;
}
.footer__column__list li
{
    margin-bottom: 15px;

    list-style: none;
}
.footer__column__list a
{
    font-weight: 400;
    line-height: 21.7px;

    text-decoration: none;

    color: #fff;
}

/*-----------------modal box------------------*/
.modal
{
    position: fixed;
    z-index: 21;
    top: 0;

    display: none;
    overflow: auto;

    width: 100%;
    height: 100%;

    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,.4);

    justify-content: center;
    align-items: center;
}
.modal_form
{
    position: fixed;
    z-index: 95;
    bottom: 152px;
    left: 64px;

    display: none;
    overflow: auto;

    width: 100%;
    height: 100%;
}
.modal-content
{
    max-width: 600px;
    margin: auto;
    padding: 20px;

    text-align: left;

    border: .5px solid #888;
    border-radius: 8px;
    background-color: #fefefe;
}
.bmodal-content
{
    position: fixed;
    z-index: 95;
    bottom: 162px;
    left: 71px;

    width: 363px;
    max-width: 600px;
    height: 553.5px;
    margin: auto;
    padding: 20px;

    text-align: left;

    border: 0;
    border-radius: 8px;
    background-color: #fefefe;
    box-shadow: 0 4px 18px 0 rgba(0,0,0,.3);
}


.close
{
    font-size: 21px;
    font-weight: bold;

    display: flex;
    float: right;

    width: 23px;
    height: 23px;

    transition: opacity .3s ease;

    opacity: .5;
    color: #fff;
    border-radius: 50%;
    background-color: rgba(22, 188, 180, 1);

    align-items: center;
    justify-content: center;
}

.close:hover,
.close:focus
{
    cursor: pointer;
    text-decoration: none;

    opacity: 1;
    color: #fff;
}

.modal__title
{
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;

    margin-bottom: 24px;
}
.bitrix-form__line
{
    width: 100%;
    height: 1px;
    margin-bottom: 10px;

    background-color: #ecedee;
}
.modal__text
{
    font-size: 14px;
    font-weight: 400;
    line-height: 19px;
}

.modal__buttons
{
    display: flex;

    width: 100%;
    padding-top: 10px;

    justify-content: space-between;
}
.modal__buttons button
{
    font-size: 15px;
    font-weight: 600;

    width: 49%;
    height: 52px;

    cursor: pointer;

    border-radius: 4px;
}
.modal__button-ok
{
    transition: all .2s ease;

    color: #fff;
    border: 0;
    background-color: #16bcb4;
}
.modal__button-ok:hover
{
    background-color: rgba(22, 188, 180, .7);
}
.modal__button-no
{
    color: #000;
    border: 1px solid rgba(151,151,151,.5);
    background-color: #fff;
}







.bitrix-form__title
{
    font-size: 24px;
    font-weight: 700;
    line-height: 33px;

    margin-bottom: 12px;

    text-align: center;
}
.bitrix-form__subtitle
{
    font-size: 15px;
    font-weight: 400;
    line-height: 17px;

    margin-bottom: 38px;

    text-align: center;
}

.bitrix-form__form
{
    display: flex;
    flex-direction: column;
}
.bitrix-form__text-input input
{
    font-size: 16px;
    font-weight: 400;

    width: 100%;
    height: 52px;
    margin-bottom: 15px;
    padding: 17px 10px 0;

    transition: background-color .3s ease;
    letter-spacing: -.3px;

    border: 1px solid #d8d8d8;
    border-radius: 4px;
    background-color: #ededed;
}
.bitrix-form__text-input input:focus
{
    outline: 1px solid #55c8c2;
    background-color: #fff;
}

#bitrix-name_label
{
    position: relative;
    top: -39px;
    left: 11px;

    transition: top .5s ease;

    opacity: .8;
    color: #8b8b8b;
}
#bitrix-name:focus + #bitrix-name_label
{
    font-size: 12px;

    top: -55px;
}
#bitrix-name:not(:placeholder-shown) + #bitrix-name_label
{
    top: -55px;
}

#bitrix-phone_label
{
    position: relative;
    top: -39px;
    left: 11px;

    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    transition: top .5s ease;

    opacity: .8;
    color: #8b8b8b;

     -khtml-user-select: none;
}
#bitrix-phone_label span
{
    color: red;
}
#bitrix-phone:focus + #bitrix-phone_label
{
    font-size: 12px;

    top: -55px;
}
#bitrix-phone:not(:placeholder-shown) + #bitrix-phone_label
{
    top: -55px;
}

#btn
{
    font-size: 11px;
    font-weight: 400;
    line-height: 11px;

    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;

    color: #7e7e7e;

     -khtml-user-select: none;
}
#btn span
{
    color: red;
}
.b24-form-btn
{
    font-size: 15px;
    font-weight: 600;

    width: 100%;
    height: 52px;

    transition: background-color .3s ease ;

    color: #fff;
    border: 0;
    border-radius: 3px;
    background-color: #16bcb4;
}
.b24-form-btn:hover
{
    cursor: pointer;

    background-color: rgba(22, 188, 180, .7);
}
.bitrix-form__under-column
{
    display: flex;
    flex-direction: column;
}
.bitrix-form__check
{
    margin-bottom: 25px;
}

.ad-logo
{
    display: none;

    max-width: 100px;
    max-height: 39px;
    margin-bottom: 35px;
}
.ad-logo img
{
    max-width: 100px;
    max-height: 39px;
}

.top-info-under__row
{
    display: none;

    max-width: 315px;
    height: 28px;
    margin: 50px auto;

    align-items: center;
    justify-content: space-around;
}
.top-info-under__button-call a
{
    background-color: #000;
}
.top-bottom__button a
{
    font-size: 11px;
    font-weight: 600;

    padding: 13px 15px;

    text-decoration: none;

    color: #fff;
    border-radius: 30px;
}
.top-info-under__button-calc a
{
    padding: 13px 15px;

    border-radius: 30px;
    background-color: #18a298;
}

.ad-nav
{
    display: none;

    width: 100%;
    margin-bottom: 35px;
    padding: 20px 0;

    background-color: #18a892;
}
.ad-nav__list li
{
    padding: 12px 10px;

    list-style: none;

    text-align: center;

    background-color: #18a892;
}
.ad-nav__list li a
{
    font-size: 13px;
    font-weight: 700;

    text-decoration: none;
    text-transform: uppercase;

    color: #fff;
}

#oth_column-info
{
    margin-bottom: 110px;
}
#sm_desc-inder
{
    margin-bottom: -120px;
}
#sm__column
{
    height: 325px;
}

.error-alert
{
    font-family: Arial,sans-serf;

    position: fixed;
    z-index: 10000;
    right: 30px;
    bottom: 52px;

    width: 351px;

    color: #fff;
    background-color: #f95d51;
    box-shadow: 0 0 3px 1px rgba(0, 0, 0, .2);

    opacity: 0;
    transition: opacity 1s; 
}
.__fade {
    opacity: 1;
}
.error-alert__text
{
    padding: 18px 10px;
}
.error-alert__close
{
    position: absolute;
    top: 3px;
    left: 335px;

    width: 10px;
    height: 10px;
}
.error-alert__close img
{
    width: 10px;
    height: 10px;
}

.page_eighth__msg {}

small {
    opacity: 1 !important;
}

@media (max-width: 600px) {
  .top__subtitle {line-height: 30px !important;}
}

sup{
    position: relative;
    font-size: small;
    bottom: 10px;
}