body {
    background: #ececec;
    font-family: 'Proxima Nova', sans-serif;
    font-size: 14px;
    color: #000;
    min-width: 320px;
}


@font-face {
    font-family: "Proxima Nova lt";
    src: url('../assets/fonts/ProximaNova-Light.woff') format('woff'), url('../fonts/proximanova-light.ttf') format('truetype'), url('../fonts/proximanova-light.eot') format('embedded-opentype');
}

@font-face {
    font-family: "Proxima Nova Rg";
    src: url('../assets/fonts/ProximaNova-Regular.woff') format('woff'), url('../fonts/proximanova-regular.ttf') format('truetype'), url('../fonts/proximanova-regular.eot') format('embedded-opentype');
}

@font-face {
    font-family: "Proxima Nova Bl";
    src: url('../assets/fonts/ProximaNova-Extrabld.woff') format('woff'), url('../fonts/proximanova-extrabld.ttf') format('truetype'), url('../fonts/proximanova-extrabld.eot') format('embedded-opentype');
}








.container {
    min-width: 320px;
    max-width: 100%;
    padding: 0 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto;

}

.wrap {
    min-width: 320px;
    max-width: 1170px;
    padding: 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto;
    z-index: 1;

}


/* =============================header============================== */

.bg-main {
    background: url('../img/bg-main.jpg') top center no-repeat;
    background-size: cover;
    position: relative;
}

.line {
    border-bottom: 1px solid #fff;
    opacity: .4;
    position: absolute;
    top: 100px;
    width: 100%;
}

.first-display {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;

}

.logo {
    flex-basis: 54%;
    display: flex;

}

.logo img {
    width: 73px;
    height: 69px;
    float: left;
    margin-right: 15px;

}

.logo .logo-name {
    font-size: 22px;
    font-family: "Proxima Nova Bl";
    color: rgb(255, 255, 255);
    padding-top: 15px;

}

.logo .descript {
    text-align: left;
    font-size: 14px;
    font-family: "Proxima Nova Rg";
    color: #fff;
    padding-left: 15px;
    padding-top: 15px;
    opacity: .7;
    padding-right: 130px;

}

.adress {
    flex-basis: 23%;
    padding-top: 15px;
}

.adress img {
    float: left;
    margin-right: 10px;
}

.adress p {
    font-family: "Proxima Nova Rg";
    color: rgb(255, 255, 255);
    font-size: 17px;
}

.adress a {
    text-decoration: none;
    color: #fff;
    opacity: .5;
    padding-left: 30px;
}

.phone {
    flex-basis: 17%;
    padding-top: 5px;
    display: flex;

}

.phone img {
    float: left;
    margin-right: 10px;
    width: 19px;
    height: 19px;
    margin-top: 15px;
}

.phone a {
    font-family: "Proxima Nova Bl";
    color: rgb(255, 255, 255);
    font-size: 20px;

}

.navbar-default {
    background: transparent;
    border: none;
}

.navbar-nav {
    margin: 10px -15px;
}


.navbar-default .navbar-nav > li > a {
    color: #fff;
    transition: all .5s;
    font-size: 18px;
    font-family: "Proxima Nova Rg";
}

.navbar-default .navbar-nav > li > a:hover {
    color: #ffd900;
    transition: all .5s;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:active {
    color: #fff;
    background-color: transparent;
}



.navbar-header {
    background: #0000003b;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
    background-color: #ddd0;
}

.nav > li {

    padding-left: 0;
}

.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus,
.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {

    color: #d40600;
    background-color: #fff0;
}

.navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #fff;
    background-color: #fff0;
    font-family: "Proxima Nova Rg";
}

.dropdown-menu {
    background-color: #53484e;
}

.container > .navbar-header {
    margin-right: 0;
}


.dropdown-menu > li > a {
    display: block;
    padding: 8px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
    font-family: "Proxima Nova Rg";
}

.dropdown-menu > li:hover {
    background: #fff;
    border-left: 4px solid #e70e00;

}



.form_top {
    display: flex;
    position: relative;
    flex-wrap: wrap;
}

.form_top img {
    position: absolute;
    left: 10px;
}




.header-caption {
    display: flex;
    justify-content: space-between;
    padding: 50px 15px 180px 15px;

}

.caption-left {
    flex-basis: 50%;

}

.caption-left form {
    position: relative;

}

.caption-left img {
    position: absolute;
    top: 8px;
    right: 245px;

}

.caption-left label {
    position: absolute;
    color: #fff;
    top: -25px;
    font-weight: 300;
    display: inline-block;
}

.caption-left h1 {
    font-size: 40px;
    font-family: "Proxima Nova Bl";
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    padding-right: 60px;
    margin-bottom: 70px;

}

.btn-red {
    border-radius: 4px;
    background-image: linear-gradient(90deg, #d6b806 0%, #ffd900 100%);
    font-weight: 600;
    text-shadow: 0.309px -0.951px 1px rgb(255 231 94);
    box-shadow: 0px 0px 10px #e4c30063;

    font-size: 18px;
    border: none;
    padding: 15px 30px;
    border-bottom: 3px solid #ab9300;
    font-size: 18px;

    transition: all .5s;
    color: #000;
    z-index: 3;
    font-family: "Arial", sans-serif;

}

.btn-red:hover {
    background-image: linear-gradient(180deg, #d6b806 0%, #ffd900 100%);

    box-shadow: 0px 0px 2px #e4c30063;


}

.main-input {
    border-radius: 4px;
    padding: 15px 30px 15px 0px;
    padding-left: 0px;
    background: #ffffffc4;
    border: none;
    padding-left: 60px;
    font-size: 18px;
    margin-right: 10px;
    width: 250px;
}


.caption-right {
    flex-basis: 50%;
}

.caption-right ul {
    color: #fff;
    list-style: none;
    line-height: 2.8;
    font-size: 18px;
    margin-left: 45px;
    font-family: "Proxima Nova Rg";
}

.caption-right > ul > li > a {

    color: #fff;
}

.caption-right > li > a:hover {
    opacity: .8;
}

.header-carousel {
    background: url('../img/bg2.jpg') top center no-repeat;
    background-size: cover;
    position: relative;
    background-attachment: fixed;
    padding-bottom: 60px;
}

.slider1 .owl-stage-outer {
    margin-top: -100px;
}

.item {
    margin-right: 20px;
    background: #fff;
    height: 397px;
}

.item h2 {
    padding: 0px 10px 0px 15px;
    font-size: 20px;
    font-family: "Proxima Nova Bl";
}

.item p {
    padding: 10px 10px 25px 15px;
    font-size: 16px;
    line-height: 1.3;
    font-family: "Proxima Nova lt";
}

.owl-nav {
    text-align: center;
    margin-top: 15px;
}

.item h3::after {
    content: "";
    position: absolute;
    width: 50px;
    height: 5px;
    background: #da4559;
    left: 15px;
    top: 215px;
}


.about {
    background: url('../img/bg3.jpg') top center no-repeat;
    background-size: cover;
    padding: 33px 15px;
    height: 597px;
}

.company {
    display: flex;
    position: relative;
}

.about_us {
    flex-basis: 50%;

}

.about_us2 {
    flex-basis: 50%;

}

.about_us .onas {
    font-size: 46px;
    font-family: "Proxima Nova Rg";
    color: rgb(35, 35, 35);
    text-transform: uppercase;
    margin-bottom: 40px;
}

.about_us .onas::after {
    content: "";
    position: absolute;
    width: 50px;
    height: 5px;
    background: #da4559;
    left: 15px;
    top: 85px;
}

.about_us .onas1 {

    font-size: 21px;
    font-family: "Proxima Nova Rg";
    color: rgb(35, 35, 35);
    line-height: 1.571;
    margin-bottom: 10px;
}


.about_us .onas2 {

    font-size: 17px;
    font-family: "Proxima Nova Lt";
    color: rgb(35, 35, 35);
    line-height: 1.571;
    margin-bottom: 20px;
}

.about_us a {
    background: #ececec;
    padding: 5px 15px;
    transition: all .5s;

}

.about_us a:hover {
    background: #ececec;
    padding: 5px 15px;
    text-decoration: none;
    transition: all .5s;
    color: #da4559;
}

.cons_form {
    background: url('../img/bg4.jpg') top center no-repeat;
    background-size: cover;
    background-attachment: fixed;

}

.wrapper_form {
    display: flex;
    justify-content: space-between;
    padding: 0 15px;
}

.cons {
    flex-basis: 35%;
    background: #1b2936;
    position: relative;
    padding: 60px 40px;

}

.cons a:hover {
    text-decoration: none;

}

.cons a:active {
    text-decoration: none;

}

.cons a:focus {
    text-decoration: none;

}

.forms {
    flex-basis: 55%;
}

.form-more {
    padding: 20px;
}

.zayavka {
    display: flex;
    flex-wrap: nowrap;
}

.cons .text1 {
    font-size: 23px;
    font-family: "Proxima Nova Bl";
    color: rgb(255, 255, 255);
    line-height: 1.087;
    margin-bottom: 30px;

}

.cons .text2 {
    font-size: 17px;
    font-family: "Proxima Nova Rg";
    color: rgba(255, 255, 255, 0.639);
    line-height: 1.471;
    margin-bottom: 190px;
}

.cons img {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 2;
}

.btn-red2 {
    border-radius: 4px;
    background-image: linear-gradient(90deg, #d6b806 0%, #ffd900 100%);
    font-weight: 600;
    text-shadow: 0.309px -0.951px 1px rgb(255 231 94);
    border: none;
    padding: 15px 30px;
    border-bottom: 3px solid #ab9300;
    font-size: 18px;

    color: #000;
    z-index: 3;
    position: relative;
    box-shadow: 0px 10px 10px #0000005e;
    cursor: pointer;
    text-align: center;

}

.btn-red2:hover {
    background-image: linear-gradient(180deg, #d6b806 0%, #ffd900 100%);

    box-shadow: 1px 1px 5px #0000005e;
}

.main_form {
    background: #fff;
    padding: 45px 30px;
    margin: 60px 0;


}

label {
    display: block;
}

.center_form {
    width: 45%;
    height: 50px;
    padding: 0 20px;
    border-radius: 4px;
    background-color:
        rgb(238, 238, 238);
    box-shadow: inset 0.209px 2.993px 4px 0px rgba(207, 207, 207, 0.57);
    border: 0;
    margin-right: 20px;
    margin-bottom: 20px;
}

.center_form_text {
    width: 100%;
    width: 94.5%;
    padding-top: 20px;
    height: 70px;
}

.row3 p {

    font-size: 13px;
    font-family: "Proxima Nova lt";
    color: rgba(27, 41, 54, 0.6);
    padding-top: 20px;

}

/*popUP*/
#layout {
    background-color: #0C0C0C;
    background-image: none;
    opacity: 0.70;
}

#wb_FontAwesomeIcon1 {
    background-color: transparent;
    background-image: none;
    border: 0px solid #245580;
    margin: 0;
    padding: 0;
    text-align: center;
    vertical-align: top;
}

#wb_FontAwesomeIcon1:hover {
    background-color: transparent;
    background-image: none;
    border: 0px solid #245580;
}

#FontAwesomeIcon1 {
    height: 17px;
    width: 17px;
}

#FontAwesomeIcon1 i {
    color: #265A88;
    display: inline-block;
    font-size: 17px;
    line-height: 17px;
    vertical-align: middle;
    width: 12px;
}

#wb_FontAwesomeIcon1:hover i {
    color: #337AB7;
}

#Button1 {
    border-radius: 4px;
    background-image: -moz-linear-gradient(90deg, rgb(199, 0, 0) 0%, rgb(238, 17, 0) 100%);
    background-image: -webkit-linear-gradient(90deg, rgb(199, 0, 0) 0%, rgb(238, 17, 0) 100%);
    background-image: -ms-linear-gradient(90deg, rgb(199, 0, 0) 0%, rgb(238, 17, 0) 100%);
    border: none;
    padding: 15px 30px;
    border-bottom: 3px solid #8c1111;
    font-size: 18px;
    text-shadow: 0.309px -0.951px 1px rgb(104, 6, 1);
    color: #fff;
    z-index: 3;
    position: relative;
    box-shadow: 0px 10px 10px #0000005e;
    cursor: pointer;
    text-align: center;
}

#Button1:hover {
    background-image: -moz-linear-gradient(45deg, rgb(199, 0, 0) 0%, rgb(238, 17, 0) 100%);
    background-image: -webkit-linear-gradient(45deg, rgb(199, 0, 0) 0%, rgb(238, 17, 0) 100%);
    background-image: -ms-linear-gradient(45deg, rgb(199, 0, 0) 0%, rgb(238, 17, 0) 100%);

    box-shadow: 1px 1px 5px #0000005e;


}

#wb_Text3 {
    background-color: transparent;
    background-image: none;
    border: 0px solid #000000;
    margin: 0;
    padding: 0;
    text-align: center;
}

#wb_Text3 div {
    text-align: center;
}

#callme {
    background-color: #FFFFFF;
    background-image: none;
    border: 1px solid #CCCCCC;
}

#success {
    position:relative;
    background-color: #1B2936;
    background-image: none;
    z-index:9999;
}

#wb_Text4 {
    background-color: transparent;
    background-image: none;
    border: 0px solid #000000;
    margin: 0;
    padding: 0;
    text-align: center;
}

#wb_Text4 div {
    text-align: center;
}

#Layer6 {
    background-color: transparent;
    background-image: none;
}

#Editbox3 {
    background-color: #FFFFFF;
    background-image: none;
    border: 1px solid #CCCCCC;
    border-radius: 1px;
    color: #595959;
    font-family: Arial;
    font-size: 16px;
    font-weight: bold;
    line-height: 44px;
    margin: 0;
    padding: 4px 4px 4px 4px;
    text-align: left;
}

#Editbox3:focus {
    border-color: #FFC6C6;
    box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.075), 0px 0px 8px rgba(255, 198, 198, 0.60);
    outline: 0;
}

#Label2 {
    background-color: #FFFFFF;
    background-image: none;
    border: 0px solid #CCCCCC;
    color: #000000;
    font-family: Arial;
    font-size: 13px;
    font-weight: bold;
    margin: 0;
    padding: 4px 4px 4px 4px;
    text-align: left;
    vertical-align: top;
}

#Layer6 {
    background-color: transparent;
    background-image: none;
}

#text {
    background-color: #FFFFFF;
    background-image: none;
    border: 1px solid #CCCCCC;
    color: #595959;
    font-family: Arial;
    font-size: 16px;
    font-weight: normal;
    line-height: 44px;
    margin: 0;
    padding: 4px 4px 4px 4px;
    text-align: left;
}

#Label1 {
    background-color: #FFFFFF;
    background-image: none;
    border: 0px solid #CCCCCC;
    border-radius: 4px;
    color: #000000;
    font-family: Arial;
    font-size: 13px;
    font-weight: bold;
    margin: 0;
    padding: 4px 4px 4px 4px;
    text-align: left;
    vertical-align: top;
}

#wb_Shape1 {
    height: 61px;
    left: 0px;
    position: absolute;
    top: 670px;
    width: 246px;
    z-index: 15;
}

#wb_FontAwesomeIcon1 {
    height: 17px;
    left: 297px;
    position: absolute;
    text-align: center;
    top: 12px;
    width: 17px;
    z-index: 7;
}

#wb_uid2 {
    color: #FFFFFF;
    font-family: Arial;
    font-size: 24px;
    line-height: 27px;
}

#wb_Text4 {
    height: 54px;
    left: 11px;
    position: absolute;
    text-align: center;
    top: 151px;
    width: 299px;
    z-index: 10;
}

#Button1 {
    height: 50px;
    left: 28px;
    position: absolute;
    top: 235px;
    width: 270px;
    z-index: 4;
    padding-top: 12px;
}

#success {
    height: 404px;
    left: 50%;
    margin-left: -160px;
    margin-top: -202px;
    position: fixed;
    text-align: center;
    top: 50%;
    visibility: hidden;
    width: 320px;
    z-index: 9999!important;
}

#wb_uid1 {
    color: #7F7F7F;
    font-family: Arial;
    font-size: 9.3px;
}

#callme_Container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    text-align: left;
    width: 324px;
}

#wb_uid0 {
    color: #FFFFFF;
    font-family: Arial;
    font-size: 13px;
}

#Editbox3 {
    height: 44px;
    left: 15px;
    outline: none;
    position: absolute;
    top: 16px;
    width: 260px;
    z-index: 0;
}

#wb_Extension1 {
    height: 33px;
    left: 226px;
    position: absolute;
    top: 348px;
    width: 77px;
    z-index: 6;
}

#callme {
    position: fixed;
    top: 50px;
    bottom: 0;
    z-index: 17;
    height: 385px;
    width: 326px;
    background-color: #fff;
    display: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    left: 0;
    right: 0;
    margin: auto;


}

#wb_Text3 {
    height: 12px;
    left: 25px;
    position: absolute;
    text-align: center;
    top: 299px;
    width: 276px;
    z-index: 5;
}

#success_Container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    text-align: left;
    width: 320px;
}

#Layer6 {
    height: 71px;
    left: 13px;
    position: absolute;
    text-align: center;
    top: 111px;
    width: 298px;
    z-index: 9;
}

#Layer7 {
    height: 70px;
    left: 13px;
    position: absolute;
    text-align: center;
    top: 29px;
    width: 298px;
    z-index: 8;
}

#Layer1_Container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    text-align: left;
    width: 298px;
}

#Label2 {
    height: 21px;
    left: 24px;
    line-height: 21px;
    position: absolute;
    top: 24px;
    z-index: 1;
}

#Layer2_Container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    text-align: left;
    width: 298px;
}

#layout {
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    text-align: left;
    top: 0;
    visibility: hidden;
    z-index: 16;
}

#Label1 {
    height: 21px;
    left: 24px;
    line-height: 21px;
    position: absolute;
    top: 24px;
    z-index: 3;
}

#text {
    height: 44px;
    left: 15px;
    outline: none;
    position: absolute;
    top: 17px;
    width: 260px;
    z-index: 2;
}

/****************PoUP-end****************/



.partners {
    padding: 60px;
    background: #fff;
}

.partners .slider2 .item {
    width: 260px;
    height: 127px;
    box-shadow: 0px 5px 20px #00000021;
    transition: all .5s;
}

.partners .slider2 .item:hover {
    width: 260px;
    height: 127px;
    box-shadow: 0px 3px 5px #00000021;
    transition: all .5s;
}

.slider2 .owl-stage-outer {
    padding: 20px 0;
}

.partners_wrapper {
    position: relative;
}

.partners .onas {
    font-size: 46px;
    font-family: "Proxima Nova Rg";
    color: rgb(35, 35, 35);
    text-transform: uppercase;
    margin-bottom: 40px;
}

.partners .partners_wrapper .onas::after {
    content: "";
    position: absolute;
    width: 50px;
    height: 5px;
    background: #da4559;
    left: 15px;
    top: 85px;
}


/**********map************/

.mymap {
    width: 100%;
    height: 560px;

}

.display__frt {
    position: relative;
    height: 0;
    padding: 0;
}

.display__frt .wrap {
    padding: 0 60px 0 0;
}

.display__frt .title p {
    text-align: center;
}

.display__frt .contact-us {
    width: 400px;
    background: #fff;
    box-shadow: 0 10px 20px #d0d0d0;
    border-radius: 4px;
    position: absolute;
    top: 40%;
    display: flex;
    justify-content: left;
    flex-wrap: wrap;
    z-index: 1;
    margin-top: 60px;
}



.display__frt .contact-us .title__contact {
    flex-basis: 100%;

}

.big-title {
    font-size: 22px;
    font-family: "Proxima Nova Bl";
    color: rgb(255, 255, 255);
    text-align: left;
    padding: 30px;
    background: #1b2936;
    margin-bottom: 20px;
}


.display__frt .contact-us .first__contact {
    flex-basis: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.display__frt .contact-us .first__contact .phone__numbers {
    flex-basis: 45%;
}

.display__frt .contact-us .first__contact .phone__numbers .contact-title {

    font-size: 18px;
    font-family: "Proxima Nova Rg";
    color: rgb(0, 0, 0);
    text-transform: uppercase;
    padding-left: 30px
}

.display__frt .contact-us .first__contact .phone__numbers a {

    font-size: 16px;
    font-family: "Proxima Nova Lt";
    color: rgb(120, 120, 120);
    padding-left: 30px;
}

.display__frt .contact-us .first__contact .adress_map {
    flex-basis: 45%;
}

.display__frt .contact-us .first__contact .adress_map .contact-title {
    font-size: 18px;
    font-family: "Proxima Nova Rg";
    color: rgb(0, 0, 0);
    text-transform: uppercase;
    padding-right: 10px
}

.display__frt .contact-us .first__contact .adress_map p {
    font-size: 16px;
    font-family: "Proxima Nova Lt";
    color: rgb(120, 120, 120);
    padding-right: 10px
}


.display__frt .contact-us .second__contact {
    flex-basis: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.display__frt .contact-us .second__contact .work {
    flex-basis: 45%;
}

.display__frt .contact-us .second__contact .work .contact-title {
    font-size: 18px;
    font-family: "Proxima Nova Rg";
    color: rgb(0, 0, 0);
    text-transform: uppercase;
    padding-left: 30px
}

.display__frt .contact-us .second__contact .work p {
    font-size: 16px;
    font-family: "Proxima Nova Lt";
    color: rgb(120, 120, 120);
    padding-left: 30px
}


.display__frt .contact-us .second__contact .email {

    flex-basis: 45%;
}

.display__frt .contact-us .second__contact .email .contact-title {
    font-size: 18px;
    font-family: "Proxima Nova Rg";
    color: rgb(0, 0, 0);
    text-transform: uppercase;
    padding-right: 10px
}

.display__frt .contact-us .second__contact .email a {
    font-size: 16px;
    font-family: "Proxima Nova Lt";
    color: rgb(120, 120, 120);
    padding-right: 10px
}

.display__frt .contact-us .social {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;


}

.display__frt .contact-us .social .info .contact-title {
    font-size: 18px;
    font-family: "Proxima Nova Rg";
    color: rgb(0, 0, 0);
    text-transform: uppercase;
    padding-left: 30px
}


.display__frt .contact-us .social .info {
    flex-basis: 100%;
    margin-top: 20px
}

.display__frt .contact-us .social .images {
    flex-basis: 100%;
    margin-left: 30px;

    padding-bottom: 40px;

}


.fa-facebook-f {
    padding-left: 12px;
    color: #fff;
    font-size: 20px !important;
    margin-right: 10px;
    background: #eac800;
    border-radius: 500px;
    width: 32px;
    height: 32px;
    padding-top: 6px;

}

.fa-instagram {
    padding-left: 8px;
    color: #fff;
    font-size: 20px !important;
    margin-right: 10px;
    background: #eac800;
    border-radius: 500px;
    width: 32px;
    height: 32px;
    padding-top: 6px;
}

.fa-vk {
    padding-left: 3px;
    color: #fff;
    font-size: 20px !important;
    margin-right: 10px;
    background: #eac800;
    border-radius: 500px;
    width: 32px;
    height: 32px;
    padding-top: 6px;
}



.mymap {
    position: relative;
}

.ymaps-layers-pane {

    filter: grayscale(1);
    -ms-filter: grayscale(1);
    -webkit-filter: grayscale(1);
    -moz-filter: grayscale(1);
    -o-filter: grayscale(1);

}

/****Футер*****/

.footer_menu {
    background: url('../img/bg2.jpg') top center no-repeat;
    background-size: cover;
    position: relative;
    background-attachment: fixed;
}

.footer_menu_wrapper {
    display: flex;
    justify-content: space-between;
    color: #fff;
    font-size: 14px;
    font-family: "Proxima Nova Lt";
}

.footer_menu_wrapper h3 {
    font-size: 18px;
    font-family: "Proxima Nova Bl";
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    font-weight: 300;
}

.footer_menu_wrapper ul {
    list-style: none;
    padding-left: 0;
    opacity: .7;
}

.footer_menu_wrapper ul > li > a {
    color: #fff;
    transition: all .5s;
}

.footer_menu_wrapper ul > li > a:hover {
    color: #da4559;
    transition: all .5s;
    text-decoration: none;
    opacity: 1;
}



.footer_about {
    line-height: 1.786;
    flex-basis: 30%;
    margin-right: 60px;
    margin-bottom: 50px;

}


.footer_services {
    padding-top: 15px;
    flex-basis: 25%;
    line-height: 2;

}

.dostavka {
    padding-top: 15px;
    flex-basis: 25%;
    line-height: 2;

}

.dostavka p {
    font-size: 18px;
    font-family: "Proxima Nova Rg";

}

.marshruty {
    padding-top: 15px;
    flex-basis: 25%;
    line-height: 2;
}

.line2 {
    border-bottom: 1px solid #fff;
    opacity: .2;
    position: absolute;
    bottom: 60px;
    width: 100%;
}

.copyright {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    color: #fff;
}

.copy {
    flex-basis: 75%;
}

.delosait {
    flex-basis: 20%;
}

.delosait a {
    color: #fff;
    opacity: .5;
    transition: all .5s;
}

.delosait a:hover {
    color: #da4559;
    text-decoration: none;
    transition: all .5s;
}









@media only screen and (min-width: 980px) and (max-width: 1144px) {
    .caption-left img {
        display: none;
    }
}






@media only screen and (min-width: 980px) and (max-width: 1169px) {
    .logo {
        flex-basis: 100%;
    }

    .adress {
        flex-basis: 30%;
        margin-top: 20px;
    }

    .phone {
        flex-basis: 70%;
        margin-top: 20px;
    }

    .logo .descript {

        padding-right: 630px;


    }

    .logo .descript {

        padding-right: 0px;
        padding-top: 25px;
    }

    .container {
        margin-left: 0;
    }

    .caption-right ul {

        font-size: 16px;

    }

    .item h3::after {
        display: none;
    }

    .about {

        height: auto;
    }


}


@media only screen and (min-width: 768px) and (max-width: 979px) {
    .bg-main {
        background: url('../img/bg-main.jpg') top left no-repeat;
        background-size: cover;
    }

    .logo {
        flex-basis: 100%;
    }

    .adress {
        flex-basis: 50%;
        margin-top: 20px;
    }

    .phone {
        flex-basis: 50%;
        margin-top: 20px;
    }

    .logo .descript {

        padding-right: 630px;

    }

    .logo .descript {

        padding-right: 0px;
        padding-top: 25px;
    }

    .container {
        margin-left: 0;
    }

    .caption-right ul {

        font-size: 16px;
    }

    .header-caption {
        flex-wrap: wrap;
    }

    .caption-left {
        flex-basis: 100%;

    }

    .caption-right {
        flex-basis: 100%;

    }

    .caption-right ul {
        padding-left: 15px;
        margin-left: 0;
        line-height: 1.5;
        margin-top: 20px;

    }

    .caption-left h1 {
        font-size: 45px;

    }

    .caption-left img {
        right: 410px;
    }

    .caption-left img {
        display: none;
    }

    .main-input {

        padding-left: 20px;

    }

    .item h3::after {
        display: none;
    }

    .about {

        height: auto;
    }

    .center_form {
        width: 100%;
    }

    .partners .onas {
        font-size: 42px;
    }



}

@media only screen and (max-width: 767px) {
    .bg-main {
        background: url('../img/bg-main.jpg') top left no-repeat;
        background-size: cover;
    }


    .logo {
        flex-basis: 100%;
    }

    .adress {
        flex-basis: 100%;
        margin-top: 20px;
    }

    .phone {
        flex-basis: 100%;
        margin-top: 0px;
    }



    .logo img {
        width: 63px;
        height: 59px;
        float: left;
        margin-right: 15px;

    }

    .logo .logo-name {
        font-size: 20px;

    }

    .logo .descript {
        text-align: left;
        font-size: 10px;
        padding-right: 0px;
        padding-top: 15px;
    }

    .phone a {
        font-size: 16px;
    }

    .adress p {
        font-size: 16px;
    }

    .navbar-collapse {
        padding-left: 20px;
    }

    .caption-right ul {

        font-size: 16px;
    }

    .header-caption {
        flex-wrap: wrap;
        padding: 20px 15px 20px 15px;

    }

    .caption-left {
        flex-basis: 100%;

    }

    .caption-right {
        flex-basis: 100%;

    }

    .caption-right ul {
        padding-left: 0px;
        margin-left: 0;
        line-height: 1.5;
        margin-top: 20px;

    }

    .caption-left h1 {
        font-size: 32px;
        margin-bottom: 50px;

    }

    .caption-left img {
        right: 410px;
    }

    .caption-left img {
        display: none;
    }

    .main-input {

        padding-left: 20px;
        margin-bottom: 10px;
        margin-right: 0;
        width: 100%;


    }

    .btn-red {
        margin-bottom: 15px;
        width: 100%;
    }



    .item {
        margin-right: 0px;
    }

    .owl-stage-outer {
        margin-top: 50px;
    }

    .item h3 {
        font-size: 20px;
    }



    .item h4 {

        font-size: 14px;

    }

    .item h3::after {
        display: none;
    }

    .company {
        display: flex;
        position: relative;
    }

    .about_us {
        flex-basis: 100%;

    }

    .about_us2 {
        display: none;
        flex-basis: 100%;

    }

    .about {
        background: url('../img/bg3.jpg') top left no-repeat;
        background-size: cover;
        padding: 44px 15px;
    }

    .about_us .onas::after {
        content: "";
        position: absolute;
        width: 50px;
        height: 5px;
        background: #da4559;
        left: 15px;
        top: 65px;
    }

    .about_us .onas {

        font-size: 24px;

    }

    .about_us .onas1 {

        font-size: 18px;
        font-family: "Proxima Nova Rg";
        color: rgb(35, 35, 35);
        line-height: 1.571;
        margin-bottom: 10px;
    }


    .about_us .onas2 {

        font-size: 16px;
        font-family: "Proxima Nova Lt";
        color: rgb(35, 35, 35);
        line-height: 1.571;
        margin-bottom: 20px;
    }

    .about {

        height: auto;
    }

    .wrapper_form {
        display: flex;
        justify-content: space-between;
        padding: 0 15px;
        flex-wrap: wrap;
    }

    .cons {
        flex-basis: 100%;
        background: #1b2936;
        position: relative;
        padding: 60px 40px;

    }

    .forms {
        flex-basis: 100%;
    }

    .center_form {
        width: 100%;
    }


    .partners .onas {
        font-size: 24px;

    }

    .partners {
        padding: 10px;
    }

    .slider2 .owl-stage-outer {
        margin-top: 0px;
        padding-top: 0;
    }

    .slider1 .owl-stage-outer {
        margin-top: 20px;
        padding-top: 0;
    }

    .display__frt .contact-us {
        width: 100%;
        background:
            #fff;
        box-shadow: 0 10px 20px #d0d0d0;
        border-radius: 4px;
        position: absolute;
        top: 40%;
        display: flex;
        justify-content: left;
        flex-wrap: wrap;
        z-index: 1;
        margin-top: 240px;
    }

    .mymap {
        width: 100%;
        height: 260px;
    }

    .footer_menu {
        margin-top: 480px;


    }

    .footer_menu_wrapper {
        display: flex;
        flex-wrap: wrap;
    }

    .footer_about {
        flex-basis: 100%;
        margin-right: 0px;
        margin-bottom: 0px;


    }

    .footer_services {
        flex-basis: 45%
    }

    .dostavka {
        flex-basis: 45%
    }

    .marshruty {
        flex-basis: 100%;
    }

    .footer_menu_wrapper h3 {

        text-transform: none;

    }

    .copyright {
        display: flex;
        justify-content: space-around;
        flex-wrap: wrap;
        color: #fff;
    }

    .copy {
        flex-basis: 100%;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .delosait {
        flex-basis: 100%;
    }

    .line2 {
        bottom: 90px;
    }

    .zayavka {
        display: flex;
        flex-wrap: wrap;
    }

    .zayavka input {
        flex-basis: 100%;
    }

    .caption-left form {
        display: flex;
        flex-direction: column;
    }

    .btn-red {
        order: 3;
    }

    .llabel {
        order: 1;

    }

    #uni {
        order: 2;
        margin-bottom: 15px;
    }

    .navbar-toggle {
        margin-right: 25px !important;

    }
}



article{
    padding:30px;
    background: #fff;
    }
    
    
    article p{
      font-family: "Proxima Nova lt";
      font-size: 16px;
      padding-bottom: 10px;
      
        }
        
        article .main_text{
             font-family: "Proxima Nova Rg";
      font-size: 16px;
      padding-bottom: 20px;
  border-bottom: 2px solid #c30202;
            
            }
            article h1,
            article h2,
            article h3,
            article h4{
                font-size: 25px;
                }








			  .inm{
			 width:100%;
			      }
            .modal_form{
            display: flex;
            flex-direction: column;
            padding: 10px;
            margin:10px
            }
            .modal-content{
            padding:7px
                }


.cons_name{
    font-size: 24px;
    }















