@font-face {
    font-family: inter;
    src: url('Inter.otf');
    font-weight: normal;
    font-style: normal;
}

body{
    background: #292C33;
    color: #fff;
    font-family: 'inter';
}

img {
    max-width: 100%;
}
a {
    color: #fff;
    transition: 0.5s;
}
a:hover, a:focus {
    color: #2E61D3;
    transition: 0.5s;
}

a.btn.btn-write {
    position: relative;
    background: #fff;
    color: #000;
    font-weight: 600;
    border-radius: 8px;
    transition: 0.5s;
}
a.btn.btn-black {
    position: relative;
    background: #18191C;
    color: #fff;
    font-weight: 600;
    border-radius: 8px;
    transition: 0.5s;
}
a.btn.btn-write:hover,
a.btn.btn-black:hover {
    background: #2D4F9B;
    color: #fff;
    transition: 0.5s;
}


@media (min-width: 1420px)
{
.container {
    max-width: 1400px;
}
}






.block-1 {
    padding-top: 220px;
    background: url(/assets/img/ch.svg);
    background-position: right top;
    background-repeat: no-repeat;
    background-size: 65% 100%;
    padding-bottom: 100px;
}
.menu-form {
    position: absolute;
    width: 100%;
    top: 60px;
}
ul.menu {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    list-style: none;
}
ul.menu li a {
    text-decoration: none;
    padding: 0 15px;
}
.block-1 a.btn.btn-write {
    position: relative;
    top: -5px;
}
.block-1 .h1 {
    font-size: 80px;
    line-height: 90px;
    font-weight: bolder;
    margin-bottom: 40px;
}
.block-1 .h3 {
    font-size: 26px;
    font-weight: inherit;
    margin-bottom: 80px;
}
.block-1 a.btn.btn-black {
    padding: 10px 30px;
}
.block-1 .swiper-wrapper {
    padding-bottom: 50px;
}
.block-1 .swiper-pagination.swiper-pagination-bullets.swiper-pagination-horizontal {
    text-align: left;
    padding-left: 100px;
    bottom: -5px;
}
.block-1 .swiper-pagination.swiper-pagination-bullets.swiper-pagination-horizontal span.swiper-pagination-bullet {
    width: 20px;
    height: 20px;
    background: none;
    background: #292C33;
    border: 3px solid #2E61D3;
    opacity: 1;
}
.block-1 .swiper-pagination.swiper-pagination-bullets.swiper-pagination-horizontal span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #2E61D3;
}
.open-form-slide-1 {
    position: absolute;
    top: 70px;
    left: 135px;
}
a.btn span.next {
    background: #fff;
    width: 40px;
    height: 40px;
    display: inline-block;
    margin-left: 30px;
    top: 12px;
    position: absolute;
    border-radius: 100px;
    float: right;
    background: #2E61D3 url(/assets/img/next.svg);
    background-position: center;
    background-size: 50%;
    background-repeat: no-repeat;
    transition: 0.5s;
}
.open-form-slide-1 a.btn:hover span.next {
    transform: rotate(45deg);
    transition: 0.5s;
}

.top-slide a.btn.btn-black {
    display: flex;
    align-items: center;
    width: 250px;
    white-space: normal;
    height: 65px;
    text-align: left;
    padding: 10px 20px 12px;
    justify-content: space-between;
}
.top-slide a.btn.btn-black span.next {
    right: auto;
    top: auto;
    position: relative;
    margin: 0;
    min-width: 40px;
    min-height: 40px;
    left: auto;
}
.open-form {
    display: none;
}
.open-form-slide-1:hover .open-form,
.open-form-slide-2:hover .open-form,
.open-form-slide-3:hover .open-form,
.open-form-slide-4:hover .open-form,
.open-form-slide-5:hover .open-form,
.open-form-slide-6:hover .open-form {
    display: block;
}
span.btn-slide img {
    float: left;
    margin-right: 10px;
    position: relative;
    top: 5px;
    opacity: 0.5;
}
span.btn-slide {
    position: absolute;
    z-index: 1;
    padding: 3px 20px 7px 20px;
    border-radius: 8px;
    width: 200px;
    line-height: normal;
    display: flex;
    align-items: center;
    height: 53px;
    font-size: 15px;
}

span.btn-slide.btn-1 {
    top: -60px;
    left: -105px; 
}
span.btn-slide.btn-2 {
    top: -60px;
    right: -55px;
}
span.btn-slide.btn-3 {
    left: -105px;
    bottom: -61px;
}
span.btn-slide.btn-4 {
    right: -70px;
    bottom: -61px;
    width: 215px;
}

.open-form-slide-2 {
    position: absolute;
    bottom: 30px;
    right: 110px;
}
.open-form-slide-2 a.btn:hover span.next {
    transform: rotate(-145deg);
    transition: 0.5s;
}

.open-form-slide-2 span.btn-slide.btn-4 {
    width: 250px;
    right: -105px;
}

.open-form-slide-3 a.btn:hover span.next {
    transform: rotate(45deg);
    transition: 0.5s;
}
.open-form-slide-3 {
    position: absolute;
    top: 70px;
    left: 135px;
}
span.btn-slide.btn-5 {
    left: -55px;
    bottom: -61px;
}
span.btn-slide.btn-6 {
    right: -110px;
    bottom: -61px;
}
span.btn-slide.btn-7 {
    width: 300px;
    bottom: -125px;
}

span.btn-slide.btn-8 {
    top: -60px;
    left: -115px;
    width: 210px;
}
span.btn-slide.btn-9 {
    top: -60px;
    right: -55px;
}
span.btn-slide.btn-10 {
    top: -125px;
    width: 365px;
    left: -80px;
}
.open-form-slide-4 a.btn:hover span.next {
    transform: rotate(-145deg);
    transition: 0.5s;
}
.open-form-slide-4 {
    position: absolute;
    bottom: 30px;
    right: 110px;
}
.open-form-slide-3.dop-open-form span.btn-slide.btn-6 {
    width: 220px;
    right: -125px;
}
.open-form-slide-2.dop-open-form span.btn-slide.btn-2 {
    right: -90px;
    width: 235px;
}
.open-form-slide-2.dop-open-form span.btn-slide.btn-1 {
    width: 220px;
    left: -125px;
}
.open-form-slide-2.dop-open-form span.btn-slide.btn-3 {
    width: 270px;
    left: -175px;
}
.block-2 {
    background: rgba(0,0,0,0.5);
    padding: 150px 0;
}
.block-2 .h2 {
    font-size: 50px;
}
.block-2 img {
    margin-bottom: 25px;
}
.block-2 .h4 {
    font-size: 20px;
}
.block-2 p {
    font-size: 14px;
}
.block-2 .row:nth-child(1) {
    margin-bottom: 50px;
}




.block-4 {
    padding-top: 120px;
    background: url(/assets/img/ch2.svg);
    background-position: left top;
    background-repeat: no-repeat;
    background-size: 65% 100%;
    padding-bottom: 100px;
}
form.form-1 {
    background: #18191C;
    padding: 60px 140px 60px 40px;
    height: 100%;
    border-radius: 8px;
}
.title-form {
    font-size: 40px;
    margin-bottom: 15px;
    font-weight: 600;
}
.text-form {
    font-size: 20px;
    margin-bottom: 45px;
    max-width: 365px;
}
.text {
    width: 100%;
    background: #E8F0FE;
    border: 0;
    margin-bottom: 15px;
    padding: 15px 15px;
    border-radius: 8px;
}
.btn.btn-blue {
    width: 100%;
    background: #2E61D3;
    color: #fff;
    border: 0;
    border-radius: 8px;
    padding: 15px;
    transition: 0.5s
}
.btn.btn-blue:hover {
    background: #fff;
    color: #2E61D3;
    transition: 0.5s
}




.block-6 {
    padding-top: 120px;
    background: url(/assets/img/ch2.svg);
    background-position: right top;
    background-repeat: no-repeat;
    background-size: 65% 100%;
    padding-bottom: 100px;
}
.block-6 .h2 {
    font-size: 46px;
    line-height: 52px;
}
.block-6 img {
    border-radius: 8px;
    object-fit: cover;
    height: 100%;
    width: 100%;
}
.block-6 span {
    position: absolute;
    bottom: 25px;
    left: 40px;
    max-width: 300px;
}
.block-6 span.black {
    color: #292C33;
}
.row.dop,
.row.dop2 {
    margin-top: 30px;
}
.row.dop .col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}
.row.dop .col-md-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    max-width: 80%;
}
.row.dop .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 37.5%;
    flex: 0 0 37.5%;
    max-width: 37.5%;
}
.col-md-2.long-img span {
    padding-right: 30px;
}

.block-7 {
    padding-top: 120px;
    padding-bottom: 100px;
}
.form-wright {
    text-align: center;
    background: #fff;
    height: 100%;
    border-radius: 8px;
}
.form-wright .h3 {
    color: #18191C;
    padding-top: 40px;
    font-size: 24px;
    font-weight: bolder;
}
.timer__items {
    display: flex;
    font-size: 48px;
    justify-content: center;
    margin-bottom: 10px;
}
.timer__item {
    position: relative;
    min-width: 80px;
    margin-left: 10px;
    margin-right: 10px;
    padding-bottom: 15px;
    text-align: center;
    background: #C5D1D6;
    padding: 0px 10px 20px 10px;
    margin-top: 15px;
    border-radius: 8px;
    color: #18191C;
    font-weight: 600;
}
.timer__item::before {
    content: attr(data-title);
    display: block;
    position: absolute;
    left: 50%;
    bottom: 10px;
    transform: translateX(-50%);
    font-size: 14px;
}
.timer__item:not(:last-child)::after {
    content: ' ';
    position: absolute;
    right: -15px;
}

.footer-bottom {
    padding: 50px 0;
}
.footer-bottom,
.footer-bottom a {
    color: #A7B3B8;
    font-size: 14px;
}
.menu-bottom {
    margin: 50px 0 0;
}
footer span {
    color: #94A2A8;
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
}
footer .col-md-3 p {
    font-size: 14px;
}
footer .h4 {
    font-size: 18px;
    font-weight: normal;
}
ul.sety {
    display: flex;
    flex-wrap: nowrap;
    list-style: none;
    padding: 0;
}
ul.sety a {
    padding-right: 5px;
}
.map {
    margin-top: 20px;
}
footer .h2 {
    font-size: 46px;
    margin-bottom: 30px;
}
footer .h4 a {
    color: #43BDCD;
}




.open-form-back {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.4);
    display: none;
    z-index: 999;
}
form.form-2 {
    width: 500px;
    background: #18191C;
    padding: 50px;
    margin-left: -250px;
    position: fixed;
    left: 50%;
    top: 100px;
}

span.close {
    position: absolute;
    right: 15px;
    top: 15px;
    text-shadow: none;
    color: #fff!important;
    font-weight: normal;
    transition: 0.5s;
    opacity: 1;
    font-size: 22px;
}

.block-3 {
    padding: 180px 0 100px;
}
.block-3 .h2 {
    font-size: 46px;
    position: relative;
    margin-top: -60px;
    margin-bottom: 35px;
}
ul.open-slide {
    display: flex;
    flex-direction: column;
    list-style: none;
    padding: 0;
}
ul.open-slide a {
    width: 100%;
    display: inline-block;
    border-radius: 8px;
    padding: 10px;
    margin-bottom: 5px;
    cursor: pointer;
}
ul.open-slide a.active,
ul.open-slide a:hover {
    background: #18191C;
}
.top-on-slide {
    display: flex;
    justify-content: space-around;
    height: 70px;
    align-items: center;
    margin-bottom: 30px;
    border-radius: 8px;
    padding: 0 10px;
    line-height: normal;
}
.top-on-slide img {
    margin-right: 10px;
}
.whrite-block {
    background: #fff;
    color: #18191C;
    text-align: center;
    padding: 30px;
    border-radius: 8px;
}
.whrite-block p {
    text-align: left;
    margin-top: 30px;
    line-height: normal;
}
.ind a {
    display: inline-block;
    width: 100%;
    border: 1px solid #C4C4C4;
    border-radius: 8px;
    margin-top: 30px;
    padding: 15px;
    text-align: center;
    color: #fff!important;
    text-decoration: none;
}
.swiper-button-next:after, .swiper-button-prev:after {
    display: none;
}
.swiper-button-next, .swiper-button-prev {
    width: 50px;
    height: 50px;
    background: #2E61D3;
    border-radius: 100px;
}
.swiper-button-prev img {
    transform: rotate(180deg);
}
.thumbs {
    max-width: 380px;
    margin-top: 30px;
    padding: 0 70px;
}
.thumbs .swiper-wrapper {
    align-items: center;
}
.thumbs .swiper-slide {
    border: 2px solid #fff;
    padding: 10px;
}
.thumbs .swiper-slide-thumb-active {
    border: 2px solid #cecece;
    border-radius: 8px;
}
.thumbs img {
    border-radius: 8px;
    /* object-fit: cover; */
}
.thumbs .swiper-button-prev {
    left: 0;
}
.thumbs .swiper-button-next {
    right: 0;
}
.open-slide-block {
    display: none;
}
.open-slide-block.active {
    display: block;
}

.block-5 {
    padding: 120px 0 100px;
}
.block-5 .padding-slide {
    padding: 50px 75px 0 75px;
}
.block-5 .h2 {
    display: inline-block;
    position: relative;
    top: 20px;
    font-size: 40px;
    z-index: 9;
}
.block-5 .body-slide-5 {
    background: #fff;
    height: 100%;
    border-radius: 8px;
    color: #292C33;
    padding: 50px 130px 20px 50px;
}
.block-5 .body-slide-5 .h3 {
    font-size: 26px;
    margin-bottom: 20px;
    max-width: 300px;
}
.block-5 .body-slide-5 p {
    margin-bottom: 25px;
}
.block-5 .swiper-button-next {
    right: 51.8%;
}
.block-5 .slider-5 {
    margin-bottom: 30px;
}
.block-5 .bg {
    padding: 20px 20px 10px 40px;
    border-radius: 8px;
}
.thumbs .swiper-slide {
    max-width: 100px;
}
.swiper.thumbs {
    max-width: max-content;
}

.block-1 .col-md-5 a.btn.btn-black {
    width: 280px;
}

.swiper-backface-hidden .swiper-slide img {
    margin: -5px;
}

.ind a,
.top-on-slide,
.top-slide a.btn.btn-black,
.block-5 .bg,
.row.dop, .row.dop2,
.block-6 .row .row {
    font-family: 'inter';
}
.block-5 .bg .h1 {
    font-weight: bolder;
}

.whrite-block {
    padding: 30px 0;
}
.thumbs {
    padding-bottom: 20px;
}
.thumbs .swiper-wrapper {
    align-items: center;
    margin-top: 20px;
}
.whrite-block p {
    padding: 0 30px;
}
.swiper-backface-hidden .swiper-slide img {
    margin: 0;
    top: 2px;
    left: -8px;
}
.h2,
.block-5 .body-slide-5 .h3 {
    font-weight: 900;
}

.block-5 .bg .h1 {
    font-weight: 900;
    font-size: 48px;
}
.block-6 span {
    font-size: 17px;
    padding-right: 40px;
}
.thumbs .swiper-wrapper {
    transform: none!important;
}
.menu-form {
    position: fixed;
    z-index: 99;
    top: 0;
    padding-top: 45px;
    padding-bottom: 40px;
    transition: 0.5s;
}

.menu-form.act {
    background: #141619;
    padding-top: 30px;
    padding-bottom: 20px;
    transition: 0.5s;
}

.form-2.border-b {
    border-radius: 15px;
}


form#feedback-form1 span.close,
form#feedback-form2 span.close {
    display: none;
}



.mobile-menu {
    display: none;
}











@media (max-width: 1400px){
.block-5 .padding-slide {
    position: absolute;
    top: 145px;
    margin-top: -20px;
    padding-top: 0;
}
ul.menu li a {
    font-size: 14px;
}
}



@media (max-width: 1200px){
    ul.menu {
        font-size: 14px;
        padding: 0;
        text-align: center;
    }
    ul.menu li a {
        text-decoration: none;
        padding: 0 9px;
    }
    .block-1 .h1 {
        font-size: 50px;
        line-height: normal;
    }
    .top-on-slide {
        font-size: 13px;
    }
    .top-on-slide img {
        max-width: 25px;
    }
    ul.open-slide a {
        font-size: 14px;
    }
    ul.open-slide a img {
        max-width: 60px;
    }    
    .block-3 {
        padding: 130px 0 0;
    }
    form.form-1 {
        padding-top: 35px;
    }
    .title-form {
        font-size: 32px;
    }
    .text-form {
        font-size: 16px;
        margin-bottom: 15px;
    }
    .text {
        padding: 7px 15px;
    }
    .btn.btn-blue {
        padding: 10px;
    }
    .block-5 {
        padding: 0;
    }
    .block-5 .h2 {
        top: 40px;
        margin-bottom: 0;
        font-size: 30px;
    }
    .block-5 .padding-slide {
        top: 200px;
    }
    .block-5 .body-slide-5 .h3 {
        max-width: 100%;
        font-size: 22px;
    }
    .block-5 .body-slide-5 p, .block-5 .body-slide-5 li {
        font-size: 14px;
    }
    .block-6 span {
        bottom: 10px;
        left: 30px;
        max-width: 200px;
        font-size: 13px;
    }
    .block-6 .h2 {
        font-size: 38px;
        line-height: 42px;
    }
    .block-7 {
        padding-top: 0;
    }
    .form-wright img {
        width: 205px;
    }

}


.block-6.mobile {
    display: none
}

.block-6.desc {
    display: block;
}


@media (max-width: 768px) {
.mobile-menu {
    display: block;
    position: absolute;
    right: 25px;
    top: -35px;
}

ul.menu {
    flex-direction: column;
    padding: 40px 0;
    position: relative;
    display: none;
}
ul.menu.active {
    display: flex;
}
.block-1 a.btn.btn-write {
    display: none;
}
.block-1 {
    padding-top: 125px;
}
.block-1 .h1 {
    font-size: 36px;
}
.block-1 .h3 {
    font-size: 18px;
    line-height: initial;
    margin-bottom: 30px;
}
.block-1 .swiper-wrapper {
    padding: 40px 0;
}
.top-slide a.btn.btn-black {
    width: 180px;
    font-size: 11px;
    height: 50px;
}
.top-slide a.btn.btn-black span.next {
    min-width: 30px;
    min-height: 30px;
    width: 30px;
    height: 30px;
}
.open-form-slide-1 {
    position: absolute;
    top: 15px;
    left: 0;
}
.open-form-slide-2 {
    position: absolute;
    bottom: 10px;
    right: 10px;
}
span.btn-slide {
    width: 140px;
    height: 45px;
    font-size: 11px;
}
.swiper-backface-hidden .swiper-slide span.btn-slide img {
    width: 20px;
}
span.btn-slide.btn-1 {
    top: -50px;
    left: 0;
}
span.btn-slide.btn-2 {
    top: -50px;
    right: -105px;
}
span.btn-slide.btn-3 {
    left: 0;
    bottom: -50px;
}
span.btn-slide.btn-4 {
    right: -120px;
    bottom: -50px;
    width: 155px;
}
.open-form-slide-2 span.btn-slide.btn-2 {
    right: 0;
}
.open-form-slide-2 span.btn-slide.btn-1 {
    left: -115px;
    width: 150px;
}
.open-form-slide-2 span.btn-slide.btn-4 {
    right: 0;
    width: 185px;
}
.open-form-slide-2 span.btn-slide.btn-3 {
    left: -150px;
}
.open-form-slide-3 {
    top: 20px;
    left: 70px;
}
span.btn-slide.btn-5 {
    bottom: -50px;
}
span.btn-slide.btn-6 {
    right: -50px;
    bottom: -50px;
}
span.btn-slide.btn-7 {
    width: 175px;
    bottom: -100px;
}
span.btn-slide.btn-8 {
    top: -50px;
    left: -60px;
    width: 160px;
}
span.btn-slide.btn-9 {
    top: -50px;
    right: -65px;
}
span.btn-slide.btn-10 {
    top: -100px;
    width: 265px;
    left: -40px;
}
.open-form-slide-3.dop-open-form span.btn-slide.btn-6 {
    width: 165px;
    right: -75px;
}

.open-form-slide-2.dop-open-form span.btn-slide.btn-2 {
    right: 0px;
    width: 175px;
}
.open-form-slide-2.dop-open-form span.btn-slide.btn-1 {
    width: 155px;
    left: -155px;
}
.open-form-slide-2.dop-open-form span.btn-slide.btn-3 {
    width: 165px;
    left: -175px;
    height: 50px;
}
.block-1 .swiper-pagination.swiper-pagination-bullets.swiper-pagination-horizontal {
    z-index: 0;
}
ul.menu.active {
    background: #141619;
    margin-top: 15px;
    padding: 10px 0;
    margin-bottom: 0;
}
.mobile-menu {
    cursor: pointer;
}
.block-2 {
    padding: 40px 0;
}
.block-2 .h2 {
    font-size: 36px;
    margin-bottom: 30px;
}
.block-2 img {
    margin-bottom: 25px;
    float: left;
    width: 45px;
    margin-right: 10px;
}
.block-2 p {
    font-size: 14px;
    display: inline-block;
    width: 100%;
    margin-top: -9px;
}
.block-2 .h4 {
    font-size: 18px;
    position: relative;
    top: 10px;
}
.block-2 .h4.tw {
    top: 0;
}
.block-2 .row:nth-child(1) {
    margin-bottom: 0;
}
.block-3 {
    padding: 100px 0 0;
}
.block-3 .h2 {
    font-size: 36px;
}
.block-3 .col-md-8 .col-md-3 {
    width: 50%;
}
.block-3 .col-md-8 .col-md-3 {
    width: 50%;
    top: 50px;
    padding: 0 10px;
    margin-top: -20px;
}
.block-3 .col-md-8 {
    padding: 0;
    margin-top: -40px;
}
.block-3 .col-md-8 .row {
    margin: 0 5px;
}
.whrite-block {
    padding-top: 70px;
}
form.form-1 {
    padding-right: 40px;
}
#block-4 {
    padding: 80px 0;
}
.block-5 .h2 {
    top: 0;
    margin-bottom: 30px;
    font-size: 30px;
}
.block-5 .body-slide-5 {
    background: none;
    color: #fff;
    padding: 20px 0;
}
.block-5 .padding-slide {
    top: 0;
    position: relative;
    padding: 0;
    padding-top: 90px;
}

.block-5 .swiper-button-next {
    right: 0;
    top: 30px 
}
.block-5 .swiper-button-prev {
    right: 65px;
    left: auto;
    top: 30px 
}
.block-5 .col-md-4:nth-child(2) {
    width: 65%;
    margin-top: 15px;
}
.block-5 .col-md-4:nth-child(3) {
    width: 35%;
    margin-top: 15px;
    padding-left: 0;
}
.block-5 .bg .h1 {
    font-size: 36px;
}
.block-5 .bg {
    padding: 20px 20px;
}
.block-5 .bg p {
    margin: 0;
    font-size: 16px;
}
.block-6 {
    padding: 50px 0;
}
.block-6 .h2 {
    font-size: 36px;
    line-height: initial;
    margin-bottom: 30px;
}
.block-6.mobile {
    display: block;
}

.block-6.desc {
    display: none;
}
.left-50 {
    width: 50%;
    margin-bottom: 15px;
}
.row.left-50 .col-md-7 {
    min-height: 205px;
    margin-bottom: 15px;
}
.block-6 .col-md-12.ddd img {
    object-position: top;
    background: #e8b73e;
    object-fit: none;
    object-position: right;
}
.col-md-12.ddd {
    max-height: 150px;
    margin-bottom: 15px;
}
.row.dop-n .col-md-4.left-50 {
    min-height: 260px;
}
.row.dop-n .col-md-5 {
    margin-bottom: 15px;
    max-height: 150px;
}
.row.dop-n .col-md-7 span {
    max-width: 100%;
    text-align: center;
    width: 100%;
    left: 0;
    padding: 0;
}
.timer__item {
    min-width: 40px;
    margin: 5px;
    font-size: 34px;
}
.form-wright .h3 {
    font-size: 22px;
}
.block-7 form.form-1 {
    border-radius: 8px 8px 0 0;
}
.block-7 .form-wright {
    border-radius: 0 0 8px 8px;
}
.block-7 {
    padding-bottom: 50px;
}
footer span {
    font-size: 13px;
    margin-bottom: 10px;
}
footer .h2 {
    font-size: 36px;
}
footer .col-md-3 {
    width: 50%;
}
footer .col-md-3 .h3 {
    font-size: 20px;
}
footer .col-md-3 p {
    font-size: 10px;
}
footer .h4 {
    font-size: 12px;
}
.menu-bottom ul.menu {
    display: none!important;
}
.col-md-2.text-right.left-50 {
    position: absolute;
    right: 0;
}
.footer-bottom {
    padding: 20px 0 40px;
}
.footer-bottom .col-md-3 {
    width: 100%;
}
footer .col-md-6.text-center {
    text-align: left!important;
}
footer .col-md-3.text-right {
    text-align: left!important;
}

form.form-2 {
    width: 320px;
    margin-left: -160px;
}




}