html {
    overflow: hidden;
    width: 100%;
    height: 100%;
    overflow-y: auto;
}

body {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
}

* {
    margin: 0;
    padding: 0
}

.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.flex.sb {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.flex.center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.text-block {
    display: block
}

h1 .text-block a {
    color: rgb(0, 0, 0)
}

.container {
    max-width: 1140px;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 0 15px
}

a {
    text-decoration: none
}

button,
input,
textarea {
    outline: none;
    background: transparent;
    border: none
}

ul {
    list-style: none
}

.header {
    -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3);
    position: relative
}

.header-block {
    height: 115px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 2px solid #ffc500
}

.header-block .header-text {
    font-size: 13px;
    color: #5b5b5b;
    line-height: 18px
}

.header-block .phone-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-right: 30px
}

.header-block .phone-block .phone {
    font-size: 24px;
    font-weight: 600;
    color: #000000
}

.header-block .phone-block span {
    font-size: 14px;
    color: #5b5b5b
}

.btn-red {
    width: 190px;
    height: 42px;
    border-radius: 20px;
    background: #fd4954;
    color: #fff;
    font-size: 16px;
    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;
    -webkit-transition: 0.3s;
    transition: 0.3s
}

.btn-red:hover {
    background: #ff202e;
    -webkit-transition: 0.3s;
    transition: 0.3s
}

.menu {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 47px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.menu li a {
    font-size: 15px;
    color: #000
}

.section1 {
    padding: 70px 0 45px 0;
    /*    background: url("../img/bg1.jpg") no-repeat;*/
    background-size: cover;
    position: relative;
    overflow: hidden
}

.block_baba {
    position: absolute;
    bottom: 0px;
    top: auto;
    right: 100px;
}

.block {
    position: relative;
}

.section1 h1 {
    font-size: 26px;
    font-weight: bold
}

.section1 h1 span {
    font-weight: 600;
    font-size: 20px
}

.section1 .sale {
    margin: 0;
    font-family: 'Open Sans', sans-serif;
    color: #747474;
    font-size: 20px
}

.section1 .sale span {
    color: #fd4954;
    font-size: 36px
}

.section1 .sale span b {
    font-weight: 600;
    font-size: 48px
}

.section1 p {
    font-size: 18px;
    color: #000;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300
}

.section1 .total {
    border: 2.5px dashed #fdbd00;
    border-radius: 5px;
    max-width: 460px;
    width: 100%;
    padding: 15px 10px 10px 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 15px 0 12px 0;
    background: #f3f6e3
}

.section1 .total span {
    font-size: 16px;
    color: #fd4954;
    font-weight: bold
}

.section1 .total span b {
    font-size: 36px
}

.section1 .total p {
    font-size: 13.5px;
    font-family: 'Open Sans', sans-serif;
    color: #000;
    font-weight: bold
}

form {
    max-width: 330px;
    width: 100%
}

form input {
    width: 100%;
    border-bottom: 1px solid #fdbd00;
    height: 30px;
    margin-top: 12px;
    font-size: 14px;
    color: #747474
}

.check {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 20px 0 25px 0
}

.check input {
    min-width: 16px;
    max-width: 16px;
    height: 16px;
    color: #fdbd00;
    margin: 0 5px 0 0
}

.check label span {
    font-size: 12px;
    color: #747474
}

.check label span a {
    color: #747474;
    text-decoration: underline
}

.btn-default {
    height: 50px;
    width: 210px;
    border-radius: 25px;
    background: #ffc500;
    color: #000;
    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;
    color: #3f2929;
    font-weight: 700;
    font-size: 16px;
    cursor: pointer;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    letter-spacing: 0.8px;
    font-family: 'Montserrat', sans-serif
}

.btn-default:hover {
    background: #feae01;
    -webkit-transition: 0.3s;
    transition: 0.3s
}

h2 {
    font-size: 36px;
    font-weight: bold;
    color: #000;
    text-align: center
}

.section2 {
    padding: 90px 0;
    position: relative
}

.section2:before {
    content: '';
    width: 381px;
    height: 382px;
    background: url("../img/img1.png");
    position: absolute;
    top: 240px;
    left: -150px
}

.section2:after {
    content: '';
    width: 178px;
    height: 112px;
    background: url("../img/img2.png");
    position: absolute;
    bottom: -5px;
    right: 50px
}

.section2 h2 {
    margin-bottom: 65px
}

.section2 .flex-block {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.section2 .flex-block .item {
    width: 270px;
    margin-bottom: 20px
}

.section2 .flex-block .item-img {
    height: 145px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.section2 .flex-block .item p {
    font-size: 16px;
    line-height: 22px
}

.section2 .flex-block .item:nth-child(2) {
    margin-right: 30px
}

.section2 .flex-block .item:nth-child(5) {
    margin-right: 20px
}

.section3 {
    padding: 85px 0 250px 0;
    background: url("../img/bg2.jpg") no-repeat;
    background-size: cover
}

.section3 h2 {
    margin-bottom: 45px
}

.section3 p {
    font-size: 18px;
    line-height: 30px;
    text-align: center
}

.section4 {
    padding: 90px 0 130px 0;
    position: relative
}

.section4 .container {
    background: url("../img/bg-step.png") no-repeat;
    background-position: right 100px;
    background-size: 100%;
    height: 700px;
    position: relative;
    z-index: 2
}

.section4:after {
    content: '';
    width: 244px;
    height: 240px;
    background: url("../img/img3.png");
    position: absolute;
    bottom: 10px;
    right: 0
}

.section4:before {
    content: '';
    width: 523px;
    height: 523px;
    background: url("../img/circle.png");
    position: absolute;
    bottom: 30px;
    right: 230px
}

.section4 .steps {
    position: relative
}

.section4 .steps-item {
    position: absolute
}

.section4 .steps-item .num {
    font-size: 40px;
    color: #fd4954;
    font-weight: bold
}

.section4 .steps-item h3 {
    font-size: 22px;
    color: #000;
    line-height: 24px
}

.section4 .steps-item p {
    font-size: 16px
}

.section4 .steps-item:nth-child(1) {
    top: 200px;
    left: 15px
}

.section4 .steps-item:nth-child(2) {
    top: 300px;
    left: 230px
}

.section4 .steps-item:nth-child(3) {
    top: 80px;
    left: 460px
}

.section4 .steps-item:nth-child(4) {
    top: 205px;
    left: 770px
}

.section4 .steps-item:nth-child(5) {
    top: 440px;
    right: 40px
}

.section5 {
    padding: 65px 0 90px 0;
    background: url("../img/bg4.jpg") no-repeat;
    background-size: cover
}

.section5 h2 {
    margin-bottom: 70px
}

.section5 .list {
    max-width: 620px;
    width: 100%;
    margin-bottom: 10px
}

.section5 .list li {
    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;
    height: 42px;
    border-bottom: 1px dotted #000;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 42px
}

.section5 .list li:last-child {
    border: none
}

.section5 .list li:nth-child(2n) {
    background: #f3f6e3
}

.section5 .list li p {
    font-size: 16px
}

.section5 .note {
    font-style: italic;
    font-weight: 500
}

.section6 {
    padding: 105px 0 130px 0
}

.section6 h2 {
    margin-bottom: 35px
}

.section6 p {
    text-align: center;
    line-height: 30px;
    margin-bottom: 35px
}

.section6 .flex-block {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.section6 .flex-block .part {
    width: 16.6%;
    height: 40px;
    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;
    margin-bottom: 30px
}

.section7 {
    padding: 70px 0 100px 0;
    background: url("../img/bg6.jpg") no-repeat;
    background-size: cover
}

.reviews-item {
    border: 1px solid #ffc500;
    border-radius: 6px;
    padding: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 15px;
    max-width: 540px;
    width: 100%;
    position: relative;
    margin-top: 75px
}

.reviews-item:after {
    content: '';
    width: 90px;
    height: 51px;
    background: url("../img/quote.png");
    top: -15px;
    right: 35px;
    position: absolute
}

.reviews-header {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px
}

.reviews-img {
    margin-right: 15px
}

.reviews-info h4 {
    font-size: 18px;
    font-weight: normal
}

.reviews-info p {
    font-size: 14px;
    color: #8b8b8b;
    margin-top: 5px
}

.reviews-text p {
    font-size: 16px;
    color: #505050;
    line-height: 24px
}

.section8 {
    padding: 75px 0 55px 0
}

.section8 .right {
    padding-top: 140px
}

.section8 .right p {
    font-size: 16px;
    line-height: 30px
}

.section8 .right h2 {
    text-align: left;
    font-size: 46px;
    line-height: 62px;
    font-weight: 900;
    margin-bottom: 32px
}

.section8 .right h2 .first {
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 18px
}

.section8 .left {
    margin-right: 45px
}

.section8 .left img {
    margin-left: -270px;
    margin-bottom: -75px
}

.section9 {
    padding: 65px 0;
    background: url("../img/bg7.jpg") no-repeat;
    background-size: cover
}

.section9 h2 {
    margin-bottom: 42px
}

.section9 form {
    width: 100%;
    max-width: 100%
}

.section9 form input {
    border-bottom: 1px solid #fff;
    color: #000;
    width: 325px;
    height: 48px;
    font-size: 16px
}

.section9 form input::-webkit-input-placeholder {
    color: #000;
    font-size: 16px
}

.section9 form input::-moz-placeholder {
    color: #000;
    font-size: 16px
}

.section9 form input:-moz-placeholder {
    color: #000;
    font-size: 16px
}

.section9 form input:-ms-input-placeholder {
    color: #000;
    font-size: 16px
}

.section9 form .form-line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 680px;
    width: 100%;
    margin: 0 auto;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.section9 form .check {
    margin: 35px 0 20px 0;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.section9 form .check label span {
    color: #000
}

.section9 form .check label span a {
    color: #000
}

.section9 form .btn-default {
    width: 245px;
    height: 62px;
    background: #fff;
    border-radius: 30px;
    border: 1px solid #fd4954;
    color: #fd4954;
    font-size: 18px;
    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;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    margin: 0 auto;
    font-weight: 600;
    letter-spacing: 0.5px;
    font-family: 'Montserrat', sans-serif
}

.section9 form .btn-default:hover {
    border-width: 2px
}

.section10 {
    position: relative
}

.section10 .container {
    position: absolute;
    height: 100%;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0)
}

.section10 .container .contacts {
    width: 420px;
    background: #fff;
    padding: 50px 70px 130px 33px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.17);
    box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.17);
    margin-top: 77px;
    position: relative
}

.section10 .container .contacts:after {
    content: '';
    background: url("../img/img5.png");
    width: 208px;
    height: 69px;
    position: absolute;
    right: 34px;
    bottom: 20px
}

.section10 .container .contacts .log {
    margin-bottom: 50px
}

.section10 .container .contacts-item {
    margin-top: 32px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.section10 .container .contacts-item img {
    margin-right: 20px
}

.section10 .container .contacts-item .phone-block a {
    font-size: 24px;
    font-weight: 600;
    color: #000
}

.section10 .container .contacts-item .phone-block span {
    margin-top: 5px;
    display: block
}

.section10 .container .contacts-item p {
    font-size: 14px;
    color: #5b5b5b;
    line-height: 24px
}

.map {
    height: 600px
}

.footer {
    background: #434242;
    padding: 27px 0 20px 0
}

.footer .flex {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.footer p {
    font-size: 14px;
    color: #adadad
}

.footer .logo2 {
    margin-right: 15px
}

.m-menu {
    width: 30px;
    margin: 0 auto;
    padding: 10px 0;
    display: none
}

.m-menu .btn-line {
    width: 100%;
    height: 3px;
    background: #000;
    margin: 5px 0;
    display: block
}

.oveflow {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
    left: 0;
    top: 0;
    z-index: 999;
    display: none
}

.oveflow .modal {
    background: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border: 4px solid #ffc500;
    border-radius: 8px;
    padding: 48px 80px;
    -webkit-box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.2)
}

.oveflow .modal h3 {
    font-size: 26px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 20px
}

.oveflow .modal p {
    text-align: center;
    color: #747474;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 20px
}

.oveflow .modal .btn-red {
    margin: 30px auto 0 auto;
    font-family: 'Montserrat', sans-serif;
    font-weight: normal;
    cursor: pointer
}

.oveflow .modal .close {
    position: absolute;
    top: 16px;
    right: 14px;
    cursor: pointer
}

.figure_parallax {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

.element_move {
    position: absolute;

}

.element_move1 {
    top: 50px;
    left: 100px;
}

.element_move2 {
    top: 180px;
    left: 100px;
}

.element_move3 {
    left: auto;
    top: auto;
    right: 40%;
    bottom: 50px;
}

.element_move4 {
    top: 200px;
    left: 300px;
}

.element_move5 {
    top: 50px;
    left: 300px;
}

.element_move6 {

    top: auto;
    left: 250px;
    bottom: 150px;
}

.element_move7 {
    top: auto;
    left: 150px;
    bottom: 30px;
}

.element_move8 {
    top: auto;
    left: auto;
    bottom: 50%;
    right: 10px;
    z-index: 1;
}

.element_move9 {
    left: auto;
    top: 30%;
    right: 50px;
}

.element_move10 {
    top: 0;
    left: 150px;
}

.up_buton_block {
    width: 70px;
    height: 70px;
    border-radius: 4px;
    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;
    cursor: pointer;
    background: rgba(0, 0, 0, 0.18);
    opacity: 0;
    z-index: -1;
    -webkit-transition: 300ms;
    transition: 300ms;
    bottom: 55px;
    right: 115px;
    position: fixed;
}

.up_buton_block.show {
    opacity: 1;
    z-index: 999;
}

@media (max-width: 1200px) {
    .container {
        max-width: 920px
    }

    .section8 .right h2 {
        font-size: 38px
    }

    .section8 .left img {
        margin-left: -385px
    }

    .reviews-item {
        max-width: 100%;
        margin: 75px 0 0 0
    }

    .reviews {
        max-width: 650px;
        width: 100%;
        margin: 0 auto
    }

    .slick-next {
        right: -53px
    }

    .section1 {
        background-position: center center
    }

    .section3 {
        background-position: center center
    }

    .section4 {
        background-size: 1120px;
        background-position: 22px 174px
    }

    .section4:after {
        right: auto
    }

    .section4 .steps-item h3 {
        font-size: 18px;
        line-height: 24px
    }

    .section4 .steps-item .num {
        font-size: 26px
    }

    .section4 .steps-item:nth-child(1) {
        top: 175px
    }

    .section4 .steps-item:nth-child(2) {
        top: 255px;
        left: 185px
    }

    .section4 .steps-item:nth-child(3) {
        top: 77px;
        left: 367px
    }

    .section4 .steps-item:nth-child(4) {
        top: 178px;
        left: 611px
    }

    .section4 .steps-item:nth-child(5) {
        top: 361px;
        right: 0
    }

    .section7 {
        background-position: right top
    }
}

@media (max-width: 930px) {
    .container {
        max-width: 750px
    }

    .header-block .header-text {
        display: none
    }

    .menu {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        height: auto;
        padding: 0 0 20px 0;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        display: none
    }

    .menu li {
        margin: 5px 0;
        text-align: center
    }

    .m-menu {
        display: block
    }

    h2 {
        font-size: 28px
    }

    .section2 .flex-block {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .section2 .flex-block .item {
        width: 30%;
        margin: 0 0 20px 0 !important
    }

    .section8 .flex {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .section8 .left img {
        margin: 0;
        width: 100%
    }

    .section8 .right {
        padding-top: 30px
    }

    .section6 .flex-block {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .section6 .flex-block .part {
        margin: 0 10px 30px 10px;
        width: auto
    }

    .section5 .list {
        max-width: 100%
    }

    .section3 {
        padding: 85px 0 150px 0
    }

    .section4 {
        overflow: hidden
    }

    .section4:after {
        display: none
    }

    .section4 .container {
        height: 480px
    }

    .section4 .steps-item .num {
        font-size: 22px
    }

    .section4 .steps-item h3 {
        font-size: 16px;
        line-height: 20px
    }

    .section4 .steps-item p {
        font-size: 14px
    }

    .section4 .steps-item:nth-child(1) {
        top: 164px;
        left: 9px
    }

    .section4 .steps-item:nth-child(2) {
        top: 230px;
        left: 144px
    }

    .section4 .steps-item:nth-child(3) {
        top: 77px;
        left: 300px
    }

    .section4 .steps-item:nth-child(4) {
        top: 163px;
        left: 503px
    }

    .section4 .steps-item:nth-child(5) {
        top: 310px;
        right: -8px
    }
}

@media (max-width: 767px) {
    .container {
        max-width: 100%
    }

    .header-block {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 20px 0
    }

    .section7 {
        background-position: center
    }

    .section8 .right h2 {
        font-size: 28px;
        line-height: 40px
    }

    .section8 .right h2 p {
        font-size: 26px;
        margin-bottom: 4px
    }

    .section9 form .form-line {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .section9 form .form-line input {
        width: 100%
    }

    .section6 {
        padding: 70px 0 40px 0
    }

    .section6 .flex-block {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .section5 {
        background: #f1faf9
    }

    .section4:after {
        display: none
    }

    .section1 {
        background-position: left bottom;
        background: url("../img/bg1.jpg") no-repeat;
    }

    .section1 form {
        max-width: 100%
    }

    .section2:before {
        display: none
    }

    .footer .flex {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .section9 form .check label p {
        text-align: left
    }

    .section4 {
        padding: 70px 0 70px 0
    }

    .section4 h2 {
        margin-bottom: 50px
    }

    .section4 .container {
        background: #fff;
        height: auto
    }

    .section4:before {
        display: none
    }

    .section4 .steps-item {
        position: static;
        background: #ffe9ae;
        padding: 15px 20px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        margin-bottom: 5px;
        border-radius: 5px;
        text-align: center
    }

    .section10 .container {
        position: static;
        left: 0;
        -webkit-transform: translate(0);
        transform: translate(0)
    }

    .section10 .container .contacts {
        width: 100%;
        margin-top: 0
    }

    .section10 .map {
        height: 350px !important
    }

    .section3 {
        background: #fffef9
    }

    .oveflow .modal {
        padding: 48px 40px;
        max-width: 400px;
        width: 100%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }

    .element_move {
        display: none;
    }

    .block_baba {
        display: none;
    }
}

@media (max-width: 480px) {
    .section10 .container .contacts {
        width: 100%;
        padding: 50px 10px 50px 10px
    }

    .section10 .container .contacts:after {
        display: none
    }

    .section10 .container .contacts .log {
        text-align: center
    }

    .section10 .container .contacts .log img {
        width: 259px
    }

    .section10 .container .contacts-item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center
    }

    .section10 .container .contacts-item img {
        margin: 0 0 20px 0
    }

    .section8 .right h2 {
        font-size: 22px
    }

    .section5 .list li {
        height: 60px;
        padding-right: 0
    }

    .section5 .list li p {
        width: 200px
    }

    .section2 .flex-block .item {
        width: 100%;
        text-align: center
    }

    .section2 .flex-block .item-img {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .header .block {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .header-block {
        height: auto
    }

    .header-block .phone-block {
        margin: 15px 0 15px 0
    }

    .header-block .btn-red {
        width: 100%
    }

    .btn-default {
        width: 100%
    }

    .section3 {
        padding: 65px 0 90px 0
    }

    .section3 p {
        font-size: 16px;
        line-height: 26px
    }

    .up_buton_block.show,
    .up_buton_block {
        display: none;
    }

    .list span.wow.fadeInRight {
        -webkit-animation-name: fadeNone !important;
        animation-name: fadeNone !important;
    }
}

.footer .flex p a {
    margin-top: 10px;
    color: #adadad;
    display: block;
}

.footer .flex p a:hover {
    text-decoration: underline;
}

.right_to_line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 100%;
}

.oveflow .modal p.show_focus,
p.show_focus {
    color: rgb(253, 73, 84);
    font-size: 15px;
    -webkit-transition: 300ms;
    transition: 300ms;
    opacity: 0;
    padding-top: 5px;
    text-align: center;
    letter-spacing: -0.8px;
    max-width: 325px;
}

input[name="tel_client"]:focus + .show_focus,
input[name="tel_client"]:focus + .right_to_line .show_focus {
    opacity: 1;
}

p.show_focus.top_to_form {
    max-width: 310px
}

@media screen and (max-width:767px) {
    .right_to_line {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .oveflow .modal p.show_focus,
    p.show_focus {
        width: 100%;
        max-width: 100%;
        text-align: center;

    }

    p.show_focus.top_to_form {
        max-width: 100%
    }
}
