@font-face {
    font-family: 'Lato-Medium';
    src: url('fonts/lato/Lato-Medium.eot?#iefix') format('embedded-opentype'),
    url('fonts/lato/Lato-Medium.woff') format('woff'),
    url('fonts/lato/Lato-Medium.ttf')  format('truetype'),
    url('fonts/lato/Lato-Medium.svg#Lato-Medium') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Lato-Semibold';
    src: url('fonts/lato/Lato-Semibold.eot?#iefix') format('embedded-opentype'),
    url('fonts/lato/Lato-Semibold.woff') format('woff'),
    url('fonts/lato/Lato-Semibold.ttf')  format('truetype'),
    url('fonts/lato/Lato-Semibold.svg#Lato-Semibold') format('svg');
    font-weight: normal;
    font-style: normal;
}

body, html {
    font-family: 'Lato-Medium', sans-serif;
    color: #153170;
    font-size: 20px;
    line-height: 30px;
}
h1 {
    font-family: 'Lato-Semibold', sans-serif;
    font-size: 45px;
    line-height: 50px;
}
h1 div {
    font-size: 30px;
}
h2 {
    font-family: 'Lato-Semibold', sans-serif;
    font-size: 35px;
    line-height: 45px;
}
h3 {
    font-family: 'Lato-Semibold', sans-serif;
    font-size: 30px;
    line-height: 40px;
}
a {
    text-decoration: none !important;
    outline: none !important;
    transition: all .3s;
}
a:not(.btn):not(.bg-plus):not(.light-link) {
    color: #153170;
    border-bottom: solid 1px transparent;
}
a:not(.btn):not(.bg-plus):not(.light-link):hover {
    color: #153170;
    border-color: #153170;
}
a.white {
    color: #fff !important;
}
a.white:hover {
    color: #fff !important;
    border-color: #fff !important;
}
.awselect a,
.awselect a:hover {
    color: #333 !important;
    opacity: 1 !important;
    border: none !important;
    transition: none !important;
}
.container {
    padding-left: 25px;
    padding-right: 25px;
}
ul.custom-ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
ul.custom-ul li {
    position: relative;
    margin: 20px 0;
    padding: 0;
}
ul.custom-ul li:first-child {
    margin-top: 0;
}
ul.custom-ul li:last-child {
    margin-bottom: 0;
}
ul.custom-ul li:before {
    content: '';
    position: absolute;
    background: #1DA8F7;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    left: -15px;
    top: 50%;
    transform: translateY(-50%);
}
::-webkit-input-placeholder {
    font-family: 'Lato-Medium', sans-serif;
    font-size: 16px;
    line-height: 25px;
    color: #fff !important;
}
::-moz-placeholder          {
    font-family: 'Lato-Medium', sans-serif;
    font-size: 16px;
    line-height: 25px;
    color: #fff !important;
}
:-moz-placeholder           {
    font-family: 'Lato-Medium', sans-serif;
    font-size: 16px;
    line-height: 25px;
    color: #fff !important;
}

.inputtext::placeholder,
.inputtextarea::placeholder,
.inputtext:-ms-input-placeholder,
.inputtextarea:-ms-input-placeholder,
:-ms-input-placeholder      {
    font-family: 'Lato-Medium', sans-serif;
    font-size: 16px;
    line-height: 25px;
    color: #fff !important;
}

.red {
    color: #D72C25;
}
.gray {
    color: #7C8A9E;
}
.white {
    color: #fff;
}
.btn-primary {
    font-size: 20px;
    line-height: 64px;
    padding: 0 76px;
    background: #1DA8F7;
    border-color: #1DA8F7;
    box-shadow: 0 35px 40px -19px rgba(29, 168, 247, 0.4) !important;
    border-radius: 100px;
}
.btn-primary:hover {
    background: #66C6FD;
    border-color: #66C6FD;
}

header {
    padding: 60px 0 22px;
}
.header__phones {
    font-family: 'Lato-Semibold', sans-serif;
}
.header__phones a:not(:first-child) {
    position: relative;
    margin-left: 26px;
}
.header__phones a:not(:first-child):before {
    content: '';
    position: absolute;
    width: 3px;
    height: 3px;
    background: #D72C25;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    left: -16px;
}

.top-block {
    padding-top: 94px;
    padding-bottom: 124px;
    background: 100% 100% url('images/top-block.png') no-repeat;
    background-size: auto 97%;
}
.top-price {
    color: #D72C25;
    margin-top: 11px;
}
.top-price__up {
    font-family: 'Lato-Semibold', sans-serif;
    font-size: 30px;
    line-height: 50px;
    margin-right: 5px;
}
.top-price__value {
    position: relative;
    font-family: 'Lato', sans-serif;
    font-size: 120px;
    line-height: 120px;
    white-space: nowrap;
}
.top-price__value:after {
    display: inline-block;
    vertical-align: top;
    position: relative;
    content: '';
    margin-left: 10px;
    width: 87px;
    height: 123px;
    background: 50% url('images/rub.svg') no-repeat;
    background-size: auto 90px;
}
.top-price__down {
    font-family: 'Lato-Semibold', sans-serif;
    font-size: 30px;
    line-height: 54px;
}
.top-block__info .btn {
    margin-top: 100px;
}
.block {
    padding: 88px 0 98px;
}
.description {
    margin-top: 2px;
    background: 0 0 url('images/desc-ring.svg') no-repeat #F0F6F8;
}
.description h2 {
    margin: 0 0 71px;
}
.description__text {
    position: relative;
    width: 336px;
    min-width: 336px;
    background: #F0F6F8;
    border: 5px solid #1DA8F7;
    box-sizing: border-box;
    border-radius: 30px 30px 0 30px;
    padding: 53px 20px 43px 41px;
    line-height: 37px;
}
.description__text:before {
    content: '';
    position: absolute;
    width: 132px;
    height: 128px;
    background: 50% url('images/desc-dots.svg') no-repeat;
    background-size: cover;
    bottom: -77px;
    right: -66px;
}
.bg-plus {
    font-size: 100px;
    line-height: 100px;
    color: #FFFFFF !important;
}
.description .bg-plus {
    margin-top: -5px;
    margin-right: 44px;
}
.description__text {
    margin-right: 142px;
}
.description__conditions h3 {
    position: relative;
    margin-bottom: 25px;
}
.description__conditions h3:before {
    content: '';
    position: absolute;
    width: 14px;
    height: 16px;
    top: 13px;
    left: -38px;
    background: 50% url('images/triangle.svg') no-repeat;
    background-size: cover;
}
.description__conditions li {
    color: #7C8A9E;
}
.description__price-block {
    margin-top: 106px;
    position: relative;
}
.description__old-price {
    position: relative;
    font-family: 'Lato', sans-serif;
    color: #153170;
    font-size: 55px;
    line-height: 55px;
}
.description__old-price:before {
    content: '';
    position: absolute;
    background: #D72C25;
    height: 3px;
    left: 0;
    right: 0;
    top: 50%;
}
.description__new-price {
    position: absolute;
    top: -28px;
    left: calc(100% + 10px);
    font-family: 'Lato', sans-serif;
    color: #D72C25;
    font-size: 30px;
    line-height: 30px;
    white-space: nowrap;
}
.description__new-price-small {
    font-family: 'Lato-Medium', sans-serif;
    font-size: 18px;
    line-height: 18px;
    text-align: right;
}
.feature {
    margin-top: 70px;
    padding-right: 70px;
}
.feature__pic {
    height: 94px;
    margin-bottom: 16px;
    background: 0 no-repeat;
    background-size: contain;
}
.feature__pic--1 {
    background-image: url('images/feature-1.svg');
}
.feature__pic--2 {
    background-image: url('images/feature-2.svg');
}
.feature__pic--3 {
    background-image: url('images/feature-3.svg');
}
.feature__pic--4 {
    background-image: url('images/feature-4.svg');
}
.feature__pic--5 {
    background-image: url('images/feature-5.svg');
}
.feature__text {
    color: #7C8A9E;
}

.calc {
    padding: 30px 0 100px;
}
.calc__num {
    font-family: 'Lato', sans-serif;
    font-size: 120px;
    line-height: 102px;
}
.calc__equal {
    font-family: 'Lato', sans-serif;
    font-size: 70px;
    line-height: 120px;
    margin: 0 20px 0 13px;

}
.calc__text {
    font-family: 'Lato-Semibold', sans-serif;
    font-size: 20px;
    line-height: 27px;
    color: #7C8A9E;
    margin-left: 12px;
}
.calc__text--hours {
    margin-left: 5px;
}
.calc__text--last {
    margin-right: 30px;
}
.timer {
    padding: 100px 0 115px;
    background: 0 100% url('images/timer.png') no-repeat;
    background-size: auto 100%;
}
.timer__info {

}
.timer__info h2 {
    margin: 0 0 20px 0;
}
.countdown {
    white-space: nowrap;
}
.countdown__block {
    display: inline-block;
    vertical-align: top;
}
.dots {
    margin: 0 5px;
    font-size: 40px;
    line-height: 60px;
    color: #1DA8F7;
}
.countdown__value {
    font-size: 65px;
    line-height: 65px;
    font-family: 'Lato', sans-serif;
    color: #1DA8F7;
}
.countdown__text {
    font-size: 15px;
    line-height: 15px;
    color: #7C8A9E;
    text-align: center;
    margin-top: 5px;
}
.timer__text {
    font-size: 16px;
    line-height: 30px;
}
.sign-up {
    position: relative;
    padding: 90px 0 80px;
    background: 50% url('images/sign-up-bg.jpg') no-repeat;
    background-size: cover;;
}
.sign-up h2 {
    position: relative;
    margin-bottom: 60px;
}
.sign-up h2:before {
    content: '';
    position: absolute;
    top: -34px;
    left: -45px;
    width: 77px;
    height: 65px;
    background: 50% url('images/sing-up-dots.svg') no-repeat;
    background-size: contain;
}
.sign-up .bg-plus {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 390px;
}
.btn--r-triangle {
    position: relative;
}
.info {
    padding: 105px 0 100px;
}
.feature__title {
    font-family: 'Lato-Semibold', sans-serif;
    font-size: 24px;
    line-height: 35px;
    margin: 56px 0 16px;
}
.info .feature {
    margin-top: 0;
}
.feature__pic--11 {
    background-image: url('images/info-1.svg');
}
.feature__pic--12 {
    background-image: url('images/info-2.svg');
}
.feature__pic--13 {
    background-image: url('images/info-3.svg');
}
.feature__pic--14 {
    background-image: url('images/info-4.svg');
}
.form {
    color: #fff;
    position: relative;
    padding: 83px 0 76px;
    background: 50% url('images/form-bg.jpg') no-repeat;
    background-size: cover;
    min-height: 828px;
    font-size: 16px;
    line-height: 25px;
}
.form h2 {
    margin: 0 0 36px;
}
.form__title {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 10px;
}
.form__select {
    width: 270px;
}
.form__woman {
    position: absolute;
    top: -110px;
    bottom: 0;
    left: calc(50% + 40px);
    right: 0;
    background: -130px 100% url('images/form-woman.png') no-repeat;
    background-size: auto 975px;
}
.form__input {
    margin-top: 52px;
}
.form__select + .form__input {
    margin-top: 40px;
}
.form__input input {
    display: block;
    width: 100%;
    font-size: 16px;
    line-height: 25px;
    color: #fff !important;
    padding: 14px 0;
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    outline: none !important;
    border-bottom: solid 1px #fff !important;
}
a.light-link {
    color: #1DA8F7 !important;
    border-bottom: solid 1px transparent;
}
a.light-link:hover {
    border-color: #1DA8F7;
}
#agreement-text {
    display: none;
}
.custom-control-label::before,
.custom-control-input:checked~.custom-control-label::before {
    width: 15px;
    height: 15px;
    top: 3px;
    left: -35px;
    background: transparent !important;
    border: solid 1px #a0a0a0 !important;
    border-radius: 0 !important;
    outline: none !important;
    box-shadow: none !important;
    cursor: pointer;
}
.custom-checkbox .custom-control-input:checked~.custom-control-label::after {
    top: 3px;
    left: -35px;
    background: 50% url('images/check.svg') no-repeat;
    background-size: 13px auto;
    width: 15px;
    height: 15px;
}
.custom-checkbox {
    padding-left: 35px;
}
.form__agreement {
    margin-top: 31px;
    font-size: 14px;
    line-height: 25px;
}
.form__btn {
    margin-top: 37px;
}
.immersive_awselect {
    overflow: auto !important;
}
.awselect:not(.animate) .front_face {
    padding: 20px 37px !important;
}
.awselect:not(.animate) .front_face>.bg {
    border: solid 1px #1DA8F7;
    border-radius: 10px;
    background: transparent !important;
}
.awselect:not(.animate) .front_face span {
    color: #fff;
    font-size: 20px;
}
.awselect:not(.animate) .front_face .icon {
    right: -7px;
    transform: translateY(-50%);
}
.awselect:not(.animate) .front_face .icon svg {
    width: 20px;
    height: 17px;
}
.awselect:not(.animate) .front_face .icon svg path {
    fill : #1DA8F7;
}
.popup-success .fancybox-bg {
    opacity: .5;
}
.popup-success .fancybox-content {
    padding: 0;
    background: none;
}
.success {
    padding: 60px 65px 431px;
    border-radius: 10px;
    background: 50% 100% url('images/success.png') no-repeat #fff;
    margin-top: 15px;
    margin-right: 47px;
    background-size: 93% auto;
}
.popup-success .fancybox-close-small svg path {
    fill: #fff
}
footer {
    background: #1A1743;
    padding: 30px 0 30px;
}
.social {
    display: inline-block;
    vertical-align: top;
    margin: 0 20px;
}
.social:first-child {
    margin-left: 0;
}
.social:last-child {
    margin-right: 0;
}
.footer-logo {
    margin: 20px 0;
}
footer .socials {
    margin: 40px 0;
}
.footer__phones {
    font-size: 18px;
    line-height: 35px;
    margin-top: 40px;
}
.form_hide {
    opacity: 1;
    -webkit-transition: 0.3s all;-moz-transition: 0.3s all;-ms-transition: 0.3s all;-o-transition: 0.3s all;transition: 0.3s all;
}
.form_hidden {
    opacity: 0;
}
.select_city_wrap {
    height: 66px;
    margin-right: 290px;
    position: relative;
}
.select_city {
    position: absolute;
    line-height: 30px;
    font-size: 18px;
    color: #FFFFFF;
    border: 1px solid #fff;
    border-radius: 10px;
    z-index: 4;
    transition: 0.3s all;
    cursor: pointer;
    padding: 17px;
    width: 270px;
    left: 0;
    top: 0;
}
.select_city:after {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    background: url("images/chevron-right.svg") center / contain no-repeat;
    top: 23px;
    right: 20px;
    -webkit-transition: 0.3s all;-moz-transition: 0.3s all;-ms-transition: 0.3s all;-o-transition: 0.3s all;transition: 0.3s all;
}
.select_city-opened:after {
    transform: rotate(180deg);
    top: 20px;
}
.select_city-opened {
    border: 1px solid #fff;
    border-radius: 10px;
    width: 270px;
    padding: 10px 15px;
    top: 0;
    left: 0;
}

.select_city-opened .selected_city {
    display: none;
}
.cities_list {
    display: none;
    transition: 0.3s all;
}
.select_city-opened .cities_list {
    display: block;
}
.cities_list a {
    line-height: 30px;
    font-size: 18px;
    text-decoration: none;
    display: block;
    color: #FFFFFF !important;
    border-bottom: none !important;
}
.cities_list a:hover {
    border-bottom: none !important;
}
.selected_city {
    display: inline-block;
    position: relative;
}




@media (max-width: 1440px) {
    .top-block {
        background-position-x: calc(50% + 211px);
    }
    .timer {
        background-position-x: calc(50% - 350px);
    }
}
@media (min-width: 1200px) {
    .container{
        max-width: 1150px;
    }
}
@media (max-width: 1200px) {
    .top-block {
        background-position-x: calc(50% + 251px);
    }
    .sign-up .bg-plus {
        right: 40px;
    }

    .info {
        padding: 50px 0 60px;
    }
    .info .feature {
        margin-top: 50px;
    }
    .feature__title {
        margin-top: 30px;
    }
}
@media (max-width: 990px) {
    h1 {
        font-size: 34px;
    }
    .top-block {
        padding: 60px 0;
    }
    .top-price__value {
        font-size: 70px;
        line-height: 70px;
    }
    .top-price__value:after {
        margin-left: -4px;
        height: 75px;
        width: 75px;
        background-size: auto 50px;
    }
    .top-price__down {
        line-height: 45px;
    }
    .top-block__info .btn {
        margin-top: 60px;
    }
    .description__text {
        margin-right: 102px;
    }
    .description__price-block {
        margin-top: 46px;
    }
    .calc {
        padding: 0 0 45px;
    }
    .calc__equal {
        display: none;
    }
    .calc__text {
        display: block;
        margin-left: 0 !important;
        margin-right: 0 !important;
        margin-top: 25px;
        margin-bottom: 50px;
    }
    .calc__text--before {
        margin-bottom: 5px;
    }
    .calc__text:nth-child(2) {
        margin-top: 20px;
    }
    .calc__text br {
        display: none;
    }
    .calc__text:last-child {
        margin-bottom: 0;
    }
    .timer {
        background-image: none;
        padding-top: 45px;
        padding-bottom: 90px;
    }
    .form__woman {
        display: none;
    }
    .social {
        margin: 0 8px;
    }
}
@media (max-width: 768px) {
    header {
        padding-top: 35px;
        padding-bottom: 0;
    }
    header .align-items-center {
        align-items: end !important;
    }
    .header__phones {
        font-size: 12px;
        line-height: 20px;
        text-align: right;
    }
    .header__phones a {
        display: block;
    }
    .header__phones a:not(:first-child):before {
        display: none;
    }
    .top-block {
        background: none;
    }
    .top-price__down {
        float: right;
        margin-right: -20px;
        margin-top: -6px;
    }
    .top-price-container {
        margin-left: -50px;
    }
    .description {
        background-image: none;
    }
    .description .bg-plus {
        display: none;
    }
    .description__text {
        display: inline-block;
        vertical-align: top;
        margin-right: 0;
        text-align: left;
        padding-left: 30px;
    }
    .block {
        padding-top: 48px;
        padding-bottom: 43px;
    }
    .description h2 {
        text-align: center;
        margin-bottom: 49px;
    }
    .description__text:before {
        display: none;
    }
    .description__conditions {
        margin-top: 50px;
    }
    .description__conditions h3:before {
        display: none;
    }
    .description__price-block {
        margin-top: 60px;
    }
    .description__old-price {
        font-size: 40px;
        line-height: 40px;
    }
    .description__new-price {
        font-size: 25px;
        line-height: 25px;
    }
    .description__new-price div:nth-child(2) {
        font-size: 16px;
        line-height: 16px;
    }
    ul.custom-ul li:before {
        left: -11px;
        top: 13px;
        transform: none;
    }
    .features {
        text-align: center;
    }
    .feature {
        padding-right: 0;
        margin-top: 40px;
    }
    .feature__pic {
        background-position-x: 50%;
    }
    .calc {
        padding-top: 40px;
    }
    .timer h2 {
        text-align: center;
        margin-bottom: 14px;
    }
    .countdown {
        text-align: center;
    }
    .countdown__value {
        font-size: 35px;
        line-height: 40px;
    }
    .dots {
        line-height: 40px;
    }
    .calc__num {
        font-size: 100px;
        line-height: 75px;
    }
    .sign-up {
        padding: 40px 0 80px;
        background-position: 73% 50%;
    }
    .sign-up .bg-plus {
        display: none;
    }
    .sign-up h2 {
        margin-bottom: 50px;
    }
    .sign-up h2:before {
        display: none;
    }
    .info {
        padding: 20px 0 40px;
    }
    .info .feature {
        margin-top: 35px;
    }
    .form {
        padding: 40px 0 86px;
        background-position: 3% 50%;
    }
    .form h2 {
        margin-bottom: 10px;
        text-align: center;
    }
    .form__btn .btn {
        padding-left: 0;
        padding-right: 0;
        text-align: center;
        width: 100%;
    }
    footer {
        padding: 50px 0 80px;
    }
    .footer-logo,
    .footer__phones {
        margin: 0;
    }
    footer .socials {
        margin: 50px 0 60px;
    }
    .social {
        margin: 0 10px;
    }
    .success {
        margin-top: 0;
        margin-right: 0;
        padding: 40px 35px 220px;
        background-size: 310px auto;
    }
    .success h2 {
        text-align: center;
    }
    .popup-success .fancybox-close-small svg path {
        fill: #333;
    }
}
@media (max-width: 440px) {
    .top-price-container {
        margin-left: 0;
        text-align: left !important;
    }
    .description__text {
        width: auto;
        min-width: 0;
        padding: 50px 15px 43px 20px;
    }
}