/*
Theme Name: GSV ZMKM
Theme URI: http://violetta-web.com/
Author: Gavrichenko Stanislav
Author URI: http://violetta-web.com/
Description:
*/

@font-face {
    font-family: "RobotoBold";
    src: url("../fonts/Roboto-Bold.ttf");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "MagistralC";
    src: url("../fonts/MagistralC.otf");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "OpenSansRegular";
    src: url("../fonts/OpenSans-Regular.ttf");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "OpenSansBold";
    src: url("../fonts/OpenSans-Bold.ttf");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "OpenSansLight";
    src: url("../fonts/OpenSans-Light.ttf");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "MagistralCBold";
    src: url("../fonts/MagistralC-Bold.otf");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "RobotoBold";
    src: url("../fonts/Roboto-Bold.ttf");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "MyriadPro";
    src: url("../fonts/MyriadPro-Regular.otf");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "RobotoCondensedBold";
    src: url("../fonts/MyriadPro-Regular.otf");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "RobotoCondensedLight";
    src: url("../fonts/RobotoCondensed-Bold.ttf");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "RobotoCondensedRegular";
    src: url("../fonts/RobotoCondensed-Regular.ttf");
    font-weight: normal;
    font-style: normal;
}
html{
  min-height: 100%;
  position: relative;
}
a:hover,
a:focus,
a:active{
    text-decoration: none;
}
input:focus,
button:focus,
textarea:focus{
    outline: none;
}
body{
    /* position: relative; */
}



.wrapper{
    min-width: 320px;
}
.logo-head-left{
    position: fixed;
    top: -1px;
    left: 0;
    z-index: 99;
}
.header{
    background: #48474D;
    position: fixed;
    width: 100%;
    z-index: 9;
}
.head-sub{
    width: 94%;
/*    margin-left: 16%;*/
    height: 100px;
}
/*Menu*/
.top-menu{
    font-family: "RobotoBold", sans-serif;
    text-transform: uppercase;
}
.top-menu ul{
    list-style: none;
}
.top-menu ul li{
    float: left;
    position: relative;
}
.top-menu ul li a{
    display: block;
    color: #ffffff;
    padding: 41px 15px;
    font-size: 15px;
}
.top-menu ul li:hover{
    background: #696670;
}
.top-menu ul li:hover > ul{
    display: block;
}
.top-menu ul li:hover a{
    color: #06D1C2;
}
.top-menu ul li a span{
    position: relative;
}
.top-menu ul ul{
    position: absolute;
    top: 100%;
    left: 0;
    font-family: "MyriadPro", sans-serif;
    background: #48474D;
    padding-left: 0px;
    display: none;
    z-index: 999;
}
.top-menu ul ul li{
    min-width: 200px;
    position: relative;
    border-left: 1px solid #626268;
    border-bottom: 1px solid #626268;
    border-right: 1px solid #626268;
}
.top-menu ul ul li:first-child{
    border-top: 1px solid #626268;
}
.top-menu ul ul li a{
    padding: 15px 10px;
    color: #ffffff !important;
}
.top-menu ul ul li:hover{
    background: #ffffff;
}
.top-menu ul ul li:hover a{
    color: #000000 !important;
}
.top-menu ul ul ul{
    position: absolute;
    top: 0;
    left: 100%;
}
.top-menu ul ul li:hover ul li a{
    color: #ffffff !important;
}
.top-menu ul ul li:hover ul li:hover a{
    color: #000000 !important;
}
.top-menu ul ul li:hover ul li:hover ul li a{
    color: #ffffff !important;
}
.top-menu ul ul li:hover ul li:hover ul li:hover a{
    color: #000000 !important;
}
.mobile-menu ul ul{
    padding-left: 25px;
    border-top: none;
}
.top-menu .sub-menu li a {
	padding: 10px 10px;
	font-size: 12px;
}
/*End Menu*/
.separator-before:before{
    content: '|';
    position: absolute;
    top: 0;
    left: -17px;
    color: #fff;
}
.separator-after:after{
    content: '|';
    position: absolute;
    top: 0;
    right: -17px;
    color: #fff;
}
.head-contacts{
    overflow: hidden;
}
.phones{
    font-family: "MagistralC", sans-serif;
    font-size: 22px;
    padding-top: 19px;
    padding-right: 30px;
}
.phones p{
    margin: 0;
    color: #ffffff;
}
.phones p span{
    color: #06D1C2;
}
.call-order{
    padding-top: 12px;
}
.head-contacts .call-order.pull-right{
    width: 200px;
    padding-left: 10px;
    box-sizing: border-box;
}
.call-order img:hover{
    cursor: pointer;
}
.sandvich-menu,
.mobile-menu{
    display: none;
}
.mobile-menu{
    margin-top: 2px;
}
.mobile-menu ul{
    list-style: none;
    padding-left: 0px;
    padding-top: 10px;
    border-top: 1px solid #ffffff;
    padding-bottom: 10px;
    margin-bottom: 0px;
}
.mobile-menu ul li a{
    color: #ffffff;
    font-family: "RobotoBold";
    text-transform: uppercase;
    display: block;
    padding: 10px 0 10px 100px;
}
.mobile-menu ul li a:hover{
    background: #696670;
    color: #06D1C2;
}
.content-index{
    background: url("../images/bg-index.jpg");
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 100% 100%;
    /*height: 1070px;*/
    /*height: 1163px;*/
    /*height:1272px;*/
    height:2040px;
    padding-top: 100px;
}

.content-projects{
    padding-top: 100px;
}
.index-title{
    margin-top: 0px;
    font-family: "OpenSansBold", sans-serif;
    font-weight: bold;
    color: #ffffff;
    text-align: center;
    text-transform: uppercase;
    font-size: 60px;
    padding-top: 130px;
}
.index-text{
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    padding: 10px 0;
    margin: 0 auto;
    width: 692px;
    overflow: hidden;
}
.index-text p{
    margin-bottom: 0px;
    color: #ffffff;
    text-transform: uppercase;
}
.index-text p:first-child{
    font-family: "OpenSansLight", sans-serif;
    font-size: 24px;
    letter-spacing: 5px;
}
.index-text p:last-child{
    font-family: "OpenSansBold", sans-serif;
    font-size: 15px;
    background: #C2B59B;
    height: 34px;
    line-height: 34px;
    padding: 0 10px;
}
.index-text p:last-child span{
    color: #000000;
}
.block-menu{
    width: 80%;
    margin: 100px auto 0 auto;
    margin-top: 30px;
    overflow: hidden;
}
.block-menu-sub{
    width: 25%;
}
.block-menu-sub-main {
    margin: 30px auto;
}
.block-menu-border{
    border: 1px solid #8F9194;
    margin: 0 5px 10px 5px;
    padding: 3px;
    display: block;
}
/*
.block-menu-border:hover{
    border: 1px solid transparent;
}
*/
.block-menu-border:hover .block-menu-angle{
    background: url("../images/bg-block-menu-hover.png");
    background-position: 0 0;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    cursor: pointer;
    padding: 15px 0 0 20px;
}
.block-menu-angle{
    background: url("../images/bg-block-menu.png");
    background-position: 0 0;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    height: 90px;
    padding: 25px 0 0 20px;
}
.block-menu-angle ul{
    list-style: none;
    overflow: hidden;
    padding-left: 0px;
    margin-bottom: 0px;
}
.block-menu-angle ul li:first-child{
    background: rgba(77,113,120,.5);
    font-family: "MagistralCBold", sans-serif;
    font-size: 24px;
    color: #000000;
    margin-top: 5px;
    line-height: 1;
    height: 34px;
    padding: 2px 0px 0 4px;
    width: 60px;
}
.block-menu-angle ul li:last-child{
    font-family: "RobotoBold", sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    padding-left: 25px;
}
.block-menu-angle ul li:last-child span{
    display: block;
}
.block-menu-angle ul li:last-child span:first-child{
    color: #ffffff;
}
.block-menu-angle ul li:last-child span:last-child{
    color: #85C8D2;
}
.block-menu-border:hover .block-menu-angle ul li:first-child{
    background: #C2B59B;
    color: #ffffff;
    font-size: 40px;
    text-align: center;
    height: 50px;
    line-height: 46px;
    padding: 0;
}
.block-menu-border:hover .block-menu-angle ul li:last-child{
    font-size: 18px;
    padding-top: 9px;
}
.block-menu-border:hover .block-menu-angle ul li span{
    color: #C2B59B;
}
.block-foot{
    width: 80%;
    margin: 0 auto;
    padding-top: 180px;
}
.director{
    width: 407px;
    height: 118px;
    background: url("../images/convert.png");
    position: relative;
}
.director img{
    position: absolute;
    bottom: 0;
    left: 0;
}
.director p{
    color: #ffffff;
    font-style: italic;
    font-size: 13px;
    width: 57%;
    margin: 18px 0 0 0;
    line-height: 1.2;
}
.director p span{
    display: block;
    margin-top: 10px;
}
.stoimost{
    margin: 3px 0 0 350px;
    cursor: pointer;
    position: relative;
}
.block-woman{
    position: absolute;
    bottom: -91px;
    /*bottom: 0;*/
    right: -50%;
}
.content-request{
    background: #D8DBDF;
    padding: 200px 0 230px 0;
    display: none;
    position: fixed;
    top:0px;
    left:0px;
    width:100%;
    height:100%;
    z-index: 11;
    overflow: auto;
}
.footer-request{
    background: url("../images/bg-footer-request.jpg");
    background-position: 0 0;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    height: 16px;
}
.plashka{
    position: fixed;
    bottom: 15%;
    left: 0;
    background: url("../images/plashka.png");
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 100% 100%;
    height: 144px;
    width: 385px;
    padding: 25px;
    display: none;
}
.plashka p{
    font-size: 20px;
    margin-bottom: 5px;
}
.plashka p:nth-child(1){
    font-family: "RobotoCondensedBold", sans-serif;
    color: #85C8D2;
}
.plashka p:nth-child(2),
.plashka p:nth-child(3){
    font-family: "RobotoCondensedLight", sans-serif;
    color: #ffffff;
}
.request-forma{
    width: 40%;
    margin: 0 auto;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #F1F1F3;
    padding: 10px;
    box-shadow: 0 1px 4px rgba(0,0,0,.5);
    position: absolute;
    top: 57%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.request-forma-close{
    position: absolute;
    right: -30px;
    top:-30px;
    cursor: pointer;
    font-size: 30px !important;
}
.request-forma-title{
    background: url("../images/nadpis.png");
    background-size: 100% 100%;
    background-position: 0 0;
    background-repeat: no-repeat;
    padding: 20px;
}
.request-forma-title h1{
    text-transform: uppercase;
    font-size: 60px;
    font-family: "OpenSansBold", sans-serif;
    margin: 0 0 30px 0;
    color: #48474D;
    text-align: center;
}
.request-forma-title p{
    font-family: "RobotoCondensedLight", sans-serif;
    font-size: 20px;
    color: #9B8579;
    margin-bottom: 40px;
}
.request-forma-title p span{
    display: block;
}
.block-request-forma{
    position: relative;
    /*position: absolute;*/
    /*top: 250px;*/
    /*left: 10px;*/
    /*width: 96.7%;*/
    height: 315px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    box-shadow: 0 1px 4px rgba(0,0,0,.5);
    background: #FAFAFA;
    margin-top: 20px;
}
.arrow-img{
    position: absolute;
    bottom: -44px;
    left: -29px;
}
.autocad{
    margin: 20px auto 0 auto;
    width: 37%;
}
.autocad span{
    color: #33949E;
}
.form-request-title{
    font-family: "RobotoCondensedRegular", sans-serif;
    font-size: 22px;
    border-bottom: 1px solid #C8C8C8;
    padding: 15px;
}
.form-wrap{
    width: 95%;
    margin: 15px auto;
}
.form-left,
.form-right{
    width: 50%;
}
.form-left-sub{
    padding-right: 7.5px;
}
.form-right-sub{
    padding-left: 7.5px;
}
#name,
#email,
#phone{
    width: 100%;
    font-family: "RobotoCondensedLight", sans-serif;
    font-size: 20px;
    padding: 10px;
    border-top: 1px solid #C8C8C8;
    border-right: 1px solid #C8C8C8;
    border-left: 1px solid #C8C8C8;
    border-bottom: none;
}
#name{
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}
.file-upload {
    position: relative; /* Даем возможность делать позиционирование, внутри данного элемента */
    overflow: hidden; /* Все что выходит за пределы - скрываем */
    width: 100%;
    height: 49px;
    -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
    font-family: "RobotoCondensedLight", sans-serif;
    font-size: 20px;
    color: #33949E;
    border: 1px solid #C8C8C8;
}
.file-upload input[type="file"]{
    display: none; /* Обязательно скрываем настоящий Input File */
}
.file-upload label {
    /* Растягиваем label на всю возможную площадь блока .file-upload */
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}
.file-upload span {
    line-height: 49px;
    display: block;
    padding-left: 10px;
}
.filename {
    background: #fff;
    border: 0;
}
#message{
    width: 100%;
    border: 1px solid #C8C8C8;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    height: 150px;
    padding: 10px;
    font-family: "RobotoCondensedLight", sans-serif;
    font-size: 20px;
}
.stoim{
    text-align: right;
}
#stoim{
    padding: 0;
    border: none;
    background: transparent;
}
.content-ourworks{
    background: #F1F1F1;
    padding-top: 100px;
}
.ourworks-title{
    margin: 0;
    text-align: center;
    font-family: "OpenSansBold", sans-serif;
    font-size: 60px;
    color: #48474D;
    text-transform: uppercase;
    padding: 50px 0 30px 0;
}
.ourworks-wrap-img{
    overflow: hidden;
    text-align: center;
    padding-bottom: 20px;
}
.ourworks-img-sub{
  width: 100%;
  max-width: 1000px;
  margin: auto;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.ourworks-img-sub .galleri-item{
  width: 300px;
  height: 320px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
margin-bottom: 30px;
background: #e0e0e0;
}

.ourworks-img-sub .galleri-item img{
  margin: 0;
  height: auto;
  max-width: 280px;
}

.ourworks-img:hover{
    cursor: pointer;
}
.ourworks-img div{
    padding: 7.5px;
}
.ourworks-img div img{
    margin: 0 auto;
}
.ourworks-img{
    margin: 5px 5px 0 0;
}
.ourworks-wrap-slider{
    position: relative;
    background: #222222;
}
.ourworks-slide{
    overflow: hidden;
    display: none;
}
/*.slide-active{*/
    /*display: block !important;*/
/*}*/
.arrow-left,
.arrow-right{
    position: absolute;
    top: 45%;
    cursor: pointer;
    display: none;
}
.arrow-left{
    left: 0;
}
.arrow-right{
    right: 0;
}
.remove{
    position: absolute;
    top: 10px;
    right: 15px;
    cursor: pointer;
    color: #4D4D4D;
    font-size: 30px;
    display: none;
}
.ourworks-slide-left{
    width: 70%;
    padding: 185px;
    border-right: 1px solid #121212;
}
.ourworks-slide-left img{
    box-shadow: 0 0 100px #000000;
    margin:0 auto;
}
.ourworks-slide-right{
    width: 30%;
}
.ourworks-slide-right{
    color: #ffffff;
}
.ourworks-slide-right-sub{
    padding: 165px 50px 0 20px;
}
.slide-title{
    font-family: "OpenSansRegular", sans-serif;
    font-size: 28px;
    text-transform: uppercase;
    margin-bottom: 20px;
    text-align: left;
}
.slide-descr{
    font-family: "OpenSansLight", sans-serif;
    font-size: 18px;
    background: url("../images/border.png");
    background-repeat: no-repeat;
    background-position: 0 100%;
    background-size: 100%;
    padding-bottom: 50px;
    margin-bottom: 20px;
    text-align: left;
}
.slide-stoim{
    width: 250px;
    margin-top: 110px;
    position: relative;
    cursor: pointer;
}
.slide-stoim-img{
    position: absolute;
    bottom: -118px;
    right: -177px;
    width: 200px;
}
.footer-index{
    background: url("../images/bg-footer-index.jpg");
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 100% 100%;
    height: 8px;
    width: 100%;
    position: absolute;
    top: 0;
}
.projects-works{
    height: 850px;
    background: url("../images/bg-projects.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.projects-works-content{
    padding: 100px 0 0 0;
    margin: 0 auto;
    width: 250px;
    font-family: "RobotoCondensedLight", sans-serif;
    font-size: 17px;
    color: #696670;
}
.projects-works-content p{
    line-height: 1.2;
}
.projects-works-content p span{
    color: #33949E;
}
.projects-title,
.contacts-title{
    font-family: "OpenSansBold", sans-serif;
    font-size: 60px;
    margin: 0;
    text-transform: uppercase;
    text-align: center;
    color: #48474D;
    padding-top: 50px;
}
.projects-separator{
    background: url("../images/bg-footer-request.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 0 0;
    height: 16px;
}
.contacts-info{
    height: 1068px;
    background: url("../images/bg-contacts-info.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.contacts-block{
    margin: 70px 4% 0 0;
}
.footer-projects{
    background: url("../images/bg-footer-projects.jpg");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 95px;
}
.content-video-top{
    height: 40px;
}
.content-video-bottom{
    height: 80px;
}
.content-video-sub{
    height: 1050px;
    background: url("../images/notebook.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 80%;
}
.content-single{
    width: 800px;
    margin: 0 auto;
    padding-top: 140px;
}
.content-single img{
  max-width: 100%;
  height: auto;
}
.content-video{
    padding-top: 100px;
}
.breadcrumbs{
    padding-left: 0px;
    list-style: none;
    overflow: hidden;
    margin: 0 0 50px 0;
    border-bottom: 1px solid #B4B2B7;
    width: 100%;
}
.breadcrumbs li>span a{
  position: relative;
}
.breadcrumbs li>span a:before {
    content: '\00BB';
    position: absolute;
    font-size: 14px;
    color: #9a9a9a;
    top: 50%;
    transform: translate(0, -50%);
    right: -12px;
}
.breadcrumbs li{
    float: left;
    position: relative;
    font-size: 14px;
    line-height: 24px;
    color: #21d2b3;
    margin-right: 20px;
}
.breadcrumbs li>span>a, .breadcrumbs li>span>a *{
  color: #21d2b3;
  text-decoration: underline;
}
.breadcrumbs li>span>a, .breadcrumbs li>span>span,
.bread-active{
    color: #696670;
    font-size: 16px;
    font-family: "MyriadPro", sans-serif;
    display: block;
    padding: 15px 0;
}
.bread-active{
    color: #02EAD8 !important;
}
.single-title{
    text-align: center;
    font-family: "OpenSansBold", sans-serif;
    font-size: 40px;
    text-transform: uppercase;
    margin-bottom: 40px;
}
.request-forma-title .single-title{
  font-size: 30px;
  margin-bottom: 20px;
}
.single-title span{
    display: block;
    color: #33949E;
}
.content-single h3{
    color: #33949E;
    text-transform: uppercase;
    margin-top: 50px;
    font-family: "RobotoCondensedLight", sans-serif;
}
.content-single p,
.content-single ul,
.content-single ol {
    font-size: 16px;
    font-family: "RobotoCondensedRegular", sans-serif;
}
.content-single ul{
    padding-left: 40px;
}
.panel-single{
    margin: 50px 0 20px 0;
    background: #FAFAFA;
    -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.5);
    -moz-box-shadow: 0 1px 4px rgba(0,0,0,.5);
    box-shadow: 0 1px 4px rgba(0,0,0,.5);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 40px 60px;
}
.panel-btn{
    margin: 30px 0;
}
#oreder{
    border: none;
    padding: 0;
    background: transparent;
    margin: 0
}
.single-ourworks{
    padding: 30px 0 0 0;
    background: #F1F1F1;
    text-align: center;
}
.single-ourworks-title{
    margin-bottom: 30px;
}
.single-block{
    background: url("../images/bg-single-block.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 526px;
}
.single-block-title{
    text-align: left;
    margin-bottom: 20px;
}
.single-block-text{
    width: 60%;
    margin: 0 auto;
    padding-top: 70px;
    font-size: 18px;
    color: #38373D;
    font-family: "RobotoCondensedRegular", sans-serif;
}
.lg-text{
    font-family: "OpenSansBold", sans-serif;
    text-transform: uppercase;
    font-size: 60px;
}
/* выравнивание картинок */
.alignleft,
img.alignleft {
    display: inline;
    float: left;
    margin-right: 24px;
    margin-top: 4px;
}
.alignright,
img.alignright {
    display: inline;
    float: right;
    margin-left: 24px;
    margin-top: 4px;
}
.aligncenter,
img.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
    margin-bottom: 12px;
}
.star{
    color: #828282;
    font-size: 12px;
}
.admin-email{
    color: #06D1C2;
    display: block;
    margin-top: 10px;
}
.admin-email:hover,
.admin-email:focus,
.admin-email:active{
    color: #06D1C2;
    text-decoration: underline;
}
header .working-time {
    margin-top: 14px;
}
.working-time {
    color: #ffffff;
    display: inline-block;
}
.single-callback{
    margin:80px 0 168px 120px;
    text-align: center;
}
.single-callback div{
    display: inline-block;
    position: relative;
}
.single-callback div .lady-img{
    position: absolute;
    top:-20px;
    left:-155px;
    height:300px;
}
.single-callback div .bbtn-img{
    cursor: pointer;
}

#sendform .error{
    border-color: red;
    border-bottom: 1px solid red;
}

#map{
  height:300px;
  width: 100%;
}

.section__wrap {
    font-size: 18px;
}

.section__wrap ul {
    margin-left: 40px;
}

.section__wrap h2 {
    color: #33949e;
}
/*Footer*/

.footer {
    position: relative;
    background-color: #48474d;
    padding-bottom: 25px;
}

.foot-sub {
    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;
    width: 78%;
    margin-left: 16%;
}
.footer-left,
.footer-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
}

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

.footer-right {
      -ms-flex-pack: distribute;
    justify-content: space-around;
}

.footer-right .conf-policy {
    display: none;
}

.foot-menu {
    width: 100%;
    min-width: 475px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    padding-left: 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: 20px;
    margin-bottom: 45px;
}

.foot-menu-item {
    width: 33.3%;
    margin-bottom: 10px;
}

.foot-menu-item a {
    font-family: "RobotoCondensedRegular", "Arial", sans-serif;
    font-size: 15px;
    line-height: 24px;
    color: #fff;
}

.foot-menu-item a:hover {
    color: #06D1C2;
}

.foot-menu-conf-policy,
.foot-order {
    padding-top: 40px;
}

.foot-contacts {
    padding-top: 15px;
}

.foot-contacts .phones a p {
    margin-bottom: 10px;
}

.foot-contacts .phones a:last-of-type p {
    margin-bottom: 0;
}

.foot-contacts .call-order {
    padding-top: 2px;
}

.foot-contacts .call-order a {
    margin-bottom: 15px;
}

.foot-contacts .conf-policy {
    display: none;
}

.logo-foot {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 30px;
    padding-top: 8px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.conf-policy {
    font-family: "RobotoCondensedRegular", "Arial", sans-serif;
    font-size: 13px;
    line-height: 24px;
    color: #919096;
    text-decoration: underline;
}

.conf-policy:hover {
    color: #919096;
}

.foot-order {
    margin-right: 20px;
}

.foot-order img {
    cursor: pointer;
}

.widecat{
  width: 100%;
  vertical-align: top;
}

.widecat .navcol .cattoggle{
  cursor: pointer;
  background-color: #c00001;
  text-align: center;
}

.widecat .navcol .cattoggle .fa{
  margin-right: 15px;
  padding-right: 0;
}
.widecat .navcol .cattoggle span{
  line-height: 40px;
  font-size: 16px;
  color: #fff;
  float: none;
}

@media screen and (min-width: 992px) {
  .widecat .navcol .cattoggle{
    display: none;
  }
}

.widecat .navcol .cattoggle:hover{
  opacity: 0.8;
}

.widecat .navcol .cattoggle:focus{
  opacity: 0.8;
}

.widecat .navcol .cattoggle:active{
  opacity: 0.8;
}

.widecat .navcol{
  vertical-align: top;
  display: inline-block;
  width: 250px;
}

.widecat .navcol .catitems .subnav{
  display: none;
}

.widecat .navcol .catitems .item{
  background: #33949E;
  margin-bottom: 10px;
}

.widecat .navcol .catitems .item a,
.widecat .navcol .catitems .item span{
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  padding-left: 10px;
  font-size: 16px;
  color: #fff;
  display: block;
  line-height: 1.2em;
}

.widecat .navco .catitemsl .item a:hover,
.widecat .navcol .catitems .item a:focus,
.widecat .navcol .catitems .item a:active{
  opacity: 0.8;
}

.widecat .navcol .catitems .liparent{
  box-sizing: border-box;
  min-height: 40px;
  position: relative;
}

.widecat .navcol .catitems .liparent .item{
    border-top: 1px solid #999;
    background: #666;
    margin-bottom: 0;
}

.widecat .navcol .catitems .liparent .liparent .item{
    background: #999;
}

.widecat .navcol .catitems .liparent .liparent .item{
    margin-bottom: 0;
}

.widecat .navcol .catitems .liparent > a,
.widecat .navcol .catitems .liparent > span{
  display: inline-block;
  vertical-align: middle;
  padding-right: 40px;
}

.widecat .navcol .catitems .liparent .toggle{
  cursor: pointer;
  position: absolute;
  top: 5px;
  right: 10px;
  margin-left: 15px;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  color: #fff;
  background-color: #33949E;
  text-align: center;
  line-height: 30px;
  font-size: 28px;
  box-sizing: border-box;
  padding-right: 2px;
  font-family: serif;
  font-weight: bold;
}

.widecat .navcol .catitems .liparent .toggle:hover{
  opacity: 0.8;
}

.widecat .navcol .catitems .liparent .toggle:active{
  opacity: 0.8;
}

.widecat .navcol .catitems .liparent .toggle:focus{
  opacity: 0.8;
}

.widecat .maincol{
  margin-left: 15px;
  vertical-align: top;
  display: inline-block;
  width: calc(100% - 280px);
}

.top-stoimost{
  padding-top: 19px;
  padding-right: 19px;
  float: right;
  margin: auto;
  text-align: center;
  display: block;
}

.top-stoimost .button{
  cursor: pointer;
  float: none;
  width: auto;
  text-align: center;
  display: inline-block;
  background: rgb(4,234,215);
  background: -moz-linear-gradient(left, rgba(4,234,215,1) 0%, rgba(226,208,162,1) 100%);
  background: -webkit-linear-gradient(left, rgba(4,234,215,1) 0%,rgba(226,208,162,1) 100%);
  background: linear-gradient(to right, rgba(4,234,215,1) 0%,rgba(226,208,162,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#04ead7', endColorstr='#e2d0a2',GradientType=1 );
  padding: 5px;
  box-sizing: border-box;
  transition: all 0.3s ease;
  opacity: 1;
}


.top-stoimost .button:hover, .top-stoimost .button:active{
  opacity: 0.7;
}

.top-stoimost span{
  border: 3px solid #48474D;
  text-transform: uppercase;
  font-family: "RobotoCondensedRegular", "Arial", sans-serif;
  float: none;
  width: auto;
  text-align: center;
  display: block;

  padding: 5px 15px;
  box-sizing: border-box;
}

@media screen and (max-width: 991px)  {
  .widecat .navcol{
    margin: auto;
    display: block;
    width: 80%;
  }

  .widecat .maincol{
    margin: auto;
    display: block;
    width: 80%;
  }
}

.list-w-arrows {
    list-style: none;
    padding-left: 0;
}

.list-w-arrows li {
    font-family: "RobotoCondensedRegular", "Arial", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    color: #fff;
    padding-left: 35px;
    margin-bottom: 30px;
    position: relative;
}

.list-w-arrows li::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    background-image: url(img/list-arrow.svg);
    background-position: center;
    background-repeat: no-repeat;
}

.list-w-arrows li:last-of-type {
    margin-bottom: 0;
}

/*End Footer*/

/*Partners*/

.partners__content {
  width: 100%;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  padding-bottom: 30px; }
  @media screen and (min-width: 320px) and (max-width: 900px) {
    .partners__content {
      padding: 10px 15px;
      padding-top: 125px; } }
  @media screen and (min-width: 901px) {
    .partners__content {
      padding-top: 100px; } }
    
.partners__content .breadcrumbs__wrap {
    margin-bottom: 10px;
}

.partners__title {
    font-size: 60px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    margin: 0 auto;
    margin-bottom: 40px;
    max-width: 845px;
    text-align: center;
}

@media screen and (max-width: 480px) {
    .partners__title {
        font-size: 44px;
    }
}

.partners__header__text {
    font-family: "RobotoCondensedRegular", "Arial", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 21px;
    color: #fff;
    margin: 0 auto;
    margin-bottom: 50px;
    max-width: 845px;
}

.partners__inner__content {
    width: 100%;
    max-width: 845px;
    margin: 0 auto;
    margin-bottom: 30px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

@media screen and (max-width: 640px) {
    .partners__inner__content {
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

.partners__block {
    width: 100%;
    max-width: 405px;
    margin-right: 15px;
    border: 1px solid #909296;
    padding: 20px 36px;
    z-index: 2;
    position: relative;
}

@media screen and (max-width: 640px) {
    .partners__block {
        margin-right: 0;
        margin-bottom: 30px;
    }

    .partners__block:last-of-type {
        margin-bottom: 0;
    }
}

.partners__block::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center 5px;
    background-size: 98%;
    top: 0;
    left: 0;
    z-index: -1;
}

.partners__block::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center 5px;
    background-size: 98%;
    top: 0;
    left: 0;
    z-index: -1;
}

.partners__block:first-of-type::before {
    background-image: url(img/border-grey.png);
}

.partners__block:first-of-type::after {
    background-image: url(img/border-grey.png);
    transform: rotate(180deg);
}

.partners__block:nth-child(2n) {
    border: 1px solid #87C8D2;
    padding-right: 20px;
    margin-right: 0;
}

.partners__block:nth-child(2n)::before {
    background-image: url(img/border-blue.png);
}

.partners__block:nth-child(2n)::after {
    background-image: url(img/border-blue.png);
    transform: rotate(180deg);
}

.partners__block__title {
    font-size: 20px;
    font-weight: 700;
    line-height: 27px;
    color: #87C8D2;
    margin-bottom: 25px;
}

.partners__form {

}

.partners__form__title {
    font-size: 20px;
    font-weight: 700;
    line-height: 27px;
    color: #87C8D2;
    margin-bottom: 20px;
}

.partners__form label {
    display: block;
    width: 100%;
    max-width: 330px;
    margin-bottom: 10px;
    position: relative;
}

.partners__form label.input-error::before {
    content: "Поле заполнено неверно";
    font-family: "RobotoCondensedRegular", "Arial", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 40px;
    text-align: center;
    color: red;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    background-color: rgba(250,250,250,.7);
}

.partners__form input {
    font-family: "RobotoCondensedRegular", "Arial", sans-serif;
    font-weight: 400;
    font-size: 16px;
    display: block;
    width: 100%;
    padding-left: 12px;
    min-height: 40px;
}

.partners__form textarea {
    font-family: "RobotoCondensedRegular", "Arial", sans-serif;
    font-weight: 400;
    font-size: 16px;
    width: 100%;
    max-width: 330px;
    min-height: 102px;
    resize: none;
    padding-top: 5px;
    padding-left: 12px;
    margin-bottom: 20px;
}

.partners__form input::-webkit-input-placeholder,
.partners__form textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  font-size: 16px;
  font-weight: 400;
  font-family: "RobotoCondensedRegular", "Arial", sans-serif;
}
.partners__form input::-moz-placeholder,
.partners__form textarea::-moz-placeholder { /* Firefox 19+ */
  font-size: 16px;
  font-weight: 400;
  font-family: "RobotoCondensedRegular", "Arial", sans-serif;
}
.partners__form input:-ms-input-placeholder,
.partners__form textarea:-ms-input-placeholder { /* IE 10+ */
  font-size: 16px;
  font-weight: 400;
  font-family: "RobotoCondensedRegular", "Arial", sans-serif;
}
.partners__form input:-moz-placeholder,
.partners__form textarea:-moz-placeholder { /* Firefox 18- */
  font-size: 16px;
  font-weight: 400;
  font-family: "RobotoCondensedRegular", "Arial", sans-serif;
}

.partners__form .conf-policy {
    font-family: "RobotoCondensedRegular", "Arial", sans-serif;
    font-weight: 400;
    display: block;
    font-size: 14px;
    line-height: 16px;
    text-decoration: none;
    margin-bottom: 25px;
    color: #fff;
}

.partners__form .conf-policy:hover {
    color: #fff;
}

.partners__form button[type="submit"] {
    border: none;
    cursor: pointer;
    width: 100%;
    max-width: 234px;
    min-height: 69px;
    text-align: center;
    display: block;
    background-color: transparent;
    margin: 0 auto;
    margin-bottom: 10px;
    position: relative;
    box-sizing: border-box;
    transition: all 0.3s ease;
    opacity: 1;
}

.partners__form button[type="submit"]::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background-image: -moz-linear-gradient(left, rgba(4,234,215,1) 0%, rgba(226,208,162,1) 100%);
    background-image: -webkit-linear-gradient(left, rgba(4,234,215,1) 0%,rgba(226,208,162,1) 100%);
    background-image: linear-gradient(to right, rgba(4,234,215,1) 0%,rgba(226,208,162,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#04ead7', endColorstr='#e2d0a2',GradientType=1 );
}

.partners__form button[type="submit"]::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background-image: -moz-linear-gradient(left, rgba(4,234,215,1) 0%, rgba(226,208,162,1) 100%);
    background-image: -webkit-linear-gradient(left, rgba(4,234,215,1) 0%,rgba(226,208,162,1) 100%);
    background-image: linear-gradient(to right, rgba(4,234,215,1) 0%,rgba(226,208,162,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#04ead7', endColorstr='#e2d0a2',GradientType=1 );
}

.partners__form button[type="submit"]:hover {
    opacity: 0.7;
}

.partners__form button[type="submit"] .button__title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    max-width: 210px;
    max-height: 45px;
    background: rgb(4,234,215);
    background: -moz-linear-gradient(left, rgba(4,234,215,1) 0%, rgba(226,208,162,1) 100%);
    background: -webkit-linear-gradient(left, rgba(4,234,215,1) 0%,rgba(226,208,162,1) 100%);
    background: linear-gradient(to right, rgba(4,234,215,1) 0%,rgba(226,208,162,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#04ead7', endColorstr='#e2d0a2',GradientType=1 );
    text-transform: uppercase;
    font-size: 18px;
    line-height: 35px;
    font-family: "RobotoCondensedRegular", "Arial", sans-serif;
    float: none;
    text-align: center;
    display: block;
    padding: 5px 15px;
    box-sizing: border-box;
}

@media screen and (max-width: 480px) {
    .partners__form button[type="submit"] .button__title {
        max-width: 185px;
    }
}

.partners__form button[type="submit"] .button__border {
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
}

.partners__form button[type="submit"] .button__border::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 3px;
    height: 100%;
    background-color: #02E3CF;
}

.partners__form button[type="submit"] .button__border::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 3px;
    height: 100%;
    background-color: #EECF96;
}

/*End Partners*/