@import url(reset.css);
@import url(fonts.css);
@import url(jquery.fancybox.min.css);

body {
    font-family: 'Gilroy', sans-serif;
    font-weight: 400
}

h1, h2, h3, h4, h5, h6, strong, b {
    font-family: 'Gilroy', sans-serif;
    font-weight: 700
}

img, svg, embed, object, video {
    max-width: 100%;
    max-height: 100%
}

a {
    -webkit-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out
}

body.menuActive {
    overflow: hidden
}

br.xl {
    display: inline
}

@media (max-width: 991px) {
    br.xl {
        display: none
    }
}

br.l {
    display: none
}

@media (max-width: 991px) {
    br.l {
        display: inline
    }
}

@media (max-width: 769px) {
    br.l {
        display: none
    }
}

br.m {
    display: none
}

@media (max-width: 769px) {
    br.m {
        display: inline
    }
}

@media (max-width: 576px) {
    br.m {
        display: none
    }
}

br.s {
    display: none
}

@media (max-width: 576px) {
    br.s {
        display: inline
    }
}

.siteWidth {
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
    padding-left: 15px;
    width: 100%;
    max-width: 1190px;
    position: relative;
    z-index: 10
}

@media (max-width: 1200px) {
    .siteWidth {
        max-width: 990px
    }
}

@media (max-width: 991px) {
    .siteWidth {
        max-width: 750px
    }
}

@media (max-width: 769px) {
    .siteWidth {
        max-width: 570px
    }
}

@media (max-width: 576px) {
    .siteWidth {
        max-width: 480px
    }
}

h1.title {
    font-family: 'Gilroy', sans-serif;
    font-weight: 700;
    font-size: 45px;
    line-height: 49px;
    color: #287fc7
}

h1.title span {
    color: #222
}

@media (max-width: 769px) {
    h1.title {
        font-size: 40px;
        line-height: 45px
    }
}

@media (max-width: 576px) {
    h1.title {
        font-size: 32px;
        line-height: 35px
    }
}

h2.title {
    font-family: 'Gilroy', sans-serif;
    font-weight: 600;
    color: #222;
    font-size: 35px;
    line-height: 38px
}

.content_text {
    font-family: 'Gilroy', sans-serif;
    font-weight: 400;
    color: #495e71;
    font-size: 18px;
    line-height: 23px
}

.btn1 {
    display: inline-block;
    cursor: pointer;
    width: 85%;
    border: 0;
    font-family: 'Gilroy', sans-serif;
    font-weight: 600;
    font-size: 18px;
    max-width: 255px;
    text-align: center;
    height: 50px;
    line-height: 46px;
    color: #fff;
    background-color: #ffbf00;
    border-radius: 40px;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    position: relative;
    -webkit-box-shadow: 0 15px 40px #cd9a02;
    box-shadow: 0 15px 40px #cd9a02;
    z-index: 10
}

.btn1:hover {
    background-color: #4866d6;
    -webkit-box-shadow: 0 15px 40px #5a7dff;
    box-shadow: 0 15px 40px #5a7dff
}

.btn1:active {
    background-color: #ddd;
    -webkit-box-shadow: none;
    box-shadow: none
}

main {
    overflow: hidden
}

section {
    position: relative
}

#mainSprite {
    height: 0;
    width: 0;
    position: absolute;
    visibility: hidden
}

.loading {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .8);
    z-index: 9999
}

.loading .loadingWrap {
    position: relative;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.loading .loadingWrap img {
    width: 100px
}

header {
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    z-index: 200;
    top: 0;
    left: 0;
    width: 100%;
    position: fixed;
    background-color: #fff;
    -webkit-box-shadow: 0 11px 22px rgba(136, 133, 133, .08);
    box-shadow: 0 11px 22px rgba(136, 133, 133, .08);
    padding: 15px 0
}

header .innerWrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

header .innerWrapper .logo {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 155px;
    flex: 0 0 155px;
    height: 30px
}

@media (max-width: 576px) {
    header .innerWrapper .logo {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100px;
        flex: 0 0 100px
    }
}

header .innerWrapper .additionalBtns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    max-width: 255px
}

header .innerWrapper .additionalBtns .checkBtn {
    display: block;
    border-radius: 5px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #287fc7;
    padding: 0 33px;
    font-family: 'Gilroy', sans-serif;
    font-size: 12px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 700;
    color: #287fc7
}

header .innerWrapper .additionalBtns .checkBtn:hover {
    background-color: #287fc7;
    color: #ffffff;
}

@media (max-width: 576px) {
    header .innerWrapper .additionalBtns .checkBtn {
        padding: 0 15px
    }
}

header .innerWrapper .additionalBtns .telegramBtn {
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 5px;
    padding: 10px;
    background-color: #287fc7
}

header .innerWrapper .additionalBtns .telegramBtn:hover {
    -webkit-box-shadow: inset -1px 7px 19px rgba(73, 95, 112, .43);
    box-shadow: inset -1px 7px 19px rgba(73, 95, 112, .43)
}

@media (max-width: 576px) {
    header .innerWrapper .additionalBtns {
        max-width: 210px
    }
}

footer .footerTop {
    padding-top: 35px;
    background-color: #eff6f9;
    padding-bottom: 50px
}

footer .footerTop .innerWrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

footer .footerTop .innerWrapper .logo {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 155px;
    flex: 0 0 155px;
    height: 30px
}

@media (max-width: 576px) {
    footer .footerTop .innerWrapper .logo {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 300px;
        flex: 0 0 300px;
        height: 42px
    }
}

footer .footerTop .innerWrapper .additionalBtns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    max-width: 250px
}



footer .footerTop .innerWrapper .additionalBtns .checkBtn {
    display: block;
    border-radius: 5px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #287fc7;
    padding: 0 33px;
    font-family: 'Gilroy', sans-serif;
    font-size: 12px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 700;
    color: #287fc7
}

footer .footerTop .innerWrapper .additionalBtns .checkBtn:hover {
    background-color: #287fc7;
    color:#ffffff;
}

@media (max-width: 576px) {
    footer .footerTop .innerWrapper .additionalBtns .checkBtn {
        padding: 0 15px
    }
}

footer .footerTop .innerWrapper .additionalBtns .telegramBtn {
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 5px;
    padding: 10px;
    background-color: #287fc7
}

footer .footerTop .innerWrapper .additionalBtns .telegramBtn:hover {
    -webkit-box-shadow: inset -1px 7px 19px rgba(73, 95, 112, .43);
    box-shadow: inset -1px 7px 19px rgba(73, 95, 112, .43)
}

@media (max-width: 576px) {
    footer .footerTop .innerWrapper .additionalBtns {
        display: none;
        max-width: 210px
    }
}

@media (max-width: 576px) {
    footer .footerTop .innerWrapper {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

@media (max-width: 576px) {
    footer .footerTop {
        background-color: #287fc7;
        padding-top: 50px;
        padding-bottom: 45px
    }
}

footer .footerBottom {
    background-color: #287fc7;
    padding-top: 25px;
    padding-bottom: 25px
}

footer .footerBottom .innerWrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

footer .footerBottom .innerWrapper .politics {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 570px;
    flex: 0 0 570px
}

footer .footerBottom .innerWrapper .politics a {
    display: block;
    font-family: 'Gilroy', sans-serif;
    font-weight: 400;
    color: #fff;
    font-size: 12px;
    letter-spacing: 1px
}

footer .footerBottom .innerWrapper .politics a:hover {
    color: #fff
}

@media (max-width: 576px) {
    footer .footerBottom .innerWrapper .politics a {
        margin-bottom: 25px
    }
}

@media (max-width: 991px) {
    footer .footerBottom .innerWrapper .politics {
        margin-bottom: 30px
    }
}

@media (max-width: 576px) {
    footer .footerBottom .innerWrapper .politics {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

footer .footerBottom .innerWrapper .email{
    font-family: 'Gilroy', sans-serif;
    font-weight: 400;
    color: #fff;
    font-size: 12px;
    letter-spacing: 1px;
}
footer .footerBottom .innerWrapper .email:hover{
    text-decoration: underline;
}

@media(max-width:991px){
    footer .footerBottom .innerWrapper .email{
        display: inline-block;
        margin-bottom: 30px;
    }
}

footer .footerBottom .innerWrapper .rezartLogoBlock {
    text-align: center
}

@media (max-width: 576px) {
    footer .footerBottom .innerWrapper .rezartLogoBlock {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%
    }
}

@media (max-width: 991px) {
    footer .footerBottom .innerWrapper {
        display: block;
        text-align:center;
    }
}

@media (max-width: 991px) {
    footer .footerBottom {
        padding-top: 45px;
        padding-bottom: 45px
    }
}

.section1 {
    padding-top: 190px;
    padding-bottom: 145px;
    background-color: #eff6f9;
    position: relative;
    z-index: 1
}

.section1 .absoluteElement {
    position: absolute;
    z-index: 15;
    width: 750px;
    height: 533px;
    top: 360px;
    left: calc(50% + 480px)
}

@media (max-width: 1200px) {
    .section1 .absoluteElement {
        top: 350px;
        left: calc(50% + 420px)
    }
}

@media (max-width: 991px) {
    .section1 .absoluteElement {
        width: 600px;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        left: calc(50% - 750px);
        top: unset;
        bottom: -170px
    }
}

@media (max-width: 769px) {
    .section1 .absoluteElement {
        left: calc(50% - 720px)
    }
}

@media (max-width: 576px) {
    .section1 .absoluteElement {
        width: 630px;
        top: unset;
        bottom: -110px;
        left: calc(50% - 700px)
    }
}

.section1 .textBlock {
    max-width: 670px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-bottom: 68px
}

.section1 .textBlock h1.title {
    margin-bottom: 20px
}

@media (max-width: 576px) {
    .section1 .textBlock .content_text {
        max-width: 300px;
        margin-left: auto;
        margin-right: auto
    }
}

@media (max-width: 991px) {
    .section1 .textBlock {
        margin-bottom: 150px
    }
}

@media (max-width: 576px) {
    .section1 .textBlock {
        margin-bottom: 160px;
        max-width: 400px
    }
}

.section1 .formWrap {
    background-color: #fff;
    -webkit-box-shadow: 3px 6px 18px rgba(151, 154, 157, .13);
    box-shadow: 3px 6px 18px rgba(151, 154, 157, .13);
    border-radius: 5px;
    position: relative;
    padding: 45px 75px;
    margin-bottom: 62px
}

.section1 .formWrap .additionalImage {
    position: absolute;
    top: -138px;
    left: 8px;
    width: 236px
}

@media (max-width: 991px) {
    .section1 .formWrap .additionalImage {
        left: 0;
        right: 0;
        margin: auto
    }
}

.section1 .formWrap .wrapper .floor {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 30px
}

.section1 .formWrap .wrapper .floor .textWrap {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 235px;
    flex: 0 0 235px;
    font-weight: 700;
    font-size: 22px;
    line-height: 24px;
    color: #222
}

@media (max-width: 1200px) {
    .section1 .formWrap .wrapper .floor .textWrap {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 200px;
        flex: 0 0 200px
    }
}

@media (max-width: 991px) {
    .section1 .formWrap .wrapper .floor .textWrap {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        text-align: center;
        margin-bottom: 40px
    }
}

@media (max-width: 769px) {
    .section1 .formWrap .wrapper .floor .textWrap {
        margin-bottom: 10px
    }
}

.section1 .formWrap .wrapper .floor .inputWrap {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 365px;
    flex: 0 0 365px;
    margin-left: 10px;
    margin-right: 10px
}

.section1 .formWrap .wrapper .floor .inputWrap input {
    font-family: 'Gilroy', sans-serif;
    color: #222;
    font-size: 18px;
    display: block;
    width: 100%;
    height: 60px;
    line-height: normal;
    padding: 0 20px;
    border: 1px solid #287fc7;
    border-radius: 5px
}

@media (max-width: 1200px) {
    .section1 .formWrap .wrapper .floor .inputWrap {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 270px;
        flex: 0 0 270px
    }
}

@media (max-width: 991px) {
    .section1 .formWrap .wrapper .floor .inputWrap {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 48%;
        flex: 0 0 48%;
        margin-left: 0;
        margin-right: 0
    }
}

@media (max-width: 769px) {
    .section1 .formWrap .wrapper .floor .inputWrap {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        margin-bottom: 20px
    }
}

.section1 .formWrap .wrapper .floor .btnWrap {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 335px;
    flex: 0 0 335px
}

.section1 .formWrap .wrapper .floor .btnWrap .findText {
    display: none;
    font-size: 14px
}

.section1 .formWrap .wrapper .floor .btnWrap .findText .title {
    margin-bottom: 7px
}

.section1 .formWrap .wrapper .floor .btnWrap .findText .title span {
    font-size: 18px;
    font-weight: 700;
    color: #287fc7
}

.section1 .formWrap .wrapper .floor .btnWrap .findText .title span#year {
    font-weight: 400;
    font-size: 14px;
    color: #222
}

.section1 .formWrap .wrapper .floor .btnWrap .findText .list {
    font-size: 18px
}

.section1 .formWrap .wrapper .floor .btnWrap .findText .list span {
    color: #287fc7
}

@media (max-width: 769px) {
    .section1 .formWrap .wrapper .floor .btnWrap .findText {
        background-color: #eff6f9;
        border-radius: 5px;
        padding: 25px;
        text-align: center
    }
}

.section1 .formWrap .wrapper .floor .btnWrap button, .section1 .formWrap .wrapper .floor .btnWrap .pseudoBtn {
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    background-color: #287fc7;
    border-radius: 5px;
    height: 60px;
    padding: 0 20px;
    border: 0;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

.section1 .formWrap .wrapper .floor .btnWrap button span, .section1 .formWrap .wrapper .floor .btnWrap .pseudoBtn span {
    font-family: 'Gilroy', sans-serif;
    font-weight: 700;
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2.5px;
    margin-right: 13px
}

@media (max-width: 576px) {
    .section1 .formWrap .wrapper .floor .btnWrap button span, .section1 .formWrap .wrapper .floor .btnWrap .pseudoBtn span {
        letter-spacing: 0
    }
}

.section1 .formWrap .wrapper .floor .btnWrap button .icon, .section1 .formWrap .wrapper .floor .btnWrap .pseudoBtn .icon {
    width: 16px;
    height: 16px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16px;
    flex: 0 0 16px
}

.section1 .formWrap .wrapper .floor .btnWrap button:hover, .section1 .formWrap .wrapper .floor .btnWrap .pseudoBtn:hover {
    -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, .25), inset -1px 7px 19px rgba(73, 95, 112, .43);
    box-shadow: 0 4px 4px rgba(0, 0, 0, .25), inset -1px 7px 19px rgba(73, 95, 112, .43);
}

@media (max-width: 1200px) {
    .section1 .formWrap .wrapper .floor .btnWrap {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 300px;
        flex: 0 0 300px
    }
}

@media (max-width: 991px) {
    .section1 .formWrap .wrapper .floor .btnWrap {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 48%;
        flex: 0 0 48%
    }
}

@media (max-width: 769px) {
    .section1 .formWrap .wrapper .floor .btnWrap {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%
    }
}

.section1 .formWrap .wrapper .floor .additionalText {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin-top: 15px;
    font-size: 14px;
    font-weight: 300;
    font-family: 'Gilroy', sans-serif;
    margin-left: auto;
    max-width: 390px;
    color: #495e71;
    line-height: 18px
}

@media (max-width: 991px) {
    .section1 .formWrap .wrapper .floor .additionalText {
        max-width: 100%;
        text-align: center
    }
}

.section1 .formWrap .wrapper .floor.hidden {
    display: none
}

.section1 .formWrap .wrapper .floor:last-child {
    margin-bottom: 0
}

@media (max-width: 991px) {
    .section1 .formWrap .wrapper .floor {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

@media (max-width: 576px) {
    .section1 .formWrap {
        max-width: 400px;
        margin-left: auto;
        margin-right: auto;
        padding: 40px 35px
    }
}

.section1 .bottomInfo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    /*max-width: 850px;*/
    margin-left: 55px
}

.section1 .bottomInfo .infoItem {
    border-left: 3px solid #287fc7;
    padding-left: 20px;
    padding-right: 40px
}

@media (max-width: 991px) {
    .section1 .bottomInfo .infoItem {
        margin-bottom: 20px
    }
}

@media (max-width: 576px) {
    .section1 .bottomInfo .infoItem {
        margin-bottom: 40px;
        padding-right: 0
    }
}

@media (max-width: 991px) {
    .section1 .bottomInfo {
        display: block;
        max-width: 320px;
        margin-left: auto;
        margin-right: auto
    }
}

@media (max-width: 769px) {
    .section1 .bottomInfo {
        max-width: 275px
    }
}

@media (max-width: 576px) {
    .section1 .bottomInfo {
        max-width: 290px;
        margin-right: unset
    }
}

@media (max-width: 375px) {
    .section1 .bottomInfo {
        max-width: 265px
    }
}

@media (max-width: 1200px) {
    .section1 {
        padding-top: 180px;
        padding-bottom: 140px
    }
}

@media (max-width: 991px) {
    .section1 {
        overflow: hidden;
        padding-top: 170px;
        padding-bottom: 90px
    }
}

@media (max-width: 769px) {
    .section1 {
        padding-top: 150px;
        padding-bottom: 60px
    }
}

@media (max-width: 576px) {
    .section1 {
        padding-top: 130px;
        padding-bottom: 30px
    }
}

.section2 {
    padding-top: 40px;
    padding-bottom: 115px;
    background-color: #fff
}

.section2 .innerWrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.section2 .innerWrapper .leftSide {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 620px;
    flex: 0 0 620px
}

.section2 .innerWrapper .leftSide h2.title {
    margin-bottom: 55px
}

@media (max-width: 769px) {
    .section2 .innerWrapper .leftSide h2.title {
        text-align: center
    }
}

.section2 .innerWrapper .leftSide .contentWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.section2 .innerWrapper .leftSide .contentWrap .contentItem {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 290px;
    flex: 0 0 290px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 40px
}

.section2 .innerWrapper .leftSide .contentWrap .contentItem .icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 55px;
    flex: 0 0 55px;
    height: 55px;
    width: 55px;
    margin-right: 15px
}

@media (max-width: 576px) {
    .section2 .innerWrapper .leftSide .contentWrap .contentItem .icon {
        margin-right: 25px
    }
}

@media (max-width: 1200px) {
    .section2 .innerWrapper .leftSide .contentWrap .contentItem {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 240px;
        flex: 0 0 240px
    }
}

@media (max-width: 991px) {
    .section2 .innerWrapper .leftSide .contentWrap .contentItem {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%
    }
}

@media (max-width: 576px) {
    .section2 .innerWrapper .leftSide .contentWrap .contentItem {
        margin-bottom: 43px
    }
}

@media (max-width: 576px) {
    .section2 .innerWrapper .leftSide .contentWrap {
        max-width: 400px;
        margin-left: auto;
        margin-right: auto
    }
}

@media (max-width: 1200px) {
    .section2 .innerWrapper .leftSide {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 500px;
        flex: 0 0 500px
    }
}

@media (max-width: 991px) {
    .section2 .innerWrapper .leftSide {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        padding-right: 15px
    }
}

@media (max-width: 769px) {
    .section2 .innerWrapper .leftSide {
        padding-right: 0;
        margin-bottom: 40px
    }
}

@media (max-width: 576px) {
    .section2 .innerWrapper .leftSide {
        margin-bottom: 20px
    }
}

.section2 .innerWrapper .rightSide {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 520px;
    flex: 0 0 520px;
    margin-top: -80px;
    margin-right: -52px
}

.section2 .innerWrapper .rightSide .imgWrap {
    position: relative
}

.section2 .innerWrapper .rightSide .imgWrap .btn {
    position: absolute;
    bottom: 140px;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 370px;
    cursor: pointer;
    display: block;
    width: 100%;
    background-color: #287fc7;
    border-radius: 5px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    padding: 0 20px;
    border: 0;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    font-family: 'Gilroy', sans-serif;
    font-weight: 700;
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2.5px
}

.section2 .innerWrapper .rightSide .imgWrap .btn:hover {
    -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, .25), inset -1px 7px 19px rgba(73, 95, 112, .43);
    box-shadow: 0 4px 4px rgba(0, 0, 0, .25), inset -1px 7px 19px rgba(73, 95, 112, .43)
}

@media (max-width: 991px) {
    .section2 .innerWrapper .rightSide .imgWrap .btn {
        max-width: 335px;
        bottom: 80px
    }
}

@media (max-width: 769px) {
    .section2 .innerWrapper .rightSide .imgWrap .btn {
        max-width: 400px;
        bottom: 150px
    }
}

@media (max-width: 576px) {
    .section2 .innerWrapper .rightSide .imgWrap .btn {
        max-width: 335px;
        bottom: 80px;
        padding: 0;
        letter-spacing: 0
    }
}

@media (max-width: 1200px) {
    .section2 .innerWrapper .rightSide {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 400px;
        flex: 0 0 400px;
        margin-top: 0;
        margin-right: 0
    }
}

@media (max-width: 991px) {
    .section2 .innerWrapper .rightSide {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        padding-left: 15px
    }
}

@media (max-width: 769px) {
    .section2 .innerWrapper .rightSide {
        padding-left: 0
    }
}

@media (max-width: 576px) {
    .section2 .innerWrapper .rightSide {
        max-width: 400px;
        margin-left: auto;
        margin-right: auto
    }
}

@media (max-width: 769px) {
    .section2 .innerWrapper {
        display: block
    }
}

@media (max-width: 1200px) {
    .section2 {
        padding-top: 50px;
        padding-bottom: 100px
    }
}

@media (max-width: 991px) {
    .section2 {
        padding-top: 60px
    }
}

@media (max-width: 769px) {
    .section2 {
        padding-top: 70px
    }
}

@media (max-width: 576px) {
    .section2 {
        padding-bottom: 70px
    }
}

.section3 {
    padding-top: 120px;
    padding-bottom: 15px;
    background-color: #eff6f9
}

.section3 .innerWrapper h2.title {
    margin-bottom: 60px
}
.section3 .innerWrapper .text h2 {
    margin-top: 25px;
    margin-bottom: 25px;
}
.text p {
    margin-bottom: 10px;
}
.text ul {
    list-style-type: disc;
    padding-left: 50px;
    margin-bottom: 10px;
}
@media (max-width: 769px) {
    .section3 .innerWrapper h2.title {
        text-align: center
    }
}

@media (max-width: 576px) {
    .section3 .innerWrapper h2.title {
        margin-bottom: 45px
    }
}

.section3 .innerWrapper .accordionBlock {
    margin-left: auto;
    margin-right: auto
}

.section3 .innerWrapper .accordionBlock .accordionItem {
    border: 0;
    background-color: #fff;
    border-radius: 10px;
    padding: 55px 145px 55px 155px;
    -webkit-box-shadow: 3px 6px 18px rgba(151, 154, 157, .06);
    box-shadow: 3px 6px 18px rgba(151, 154, 157, .06);
    position: relative;
    margin-bottom: 30px
}

.section3 .innerWrapper .accordionBlock .accordionItem .absoluteEl {
    position: absolute;
    width: 55px;
    height: 55px;
    top: 40px;
    left: 60px
}

@media (max-width: 1200px) {
    .section3 .innerWrapper .accordionBlock .accordionItem .absoluteEl {
        left: 30px;
        top: 30px
    }
}

@media (max-width: 769px) {
    .section3 .innerWrapper .accordionBlock .accordionItem .absoluteEl {
        display: none
    }
}

.section3 .innerWrapper .accordionBlock .accordionItem .itemTitle {
    font-weight: 700;
    color: #222;
    font-size: 22px;
    cursor: pointer
}

.section3 .innerWrapper .accordionBlock .accordionItem .itemText {
    color: #222;
    padding-top: 25px
}

.section3 .innerWrapper .accordionBlock .accordionItem .itemText .saleBlock {
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.section3 .innerWrapper .accordionBlock .accordionItem .itemText .saleBlock .saleItem {
    background-color: #eff6f9;
    border-radius: 5px;
    padding: 7px 20px;
    margin-right: 15px;
    font-size: 18px;
    color: #5f5f5f
}

.section3 .innerWrapper .accordionBlock .accordionItem .itemText .saleBlock .saleItem span {
    color: #287fc7
}

@media (max-width: 1200px) {
    .section3 .innerWrapper .accordionBlock .accordionItem .itemText .saleBlock .saleItem {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 230px;
        flex: 0 0 230px;
        margin-bottom: 20px;
        margin-right: 0
    }
}

@media (max-width: 991px) {
    .section3 .innerWrapper .accordionBlock .accordionItem .itemText .saleBlock .saleItem {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 210px;
        flex: 0 0 210px
    }
}

@media (max-width: 769px) {
    .section3 .innerWrapper .accordionBlock .accordionItem .itemText .saleBlock .saleItem {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        border-radius: 0;
        background-color: transparent;
        padding: 5px 23px;
        
        margin-bottom: 5px
    }

    .section3 .innerWrapper .accordionBlock .accordionItem .itemText .saleBlock .saleItem:last-child {
        border-bottom: none
    }
}

@media (max-width: 450px) {
    .section3 .innerWrapper .accordionBlock .accordionItem .itemText .saleBlock .saleItem {
        padding: 5px
    }
}

@media (max-width: 1200px) {
    .section3 .innerWrapper .accordionBlock .accordionItem .itemText .saleBlock {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

.section3 .innerWrapper .accordionBlock .accordionItem .switcher {
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    cursor: pointer;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 50px;
    width: 28px;
    height: 15px;
    border-radius: 50%
}

@media (max-width: 1200px) {
    .section3 .innerWrapper .accordionBlock .accordionItem .switcher {
        right: 40px
    }
}

@media (max-width: 576px) {
    .section3 .innerWrapper .accordionBlock .accordionItem .switcher {
        right: 20px
    }
}

.section3 .innerWrapper .accordionBlock .accordionItem.active .switcher {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    bottom: unset;
    top: 60px
}

@media (max-width: 1200px) {
    .section3 .innerWrapper .accordionBlock .accordionItem {
        padding: 45px 115px 45px 115px
    }
}

@media (max-width: 769px) {
    .section3 .innerWrapper .accordionBlock .accordionItem {
        padding: 35px 70px 35px 50px
    }
}

@media (max-width: 576px) {
    .section3 .innerWrapper .accordionBlock .accordionItem {
        padding: 40px 60px 40px 30px
    }
}

@media (max-width: 576px) {
    .section3 .innerWrapper .accordionBlock {
        max-width: 400px
    }
}

@media (max-width: 1200px) {
    .section3 {
        padding-top: 100px;
        padding-bottom: 50px
    }
}

@media (max-width: 991px) {
    .section3 {
        padding-top: 90px
    }
}

@media (max-width: 769px) {
    .section3 {
        padding-top: 80px
    }
}

@media (max-width: 576px) {
    .section3 {
        padding-top: 70px
    }
}

.success {
    background-color: #f7f7f7;
    position: relative;
    z-index: 10
}

.success .innerWrapper {
    height: 100vh
}

.success .innerWrapper .absoluteEl {
    position: absolute;
    width: 410px;
    height: 510px;
    top: 0;
    bottom: 0;
    left: calc(50% + 20px);
    margin: auto
}



@media (max-width: 769px) {
    .success .innerWrapper .absoluteEl {
        left: calc(50% - 45px)
    }
}

.success .innerWrapper .textBlock {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 170px;
    height: 320px;
    margin: auto;
    text-align: left
}

.success .innerWrapper .textBlock h2.title {
    font-family: 'Gilroy', sans-serif;
    font-weight: 700;
    color: #287fc7;
    font-size: 45px;
    line-height: 49px;
    margin-bottom: 20px
}

@media (max-width: 769px) {
    .success .innerWrapper .textBlock h2.title {
        font-size: 35px;
        line-height: 38px
    }
}

.success .innerWrapper .textBlock .description {
    max-width: 425px;
    font-size: 25px;
    line-height: 29px;
    margin-bottom: 60px
}

@media (max-width: 769px) {
    .success .innerWrapper .textBlock .description {
        font-size: 20px;
        line-height: 26px
    }
}

.success .innerWrapper .textBlock .btnWrap .btn {
    max-width: 320px;
    cursor: pointer;
    display: block;
    width: 100%;
    background-color: #287fc7;
    border-radius: 5px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    padding: 0 20px;
    border: 0;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    font-family: 'Gilroy', sans-serif;
    font-weight: 700;
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2.5px
}

.success .innerWrapper .textBlock .btnWrap .btn:hover {
    -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, .25), inset -1px 7px 19px rgba(73, 95, 112, .43);
    box-shadow: 0 4px 4px rgba(0, 0, 0, .25), inset -1px 7px 19px rgba(73, 95, 112, .43)
}

@media (max-width: 576px) {
    .success .innerWrapper .textBlock .btnWrap .btn {
        padding: 0;
        letter-spacing: 0
    }
}

@media (max-width: 1200px) {
    .success .innerWrapper .textBlock {
        left: 15px
    }
}

@media (max-width: 769px) {
    .success .innerWrapper .textBlock {
        height: 270px
    }
}

@media (max-width: 769px) {
    .success .innerWrapper {
        min-height: 750px
    }
}

.error {
    background-color: #f7f7f7;
    position: relative;
    z-index: 10
}

.error .innerWrapper {
    height: 100vh;
    min-height: 700px
}

.error .innerWrapper .absoluteEl {
    position: absolute;
    width: 500px;
    height: 566px;
    top: 0;
    bottom: 0;
    left: calc(50% + 20px);
    margin: auto
}

@media (max-width: 769px) {
    .error .innerWrapper .absoluteEl {
        left: calc(50% - 105px)
    }
}

.error .innerWrapper .textBlock {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 170px;
    height: 320px;
    margin: auto;
    text-align: left
}

.error .innerWrapper .textBlock h2.title {
    font-family: 'Gilroy', sans-serif;
    font-weight: 700;
    color: #ca190d;
    font-size: 45px;
    line-height: 49px;
    margin-bottom: 20px
}

@media (max-width: 769px) {
    .error .innerWrapper .textBlock h2.title {
        font-size: 35px;
        line-height: 38px
    }
}

.error .innerWrapper .textBlock .description {
    max-width: 440px;
    font-size: 25px;
    line-height: 29px;
    margin-bottom: 60px
}

@media (max-width: 769px) {
    .error .innerWrapper .textBlock .description {
        max-width: 240px;
        font-size: 20px;
        line-height: 26px
    }
}

.error .innerWrapper .textBlock .btnWrap .btn {
    max-width: 320px;
    cursor: pointer;
    display: block;
    width: 100%;
    background-color: #287fc7;
    border-radius: 5px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    padding: 0 20px;
    border: 0;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    font-family: 'Gilroy', sans-serif;
    font-weight: 700;
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2.5px
}

.error .innerWrapper .textBlock .btnWrap .btn:hover {
    -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, .25), inset -1px 7px 19px rgba(73, 95, 112, .43);
    box-shadow: 0 4px 4px rgba(0, 0, 0, .25), inset -1px 7px 19px rgba(73, 95, 112, .43)
}

@media (max-width: 576px) {
    .error .innerWrapper .textBlock .btnWrap .btn {
        padding: 0;
        letter-spacing: 0
    }
}

@media (max-width: 1200px) {
    .error .innerWrapper .textBlock {
        left: 15px
    }
}

@media (max-width: 769px) {
    .error .innerWrapper .textBlock {
        height: 360px
    }
}

@media (max-width: 769px) {
    .error .innerWrapper {
        min-height: 750px
    }
}

.hiddenBlock {
    display: none
}

form .inputWrap {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

form .inputWrap .text {
    margin-right: 18px;
    font-family: 'Gilroy', sans-serif;
    font-weight: 300;
    font-size: 18px;
    letter-spacing: .1em
}

form .inputWrap input {
    display: block;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-family: 'Gilroy', sans-serif;
    font-weight: 300;
    width: 100%;
    height: 40px;
    font-size: 18px;
    color: #000;
    border: 0;
    border-bottom: 1px solid #000;
    text-align: left;
    outline: 0;
    background-color: transparent;
    line-height: normal;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    padding-left: 0
}

form .inputWrap input:focus {
    border-color: #247cff
}

form .inputWrap input:focus::-webkit-input-placeholder {
    opacity: 0
}

form .inputWrap input:focus:-moz-placeholder {
    opacity: 0
}

form .inputWrap input:focus::-moz-placeholder {
    opacity: 0
}

form .inputWrap input:focus:-ms-input-placeholder {
    opacity: 0
}

form .inputWrap input::-webkit-input-placeholder {
    color: gray;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

form .inputWrap input:-moz-placeholder {
    color: gray;
    -moz-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

form .inputWrap input::-moz-placeholder {
    color: gray;
    -moz-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

form .inputWrap input:-ms-input-placeholder {
    color: gray;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

form .inputWrap .allert {
    position: absolute;
    z-index: 20;
    display: block;
    bottom: 0;
    right: 20px;
    top: 0;
    margin: auto;
    color: #ff0404;
    text-decoration: none;
    font-family: 'Gilroy', sans-serif;
    font-size: 16px;
    line-height: 21px;
    font-weight: 400;
    width: 18px;
    height: 18px
}

form .inputWrap .allert span {
    display: none;
    opacity: 0;
    padding: 2px;
    padding-top: 4px;
    color: red;
    font-size: 12px;
    line-height: 14px;
    border-radius: 4px;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    min-width: 200px
}

form .inputWrap .allert:hover {
    text-align: center
}

form .inputWrap .allert:hover span {
    border: 1px solid #ff6565;
    background: #fff;
    display: inline;
    position: absolute;
    color: #4e4e4e;
    right: 24px;
    top: -2px;
    opacity: 1
}

form .inputWrap .warning_ico {
    width: 18px;
    height: 18px
}

form .inputWrap.error input {
    border-color: red
}

.modalPolitics {
    max-width: 950px;
    margin-left: auto;
    margin-right: auto;
    width: 90%;
    padding: 25px 15px;
    border-radius: 0;
    border: 0;
    background-color: #fff;
    -webkit-box-shadow: 0 0 0 5px #fff, 0 10px 40px 0 rgba(0, 0, 0, .07);
    box-shadow: 0 0 0 5px #fff, 0 10px 40px 0 rgba(0, 0, 0, .07)
}

.modalPolitics .mfp-close {
    height: 26px;
    width: 26px;
    line-height: 24px;
    padding: 2px;
    top: 5px;
    right: 20px;
    background-color: transparent;
    border-radius: 50%;
    -webkit-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out
}

.modalPolitics .mfp-close:hover {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    color: #247cff
}

.modalPolitics .title {
    margin-bottom: 25px
}

.modalPolitics .title h2 {
    font-family: 'Gilroy', sans-serif;
    font-weight: 700;
    font-size: 20px;
    color: #000;
    text-align: center;
    margin-bottom: 15px
}

.modalPolitics .title .description {
    font-family: 'Gilroy', sans-serif;
    font-size: 20px;
    font-weight: 500;
    text-align: center
}

.modalPolitics .content {
    font-family: 'Gilroy', sans-serif;
    font-size: 18px;
    line-height: 22px;
    font-weight: 300;
    max-height: 400px;
    overflow-y: scroll;
    overflow-x: hidden
}

.modalPolitics .content p {
    margin-bottom: 10px
}

.modalPolitics .content p:last-child {
    margin-bottom: 0
}

.floor {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 4px;
}

.inputWrap {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 400px;
}

.inputWrap input[type="text"] {
  width: 100%;
  box-sizing: border-box;
  height: 48px;
}

#vin-length-tip {
  position: absolute;
  left: 0;
  top: calc(100% + 6px); /* ← тут вибираєш потрібний відступ */
  color: #f44336;
  font-size: 15px;
  text-align: left;
  width: 100%;
  display: none;
  z-index: 2;
  pointer-events: none;
}