body {
    overflow-x: hidden;
    font-family: "OpenSans";
    font-size: 14px;
}

h1 {
    font-family: "OpenSans-Extrabold";
    font-size: 18px;
    text-transform: uppercase;
    color: rgb(48, 77, 89);
}

h1 span {
    color: rgb(139, 20, 12);
}

h2 {
    font-family: "OpenSans-Extrabold";
    font-size: 18px;
    text-transform: uppercase;
    color: rgb(46, 58, 64);
    text-align: center;
}

h2:after {
    content: "";
    width: 50px;
    height: 5px;
    background-color: rgb(139, 20, 12);
    display: block;
    margin: 10px auto;
}

h2.white {
    color: rgb(255, 255, 255);
}

h2.white:after {
    content: "";
    width: 50px;
    height: 5px;
    background-color: rgb(255, 255, 255);
    display: block;
    margin: 10px auto;
}

h3 {
    font-family: "OpenSans-Extrabold";
    font-size: 17px;
    text-transform: uppercase;
}

h4 {
    font-family: "OpenSans-Extrabold";
    font-size: 16px;
    text-transform: uppercase;
}

h5 {
    font-family: "OpenSans-Extrabold";
    font-size: 14px;
    text-transform: uppercase;
}

h6 {
    font-family: "OpenSans";
    font-size: 12px;
    text-transform: uppercase;
    color: rgb(109, 125, 138);
    text-align: center;
}

h6.white {
    color: rgb(255, 255, 255);
}

input {
    outline: none;
    border: none;
}

img {
    max-width: 100%;
    vertical-align: middle;
}

p {
    margin: 0;
}

a:hover,
a:focus {
    text-decoration: none;
}

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



.about,
.advantages,
.services,
.warehouse,
.form,
.stages,
footer,
.last-page,
.contacts-info,
.services-page {
    padding-top: 30px;
    padding-bottom: 30px;
}

.services {
    padding-bottom: 30px;
}

.about h2,
.advantages h2,
.services h2,
.warehouse h2,
.form h2,
.stages h2,
.form h2,
.clients h2 {
    margin-bottom: 25px;
}

.clients {
    padding-top: 30px;
    padding-bottom: 60px;
}

button:focus {
    outline: none;
}

/* HEADER */
header .top {
    background-color: rgb(234, 238, 241);
    padding: 14px 0;
}

header .top p {
    font-size: 12px;
    padding-left: 20px;
    position: relative;
    margin-bottom: 10px;
    text-align: center;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

header .top p img {
    margin-right: 3px;
}

header .top a {
    font-family: "OpenSans";
    font-size: 14px;
    color: rgb(44, 57, 63);
    width: 100%;
    display: block;
    margin-bottom: 10px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

header .top a img {
    margin-right: 3px;
}

header .top button {
    background-color: rgb(139, 20, 12);
    border: none;
    width: 150px;
    height: 40px;
    font-family: "OpenSans-Bold";
    font-size: 14px;
    text-transform: uppercase;
    color: rgb(255, 255, 255);
    position: relative;
    margin: 5px auto;
}

header .top button:after {
    content: '';

    position: absolute;
    right: 0;
    top: 0px;

    border-bottom: 40px solid #eaeef1;
    border-left: 15px solid #00800000;
}

/* HEADER */

/* MAIN-SLIDER */
.main-slider .container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding-top: 20px;
}

.slick-dots li button:before,
.slick-dots li button {
    font-size: 0;
    width: 0;
    height: 0;
}

.main-slider .slick-dots li,
.about .slider .slick-dots li {
    width: 10px;
    height: 10px;
    background-color: rgb(255, 255, 255);
    border-radius: 50%;
}

.main-slider .slick-dots li.slick-active,
.about .slider .slick-dots li.slick-active {
    background-color: rgb(112, 21, 11);
}

.main-slider .slick-dots,
.about .slider .slick-dots {
    bottom: 25px;
}

.main-slider .slide .container p:first-child {
    width: 185px;
    height: 32px;
    background-color: rgb(255, 255, 255);
    background: url(/img/main-slider-text.png) no-repeat center;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-transform: uppercase;
}

.main-slider .slide .container p:nth-child(2) {
    font-family: "OpenSans-Extrabold";
    font-size: 16px;
    text-transform: uppercase;
    color: rgb(254, 255, 255);
    margin-top: 10px;
}

.main-slider .slide {
    height: 250px;
}

.main-slider .slide img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
}

.main-slider .slide a {
    width: 180px;
    height: 50px;
    background-color: rgb(139, 20, 12);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-family: "OpenSans-Bold";
    font-size: 14px;
    text-transform: uppercase;
    color: rgb(255, 255, 255);
    margin-top: 10px;
}

.slick-next:before,
.slick-prev:before {
    display: none;
}

.main-slider .slick-next,
.main-slider .slick-prev {
    width: 19px;
    height: 36px;
    z-index: 1;
}

.about .slider .slick-next,
.about .slider .slick-prev {
    width: 22px;
    height: 40px;
    z-index: 1;
}

.main-slider .slick-next {
    background: url(/img/next.png) no-repeat center;
    background-size: contain;
    display: none !important;
}

.main-slider .slick-prev {
    background: url(/img/prev.png) no-repeat center;
    background-size: contain;
    display: none !important;
}

.about .slider .slick-next {
    background: url(/img/next1.png) no-repeat center;
    background-size: contain;
    right: 15px;
}

.about .slider .slick-prev {
    background: url(/img/prev1.png) no-repeat center;
    background-size: contain;
    left: 15px;
}

.about .slider img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
}

/* MAIN-SLIDER */

/* ABOUT */
.about h2:after {
    margin-left: auto;
    margin-right: auto;
}

.about .text {
    padding-top: 30px;
}

.about .text p {
    line-height: 24px;
    margin-bottom: 10px;
    text-align: center;
}

.about .text p:last-child {
    margin-bottom: 0;
}

/* ABOUT */

/* ADVANTAGES */
.advantages h2 {
    text-align: center;
}

.advantages .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
    border: 1px solid rgb(215, 224, 231);
    background-color: rgb(255, 255, 255);
    padding: 25px 10px;
    height: 100%;
}

.advantages .item {
    margin-bottom: 20px;
    -ms-flex-item-align: stretch;
        -ms-grid-row-align: stretch;
        align-self: stretch;
}

.advantages .flex img {
    margin-bottom: 20px;
}

/* ADVANTAGES */


/* SERVICES */
.services {
    background-color: rgb(58, 73, 80);
}

.services .item {
    border: 1px solid rgb(255, 255, 255);
    text-align: center;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.services .item h3 {
    color: rgb(255, 255, 255);
    padding: 0 15px;
    margin-top: 20px;
}

.services .item .img {
    height: 300px;
    width: 100%;
}

.services .item img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
}

.services .item a {
    border: 1px solid rgb(255, 255, 255);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 230px;
    height: 50px;
    margin: 20px auto 20px auto;
    font-family: "OpenSans-Bold";
    font-size: 14px;
    text-transform: uppercase;
    color: rgb(255, 255, 255);
}

.services .row>div {
    margin-bottom: 30px;
}

.services .row>div:last-child {
    margin-bottom: 0;
}

/* SERVICES */

/* WAREHOUSE */
.warehouse {
    background-color: rgb(234, 238, 241);
}

.warehouse .item {
    text-align: center;
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
    border: 1px solid rgb(234, 238, 241);
    background-color: rgb(255, 255, 255);
    display: block;
    padding-bottom: 20px;
}

.warehouse .item h3 {
    margin-top: 27px;
    color: rgb(46, 57, 64);
}

.warehouse .row>div {
    margin-bottom: 30px;
}

.warehouse .row>div:last-child {
    margin-bottom: 0;
}

.warehouse .item img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
}

/* WAREHOUSE */

/* FORM */
.form {
    background-color: rgb(58, 73, 80);
}

.form h2 {
    color: rgb(255, 255, 255);
}

.form h2:after {
    display: none;
}

.form .input,
.form .submit {
    width: 100%;
    height: 60px;
    margin-top: 20px;
}

.form .input input,
.form .submit input {
    width: 100%;
    height: 100%;
}

.form .input input {
    border-radius: 4px;
    border: 1px solid rgb(174, 174, 174);
    background-color: rgb(255, 255, 255);
    padding-left: 20px;
}

.form .submit input {
    border-radius: 4px;
    background-color: rgb(139, 20, 12);
    font-family: "OpenSans";
    font-size: 18px;
    text-transform: uppercase;
    color: rgb(255, 255, 255);
}

.form form p {
    text-align: center;
    color: rgb(255, 255, 255);
    margin-top: 15px;
}

.thanks,
.thanks2 {
    display: none;
}

/* FORM */

/* STAGES */
.stages .row>div {
    margin-bottom: 20px;
}

.stages .item {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
    border: 1px solid rgb(215, 224, 231);
    background-color: rgb(255, 255, 255);
    height: 100%;
    padding: 15px;
}

.stages .item .number {
    width: auto;
    font-family: "OpenSans-Extrabold";
    font-size: 60px;
    text-transform: uppercase;
    color: rgb(58, 73, 80);
}

.stages .item .text {
    width: 80%;
    margin-left: 10px;
}

/* STAGES */

/* CLIENTS */
.clients {
    background-color: rgb(234, 238, 241);
}

.clients .slider .slick-dots li {
    width: 10px;
    height: 10px;
    background-color: rgb(46, 58, 64);
    border-radius: 50%;
}

.clients .slider .slick-dots li.slick-active {
    background-color: rgb(139, 20, 12);
}

.clients .slider .slide-wrap {
    height: 100%;
    padding: 0 15px;
}

.clients .slider {
    margin: 0 -15px;
}

.clients .slider .slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 175px;
}

.clients .slider .slick-dots {
    bottom: -30px;
}

.clients .slider .slick-prev,
.clients .slider .slick-next {
    width: 22px;
    height: 40px;
    z-index: 1;
}

.clients .slider .slick-prev {
    background: url(/img/prev2.png) no-repeat center;
    background-size: contain;
    left: -10px;
}

.clients .slider .slick-next {
    background: url(/img/next2.png) no-repeat center;
    background-size: contain;
    right: -10px;
}

/* CLIENTS */

/* FOOTER */
footer {
    background-color: rgb(58, 73, 80);
}

footer .logo {
    text-align: center;
}

footer .logo p {
    color: rgb(143, 161, 171);
    margin-top: 15px;
}

footer .list {
    display: none;
}

/* FOOTER */

.slick-dotted.slick-slider {
    margin-bottom: 0;
}

/* PRODUCTS.PAGE */
.main-img {
    position: relative;
}

.main-img h2,
.main-img h1,
.main-img p {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-family: "OpenSans-Extrabold";
    font-size: 20px;
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.main-img h2::after,
.main-img h1::after {
    display: none;
}

.products-page-text {
    background-color: rgb(255, 255, 255);
}

.products-page-text p {
    margin-bottom: 15px;
    color: rgb(64, 77, 107);
    line-height: 24px;
}

.products-page-text .row {
    margin-top: 60px;
}

.products-page-text .item {
    background-color: rgb(234, 238, 241);
}

.page-form {
    background-color: rgb(234, 238, 241);
}

.page-form h2 {
    color: rgb(46, 58, 64);
}

/* PRODUCTS.PAGE */

/* LAST-PAGE */
.last-page .slider {
    margin: 0 -15px;
}

.last-page .slider .slide-wrap {
    padding: 0 15px;
}

.last-page .slider .slide-wrap img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
}

.last-page .slider .slick-prev,
.last-page .slider .slick-next {
    width: 22px;
    height: 40px;
}

.last-page .slider .slick-prev {
    background: url(/img/last-page-prev.png) no-repeat center;
    background-size: contain;

}

.last-page .slider .slick-next {
    background: url(/img/last-page-next.png) no-repeat center;
    background-size: contain;

}

/* LAST-PAGE */

/* CONTACTS-PAGE */
.contacts-info .item {
    width: 100%;
    margin-bottom: 30px;
}

.contacts-info .flex .item:last-child {
    margin-bottom: 0;
}

.contacts-info .item h2::after {
    display: none;
}

.contacts-info .item a {
    margin-bottom: 10px;
}

.contacts-info .item a,
.contacts-info .item p {
    font-family: "OpenSans";
    font-size: 22px;
    color: rgb(143, 161, 171);
    display: block;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.contacts-info .item a img,
.contacts-info .item p img {
    margin-right: 3px;
}

.map {
    position: relative;
}

.map .container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
}

/* CONTACTS-PAGE */

/* SERVICES-PAGE */
.services-page1 {
    background: url(/img/services-page-bg.jpg) no-repeat center;
    background-size: cover;
}

.services-page1 .item {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-bottom: 30px;
}

.services-page .item h2 {
    text-align: left;
}

.services-page .item h2::after {
    margin-left: 0;
}

.services-page .item p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 15px;
}

.services-page1 .item h2 {
    color: rgb(255, 255, 255);
    margin-top: 20px;
}

.services-page2 .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
}

.services-page2 .row>div:nth-child(even) .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
}

.services-page1 .item p {
    color: rgb(255, 255, 255);
}

.services-page .item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 15px auto 0 auto;
    border-radius: 4px;
    width: 100%;
    height: 60px;
    border-radius: 4px;
    background-color: rgb(139, 20, 12);
    border: none;
    font-family: "OpenSans";
    font-size: 12px;
    color: rgb(255, 255, 255);
    text-transform: uppercase;
}

.services-page .item a:last-child {
    width: 160px;
    height: 60px;
}

.services-page1 .item a:last-child {
    border: 1px solid rgb(255, 255, 255);
    background: transparent;
    color: rgb(255, 255, 255);
}

.services-page1 .item .flex {
    margin-top: auto;
}

.services-page .item img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
}

.services-page2 .item .text a:last-child {
    border: 1px solid rgb(54, 72, 84);
    background: transparent;
    color: rgb(54, 72, 84);
}

.services-page2 .item {
    padding-bottom: 30px;
}

.services-page2 .item h2 {
    margin-top: 20px;
}

/* SERVICES-PAGE */

/* MEDIA.HTML */
.slick-slide {
    outline: none;
}

.last-page {
    clear: both;
}


/* HOVER */
header .top button:hover,
.main-slider .slide a:hover {
    background-color: rgb(54, 72, 83);
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
}

.desctop-header .head .tel:hover {
    color: rgb(138, 20, 12);
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
}

.services .item a:hover {
    background-color: rgb(138, 20, 12);
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
}

.warehouse .item:hover,
.form .submit input:hover,
.services-page .item a:hover {
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
}

footer .list ul li a:hover,
.desctop-header nav ul li a:hover {
    color: rgb(160, 83, 78);
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
}

/* HOVER */

/* MOBILE-MENU */
.wrapper {
    position: relative;
    width: 100%;
    height: 53px;
    padding: 1em;
    overflow: hidden;
    border-radius: 0;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.73);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.73);
    background-color: rgb(255, 255, 255);
    z-index: 9;
}

.menu-icon-toggle {
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    z-index: 99;
    right: 15px;
}

.home .menu-icon-toggle {
    top: 50px;
    position: absolute;
    right: 20px;
    top: 20px;
}

.menu-icon-toggle span {
    display: block;
    width: 100%;
    height: 2px;
    position: absolute;
    top: 50%;
    background-color: rgb(18, 161, 214);
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    -webkit-transition: opacity 0.3s 0.3s;
    -o-transition: opacity 0.3s 0.3s;
    transition: opacity 0.3s 0.3s;
}

.home:not(.open) .menu-icon-toggle span {
    background-color: rgb(18, 161, 214);
}

.menu-icon-toggle::before,
.menu-icon-toggle::after {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    position: absolute;
    background-color: rgb(18, 161, 214);
    transition: top 0.3s 0.3s, bottom 0.3s 0.3s, -webkit-transform 0.3s;
    -webkit-transition: top 0.3s 0.3s, bottom 0.3s 0.3s, -webkit-transform 0.3s;
    -o-transition: transform 0.3s, top 0.3s 0.3s, bottom 0.3s 0.3s;
    transition: transform 0.3s, top 0.3s 0.3s, bottom 0.3s 0.3s;
    transition: transform 0.3s, top 0.3s 0.3s, bottom 0.3s 0.3s, -webkit-transform 0.3s;
}

.menu-icon-toggle::before {
    top: 6px;
}

.menu-icon-toggle::after {
    bottom: 6px;
}

.open .menu-icon-toggle span {
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

.open .menu-icon-toggle::before,
.open .menu-icon-toggle::after {
    background-color: #6191d1;
}

.open .menu-icon-toggle::before {
    top: calc(50% - 1px);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.open .menu-icon-toggle::after {
    bottom: calc(50% - 1px);
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.open .menu-icon-toggle::before,
.open .menu-icon-toggle::after {
    transition: top 0.3s, bottom 0.3s, -webkit-transform 0.3s 0.3s;
    -webkit-transition: top 0.3s, bottom 0.3s, -webkit-transform 0.3s 0.3s;
    -o-transition: top 0.3s, bottom 0.3s, transform 0.3s 0.3s;
    transition: top 0.3s, bottom 0.3s, transform 0.3s 0.3s;
    transition: top 0.3s, bottom 0.3s, transform 0.3s 0.3s, -webkit-transform 0.3s 0.3s;
}

.menu-background {
    visibility: hidden;
    width: 300%;
    height: 250px;
    position: absolute;
    left: -130%;
    background-color: #fff;
    transition: background-position 0.5s, visibility 0.5s 1s, -webkit-transform 0.5s 0.5s;
    -webkit-transition: background-position 0.5s, visibility 0.5s 1s, -webkit-transform 0.5s 0.5s;
    -o-transition: background-position 0.5s, transform 0.5s 0.5s, visibility 0.5s 1s;
    transition: background-position 0.5s, transform 0.5s 0.5s, visibility 0.5s 1s;
    transition: background-position 0.5s, transform 0.5s 0.5s, visibility 0.5s 1s, -webkit-transform 0.5s 0.5s;
}

.open .menu-background {
    visibility: visible;
    transition: background-position 0.5s, -webkit-transform 0.5s 0.5s;
    -webkit-transition: background-position 0.5s, -webkit-transform 0.5s 0.5s;
    -o-transition: background-position 0.5s, transform 0.5s 0.5s;
    transition: background-position 0.5s, transform 0.5s 0.5s;
    transition: background-position 0.5s, transform 0.5s 0.5s, -webkit-transform 0.5s 0.5s;
}

.menu-background.top {
    -webkit-transform: rotate(-45deg) translateY(-150%);
    -ms-transform: rotate(-45deg) translateY(-150%);
    transform: rotate(-45deg) translateY(-150%);
    background: -o-linear-gradient(bottom, #6191d1 50%, #fff 50%);
    background: -webkit-gradient(linear, left bottom, left top, color-stop(50%, #6191d1), color-stop(50%, #fff));
    background: linear-gradient(to top, #6191d1 50%, #fff 50%);
    background-size: 100% 200%;
    background-position: -100% 100%;
}

.open .menu-background.top {
    -webkit-transform: rotate(-45deg) translateY(-49%);
    -ms-transform: rotate(-45deg) translateY(-49%);
    transform: rotate(-45deg) translateY(-49%);
    background-position: 0 0;
}

.menu-background.middle {
    -webkit-transform: rotate(-45deg) translateY(50%) scaleY(0);
    -ms-transform: rotate(-45deg) translateY(50%) scaleY(0);
    transform: rotate(-45deg) translateY(50%) scaleY(0);
    background: #fff;
}

.open .menu-background.middle {
    -webkit-transform: rotate(-45deg) translateY(50%) scaleY(1);
    -ms-transform: rotate(-45deg) translateY(50%) scaleY(1);
    transform: rotate(-45deg) translateY(50%) scaleY(1);
}

.menu-background.bottom {
    -webkit-transform: rotate(-45deg) translateY(250%);
    -ms-transform: rotate(-45deg) translateY(250%);
    transform: rotate(-45deg) translateY(250%);
    background: -o-linear-gradient(top, #fff 50%, #6191d1 50%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #fff), color-stop(50%, #6191d1));
    background: linear-gradient(to bottom, #fff 50%, #6191d1 50%);
    background-size: 100% 200%;
    background-position: 0 -100%;
}

.open .menu-background.bottom {
    -webkit-transform: rotate(-45deg) translateY(149%);
    -ms-transform: rotate(-45deg) translateY(149%);
    transform: rotate(-45deg) translateY(149%);
    background-position: 0 0;
}

.menu {
    position: absolute;
    top: -400%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    visibility: hidden;
    list-style-type: none;
    margin: 0;
    padding: 0;
    z-index: 0;
}

.open .menu {
    visibility: visible;
    top: 50%;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 9;
    padding-top: 50px;
}

.menu li {
    opacity: 0;
    margin-bottom: 5px;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.menu li:nth-child(5) {
    -webkit-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.menu li:nth-child(5) span {
    -webkit-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.menu li:nth-child(4) {
    -webkit-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.menu li:nth-child(4) span {
    -webkit-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.menu li:nth-child(3) {
    -webkit-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

.menu li:nth-child(3) span {
    -webkit-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

.menu li:nth-child(2) {
    -webkit-transition-delay: 0.4s;
    -o-transition-delay: 0.4s;
    transition-delay: 0.4s;
}

.menu li:nth-child(2) span {
    -webkit-transition-delay: 0.4s;
    -o-transition-delay: 0.4s;
    transition-delay: 0.4s;
}

.menu li:nth-child(1) {
    -webkit-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
    transition-delay: 0.5s;
}

.menu li:nth-child(1) span {
    -webkit-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
    transition-delay: 0.5s;
}

.open .menu li {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.open .menu li:nth-child(1) {
    -webkit-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
    transition-delay: 0.5s;
}

.open .menu li:nth-child(1) span {
    -webkit-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
    transition-delay: 0.5s;
}

.open .menu li:nth-child(2) {
    -webkit-transition-delay: 0.7s;
    -o-transition-delay: 0.7s;
    transition-delay: 0.7s;
}

.open .menu li:nth-child(2) span {
    -webkit-transition-delay: 0.7s;
    -o-transition-delay: 0.7s;
    transition-delay: 0.7s;
}

.open .menu li:nth-child(3) {
    -webkit-transition-delay: 0.9s;
    -o-transition-delay: 0.9s;
    transition-delay: 0.9s;
}

.open .menu li:nth-child(3) span {
    -webkit-transition-delay: 0.9s;
    -o-transition-delay: 0.9s;
    transition-delay: 0.9s;
}

.open .menu li:nth-child(4) {
    -webkit-transition-delay: 1s;
    -o-transition-delay: 1s;
    transition-delay: 1s;
}

.open .menu li:nth-child(4) span {
    -webkit-transition-delay: 1s;
    -o-transition-delay: 1s;
    transition-delay: 1s;
}

.open .menu li:nth-child(5) {
    -webkit-transition-delay: 1.2s;
    -o-transition-delay: 1.2s;
    transition-delay: 1.2s;
}

.open .menu li:nth-child(5) span {
    -webkit-transition-delay: 1.2s;
    -o-transition-delay: 1.2s;
    transition-delay: 1.2s;
}

.open .menu li:nth-child(6) {
    -webkit-transition-delay: 1.4s;
    -o-transition-delay: 1.4s;
    transition-delay: 1.4s;
}

.open .menu li:nth-child(6) span {
    -webkit-transition-delay: 1.4s;
    -o-transition-delay: 1.4s;
    transition-delay: 1.4s;
}

.open .menu li:nth-child(7) {
    -webkit-transition-delay: 1.6s;
    -o-transition-delay: 1.6s;
    transition-delay: 1.6s;
}

.open .menu li:nth-child(7) span {
    -webkit-transition-delay: 1.6s;
    -o-transition-delay: 1.6s;
    transition-delay: 1.6s;
}

.menu a {
    position: relative;
    font-size: 18px;
    text-decoration: none;
    color: rgb(83, 107, 117);
}

.menu a::before {
    content: '';
    display: block;
    height: 2px;
    width: 0;
    position: absolute;
    left: -30px;
    top: 50%;
    background-color: #6191d1;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: width 0.3s;
    -o-transition: width 0.3s;
    transition: width 0.3s;
}

.menu a:hover::before {
    width: 15px;
}

.content {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
    color: #fff;
    -webkit-transition: all 0.3s 1s;
    -o-transition: all 0.3s 1s;
    transition: all 0.3s 1s;
}

.open .content {
    opacity: 0;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.open .wrapper {
    height: 100%;
    position: fixed;
    width: 100%;
    top: 0;
    right: 0;
}

.mobile-header .logo {
    position: absolute;
    top: 10px;
    left: 15px;
    width: 150px;
}

/* MOBILE-MENU */

.desctop-header {
    display: none;
}

a:hover,
a:focus {
    outline: none;
}

/* MODAL */
.modal1 form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 33px 29px 31px 31px;
}

.modal1 form .img,
.modal1 form .text {
    width: 100%;
}

.modal1 form .img {
    position: relative;
}

.modal1 form .img img {
    width: 100%;
    -o-object-fit: fill;
    object-fit: fill;
    -o-object-position: center;
    object-position: center;
}

.modal1 form .img .manager-info {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 90%;
    background-color: rgb(255, 255, 255);
    padding: 10px;
    text-align: center;
}

.modal1 form .img .manager-info p {
    font-family: "OpenSans";
    font-size: 16px;
    color: rgb(41, 41, 41);
}

.modal1 form .img .manager-info .name {
    font-family: "OpenSans-Bold";
    color: rgb(41, 41, 41);
    font-weight: 700;
}

.modal1 form .text h3 {
    font-family: "OpenSans-Bold";
    font-weight: bold;
    color: rgb(41, 41, 41);
    font-size: 30px;
    text-transform: none;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.modal1 form .text .input {
    width: 100%;
    height: 50px;
    margin-bottom: 23px;
}

.modal1 form .text .input input {
    width: 100%;
    height: 100%;
    padding-left: 15px;
    border: 1px solid rgb(141, 141, 141);
    background-color: rgb(255, 255, 255);
}

.modal1 .modal-dialog {
    max-width: 810px;
}

button.close {
    position: absolute;
    top: 5px;
    right: 15px;
}

.modal1 form .text .submit {
    width: 100%;
    height: 50px;
    margin-top: 19px;
}

.modal1 form .text .submit input {
    width: 100%;
    height: 100%;
    background-color: rgb(139, 20, 12);
    font-family: "Montserrat-SemiBold";
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    color: rgb(0, 0, 0);
    border: none;
    outline: none;
    color: white;
}

.modal1 form .text i {
    font-family: "OpenSans";
    display: block;
    font-size: 14px;
    color: rgb(102, 102, 102);
    text-align: center;
    margin-top: 8px;
    font-weight: bold;
    font-style: normal;
}

.cd-popup {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(9, 9, 9, 0.85);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
    -o-transition: opacity 0.3s 0s, visibility 0s 0.3s;
    transition: opacity 0.3s 0s, visibility 0s 0.3s;
}

.cd-popup.is-visible {
    opacity: 1;
    z-index: 999;
    visibility: visible;
    overflow-y: scroll;
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
    -o-transition: opacity 0.3s 0s, visibility 0s 0s;
    transition: opacity 0.3s 0s, visibility 0s 0s;
}

/* MEDIA */
@media (min-width: 768px) {
    h1 {
        font-family: "OpenSans-Extrabold";
        font-size: 32px;
        text-transform: uppercase;
        color: rgb(48, 77, 89);
    }

    h2 {
        font-family: "OpenSans-Extrabold";
        font-size: 25px;
        text-transform: uppercase;
    }

    h3 {
        font-family: "OpenSans-Extrabold";
        font-size: 18px;
        text-transform: uppercase;
    }

    h4 {
        font-family: "OpenSans-Extrabold";
        font-size: 21px;
        text-transform: uppercase;
    }

    h5 {
        font-family: "OpenSans-Extrabold";
        font-size: 20px;
        text-transform: uppercase;
    }

    h6 {
        font-family: "OpenSans";
        font-size: 18px;
        text-transform: uppercase;
    }

    .mobile-header {
        display: none;
    }

    .desctop-header {
        display: block;
    }

    .desctop-header .head {
        padding: 25px 0 0 0;
    }

    .desctop-header .head .logo {
        width: 250px;
    }

    .desctop-header .head .tel {
        font-family: "Geometria-Bold";
        font-size: 14px;
        color: rgb(44, 57, 65);
        position: relative;
        margin: 5px 0;
        padding: 0 15px;
        font-family: "OpenSans-Bold";
        font-size: 14px;
        text-transform: uppercase;
    }

    .desctop-header .head .tel:first-child {
        border-right: 1px solid rgb(234, 238, 241);
        position: relative;
    }

    .desctop-header .head .tel:first-child::before {
        content: "";
        width: 15px;
        height: 20px;
        display: block;
        background: url(/img/contact-tel.png) no-repeat center;
        background-size: contain;
        position: absolute;
        top: 0;
        left: -3px;
    }

    .desctop-header .head .tel-block {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-left: 45px;
    }

    .desctop-header .head .tel:before {
        content: "";
        width: 13px;
        height: 13px;
        background: url(/img/call-answer.png) no-repeat center;
        background-size: contain;
        position: absolute;
        top: 2px;
        left: -17px;
    }

    .desctop-header .head .tel span {
        font-family: "Geometria";
        font-size: 14px;
    }

    .desctop-header nav {
        position: relative;
    }

    .desctop-header nav::before {
        content: '';
        display: block;
        width: 70%;
        height: 42px;
        background: url(/img/nav-bg.png) no-repeat center;
        background-size: 100% 100%;
        position: absolute;
        bottom: 0;
        right: 0;
        z-index: 1;
    }

    .desctop-header nav ul {
        padding: 0;
        margin: 0;
        list-style: none;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }

    .desctop-header nav ul li {
        padding: 10px 15px;
        position: relative;
        z-index: 1;
    }

    .desctop-header nav ul li:hover::after {
        background-color: rgb(18, 161, 214);
        -webkit-transition: 0.5s all;
        -o-transition: 0.5s all;
        transition: 0.5s all;
    }

    .desctop-header nav ul li a {
        font-family: "OpenSans-Bold";
        font-size: 10px;
        text-transform: uppercase;
        color: rgb(255, 255, 255);
    }

    .desctop-header nav li {
        position: relative;
        border-right: 1px solid rgb(67, 89, 103);
    }

    .desctop-header nav ul li:last-child {
        border-right: none;
    }

    .desctop-header nav li:last-child:before {
        display: none;
    }

    .desctop-header nav li:hover,
    nav li:active {
        color: #0c7ff6;
        text-decoration: none;
    }

    .desctop-header nav li:last-of-type {
        float: right;
        text-transform: uppercase;
    }

    header .top p {
        width: auto;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        margin-bottom: 0;
        font-size: 14px;
    }

    header .top a {
        width: auto;
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end;
        margin-bottom: 0;
        font-size: 14px;
        margin-left: 65px;
    }

    .top .flex {
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
    }

    header .top button {
        margin: 0;
        margin-left: auto;
    }

    .main-slider .slider .container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        padding-top: 0;
    }

    .advantages h2 {
        text-align: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        height: 100%;
    }

    .main-slider .slider .text {
        width: 50%;
    }

    .main-slider .slide a {
        width: 230px;
        font-size: 16px;
    }

    .main-slider .slide {
        height: 300px;
    }

    .services .item h3 {
        margin-bottom: 20px;
    }

    .services .item a {
        margin: auto auto 20px auto;
    }

    .form .input {
        width: 32%;
    }

    .form .submit {
        width: 300px;
        margin-left: auto;
        margin-right: auto;
    }

    footer .list {
        display: block;
        width: 32%;
        margin-top: 30px;
    }

    footer .about-list {
        width: 29%;
    }

    footer .contacts-list {
        width: 25%;
    }

    footer .contacts-list ul li {
        position: relative;
    }

    footer .contacts-list ul li:first-child::before,
    footer .contacts-list ul li:nth-child(2)::before {
        content: "";
        display: block;
        width: 10px;
        height: 18px;
        background: url(/img/tel-icon.png) no-repeat center;
        background-size: contain;
        position: absolute;
        top: 2px;
        left: -20px;
    }

    footer .contacts-list ul li:nth-child(3)::before {
        content: "";
        display: block;
        width: 16px;
        height: 16px;
        background: url(/img/mail-icon.png) no-repeat center;
        background-size: contain;
        position: absolute;
        top: 2px;
        left: -23px;
    }

    footer .contacts-list ul li:nth-child(4)::before {
        content: "";
        display: block;
        width: 16px;
        height: 16px;
        background: url(/img/time-icon.png) no-repeat center;
        background-size: contain;
        position: absolute;
        top: 2px;
        left: -23px;
    }

    footer .contacts-list ul li:last-child::before {
        content: "";
        display: block;
        width: 13px;
        height: 18px;
        background: url(/img/address-icon.png) no-repeat center;
        background-size: contain;
        position: absolute;
        top: 2px;
        left: -23px;
    }

    footer .contacts-list ul li:last-child a {
        text-decoration: underline;
    }

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

    footer .list ul {
        list-style: none;
        padding-left: 0;
    }

    footer .list h5 {
        color: rgb(255, 255, 255);
    }

    footer .list h5:after {
        content: "";
        width: 50px;
        height: 2px;
        background-color: rgb(139, 20, 12);
        display: block;
        margin-top: 15px;
    }

    footer .list ul li {
        margin-bottom: 5px;
        padding-bottom: 5px;
        border-bottom: 1px solid rgb(68, 83, 90);
    }

    footer .list ul li:last-child {
        padding-bottom: 0;
        margin-bottom: 0;
    }

    footer .list ul li,
    footer .list ul li a {
        font-family: "OpenSans-Bold";
        font-size: 14px;
        text-transform: uppercase;
        color: rgb(143, 161, 171);
    }

    footer .contacts-list ul li,
    footer .contacts-list ul li a {
        text-transform: none;
        font-family: "OpenSans";
        border-bottom: none;
    }

    .modal1 form .img,
    .modal1 form .text {
        width: 48%;
    }

    .products-page-text h2 {
        text-align: left;
    }

    .products-page-text h2::after {
        margin-left: 0;
    }

    .page-form .input,
    .page-form .submit {
        width: 32%;
        margin: 0;
    }

    .main-img h2,
    .main-img h1,
    .main-img p {
        font-size: 30px;
    }

    .contacts-info .item {
        width: 48%;
        margin-bottom: 30px;
    }

    .map .container {
        display: block;
    }

    .map .container .text {
        width: 370px;
        height: 100%;
        border: 1px solid rgb(255, 255, 255);
        background-color: rgb(255, 255, 255);
        padding: 30px;
    }

    .map .container .text p:first-child {
        color: rgb(46, 58, 64);
        margin-bottom: 30px;
    }

    .map .container .text p {
        font-size: 16px;
        color: rgb(143, 161, 171);
    }

}

@media (min-width: 992px) {
    .desctop-header .head .logo {
        width: auto;
    }

    .desctop-header .head .tel-block {
        width: auto;
        margin: 0;
        margin-left: auto;
    }

    .desctop-header .head .tel {
        font-family: "OpenSans-Bold";
        font-size: 16px;
        color: rgb(44, 57, 65);
        position: relative;
        width: auto;
    }

    .desctop-header .head .tel:before {
        content: "";
        width: 13px;
        height: 13px;
        background: url(/img/call-answer.png) no-repeat center;
        background-size: contain;
        position: absolute;
        top: 2px;
        left: -17px;
    }

    .desctop-header .head .tel span {
        font-family: "Geometria";
        font-size: 14px;
    }

    .desctop-header nav::before {
        width: 60%;
    }

    .desctop-header nav ul {
        padding: 0;
        margin: 0;
        list-style: none;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .desctop-header nav ul li {
        padding: 10px 10px;
        position: relative;
    }

    .desctop-header nav ul li a {
        font-family: "OpenSans-Bold";
        font-size: 12px;
        text-transform: uppercase;
        color: rgb(255, 255, 255);
    }

    .desctop-header .head .tel:first-child::before {
        height: 100%;
    }

    .main-slider .slide .container p:nth-child(2) {
        font-size: 22px;
    }

    footer .about-list {
        width: 20%;
    }

    footer .contacts-list {
        width: 20%;
    }

    footer .products-list {
        width: 25%;
    }

    .services-page .item .flex {
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
    }

    .services-page .item a {
        width: 60%;
        margin: 0;
    }

    .services-page .item a:last-child {
        margin-left: 20px;
    }

    .services-page2 .item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
    }

    .services-page2 .item .img,
    .services-page2 .item .text {
        width: 49%;
    }

    .services-page2 .item h2 {
        margin-top: 0;
    }

    .services-page1 {
        border-top: 8px solid rgb(255, 255, 255);
    }

    .services-page1 .row>div {
        margin-top: -60px;
        position: relative;
        z-index: 2;
    }

    .services-page1 .row>div:after {
        content: "";
        display: block;
        width: 98%;
        height: 35px;
        background-color: rgb(255, 255, 255);
        position: absolute;
        top: -9px;
        left: 0;
        right: 0;
        z-index: -1;
        margin: 0 auto;
    }

    .services-page2 .row>div:nth-child(even) .item {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
    }

    .map .container .text p {
        font-size: 18px;
    }

}

@media (min-width: 1200px) {
    h1 {
        font-family: "OpenSans-Extrabold";
        font-size: 32px;
        text-transform: uppercase;
        color: rgb(48, 77, 89);
    }

    h2 {
        font-family: "OpenSans-Extrabold";
        font-size: 32px;
        text-transform: uppercase;
    }

    h3 {
        font-family: "OpenSans-Extrabold";
        font-size: 22px;
        text-transform: uppercase;
    }

    h4 {
        font-family: "OpenSans-Extrabold";
        font-size: 21px;
        text-transform: uppercase;
    }

    h5 {
        font-family: "OpenSans-Extrabold";
        font-size: 20px;
        text-transform: uppercase;
    }

    h6 {
        font-family: "OpenSans";
        font-size: 18px;
        text-transform: uppercase;
    }

    .about,
    .advantages,
    .services,
    .warehouse,
    .form,
    .stages,
    footer,
    .last-page,
    .contacts-info,
    .services-page {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .services-page1 {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .main-slider .slide {
        height: 500px;
    }

    .main-slider .slider .text {
        width: 60%;
    }

    .main-slider .slide .container p:nth-child(2) {
        font-size: 35px;
    }

    .completed-projects {
        padding-top: 90px;
        padding-bottom: 90px;
    }

    .form h2 {
        font-size: 36px;
        /* margin-bottom: 5px; */
    }

    .desctop-header .head .tel {
        font-size: 16px;
    }

    .about .row {
        display: block;
    }

    .about .row .item1 {
        display: block;
        float: left;
        width: 50%;
        position: relative;
        z-index: 1;
    }

    .about .row .item2 {
        max-width: 100%;
        text-align: left;
    }

    .about .text {
        padding-top: 0;
    }

    .about .row .text h6,
    .about .row .text h2,
    .about .text p {
        text-align: left;
    }

    .about h2:after {
        margin-left: 50%;
    }

    .advantages h2 {
        text-align: left;
        font-size: 38px;
    }

    .advantages h2:after {
        margin-left: 0;
    }

    .services .row>div {
        margin-bottom: 0;
    }

    .desctop-header nav {
        /* width: 60%; */
    }

    .desctop-header nav::before {
        content: '';
        display: block;
        width: 63%;
        height: 45px;
        background: url(/img/nav-bg.png) no-repeat center;
        background-size: 100% 100%;
        position: absolute;
        bottom: 0;
        right: 0;
        z-index: 1;
    }

    .desctop-header nav ul li {
        padding: 10px 15px;
    }

    .desctop-header nav ul li a {
        font-size: 16px;
    }

    .form .input,
    .form .submit {
        width: 24%;
    }

    .form form p {
        text-align: center;
        width: 100%;
    }

    .form .submit {
        margin-right: 0;
        margin-left: 0;
    }

    footer .logo {
        width: 28%;
        text-align: left;
    }

    footer .about-list {
        width: 16%;
    }

    footer .contacts-list {
        width: 15%;
    }

    footer .products-list {
        width: 20%;
    }

    .advantages {
        clear: both;
    }

    .page-form .input {
        width: 362px;
        margin: 0 15px;
    }

    .page-form .submit {
        width: 180px;
        margin: 0 15px;
    }

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

    .main-img h2,
    .main-img h1,
    .main-img p {
        font-size: 48px;
    }

    .contacts-info .item {
        width: 100%;
        margin-bottom: 30px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }

    .contacts-info .item h2 {
        width: 350px;
        text-align: left;
    }

    .contacts-info .item a,
    .contacts-info .item p {
        margin-left: auto;
        margin-bottom: 0;
    }

    .map .container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }

    .map .container .text {
        width: 462px;
        height: 322px;
    }

    .map .container .text p {
        font-size: 22px;
    }
}

@media (min-width: 1620px) {
    h1 {
        font-family: "OpenSans-Extrabold";
        font-size: 36px;
        text-transform: uppercase;
        color: rgb(48, 77, 89);
    }

    h2 {
        font-family: "OpenSans-Extrabold";
        font-size: 36px;
        text-transform: uppercase;
    }

    h3 {
        font-family: "OpenSans-Extrabold";
        font-size: 22px;
        text-transform: uppercase;
    }

    h4 {
        font-family: "OpenSans-Extrabold";
        font-size: 21px;
        text-transform: uppercase;
    }

    h5 {
        font-family: "OpenSans-Extrabold";
        font-size: 20px;
        text-transform: uppercase;
    }

    h6 {
        font-family: "OpenSans";
        font-size: 18px;
        text-transform: uppercase;
    }


    .about,
    .advantages,
    .services,
    .warehouse,
    .form,
    .stages,
    footer,
    .last-page,
    .contacts-info,
    .services-page {
        padding-top: 90px;
        padding-bottom: 90px;
    }

    .services-page1 {
        padding-top: 30px;
        padding-bottom: 30px;
    }


    .advantages h2 {
        font-size: 48px;
    }

    .advantages .flex {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        padding: 28px 36px;
    }

    .advantages .flex .text {
        width: 70%;
        text-align: left;
        margin-left: 40px;
    }

    .advantages .flex img {
        margin-bottom: 0;
    }

    .services .item a {
        margin-bottom: 40px;
    }

    .services .item h3 {
        margin-top: 40px;
        margin-bottom: 30px;
    }

    footer .products-list {
        width: 15%;
    }

    footer .contacts-list {
        width: 12%;
    }

    footer .about-list {
        width: 12%;
    }

    footer .logo {
        width: 25%;
    }

    .contacts-info .item h2 {
        margin-right: 130px;
    }

    .contacts-info .item a,
    .contacts-info .item p {
        margin-left: 0;
        margin-right: 60px;
    }

    .services-page .item p {
        font-size: 18px;
    }

    .desctop-header nav::before {
        content: '';
        display: block;
        width: 72%;
        height: 45px;
        background: url(/img/nav-bg.png) no-repeat center;
        background-size: 100% 100%;
        position: absolute;
        bottom: 0;
        right: 0;
        z-index: 1;
    }

    header .top button {
        width: 230px;
        height: 50px;
    }

    header .top button:after {
        border-bottom: 50px solid #eaeef1;
        border-left: 20px solid #00800000;
    }

    .desctop-header .head .tel {
        font-size: 26px;
    }

    .desctop-header nav ul li {
        padding: 10px 50px;
    }

    .form form p {
        margin-top: 30px;
    }
}
/* MEDIA */