body {
    background-color: #ffffff;
    font-family: 'Roboto', sans-serif;
    font-size: 1rem;
    margin: 0;
    padding: 0;
}

.container {
    width: 300px;
    padding-left: 10px;
    padding-right: 10px;
    margin: 0 auto;

}




@media (min-width: 768px) {
    .container {
        width: 748px;
    }

}

/*header*/


.header {
    width: 100%;
    height: 65px;
    background: #11b5e7;
    /* Для старых браузров */
    background: -webkit-gradient(linear, left top, right top, from(#11b5e7), to(#2fc2ac));
    background: linear-gradient(to right, #11b5e7, #2fc2ac);
}

.container__nav {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    max-width: 748px;
    margin: auto;

}

.top-nav {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 65px;
}

.top-adress {
    display: none;
}

.navbar-top-container {
    position: absolute;
    top: 65px;
    left: 0;
    width: 100vw;
    z-index: 13;
}

.navbar-nav {


    height: auto;
    list-style: none;
    background-color: rgba(17, 181, 230, 0.8);
    margin: 0;
    padding: 0;
    z-index: 13;
    -webkit-transition: 0.6s;
    -webkit-transition: 0.9s;
    transition: 0.9s;
}

.navbar-nav .nav-item {
    width: 280px;
    margin: 0 auto;
    height: 74px;
    border-bottom: 1px solid #ffffff;

}

.navbar-nav .nav-item:last-child {
    border-bottom: 0;
}

.navbar-nav .nav-link {
    display: inline-block;
    height: 50px;
    width: 100%;
    padding-top: 25px;
    text-align: center;
    text-decoration: none;
    color: #ffffff;
    font-size: 1.5rem;
    font-weight: 400;
}

.logo {
    position: absolute;
    top: 72px;
    left: 20px;
    z-index: 11;
    width: 45%;
}

.logo img {
    width: 150px;
}

.logo-text {
    font-size: 0.7rem;
    font-weight: 700;
}

.about-call {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 176px;
    height: 38px;
    border: 2px solid #ffffff;
    background-color: transparent;
    color: #ffffff;
    text-transform: uppercase;
    font-family: 'Roboto';
    font-weight: 900;
    font-size: 13px;
    cursor: pointer;
}

.btn-burger {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    background-color: transparent;
    border: 0;
    cursor: pointer;
}

#menu {
    fill: #ffffff;
}

.top-nav .phone {
    display: none;
}

@media (min-width: 768px) {

    .navbar-top-container {
        background-color: rgba(17, 181, 230, 0.8);
        top: 90px;
    }

    .header {
        background: none;
        background-color: #ffffff;
        height: 90px;
    }

    .top-nav {
        height: 90px;

    }

    #menu {
        fill: #000000;
    }

    .btn-burger {
        border: 3px solid #14b6cb;
        border-radius: 4px;
        height: 40px;
        width: 55px;
        padding: 0;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .about-call {
        background-color: #0faae9;
        height: 43px;
        width: 155px;
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }

    .top-adress {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }

    .top-adress .time {
        font-size: 0.9rem;
        width: 120px;
    }

    .top-adress .adress {
        font-size: 0.9rem;
        width: 150px;
        margin-right: 15px;
        margin-left: 15px;
    }

    .top-adress .social-btn {
        text-decoration: none;
    }

    .top-adress .social {
        width: 140px;
        margin-top: 10px;
    }

    .top-adress .social .vk {
        margin-right: 7px;
    }

    .top-nav .logo {
        top: 120px;
        max-width: 325px;
        left: 50%;
        margin-left: -359px;
    }

    .top-nav .logo-text {
        font-size: 1.12rem;
    }

    .top-nav .logo img {
        width: 98%;
    }

    .top-nav {
        position: unset;
    }

    .navbar-nav {
        top: 90px;
        left: auto;
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        max-width: 748px;
        margin: 0 auto;
        background-color: transparent;
    }

    .top-nav .nav-item {
        height: auto;
        border: 0;
        max-width: 176px;
    }

    .top-nav .nav-item:nth-child(2) {
        width: 178px;
    }

    .top-nav .nav-item:nth-child(2) .nav-link {
        padding-top: 13px;
    }

    .top-nav .nav-item .nav-link {
        font-size: 1.1rem;
        color: #000000;
    }

    .top-nav .nav-item .nav-link:hover {
        color: #ffffff;
    }



}

@media (min-width: 1200px) {
    .container__nav {
        max-width: 1200px;
    }

    .btn-burger {
        margin-left: auto;
        margin-right: 30px;

    }

    .about-call {
        margin-right: 25px;
    }

    .top-adress {
        padding-left: 20px;
    }

    .top-nav .phone {
        display: block;
        margin-right: 64px;
        margin-left: 25px;
        padding-top: 5px;
    }

    .navbar-nav {
        max-width: 890px;
        margin-left: 30vw;
    }

    .top-nav .nav-item:nth-child(2) .nav-link {
        padding-top: 25px;
    }

    .top-nav .logo {
        margin-left: -555px;
    }
}



/*slider*/

.slider-main {
    width: 100%;
    background-image: url(../img/slider.png);
    background-size: cover;
}

.slide-item {
    position: relative;
    text-align: center;
}

.slide-item img {
    width: 100%;
}

.slider-text-block {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 280px;
    margin-left: -140px;
    margin-top: -7px;
    background-color: rgba(100%, 100%, 100%, 0.73);
    border-radius: 15px;
}

.slider-text-block h2 {
    font-size: 0.8rem;
}

.slider-text-block p {
    font-size: 0.8rem;
}

.slider {
    position: relative;

}

.slick-prev {
    position: absolute;
    top: 40%;
    left: 10px;
    width: 20px;
    height: 30px;
    border: 0;
    background-color: transparent;
    background-image: url(../img/next.png);
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    font-size: 0;
    z-index: 11;
    cursor: pointer;
}


.slick-next {
    position: absolute;
    top: 40%;
    right: 10px;
    width: 20px;
    height: 30px;
    border: 0;
    background-color: transparent;
    background-image: url(../img/next.png);
    background-repeat: no-repeat;
    background-size: contain;
    cursor: pointer;
    font-size: 0;
    z-index: 11;
}


@media (min-width: 768px) {
    .slider .slick-slider {
        max-height: 457px;
        overflow: hidden;
    }

    .slider-text-block {
        width: 455px;
        top: 50%;
        left: 120px;
        padding-left: 44px;
    }

    .slick-prev {
        left: 25px;
    }

    .slick-next {
        right: 25px;
    }

    .slider-text-block h2 {
        font-size: 1.3rem;
    }

    .slider-text-block p {
        font-size: 1.3rem;
    }

    .slider-title {
        font-size: 2.2rem;
        text-align: left;
    }

    .slider-text {
        text-align: left;
        font-size: 1.3rem;
    }


}

@media(min-width:1200px) {
    .slider-main .slick-slider {
        max-height: 670px;
        overflow: hidden;
    }

    .slider-text-block h2 {
        font-size: 2rem;
    }

    .slider-text-block p {
        font-size: 1.5rem;
    }

    .mrt {
        margin-top: -85px;
    }

    .mrt+.slider-text-block {
        margin-top: 30px;
    }



    .slider-text-block {
        left: 50%;
        margin-left: -580px;
        width: 600px;
        top: 23%;

    }
}



/*-form-one-*/

.form-one {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 30px;
}

.form-title {
    font-size: 1.25rem;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
}

.form-one input {
    display: block;
    width: 266px;
    height: 45px;
    padding: 10px;
    border: 2px solid #14b6cb;
    margin: 0 auto;
    margin-bottom: 18px;
    font-size: 1.12rem;
    color: #c8c8c8;
}

.btn-submit {
    background-color: #0faae9;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 1.12rem;
    width: 290px;
    height: 60px;
    border: 0;
    display: block;
    margin: 0 auto;
    -webkit-box-shadow: 2px 0px 7px 4px rgba(0, 0, 0, 0.53);
    box-shadow: 1px 0px 7px 2px rgba(0, 0, 0, 0.53);
    cursor: pointer;
}


@media (min-width: 768px) {
    .form-one .form-title {
        font-size: 2.26rem;
    }

    .form-one form {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        max-width: 870px;
        margin: 0 auto;
    }

    .form-one input {
        margin-bottom: 0;
        margin-right: 10px;
    }

    .btn-submit {
        height: 66px;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
}


/*-usefull-*/

.useful {
    width: 100%;
    background: #11b5e7;
    /* Для старых браузров */
    background: -webkit-gradient(linear, left top, right top, from(#11b5e7), to(#2fc2ac));
    background: linear-gradient(to right, #11b5e7, #2fc2ac);
    padding-top: 25px;
    padding-bottom: 25px;

}

.useful-title {
    color: #ffffff;
    text-align: center;
    font-size: 1.2rem;
    font-weight: 700;
    padding-left: 30px;
    padding-right: 30px;
    margin-bottom: 30px;
    margin-top: 0;
}

.useful-list {
    list-style: none;
    padding-left: 0;
    padding-left: 10px;
    padding-right: 10px;
    width: 100%;
    max-width: 320px;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.useful-item {
    position: relative;
    padding: 0;
    margin: 0;
    padding-left: 58px;
    margin-bottom: 20px;
    color: #ffffff;
    font-size: 1rem;
    font-weight: normal;
}

.useful-item span {
    font-weight: 700;
    font-size: 1.12rem;
}

.useful-item::after {
    content: '';
    position: absolute;
    top: 50%;
    margin-top: -20px;
    left: 0;
}


.building::after {
    width: 39px;
    height: 39px;
    background: url('../img/usefull.png') -10px -70px;
}

.chat::after {
    width: 39px;
    height: 39px;
    background: url('../img/usefull.png') -69px -70px;
}

.museum::after {
    width: 40px;
    height: 40px;
    background: url('../img/usefull.png') -10px -10px;
}

.shopping_basket::after {
    width: 40px;
    height: 40px;
    background: url('../img/usefull.png') -70px -10px;
}

.shopping_cart::after {
    width: 40px;
    height: 38px;
    background: url('../img/usefull.png') -130px -10px;
}

.skyline::after {
    width: 38px;
    height: 40px;
    background: url('../img/usefull.png') -130px -68px;
}

.web_settings::after {
    width: 38px;
    height: 38px;
    background: url('../img/usefull.png') -10px -129px;
}


@media (min-width: 768px) {
    .useful {
        height: 760px;

    }

    .useful-title {
        font-size: 2.2rem;
    }

    .useful-list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column wrap;
        flex-flow: column wrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        height: 870px;
        max-width: 870px;
        padding-left: 50px;
    }

    .useful-item {
        width: 350px;
        height: 140px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        height: 160px;
        font-size: 1.25rem;
        padding-left: 68px;
    }

    .useful-item span {
        font-size: 1.25rem;
    }

    .useful-item::after {
        margin-top: -58px;
        left: -18px;
    }

    .useful-item::before {
        position: absolute;
        content: "";
        top: -4px;
        left: -48px;
        width: 98px;
        height: 98px;
        background-color: transparent;
        border: 1px solid #ffffff;
        border-radius: 50%;
    }
}


@media (min-width: 1200px) {
    .useful-list {
        max-width: 980px;
    }
}

/*-form-two-*/

.form-two {
    padding-top: 25px;
    padding-bottom: 25px;
    background-color: #f5f9ff;
}

.form-two-title {
    text-align: center;
    text-transform: uppercase;
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 12px;
}

.form-two-text {
    font-size: 1rem;
    font-weight: normal;
    display: block;
    width: 100%;
    max-width: 235px;
    margin: 0 auto;
    margin-bottom: 20px;
    text-align: center;
}

.form-two-text span {
    text-transform: uppercase;
    color: #ff0500;
    font-weight: 700;

}

.form-two input {
    display: block;
    width: 266px;
    height: 45px;
    padding: 10px;
    border: 2px solid #14b6cb;
    margin: 0 auto;
    margin-bottom: 18px;
    font-size: 1.12rem;
    color: #c8c8c8;
}

.form-two .btn-submit {
    text-transform: none;
}

@media (min-width: 768px) {
    .form-two-title {
        font-size: 2.2rem;
    }

    .form-two-text {
        font-size: 1.8rem;
        max-width: 700px;
    }

    .form-two input {
        width: 468px;
        font-size: 1.2rem;
    }

    .form-two .btn-submit {
        width: 490px;
        -webkit-box-shadow: none;
        box-shadow: none;
        font-size: 1.5rem;
    }
}

/*-about video-*/

.about-video {
    width: 100%;
    padding-bottom: 30px;
    min-height: 190px;

}

.about-video-title {
    text-transform: uppercase;
    font-size: 1.25rem;
    font-weight: 700;
    text-align: center;
}

.about-video iframe {
    display: block;
    width: 90%;
    margin: 0 auto;
    min-height: 140px;
}


@media (min-width: 768px) {
    .about-video-title {
        font-size: 2.2rem;
    }

    .about-video iframe {
        width: 70%;
        height: 340px;
    }
}

@media (min-width: 768px) {
    .about-video iframe {
        max-width: 980px;
        height: 505px;
    }
}

/*-profit-*/
.profit {
    background-color: #f5f9ff;
    padding-top: 15px;
    padding-bottom: 15px;
}

.profit-title {
    text-align: center;
    font-size: 1.25rem;
    font-weight: 700;
    padding-left: 15px;
    padding-right: 15px;
}

.profit-list {
    list-style: none;
    width: 100%;
    max-width: 320px;
    margin: 0 auto;
    padding: 0;
}

.profit-item {
    position: relative;
    padding-left: 50px;
}

.profit-item::after {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    margin-top: -14px;
}

.profit-item-title {
    font-size: 1.12rem;
    color: #31bbf0;
    font-weight: 700;
    text-align: left;
    margin-bottom: 0;
}

.profit-text {
    font-size: 1rem;
    font-weight: normal;
    margin-top: 0;
}

.profit-item_file::after {
    width: 27px;
    height: 31px;
    background: url('../img/profit.png') -65px -61px;
}

.profit-item_like::after {
    width: 31px;
    height: 31px;
    background: url('../img/profit.png') -65px -10px;
}

.profit-item_open_book::after {
    width: 34px;
    height: 26px;
    background: url('../img/profit.png') -116px -10px;
}

.profit-item_quality::after {
    width: 29px;
    height: 37px;
    background: url('../img/profit.png') -10px -63px;
}

.profit-item_shopping_list::after {
    width: 26px;
    height: 34px;
    background: url('../img/profit.png') -116px -56px;
}

.profit-item_wall_clock::after {
    width: 35px;
    height: 33px;
    background: url('../img/profit.png') -10px -10px;
}


@media (min-width: 768px) {
    .profit {
        overflow: hidden;
    }

    .profit-title {
        font-size: 2rem;
        max-width: 620px;
        margin: 0 auto;
    }

    .profit-list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column wrap;
        flex-flow: column wrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        max-width: 760px;
        margin: 0 auto;
        background-image: url(../img/profit768.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: 48%;
        height: 430px;

    }

    .profit-item {
        padding-left: 0;
        width: 280px;
        height: 143px;
    }

    .profit-item::after {
        display: none;
    }

    .profit-item-title {
        font-size: 1.25rem;
        color: #000000;
    }

    .profit-item_like {
        margin-right: 320px;
        width: 266px;
    }

    .profit-item_file {
        margin-right: 299px;
        margin-left: -87px;
        margin-top: 16px;
        height: 113px;
        width: 199px;
    }

    .profit-item_quality {
        margin-right: 180px;
        margin-left: -122px;
    }

    .profit-item_wall_clock {
        margin-left: -98px;
    }

    .profit-item_open_book {
        margin-left: -100px;
    }

    .profit-item_shopping_list {
        margin-left: -25px;
    }
}

@media (min-width: 1200px) {
    .profit-list {
        max-width: 980px;
    }

    .profit-item_file,
    .profit-item_like {
        margin-right: 480px;
    }

    .profit-item_quality {
        margin-right: 365px;
        margin-top: 10px;
    }

    .profit-item_wall_clock {
        margin-left: -50px;
    }

    .profit-item_shopping_list {
        margin-left: -3px;
    }


}


/*-what-*/
.what {
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
}

.what-title {
    text-align: center;
    font-size: 1.25rem;
    font-weight: 700;
    padding-left: 15px;
    padding-right: 15px;
}

.what-text {
    font-size: 1.12rem;
    font-weight: 700;
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;

}

.what img {
    width: 100%;
    max-width: 290px;
    display: block;
    margin: 0 auto;
}

.what-list {
    list-style: none;
    padding-left: 0;
    width: 100%;
    max-width: 320px;
    margin: 0 auto;
}

.what-item {
    padding-left: 40px;
    margin-bottom: 15px;
    position: relative;
}

.what-item::after {
    position: absolute;
    content: "";
    left: 10px;
    top: 50%;
    margin-top: -10px;
    width: 20px;
    height: 20px;
    background-image: url(../img/what10.png);
    background-repeat: no-repeat;
    background-position: center;
}

.what-item:nth-child(2n)::after {
    background-image: url(../img/what100.png);
}

@media (min-width: 768px) {
    .what-title {
        font-size: 2.2rem;
    }

    .what-text {
        font-size: 1.25rem;
        max-width: 600px;
        margin: 0 auto;
        text-align: center;
    }

    .what-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        margin: 0 auto;
        margin-top: 25px;
        position: relative;
        padding-top: 25px;
        max-width: 800px;

    }

    .what-text_a {
        position: absolute;
        text-outline: 10px;
        left: 45%;
        top: -10px;
    }

    .what-list {
        max-width: 520px;
    }

    .what img {
        margin-top: 18px;
        max-width: 340px;
    }
}

@media (min-width: 1200px) {
    .what-text {
        max-width: 940px;
        text-align: left;
    }

    .what-container {
        max-width: 940px;
    }
}

/*-capability-*/

.capability {
    width: 100%;
    background-color: #00a3bc;
    padding-top: 25px;
    padding-bottom: 25px;
}

.capability-title {
    text-align: center;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 25px;
    font-weight: 700;
    font-size: 1.25rem;
    color: #ffffff;
}

.capability-list {
    width: 100%;
    max-width: 320px;
    padding-left: 0;
    margin: 0 auto;
    list-style: none;

}

.capadility-item {
    position: relative;
    width: 100%;
    padding-top: 110px;
    border-bottom: 1px solid #ffffff;

}

.capadility-item:last-child {
    border-bottom: 0;
}

.capability-item-title {
    font-size: 1.12rem;
    font-weight: 700;
    color: #ffffff;
    text-align: center;
}

.capability-item-text {
    font-size: 1rem;
    font-weight: normal;
    color: #ffffff;
    text-align: center;
    padding-left: 12px;
    padding-right: 12px;

}

.capability-subtitle {
    font-size: 1.12rem;
    font-weight: 700;
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
    color: #ffffff;
}


.capadility-item::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -115px;
    margin-left: -47px;
}

.headphones::after {
    width: 85px;
    height: 85px;
    background: url('../img/capability.png') -232px -10px;
}

.loupe::after {
    width: 91px;
    height: 91px;
    background: url('../img/capability.png') -10px -10px;
}

.network::after {
    width: 85px;
    height: 85px;
    background: url('../img/capability.png') -232px -115px;
}

.recycle::after {
    width: 91px;
    height: 91px;
    background: url('../img/capability.png') -121px -10px;
}

.phone_call::after {
    width: 85px;
    height: 85px;
    background: url('../img/capability.png') -10px -232px;
}

.statistics::after {
    width: 91px;
    height: 91px;
    background: url('../img/capability.png') -10px -121px;
}

.video_camera::after {
    width: 91px;
    height: 91px;
    background: url('../img/capability.png') -121px -121px;
}


@media (min-width: 768px) {
    .capability-title {
        font-size: 2.2rem;
    }

    .capadility-item::after {
        display: none;
    }

    .capadility-item {
        padding-top: 0;
        border: 0;
        max-width: 270px;
    }

    .capability-list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column wrap;
        flex-flow: column wrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        height: 890px;
        max-width: 760px;
        background-image: url(../img/capability768.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: 28%;
    }

    .capability-item-title {
        font-size: 1.3rem;
        margin-bottom: 0;
    }

    .capability-item-text {
        margin-top: 0;
        padding-left: 0;
    }


    .capadility-item p {
        text-align: left;
    }

    .capability-subtitle {
        font-size: 1.5rem;
    }

    .statistics {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        margin-right: 220px;
    }

    .recycle {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        margin-right: 220px;
    }

    .video_camera {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        margin-right: 220px;
    }

    .loupe {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
        margin-right: 220px;
    }

    .headphones {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
        margin-top: 168px;
        margin-left: 32px;
    }

    .network {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
        margin-left: 32px;
    }

    .phone_call {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7;
        margin-left: 32px;
    }
}

@media (min-width: 1200px) {
    .capability-list {
        max-width: 940px;
    }

    .statistics {
        margin-top: 50px;
    }

    .headphones {
        margin-top: 150px;
    }
}

/*-offer-*/

.offer {
    width: 100%;
    max-width: 320px;
    margin: 0 auto;

}

.offer-title {
    text-align: center;
    font-size: 1.25rem;
    font-weight: 700;
    text-transform: uppercase;
}

.offer-list {
    list-style: none;
    padding-left: 0;
    width: 100%;
    max-width: 320px;
    margin: 0 auto;

    padding-bottom: 35px;
}

.offer-item {
    width: 100%;
    background-color: #ffffff;
    padding-bottom: 20px;
}

.offer-item-title {
    display: block;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: -webkit-gradient(linear, left bottom, left top, from(#11b5e7), to(#2fc2ac));
    background: linear-gradient(to top, #11b5e7, #2fc2ac);
    border: 5px solid;
    -o-border-image: linear-gradient(to right, #11b5e7, #2fc2ac);
    border-image: -webkit-gradient(linear, left top, right top, from(#11b5e7), to(#2fc2ac));
    border-image: linear-gradient(to right, #11b5e7, #2fc2ac);
    border-image-slice: 1;
    text-align: center;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 1.25rem;
    font-weight: 700;
    padding-top: 10px;
    padding-bottom: 10px;
    text-transform: uppercase;
}

.offer-item-text {
    position: relative;
    text-align: center;
    font-size: 1.1rem;
    font-weight: normal;
}

.offer-item-text_hr::after {
    content: "";
    position: absolute;
    width: 127px;
    height: 1px;
    background-color: #000000;
    bottom: -10px;
    left: 50%;
    margin-left: -64px;
}

.btn-offer {
    cursor: pointer;
}

@media (min-width: 768px) {
    .offer {
        max-width: 800px;
    }

    .offer-title {
        font-size: 2.2rem;
    }

    .offer-list {
        max-width: 800px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        background: none;
    }

    .offer-item {
        max-width: 270px;

        -webkit-box-shadow: 5px 6px 17px 0px rgba(0, 0, 0, 0.52);

        box-shadow: 5px 6px 17px 0px rgba(0, 0, 0, 0.52);
    }

    .offer-item-title {

        -o-border-image: none;
        border: 0;
        border-image-slice: inherit;
        background-color: #2cc1b0;
        height: 92px;
        background-clip: border-box;
        background-image: none;
        border-image: none;
        color: #ffffff;
        -webkit-text-fill-color: currentcolor;
        line-height: 70px;
        margin-top: 0;
    }

    .offer-item:nth-child(2) {
        margin-left: 10px;
        margin-right: 10px;
    }

    .btn-offer {
        width: 220px;
        height: 50px;
        text-transform: none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .offer-item:first-child .offer-item-title {
        background: -webkit-gradient(linear, left top, right top, from(#11b5e7), to(#2fc2ac));
        background: linear-gradient(to right, #11b5e7, #2fc2ac);
    }

    .offer-item:last-child .offer-item-title {
        background: -webkit-gradient(linear, right top, left top, from(#11b5e7), to(#2fc2ac));
        background: linear-gradient(to left, #11b5e7, #2fc2ac);
    }
}

@media (min-width: 768px) {
    .offer {
        max-width: 940px;
    }

    .offer-list {
        max-width: 940px;
    }

    .offer-item {
        width: 300px;
        height: 400px;
    }

    .offer-item-text {
        margin-top: 40px;
        margin-bottom: 60px;
    }
}

/*-form three-*/

.form-three {
    padding-top: 25px;
    padding-bottom: 25px;
    background-color: #f5f9ff;
    background-image: url(../img/form-six.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: -20px;
}

.form-three-title {
    text-align: center;
    text-transform: uppercase;
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 12px;
}

.form-three-text {
    font-size: 1rem;
    font-weight: normal;
    display: block;
    width: 100%;
    max-width: 235px;
    margin: 0 auto;
    margin-bottom: 20px;
    text-align: center;
}

.form-three-text span {
    text-transform: uppercase;
    color: #ff0500;
    font-weight: 700;

}

.form-three input {
    display: block;
    width: 266px;
    height: 45px;
    padding: 10px;
    border: 2px solid #14b6cb;
    margin: 0 auto;
    margin-bottom: 18px;
    font-size: 1.12rem;
    color: #c8c8c8;
}

.form-three .btn-submit {
    text-transform: none;
}


@media (min-width: 768px) {
    .form-three-title {
        font-size: 2.2rem;
    }

    .form-three-text {
        font-size: 1.8rem;
        max-width: 730px;
    }

    .form-three form {

        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        width: 100%;
        max-width: 800px;
        margin: 0 auto;
    }

    .form-three input {
        width: 240px;
    }

    .form-three .btn-submit {
        width: 240px;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

}

/*-demonstration-*/
.demonstration {
    width: 100%;
    background-color: #f5f9ff;
    padding-top: 25px;
    padding-bottom: 25px;
}

.demonstartion-title {
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
}

.demonstration-list {
    list-style: none;
    padding-left: 0;
    width: 100%;
    max-width: 320px;
    margin: 0 auto;
}

.demonstration-item {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 20px;
}

.demonstration-item iframe {
    width: 100%;
    height: 250px;
}

@media (min-width: 768px) {
    .demonstartion-title {
        font-size: 2.2rem;
    }

    .demonstration-list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        max-width: 800px;
    }

    .demonstration-item {
        width: 400px;
    }

    .demonstration-item iframe {
        width: 370px;
    }
}

@media(min-width:1200px) {
    .demonstration-list {
        max-width: 1000px;
    }

    .demonstration-item {
        width: 440px;
        height: 320px;
    }
}





/*-form four-*/

.form-four {
    padding-top: 25px;
    padding-bottom: 25px;
    background-color: #ffffff
}

.form-four-title {
    text-align: center;
    text-transform: uppercase;
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 12px;
}

.form-four-text {
    font-size: 1rem;
    font-weight: normal;
    display: block;
    width: 100%;
    max-width: 235px;
    margin: 0 auto;
    margin-bottom: 20px;
    text-align: center;
}

.form-four-text span {
    text-transform: uppercase;
    color: #ff0500;
    font-weight: 700;

}

.form-four input {
    display: block;
    width: 266px;
    height: 45px;
    padding: 10px;
    border: 2px solid #14b6cb;
    margin: 0 auto;
    margin-bottom: 18px;
    font-size: 1.12rem;
    color: #c8c8c8;
}

.form-four .btn-submit {
    text-transform: none;
}


@media (min-width: 768px) {
    .form-four-title {
        font-size: 2.26rem;
    }

    .form-four-text {
        font-size: 1.8rem;
        max-width: 730px;
    }

    .form-four form {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        max-width: 870px;
        margin: 0 auto;
    }

    .form-four input {
        margin-bottom: 0;
        margin-right: 10px;
    }


}

/*-work-*/

.work {
    width: 100%;
    background-color: #f5f9ff;
    padding-top: 20px;
    padding-bottom: 10px;
}

.work-title {
    text-align: center;
    font-size: 1.25rem;
    font-weight: 700;
}

.work-list {
    list-style: none;
    padding-left: 0;
    position: relative;
    max-width: 320px;
    margin: 0 auto;
}

.work-list::after {
    content: "";
    position: absolute;
    top: -15px;
    left: 10px;
    height: 590px;
    width: 70px;
    background-color: transparent;
    background-image: url(../img/work-line.png);
    background-position: center;
    background-repeat: no-repeat;

}


.work-item {
    position: relative;
    padding-left: 100px;
    margin-bottom: 45px;
    font-size: 1rem;

}

.work-item span {
    font-weight: 700;
}

.work-item::after {
    content: "";
    position: absolute;
    left: 15px;
    top: 5px;
    z-index: 11;
}

.car::after {
    width: 81px;
    height: 81px;
    background: url('../img/work.png') -10px -10px;
}

.manager::after {
    width: 81px;
    height: 81px;
    background: url('../img/work.png') -111px -10px;
}

.missile::after {
    width: 35px;
    height: 35px;
    background: url('../img/work.png') -212px -10px;
}

.post::after {
    width: 76px;
    height: 81px;
    background: url('../img/work.png') -111px -111px;
}

.wall_clock::after {
    width: 81px;
    height: 81px;
    background: url('../img/work.png') -10px -111px;
}


@media (min-width: 768px) {
    .work-title {
        font-size: 2.26rem;
    }

    .work-list {
        max-width: 800px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .work-list::after {
        background-image: url(../img/work-line768.png);
        width: 600px;
        height: 80px;
        top: 65px;
        left: 90px;
        background-size: contain;

    }

    .work-item {
        padding-left: 0;
        text-align: center;
    }

    .manager {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        width: 46%;
        margin-bottom: 120px;
    }

    .wall_clock {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        width: 46%;
    }

    .car {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
        width: 44%;
    }

    .missile {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
        width: 28%;

    }

    .post {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        width: 28%;
    }

    .post::after {
        left: 55px;
        top: -98px;
    }

    .manager::after {
        left: 175px;
        top: 60px;
    }

    .car::after {
        top: -86px;
        left: 132px;
    }

    .wall_clock::after {
        top: 70px;
        left: 130px;
    }

    .missile::after {
        top: -72px;
        left: 92px;
        -webkit-transform: rotate(-80deg);
        transform: rotate(-80deg);
    }




}


/*-questions-*/
.questions {
    width: 100%;
    background: -webkit-gradient(linear, left top, right top, from(#11b5e7), to(#2fc2ac));
    background: linear-gradient(to right, #11b5e7, #2fc2ac);
    padding-top: 10px;
    padding-bottom: 10px;
}

.questions-title {
    font-size: 1.25rem;
    font-weight: 700;
    color: #ffffff;
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
}

.questions-list {
    width: 100%;
    list-style: none;
    padding-left: 0;
    max-width: 320px;
    margin: 0 auto;
}

.questions-item {
    padding-left: 40px;
    text-align: left;
    position: relative;
}

.questions-question {
    color: #ffffff;
    font-size: 1.12rem;
    font-weight: normal;
    position: relative;
    cursor: pointer;
    text-decoration: underline;
}

.questions-question::after {
    content: "";
    position: absolute;
    top: 10px;
    left: -25px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #ffffff;
}

.questions-answer {

    background-color: #ffffff;
    border: 1px solid;
    font-size: 1.12rem;
    font-weight: normal;
    border-radius: 15px;
    padding: 10px;
}

.questions img {
    display: none;
}

@media (min-width: 768px) {
    .questions-title {
        font-size: 2.26rem;
    }

    .questions-question {
        font-size: 1.4rem;
        margin-top: 0;
    }

    .questions-list {
        max-width: 476px;
        display: inline-block;
    }

    .questions-item:hover>.questions-answer {
        display: block;
    }

    .questions img {
        display: inline-block;
        vertical-align: top;
        width: 40%;
    }

    .questions-container {
        width: 100%;
        max-width: 800px;
        margin: 0 auto;
    }

}



/*-reviews-*/

.reviews {
    width: 100%;
}

.reviews-title {
    text-align: center;
    font-size: 1.25rem;
    font-weight: 700;
    text-transform: uppercase;
}

.reviews .slide-item img {
    width: 100px;
    text-align: center;
    display: inline;
}

.review-name {
    text-align: center;
    font-weight: 700;
    font-size: 1.12rem;
    padding-left: 50px;
    padding-right: 50px;
}

.review-text {
    padding: 10px;
}

.reviews .slick-prev {
    top: 5%;
    background-image: url(../img/next-rew.png);
    left: 50px;
    width: 24px;
    height: 40px;

}

.reviews .slick-next {
    top: 5%;
    background-image: url(../img/next-rew.png);
    right: 50px;
    width: 24px;
    height: 40px;
}

.slick-dots {
    display: none;
    list-style: none;
}

.slick-dots li {
    display: none;
}

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


@media (min-width: 768px) {
    .reviews {
        padding-bottom: 150px;
    }

    .reviews-container {

        max-width: 900px;

    }

    .reviews-title {
        font-size: 2.26rem;
    }

    .reviews .reviews-slider .slick-slide {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .slide-item-container {
        width: 70%;
    }

    .slide-item-container p {
        text-align: left;
    }

    .slick-dots li {
        display: block;
    }


    .reviews .slide-item img {
        width: 25%;
        text-align: center;
        display: block;
        margin-left: auto;
    }

    .slick-dots {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        list-style: none;

        margin-top: 40px;
        position: absolute;
        top: 359px;
        left: 390px;
    }

    .slick-dots li {
        width: 70px;
        cursor: pointer;
        position: relative;
        margin-right: 17px;
    }

    .slick-dots li::after {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 70px;
        height: 10px;
        background-color: #0faae9;
        border-radius: 5px;
    }

    .slick-dots li::marker {
        display: none;
    }

    .slick-dots li button {
        display: none;
    }

    .slick-dots .slick-active::after {
        background-color: #ff0500;
    }

    .reviews .slick-prev {
        top: 384px;
        background-image: url(../img/next-rew.png);
        left: 379px;
        width: 24px;
        height: 40px;

    }

    .reviews .slick-next {
        top: 384px;
        background-image: url(../img/next-rew.png);
        left: 690px;
        width: 24px;
        height: 40px;
    }

}

/*-form-five-*/

.form-five {
    padding-top: 25px;
    padding-bottom: 25px;
    background-color: #12b6e6;
}

.form-five-title {
    text-align: center;
    text-transform: uppercase;
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 12px;
    color: #ffffff;
}

.form-five-text {
    font-size: 1rem;
    font-weight: 700;
    display: block;
    width: 100%;
    max-width: 290px;
    margin: 0 auto;
    margin-bottom: 0;
    text-align: center;
    color: #ffffff;

}

.form-five-text span {
    text-transform: uppercase;
    color: #ff0500;
    font-weight: 700;

}

.form-five input {
    display: block;
    width: 266px;
    height: 45px;
    padding: 10px;
    border: 2px solid #14b6cb;
    margin: 0 auto;
    margin-bottom: 18px;
    font-size: 1.12rem;
    color: #c8c8c8;
    margin-top: 5px;
}

.form-five textarea {
    display: block;
    width: 266px;
    height: 75px;
    padding: 10px;
    border: 2px solid #14b6cb;
    margin: 0 auto;
    margin-bottom: 18px;
    font-size: 1.12rem;
    color: #c8c8c8;
}

.form-five .btn-submit {
    border: 2px solid #ffffff;
    background-color: #2dc2af;
    text-transform: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

@media (min-width: 768px) {

    .form-five-title {
        font-size: 2.26rem;
    }

    .form-five-text {
        font-size: 1.5rem;
        max-width: 385px;
    }

    .form-five input {
        width: 430px;
    }

    .form-five textarea {
        width: 430px;
    }

    .form-five .btn-submit {
        width: 450px;
    }


}

/*-map-*/



/*-form-six-*/

.form-six {
    padding-top: 25px;
    padding-bottom: 25px;
    background-color: #ffffff;
    background-image: url(../img/form-six.png);
    background-size: cover;
    background-position: center;
    margin-top: -5px;
}

.form-six-title {
    text-align: center;
    text-transform: uppercase;
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 12px;
    padding-left: 15px;
    padding-right: 15px;
}

.form-six-text {
    font-size: 1rem;
    font-weight: normal;
    display: block;
    width: 100%;
    max-width: 270px;
    margin: 0 auto;
    margin-bottom: 5px;
    text-align: center;
}

.form-six-text span {
    text-transform: uppercase;
    color: #ff0500;
    font-weight: 700;

}

.form-six input {
    display: block;
    width: 266px;
    height: 45px;
    padding: 10px;
    border: 2px solid #14b6cb;
    margin: 0 auto;
    margin-bottom: 18px;
    font-size: 1.12rem;
    color: #c8c8c8;
}

.form-six .btn-submit {
    text-transform: none;
}

@media (min-width: 768px) {

    .form-six-title {
        font-size: 2.26rem;
    }

    .form-six-text {
        font-size: 1.5rem;
        max-width: 385px;
    }

    .form-six input {
        width: 430px;
    }

    .form-six textarea {
        width: 430px;
    }

    .form-six .btn-submit {
        width: 450px;
    }


}

/*-footer-*/
.footer {
    width: 100%;
    background-color: #14b6cb;
    margin-bottom: -16px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.footer .logo {
    width: 100%;
    display: block;
    position: relative;
    top: 0;
    left: 0;
}

.footer .logo img {
    width: 283px;
}

.footer .logo-title {
    font-size: 1rem;
}

.footer .logo-text {
    font-size: 1rem;
    color: #ffffff;
}

.footer-adress,
.footer-email,
.footer-phone,
.footer-time {
    color: #ffffff;
    font-size: 1.1rem;
    font-weight: normal;
    margin-bottom: 0;
    margin-top: 5px;
    text-align: left;
}

.navbar-bottom {
    display: none;
    list-style: none;
}

.footer .social a {
    text-decoration: none;
}

.footer .social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-top: 20px;
    margin-bottom: 20px;
}

.footer .vk {
    margin-top: -8px;
    margin-left: -6px;
}


@media (min-width: 768px) {
    .footer {
        max-height: 280px;
        height: 280px;
    }

    .footer .logo {
        width: 35%;
        margin-top: 20px;
    }

    .footer .social {
        width: 140px;
    }

    .container-footer {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column wrap;
        flex-flow: column wrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        max-height: 280px;
        height: 280px;
        width: 800px;
        padding: 0;
    }

    .navbar-bottom {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
        flex-flow: column nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        margin-right: 15px;
        margin-top: 0;
    }

    .nav-bottom-link {
        text-decoration: none;
        color: #ffffff;
        font-size: 1.2rem;
    }

    .container-bottom-adress {
        width: 280px;
        margin-left: 15px;
    }

    .footer-btn {
        border: 2px solid#ffffff;
        background-color: #2dc2af;
        text-transform: none;
        -webkit-box-shadow: none;
        color: #ffffff;
        text-transform: uppercase;
        font-size: 1.12rem;
        width: 260px;
        height: 60px;
        cursor: pointer;
        display: block;
        margin-top: 10px;
    }

}


@media (min-width: 1200px) {
    .container-footer {
        width: 1080px;
    }
}


/*-modal-*/

.modal-wrap {
    background-color: rgba(0, 0, 0, 0.7);
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    z-index: 22;
}

.modal {
    position: fixed;
    top: 200px;
    left: 50%;
    margin-left: -160px;
    width: 320px;
    padding-top: 25px;
    padding-bottom: 25px;
    background-color: #ffffff
}

.modal-title {
    text-align: center;
    text-transform: uppercase;
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 12px;
}

.modal-text {
    font-size: 1rem;
    font-weight: normal;
    display: block;
    width: 100%;
    max-width: 235px;
    margin: 0 auto;
    margin-bottom: 20px;
    text-align: center;
}

.modal input {
    display: block;
    width: 258px;
    height: 45px;
    padding: 10px;
    border: 2px solid #14b6cb;
    margin: 0 auto;
    margin-bottom: 18px;
    font-size: 1.12rem;
    color: #c8c8c8;
}

.modal .btn-submit {
    text-transform: none;
}

.modal-close {
    position: absolute;
    top: 20px;
    right: 20px;
    border: 0;
    background-color: transparent;
    font-size: 1rem;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    cursor: pointer;
    width: 20px;
    height: 20px;
    overflow: visible;
}

.modal-close::after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 20px;
    height: 2px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    background-color: #000000;
}

.modal-close::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 20px;
    height: 2px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background-color: #000000;
}

.phone {
    color: #000000;
}

.d-none {
    display: none;

}

body {
    overflow-x: hidden;
}