/*=================================== Total css ===================================*/
html {
    height: 100%;
    width: 100%;
    font-size: 16px;
}
body {
    margin: 0;
    padding: 0;
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    font-weight: 300;
    color: #000000;
    line-height: 1.33;
    background: #ffffff;
    position: relative;
    min-height: 100%;
    width: 100%;
    min-width: 320px;
    font-size: 17px;
}
/* Код для подключения шрифта в /css/stylename.css */

    /*@font-face {
            font-family: "RobotoRegular";
            src: url("fonts/RobotoRegular/RobotoRegular.eot");
            src: url("fonts/RobotoRegular/RobotoRegular.eot?#iefix")format("embedded-opentype"),
            url("fonts/RobotoRegular/RobotoRegular.woff") format("woff"),
            url("fonts/RobotoRegular/RobotoRegular.ttf") format("truetype");
            font-style: normal;
            font-weight: normal;
    }

    @font-face {
            font-family: "RobotoLight";
            src: url("../fonts/RobotoLight/RobotoLight.eot");
            src: url("../fonts/RobotoLight/RobotoLight.eot?#iefix")format("embedded-opentype"),
            url("../fonts/RobotoLight/RobotoLight.woff") format("woff"),
            url("../fonts/RobotoLight/RobotoLight.ttf") format("truetype");
            font-style: normal;
            font-weight: normal;
    }

    @font-face {
            font-family: "RobotoMedium";
            src: url("../fonts/RobotoMedium/RobotoMedium.eot");
            src: url("../fonts/RobotoMedium/RobotoMedium.eot?#iefix")format("embedded-opentype"),
            url("../fonts/RobotoMedium/RobotoMedium.woff") format("woff"),
            url("../fonts/RobotoMedium/RobotoMedium.ttf") format("truetype");
            font-style: normal;
            font-weight: normal;
    }

    @font-face {
            font-family: "RobotoBold";
            src: url("../fonts/RobotoBold/RobotoBold.eot");
            src: url("../fonts/RobotoBold/RobotoBold.eot?#iefix")format("embedded-opentype"),
            url("../fonts/RobotoBold/RobotoBold.woff") format("woff"),
            url("../fonts/RobotoBold/RobotoBold.ttf") format("truetype");
            font-style: normal;
            font-weight: normal;
    }*/
.clear {
    clear: both;
    height: 1px;
    visibility: hidden;
}
a {
    color: #000000;
    text-decoration: underline;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    -moz-transition: 0.2s;
    transition: 0.2s;
}
a:hover,
a:focus{
    cursor: pointer;
    color: #000000;
    text-decoration: none;
}
button {
    background: none;
    border: none;
    cursor: pointer;
    margin: 0;
    overflow: visible;
    padding: 0;
    width: auto;
}
::-webkit-input-placeholder {
    color: #7d7d7d;
    opacity: 1;
}
::-moz-placeholder {
    color: #7d7d7d;
    opacity: 1;
}
button.button::-moz-focus-inner {
    padding: 0;
    border: 0;
}
/* FF Fix */
button.button {
    -webkit-border-fit: lines;
}
/* <- Safari & Google Chrome Fix */
h1, h2, h3, h4, h5, h6 {
    color: #000000;
    font-family: 'FSElliotProBold', Arial, Helvetica, sans-serif;
    margin-bottom: 20px;
    font-weight: normal;
    line-height: 1.2;
}
h1{
    font-size:  54px;
    line-height: 1.1;
    margin: 0 0 10px 0;
    position: relative;
    text-align: center;
}
h2{
    color: #000;
    font-size: 40px;
    line-height: 1.1;
    margin: 0 0 20px 0;
    position: relative;
    text-align: center;
}
h2 .subtitle{
    display: block;
    font-size: 18px;
    padding: 10px 0 0 0;
}
h3{
    color: #000000;
    margin: 0 0 15px 0;
    font-size: 24px;
    text-align: center;
}
h4{
    font-size: 20px;
    color: #000000;
    margin: 0 0 5px 0;
}
.title-border:after {
    content: "";
    display: block;
    margin: 10px auto 0;
    width: 64px;
    height: 3px;
    background-color: #1C69D4;
}
h1.title-border:after{
    width: 82px;
    height: 7px;
}
h3.title-border:after {
    width: 52px;
}

.quote-text {
  font: 700 25px/27px 'Roboto', sans-serif;
  color: #424242;
  margin: 40px 0;
  position: relative;
}
.quote-text:before {
  content: '';
  display: block;
  position: absolute;
  top: -5px;
  left: -68px;
  width: 47px;
  height: 39px;
  background: url(../images/quote-blue-ico.png) no-repeat left top;
}

.quote-text.blue {
  padding-left: 80px;
}

.quote-text.blue:before {
  left: 0px;
  background: url(../images/quote-blue-ico.png) no-repeat left top;
}

.title-border-red:after {
    content: "";
    display: block;
    margin: 10px auto 0;
    width: 64px;
    height: 3px;
    background-color: #FF003C;
}
h1.title-border-red:after{
    width: 82px;
    height: 7px;
}
h3.title-border-red:after {
    width: 52px;
}

.input-text,
textarea {
    margin: 0;
    padding: 15px 15px 15px 15px;
    height: 62px;
    background-color: #FFF;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    width: 100%;
    font-size: 20px;
    font-weight: 300;
    color: #000000;
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    line-height: 30px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
    -webkit-box-shadow: none;
       -moz-box-shadow: none;
            box-shadow: none;
    border: 1px solid #ffffff;
}
textarea{
    min-height: 120px;
    resize: none;
    padding: 15px 14px 10px 14px;
    line-height: 22px;
}
input.input-text:focus,
textarea:focus,
input.input-text:hover,
textarea:hover{
    outline: none;
    -webkit-box-shadow: inset 0 0 0 1px #e5e5e5;
       -moz-box-shadow: inset 0 0 0 1px #e5e5e5;
            box-shadow: inset 0 0 0 1px #e5e5e5;
}
.input-container__icon .input-text{
    padding-left: 50px;
}
.input-text.error{
    border-color: #cf0000;
}
.input-container{
    position: relative;
}
.input-container__icon .icon{
    font-size: 17px;
    position: absolute;
    top: 50%;
    left: 5px;
    height: 30px;
    width: 40px;
    margin: -15px 0 0 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-align-content: center;
        -ms-flex-line-pack: center;
            align-content: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    z-index: 5;
    color: #727272;
}
p{
    margin: 0 0 20px 0;
}
ul,
ol{
    padding: 0 0 0 17px;
    margin: 15px 0 0 0;
}
ul:nth-child(1),
ol:nth-child(1){
    margin-top: 0;
}
.tab-content > .tab-pane {
    display: none
}

.tab-content > .active {
    display: block
}
img{
    max-width: 100%;
}
#container {
    position: relative;
}
/* End Total css ====*/


/*=================================== Site-header ===================================*/
#header{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    min-width: 320px;
    height: 110px;
    margin: 0 0 -110px 0;
}
.header-content{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-align-content: center;
        -ms-flex-line-pack: center;
            align-content: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: relative;
    padding: 10px 0 10px 0;
}

/*== b-logo
---------------------------------*/
.b-logo {
    display: block;
}
.b-logo a{
    display: table;
    color: #000;
    text-decoration: none;
}
.b-logo a:hover{
    text-decoration: none;
}
.b-logo__img{
    padding: 0 0 0 0;
    display: table-cell;
    vertical-align: middle;
}
.b-logo__text{
    padding: 0 0 0 25px;
    display: table-cell;
    vertical-align: middle;
    font-size: 18px;
}


/* b-small-contact
===================================*/
.b-small-contact__item{
    font-size: 15px;
    text-align: right;
    line-height: 1;
    margin: 0 0 5px 0;
    color: #000;
}
.b-small-contact__item_phone a{
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-align-content: center;
        -ms-flex-line-pack: center;
            align-content: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    text-decoration: none;
    color: #000;
    font-size: 28px;
    font-family: 'FSElliotProBold';
}
.b-small-contact__item_phone a .icon-mobile{
    font-size: 24px;
    display: none;
    vertical-align: top;
    margin: 0 15px 0 0;
}
.b-small-contact__item_phone{
    font-size: 31px;
    font-family: 'MullerBold';
}
.b-small-contact__item_phone i{
    font-size: 15px;
    color: #ffd200;
    width: 33px;
    height: 33px;
    background: #000;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-align-content: center;
        -ms-flex-line-pack: center;
            align-content: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 5px 0 5px;
    color: #fff;
    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
            border-radius: 50%;
}

/* b-small-address
---------------------------------*/
.b-small-address{
    color: #fff;
    margin: 0 0 0 50px;
}
.b-small-address .b-list-with-icon__icon{
    width: 41px;
}
.b-small-address .b-list-with-icon__icon .icon{
    width: 41px;
    height: 41px;
    border: 1px solid #000000;
    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
            border-radius: 50%;
    font-size: 23px;
}
.b-small-address .b-list-with-icon__content{
    padding: 0 0 0 10px;
    font-size: 15px;
}

/* b-menu
---------------------------------*/
.b-menu {
    min-height: 36px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-align-content: center;
        -ms-flex-line-pack: center;
            align-content: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
}
.b-menu__mobile-icon{
    display: none;
}
.b-menu__content{
    max-width: 100%;
}
.b-menu__list{
    margin: 0;
    padding: 0;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-align-content: center;
        -ms-flex-line-pack: center;
            align-content: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.b-menu__item {
    padding: 0 10px 0 10px;
    list-style: none;
}
.b-menu__item a {
    display: inline-block;
    vertical-align: top;
    font-size: 13px;
    text-transform: uppercase;
    color: #000000;
    position: relative;
    text-decoration: none;
    border-bottom: 2px solid transparent;
    padding: 2px 0 2px 0;
    font-family: 'PF DinDisplay Pro';
    font-weight: 500;
}
.b-menu__item a:hover,
.b-menu__item.active a {
    border-bottom-color: #ffda00;
}



/*=================================== Main ===================================*/
#main {
    position: relative;
    padding: 40px 0 40px 0;
}
body.home-page #main{
    padding: 0;
}

/*== owl-carousel
---------------------------------*/
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next{
    position: absolute;
    top: 50%;
    margin: -29px 0 0 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
    text-align: center;
    color: #ffffff;
    line-height: 1;
    font-size: 58px;
}
.owl-carousel .owl-nav .owl-prev span,
.owl-carousel .owl-nav .owl-next span{
    display: block;
    margin: 5px 0 0 0;
    font-size: 14px;
    color: #ffffff;
}
.owl-carousel .owl-nav .owl-prev{
    left: 0;
}
.owl-carousel .owl-nav .owl-next{
    right: 0;
}
.owl-carousel .owl-nav .owl-prev:hover,
.owl-carousel .owl-nav .owl-next:hover{
    color: #ffffff;
}
.owl-carousel .owl-dots{
    display: block;
    text-align: center;
    padding: 15px 0 15px 0;
    line-height: 8px;
}
.owl-carousel .owl-dots .owl-dot{
    display: inline-block;
    vertical-align: top;
    width: 8px;
    height: 8px;
    background-color: #ffffff;
    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
            border-radius: 50%;
    margin: 0 4px 0 4px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
}
.owl-carousel .owl-dots .owl-dot:hover,
.owl-carousel .owl-dots .owl-dot.active{
    background-color: #1C69D4;
}

/* Feel free to change duration  */
.animated  {
    -webkit-animation-duration : 1000ms  ;
    -moz-animation-duration : 1000ms  ;
      -o-animation-duration : 1000ms  ;
         animation-duration : 1000ms  ;
    -webkit-animation-fill-mode : both  ;
    -moz-animation-fill-mode : both  ;
      -o-animation-fill-mode : both  ;
         animation-fill-mode : both  ;
}
/* .owl-animated-out - only for current item */
/* This is very important class. Use z-index if you want move Out item above In item */
.owl-animated-out {
    z-index : 1
}
/* .owl-animated-in - only for upcoming item
/* This is very important class. Use z-index if you want move In item above Out item */
.owl-animated-in {
    z-index : 0
}
/* .fadeOut is style taken from Animation.css and this is how it looks in owl.carousel.css:  */
.fadeOut  {
    -webkit-animation-name : fadeOut  ;
    -moz-animation-name : fadeOut  ;
      -o-animation-name : fadeOut  ;
         animation-name : fadeOut  ;
}
@-webkit-keyframes  fadeOut  {
    0% {
        opacity : 1   ;
    }
    100% {
        opacity : 0   ;
    }
}
@-moz-keyframes  fadeOut  {
    0% {
        opacity : 1   ;
    }
    100% {
        opacity : 0   ;
    }
}
@-o-keyframes  fadeOut  {
    0% {
        opacity : 1   ;
    }
    100% {
        opacity : 0   ;
    }
}
@keyframes  fadeOut  {
    0% {
        opacity : 1   ;
    }
    100% {
        opacity : 0   ;
    }
}


/*== landing-section
---------------------------------*/
.landing-section{
    padding: 50px 0 50px 0;
}


/* b-btn
---------------------------------*/
.b-btn{
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    font-family: 'FSElliotProBold';
    font-weight: normal;
    background-color: #1C69D4;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    font-size: 22px;
    color: #fff;
    text-transform: none;
    text-decoration: none;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    -moz-transition: 0.2s;
    transition: 0.2s;
    padding: 16px 20px 16px 20px;
    line-height: 30px;
    min-width: 200px;
    max-width: 100%;
    position: relative;
}
.b-btn:hover{
    color: #ffffff;
    -webkit-box-shadow: none;
       -moz-box-shadow: none;
            box-shadow: none;
    -webkit-animation: si-button-pulse 0.8s 0s ease-out 1;
    -moz-animation: si-button-pulse 0.8s 0s ease-out 1;
    -o-animation: si-button-pulse 0.8s 0s ease-out 1;
       animation: si-button-pulse 0.8s 0s ease-out 1;
}

.btn-shine { position: relative; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-flow: row nowrap; flex-flow: row nowrap; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; overflow: hidden; }
.btn-shine span { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-flow: row nowrap; flex-flow: row nowrap; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; position: relative; z-index: 2; }
.btn-shine:after { content: ""; margin-left: 60px; width: 30px; height: 300px; background: #fff; -webkit-animation-delay: 0.05s; animation-delay: 0.05s; position: absolute; left: -40px; top: -150px; z-index: 1; -webkit-transition: all 0.1s; transition: all 0.1s; -webkit-animation-name: slideme; animation-name: slideme; -webkit-animation-duration: 3s; animation-duration: 3s; -webkit-animation-iteration-count: infinite; animation-iteration-count: infinite; -webkit-transform: rotate(45deg); transform: rotate(45deg); }

@-webkit-keyframes slideme { 0% { left: -30px; margin-left: 0px; }
  30% { left: 110%; margin-left: 80px; }
  100% { left: 110%; margin-left: 80px; } }

@keyframes slideme { 0% { left: -30px; margin-left: 0px; }
  30% { left: 110%; margin-left: 80px; }
  100% { left: 110%; margin-left: 80px; } }

.custom-form__btn {
    display: block;
    width: 280px;
    height: 62px;
    border: none;
    background: #1C69D4;
    font-family: "FSElliotProBold";
    font-weight: bold;
    font-size: 18px;
    color: #FFF;
    text-align: center;
    cursor: pointer;
    -webkit-transition: ease 0.3s;
    transition: ease 0.3s;
}


/* Button shadow */
@-webkit-keyframes si-button-pulse {
    from {
        -webkit-box-shadow: 0 0 8px 6px #1C69D4, 0 0 12px 14px #1C69D4;
                box-shadow: 0 0 8px 6px #1C69D4, 0 0 12px 14px #1C69D4;
    }
    to {
        -webkit-box-shadow: 0 0 18px 6px rgba(255, 48, 26, 0), 0 0 4px 71px rgba(255, 48, 26, 0);
                box-shadow: 0 0 18px 6px rgba(255, 48, 26, 0), 0 0 4px 71px rgba(255, 48, 26, 0);
    }
}
@-moz-keyframes si-button-pulse {
    from {
        -moz-box-shadow: 0 0 8px 6px #1C69D4, 0 0 12px 14px #1C69D4;
             box-shadow: 0 0 8px 6px #1C69D4, 0 0 12px 14px #1C69D4;
    }
    to {
        -moz-box-shadow: 0 0 18px 6px rgba(255, 48, 26, 0), 0 0 4px 71px rgba(255, 48, 26, 0);
             box-shadow: 0 0 18px 6px rgba(255, 48, 26, 0), 0 0 4px 71px rgba(255, 48, 26, 0);
    }
}
@-o-keyframes si-button-pulse {
    from {
        box-shadow: 0 0 8px 6px #1C69D4, 0 0 12px 14px #1C69D4;
    }
    to {
        box-shadow: 0 0 18px 6px rgba(255, 48, 26, 0), 0 0 4px 71px rgba(255, 48, 26, 0);
    }
}
@keyframes si-button-pulse {
    from {
        -webkit-box-shadow: 0 0 8px 6px #1C69D4, 0 0 12px 14px #1C69D4;
           -moz-box-shadow: 0 0 8px 6px #1C69D4, 0 0 12px 14px #1C69D4;
                box-shadow: 0 0 8px 6px #1C69D4, 0 0 12px 14px #1C69D4;
    }
    to {
        -webkit-box-shadow: 0 0 18px 6px rgba(255, 48, 26, 0), 0 0 4px 71px rgba(255, 48, 26, 0);
           -moz-box-shadow: 0 0 18px 6px rgba(255, 48, 26, 0), 0 0 4px 71px rgba(255, 48, 26, 0);
                box-shadow: 0 0 18px 6px rgba(255, 48, 26, 0), 0 0 4px 71px rgba(255, 48, 26, 0);
    }
}

/* fancybox
---------------------------------*/
.fancybox-skin{
    border: none;
    background: none;
    -webkit-border-radius: 10px;
       -moz-border-radius: 10px;
            border-radius: 10px;
}
.fancybox-opened .fancybox-skin{
    -webkit-box-shadow: none;
       -moz-box-shadow: none;
            box-shadow: none;
}
.fancybox-close{
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAZBAMAAAA2x5hQAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAHlBMVEX///////////////////////////////////////8V2MxSAAAACXRSTlMArTw96Gv96a5iRmh8AAAAAWJLR0QAiAUdSAAAAAlwSFlzAAALEgAACxIB0t1+/AAAAG1JREFUGNNNj8sNwDAIQ5FQ71EnyaESA7BCV+gEWaBSF28IiWMuYD/xk1MQWuSqUL1UB/J0gARw5glnShP9w0V72Ht0+LRWnVCHdyV1PCTEmGnjPuOZ2nif8S2BNjT+IdGCxr8vlBXQKD866f0B9/URg1VhoEQAAAAASUVORK5CYII=)
    0 0 no-repeat !important;
    width: 25px;
    height: 25px;
    top: -30px;
    right: -30px;
}
.fancybox-close:hover{
    opacity: 0.9;
}
.fancybox-type-iframe .fancybox-inner{
    overflow: hidden !important;
}

/* b-form
---------------------------------*/
.b-form{
    position: relative;
    max-width: 100%;
    color: #ffffff;
    padding: 50px;
    background-color: #212436;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
.b-form__header{
    margin: 0 0 15px 0;
    font-size: 15px;
}
.b-form__header__title{
    font-family: 'FSElliotProBold';
    font-weight: normal;
    line-height: 1.25;
    font-size: 24px;
}
.b-form__header__sub-title{
    font-size: 20px;
    font-family: 'FSElliotProBold';
    font-weight: normal;
}
.b-form__content{
    padding: 0;
}
.b-form__content .row{
    margin: 0 -5px 0 -5px;
}
.b-form__content .row .col{
    padding: 5px 5px 5px 5px;
}
.b-form__content .row .col .b-btn{
    display: block;
    width: 100%;
    min-width: 100px;
}
.b-form__content__contacts{
    padding: 5px 0 0 5px;
}
.b-form__content__contacts .title{
    font-size: 14px;
    color: #b8b8b8;
}
.b-form__content__contacts .phone{
    font-size: 24px;
    font-family: 'FSElliotProBold';
    font-weight: normal;
}
.b-form__content__contacts .phone a{
    color: #fff;
    text-decoration: none;
}
.b-form__content__contacts .phone a:hover{
    text-decoration: none;
}
.b-form__content__contacts .phone a:hover span{
    text-decoration: underline;
}
.b-form__content__contacts .phone i{
    font-size: 18px;
    display: inline-block;
    vertical-align: middle;
}
.b-form p{
    margin: 5px 5px 5px 5px;
}
.b-form__content .input-container_file{
    position: relative;
}
.b-form__content .input-container_file .get-photo{
    margin: 10px 0 10px 0;
    position: relative;
    z-index: 2;
}
.b-form__content .input-container_file .get-photo span{
    text-decoration: underline;
}
.b-form__content .input-container_file .get-photo i{
    font-size: 20px;
    margin: 0 5px 0 0;
    display: inline-block;
    vertical-align: middle;
}
.b-form__content .input-container_file:hover .get-photo span{
    text-decoration: none;
}
.b-form__content .input-container_file input{
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    z-index: 3;
}
.b-form__content label{
    font-weight: 300;
    font-family: 'Roboto';
    font-size: 14px;
    margin: 0;
}

.img-responsive {
  max-width: 100%;
  height: auto;
  display: block;
}

.center-block {		
    display: block;
    margin-left: auto;
    margin-right: auto;
}


/* b-list-with-icon
====================================*/
.b-list-with-icon{
    display: table;
    width: 100%;
}
.b-list-with-icon__item:nth-child(1){
    margin-top: 0;
}
.b-list-with-icon__icon{
    display: table-cell;
    vertical-align: top;
}
.b-list-with-icon__icon .icon{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-align-content: center;
        -ms-flex-line-pack: center;
            align-content: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.b-list-with-icon__content{
    display: table-cell;
    vertical-align: middle;
}

/* b-promo
====================================*/
.b-promo{
    position: relative;
    padding: 190px 0 110px 0;
    overflow: hidden;
    z-index: 1;
    color: #fff;
}
.b-promo__content{

}
.b-promo__content__img{
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: url("../images/b-promo/bg.jpg") center top no-repeat;
    -webkit-background-size: cover;
       -moz-background-size: cover;
         -o-background-size: cover;
            background-size: cover;
    z-index: -1;
}
.b-promo__content__header{
    margin: 0 0 5px 0;
}
.b-promo__content__header h1{
    color: #000;
    text-align: left;
    max-width: 920px;
}
.b-promo__content__header h1.title-border:after{
    margin-left: 0;
}
.b-promo__list{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-align-content: flex-start;
        -ms-flex-line-pack: start;
            align-content: flex-start;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: -15px -15px 40px -15px;
}
.b-promo__list > .col{
    float: none;
    padding: 15px;
}
.b-promo__list > .col .b-list-with-icon__icon{
    width: 73px;
    padding: 5px 0 0 0;
}
.b-promo__list > .col .b-list-with-icon__icon .icon{
    width: 53px;
    height: 53px;
    background-repeat: no-repeat;
    background-position: center center;
    color: #fff;
    font-family: 'FSElliotProBold';
    font-size: 25px;
    font-weight: normal;
    padding-bottom: 5px;
}
.b-promo__list > .col .b-list-with-icon__content{
    padding: 0 0 0 15px;
}
.b-promo__list > .col .b-list-with-icon__content .title{
    font-family: 'FSElliotProBold';
    font-size: 20px;
    font-weight: normal;
    margin: 0 0 5px 0;
}
.b-promo__info__video a{
    position: relative;
    display: block;
    border: 3px solid #FFF;
    padding: 7px;
}
.b-promo__info__video__content{
    position: absolute;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-align-content: center;
        -ms-flex-line-pack: center;
            align-content: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    color: #ffffff;
    font-family: 'FSElliotProBold';
    font-weight: normal;
    font-size: 17px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
}
.b-promo__info__video__content__icon{
    font-size: 45px;
    line-height: 45px;
    color: #1C69D4;
    width: 100%;
}
.b-promo__info__video__content__icon i{
    display: inline-block;
    position: relative;
}
.b-promo__info__video__content__icon i:after{
    position: absolute;
    content: '';
    top: 15px;
    bottom: 15px;
    right: 15px;
    left: 15px;
    background: #ffffff;
    z-index: 1;
}
.b-promo__info__video__content__icon i:before{
    position: relative;
    z-index: 2;
}
.b-promo__info__video a:hover .b-promo__info__video__content{
    background: rgba(255, 255, 255, 0.1);
}
.b-promo__info .b-form{
    background: none;
    padding: 0;
    color: #fff;
}
.b-promo__info{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
       -moz-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-align-content: stretch;
        -ms-flex-line-pack: stretch;
            align-content: stretch;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin: 0 -15px 0 -15px;
}
.b-promo__info > .col{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-align-content: flex-end;
        -ms-flex-line-pack: end;
            align-content: flex-end;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    float: none;
}

/* b-advantage
====================================*/
.b-advantage{
    border-bottom: 1px solid #e9e9e9;
}
.b-advantage__content__list{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-align-content: flex-start;
        -ms-flex-line-pack: start;
            align-content: flex-start;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 -15px 0 -15px;
}
.b-advantage__content__list > .col{
    float: none;
    padding: 10px 15px 10px 15px;
}
.b-advantage__content__list__item__img{
    margin: 0 0 10px 0;
    overflow: hidden;
}
.b-advantage__content__list__item__img img{
    width: 100%;
    height: auto;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
}
.b-advantage__content__list__item__img:hover img{
    -webkit-transform: scale(1.1);
       -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
         -o-transform: scale(1.1);
            transform: scale(1.1);
}


/* b-service
====================================*/
.b-service__content__list{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-align-content: flex-start;
        -ms-flex-line-pack: start;
            align-content: flex-start;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 -15px 0 -15px;
}
.b-service__content__list > .col{
    float: none;
    padding: 10px 15px 10px 15px;
}
.b-service__content__list__item{
    -moz-box-shadow: 0 10px 16px rgba(0, 0, 0, 0.04);
    -webkit-box-shadow: 0 10px 16px rgba(0, 0, 0, 0.04);
    box-shadow: 0 10px 16px rgba(0, 0, 0, 0.04);
    padding: 0 0 20px 0;
    max-width: 360px;
    margin: auto;
}

.b-service__content__list__item_2{
    -moz-box-shadow: 0 10px 16px rgba(0, 0, 0, 0.04);
    -webkit-box-shadow: 0 10px 16px rgba(0, 0, 0, 0.04);
    box-shadow: 0 10px 16px rgba(0, 0, 0, 0.08);
    padding: 0 0 0px 0;
    max-width: 360px;
    margin: auto;
}
.b-service__content__list__item__img{
    overflow: hidden;
}
.b-service__content__list__item__img img{
    width: 100%;
    height: auto;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
}
.b-service__content__list__item__img:hover img{
    -webkit-transform: scale(1.1);
       -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
         -o-transform: scale(1.1);
            transform: scale(1.1);
}
.b-service__content__list__item__title{
    padding: 10px 20px 10px 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-align-content: center;
        -ms-flex-line-pack: center;
            align-content: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    min-height: 80px;
}

.b-service__content__list__item__title_2{
    padding: 10px 20px 10px 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-align-content: center;
        -ms-flex-line-pack: center;
            align-content: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    min-height: 20px;
	background-color: #efce70;
}

.b-service__content__list__item__content{
    padding: 0 20px 0 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
       -moz-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-align-content: stretch;
        -ms-flex-line-pack: stretch;
            align-content: stretch;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin: -5px -10px 0 -10px;
}
.b-service__content__list__item__content > .col{
    float: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-align-content: center;
        -ms-flex-line-pack: center;
            align-content: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 5px 10px 5px 10px;
}
.b-service__content__list__item__content > .col .b-btn{
    padding: 8px 10px 8px 10px;
    width: 100%;
    min-width: 0;
    font-size: 16px;
}
.b-service__content__list__item__content > .col .b-list-with-icon__icon{
    vertical-align: middle;
}
.b-service__content__list__item__content > .col .b-list-with-icon__content{
    padding: 0 0 0 10px;
    font-size: 14px;
}
.b-service__content__list__item__content > .col .b-list-with-icon__content a{
    font-size: 16px;
    text-decoration: none;
    display: inline-block;
}
.b-service__content__list__item__content > .col .b-list-with-icon__content a:hover{
    text-decoration: underline;
}



/* b-complite-work
====================================*/
.b-complite-work{
    position: relative;
}
.b-complite-work h2{
    color: #ffffff;
}
.b-complite-work h2 .subtitle {
    padding: 20px 0 0 0;
}
.b-complite-work__content__img {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: url(../images/b-complite-work/bg.jpg) center top no-repeat;
    -webkit-background-size: cover;
       -moz-background-size: cover;
         -o-background-size: cover;
            background-size: cover;
    z-index: -1;
}
.b-complite-work__content__list{
    padding: 20px 0 0 0;
}
.b-complite-work .owl-carousel{
    padding: 0 90px 0 90px;
}
.b-complite-work .owl-carousel .owl-nav .owl-prev,
.b-complite-work .owl-carousel .owl-nav .owl-next{
    top: 175px;
    margin: -58px 0 0 0;
}
.b-complite-work__content__list__item__img{
    position: relative;
}
.b-complite-work__content__list__item__img span{
    position: absolute;
    display: block;
    width: 53px;
    height: 53px;
    background-color: #212436;
    top: 10px;
    left: 10px;
    font-family: "FSElliotProBold";
    text-align: center;
    color: #ffffff;
    font-size: 12px;
    line-height: 53px;
    text-transform: uppercase;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.b-complite-work__content__list__item__content{
    color: #ffffff;
    padding: 5px 50px 10px 50px;
    text-align: left;
}
.b-complite-work__content__list__item__content p {
    margin: 0 0 10px 0;
}
.b-complite-work__content__list__item{
}
.b-complite-work__content__list__item .col{
    padding: 0 15px 15px 15px;
}



/* b-quality
====================================*/
.b-quality{
    position: relative;
    overflow: hidden;
    z-index: 1;
    color: #fff;
}
.b-quality__content{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
       -moz-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-align-content: stretch;
        -ms-flex-line-pack: stretch;
            align-content: stretch;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin: 0 -15px 0 -15px;
}
.b-quality__content > .col{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-align-content: flex-end;
        -ms-flex-line-pack: end;
            align-content: flex-end;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    float: none;
}
.b-quality__content__img{
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: url("../images/b-quality/bg.jpg") center top no-repeat;
    -webkit-background-size: cover;
       -moz-background-size: cover;
         -o-background-size: cover;
            background-size: cover;
    z-index: -1;
}
.b-quality__content__header{
    margin: 130px 0 20px 0;
}
.b-quality__content__header h2{
    color: #212436;
    text-align: left;
    max-width: 500px;
    line-height: 1.1;
}
.b-quality__content__header h2 span{
    padding: 0 10px 10px 10px;
    margin: 0 0 10px 0;
    background: #ffffff;
    display: inline-block;
}
.b-quality__content__header h2.title-border:after{
    margin: 25px 0 0 0;
}
.b-quality__content__text{
    max-width: 375px;
}
.b-quality .b-form{
    color: #fff;
    float: right;
    max-width: 385px;
}
.b-quality .b-list-with-icon a{
    color: #ffffff;
    font-family: "FSElliotProBold";
    font-size: 24px;
    text-decoration: none;

}
.b-form__content__contacts .phone {
    font-size: 24px;
    font-family: 'FSElliotProBold';
    font-weight: normal;
}
.b-quality .b-form__header__sub-title{
    font-size: 18px;
}



/* b-info
====================================*/
.b-info{
    background: #fff;
}
.b-info__content__list{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-align-content: flex-start;
        -ms-flex-line-pack: start;
            align-content: flex-start;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 -15px 0 -15px;
    padding: 15px 0 0 0;
}
.b-info__content__list > .col{
    float: none;
    padding: 15px;
}
.b-info__content__list__item{
    position: relative;
    text-align: center;
    max-width: 260px;
    margin: auto;
}
.b-info__content__list__item img{
    height: 68px;
}
.b-info__content__list__item__number{
    position: absolute;
    top: 12px;
    left: 20px;
    color: #212436;
    font-family: 'FSElliotProBold';
    font-weight: normal;
    font-size: 40px;
}
.b-info__content__list__item__icon{
    width: 85px;
    height: 85px;
    background-color: #FFF;
    border: 1px solid #212436;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-align-content: center;
        -ms-flex-line-pack: center;
            align-content: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 auto 15px;
    font-size: 40px;
    color: #000;
    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
            border-radius: 50%;
}
.b-info__content__list__item__content{
    font-size: 16px;
}

/* b-info_work-with-us
====================================*/
.b-info_work-with-us{
    border-bottom: 1px solid #e9e9e9;
}
.b-info_work-with-us .b-info__content__list__item{
    border: 5px solid #212436;
    padding: 35px 20px 20px 20px;
    text-align: left;
}
.b-info_work-with-us .b-info__content__list__item__icon {
    border: none;
}



/* b-single-form
====================================*/
.b-single-form{
    background: url(../images/b-single-form/bg.jpg) center 0 no-repeat;
    -webkit-background-size: cover;
       -moz-background-size: cover;
         -o-background-size: cover;
            background-size: cover;
}
.b-single-form__content{
    position: relative;
}
.b-single-form__content .b-form{
    width: 950px;
    max-width: 100%;
    margin: auto;
}
.b-single-form__content .b-form__header{
    text-align: left;
}

/* b-contacts
---------------------------------*/
.b-contacts{
    padding: 50px 0 0 0;
}
.b-contacts h2{
    margin-bottom: 40px;
}
.b-contacts__content{
    position: relative;
    text-align: right;
    overflow: hidden;
}
.b-contacts__content__map{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #ffffff;
    z-index: 2;
}
.b-contacts__content__map > *{
    height: 100% !important;
    width: 100% !important;
}
/*[class*="ymaps-2"][class*="-ground-pane"] {
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    !* Firefox 3.5+ *!
    -webkit-filter: grayscale(100%);
    !* Chrome 19+ & Safari 6+ *!
}*/
.b-contacts__content__info{
    display: inline-block;
    text-align: left;
    max-width: 360px;
    width: 100%;
    background-color: #ffffff;
    position: relative;
    z-index: 3;
    font-family: 'FSElliotProBold';
    font-weight: normal;
    font-size: 18px;
    color: #000000;
    padding: 30px;
    margin: 35px 0 35px 0;
    -webkit-box-shadow: 0 9px 16px rgba(0, 0, 0, 0.15);
       -moz-box-shadow: 0 9px 16px rgba(0, 0, 0, 0.15);
            box-shadow: 0 9px 16px rgba(0, 0, 0, 0.15);
}
.b-contacts__content__info__title{
    margin: 0 0 20px 0;
}
.b-contacts__content__info__item{
    margin: 20px 0 0 0;
    position: relative;
    display: table;
    width: 100%;
}
.b-contacts__content__info__item:nth-child(1){
    margin-top: 0;
}
.b-contacts__content__info__item > .col-icon{
    display: table-cell;
    vertical-align: middle;
    width: 41px;
}
.b-contacts__content__info__item > .col-content {
    display: table-cell;
    vertical-align: middle;
}
.b-contacts__content__info__item__icon{
    width: 41px;
    height: 41px;
    border: 1px solid #404040;
    background-color: #FFF;
    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
            border-radius: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-align-content: center;
        -ms-flex-line-pack: center;
            align-content: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 22px;
    color: #000;
}
.b-contacts__content__info__item__content{
    padding: 0 0 0 10px;
}
.b-contacts__content__info__item__content .title{
    margin: 0;
    font-size: 14px;
    color: #7f7f7f;
}
.b-contacts__content__info__item__content p{
    margin: 0;
}
.b-contacts__content__info__item__content a{
    text-decoration: none;
    color: #000000;
}
.b-contacts__content__info__item .under{
    text-decoration: underline;
}
.b-contacts__content__info__item .under:hover{
    text-decoration: none;
}


/* b-modal-form
---------------------------------*/
.b-modal-form{
    display: none;
    max-width: 100%;
    width: 720px;
    background-color: #FFF;
}
.b-modal-form .b-form{
    margin: auto;
    -webkit-box-shadow: none;
       -moz-box-shadow: none;
            box-shadow: none;
    border: none;
    padding: 55px;
    background: none;
    color: #000;

}
.b-modal-form .b-form .input-text{
    background: #f4f4f4;
}
.b-modal-form .b-form label{
    color: #b8b8b8;
}

/* b-modal
---------------------------------*/
.b-modal{
    display: none;
    position: relative;
    width: 720px;
    background-color: #FFF;
    padding: 100px 55px 100px 55px;
    text-align: center;
    max-width: 100%;
    color: #000000;
}
.b-modal__content{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-align-content: center;
        -ms-flex-line-pack: center;
            align-content: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.b-modal .b-list-with-icon{
    width: auto;
}
.b-modal .b-list-with-icon__icon{
    font-size: 50px;
}
.b-modal .b-list-with-icon__content{
    font-size: 20px;
    font-family: 'FSElliotProBold';
    color: #999999;
    padding: 0 0 0 10px;
    text-align: left;
}
.b-modal .b-list-with-icon__content .title{
    font-size: 28px;
    font-family: 'FSElliotProBold';
    line-height: 1;
    color: #000000;
}

/* modal-skin
---------------------------------*/
.modal-skin .modal-dialog{
    width: 1140px;
    max-width: 100%;
    margin-top: 70px;
}
.modal-skin .modal-dialog button.close{
    position: absolute;
    right: 0;
    top: -35px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAZBAMAAAA2x5hQAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAHlBMVEX///////////////////////////////////////8V2MxSAAAACXRSTlMArTw96Gv96a5iRmh8AAAAAWJLR0QAiAUdSAAAAAlwSFlzAAALEgAACxIB0t1+/AAAAG1JREFUGNNNj8sNwDAIQ5FQ71EnyaESA7BCV+gEWaBSF28IiWMuYD/xk1MQWuSqUL1UB/J0gARw5glnShP9w0V72Ht0+LRWnVCHdyV1PCTEmGnjPuOZ2nif8S2BNjT+IdGCxr8vlBXQKD866f0B9/URg1VhoEQAAAAASUVORK5CYII=)
    0 0 no-repeat;
    width: 25px;
    height: 25px;
    opacity: 1;
    border: none;
    outline: none;
}
.modal-skin .modal-dialog .modal-content{
    border: none;
    padding: 40px;
}

/* b-thanks
---------------------------------*/
.popover{
    background-color: #FFF;
    -moz-box-shadow: 0 8px 21px rgba(0, 0, 0, 0.21);
    -webkit-box-shadow: 0 8px 21px rgba(0, 0, 0, 0.21);
    box-shadow: 0 8px 21px rgba(0, 0, 0, 0.21);
    border: none;
    max-width: 350px;
}
.popover.bottom{
    margin-top: 20px;
}
.popover > .arrow,
.popover.bottom > .arrow{
    border-color: transparent;
}

/*=================================== Site-footer ===================================*/
#footer {
    padding: 20px 0 20px 0;
}
#footer .footer-content{
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
#footer .footer-content .side{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 70%;
}

/* b-privacy-policy
---------------------------------*/
.b-privacy-policy{
    font-size: 13px;
    margin: 0 0 0 40px;
}
.b-privacy-policy .title{
    font-size: 18px;
}

/* b-developer
---------------------------------*/
.b-developer {
    display: block;
}
.b-developer__content{
    display: inline-table;
    vertical-align: top;
    font-size: 13px;
    line-height: 1.1;
    text-decoration: none;
}
.b-developer__content__img {
    display: table-cell;
    vertical-align: middle;
}
.b-developer__content__img img {
    vertical-align: top;
}
.b-developer__content__text {
    display: table-cell;
    padding: 0 0 0 10px;
    vertical-align: middle;
}
.b-developer__content__text span {
    display: block;
    border-bottom: 1px dotted;
}
.b-developer__content:hover span {
    border-bottom-color: transparent;
}

/*=================================== Adaptive ===================================*/
@media (max-width: 1199px){
    .modal-skin .modal-dialog{
        max-width: 940px;
    }
    body{
        font-size: 17px;
    }
    h1{
        font-size: 40px;
    }
    h2{
        font-size: 28px;
    }

    /* header
    ---------------------------------*/
    .b-logo__text {
        padding: 0 0 0 15px;
        font-size: 16px;
    }
    .b-small-address {
        margin: 0 0 0 30px;
    }
    .b-small-contact__item_phone a {
        font-size: 24px;
    }
    .b-small-contact__item {
        font-size: 13px;
    }

    /* landing-section
    ---------------------------------*/
    .landing-section{
        padding: 30px 0 30px 0;
    }

    /* b-promo
    ---------------------------------*/
    .b-promo {
        padding: 175px 0 70px 0;
    }
    .b-promo__content__header__subtitle{
        font-size: 18px;
    }


    /* b-single-form
    ---------------------------------*/
    .b-single-form__content:before{
        display: none;
    }
    .b-single-form__content .b-form{
        margin: 0 auto 0;
    }

    /* b-service
    ---------------------------------*/

    .b-service__content__list__item__content > .col .b-list-with-icon__content a {
        font-size: 12px;
    }
    .b-service__content__list__item__content > .col .b-list-with-icon__content {
        padding: 0 0 0 5px;
        font-size: 11px;
    }
    .b-service__content__list__item__title {
        padding: 15px;
    }
    .b-service__content__list__item__content {
        padding: 0 15px 0 15px;
    }
    .b-service__content__list__item__content > .col {
        padding: 5px;
    }

    /* b-complite-work
    ---------------------------------*/
    .b-complite-work .owl-carousel .owl-nav .owl-prev, .b-complite-work .owl-carousel .owl-nav .owl-next {
        top: 135px;
    }
}
@media (max-width: 991px){
    .modal-skin .modal-dialog{
        max-width: 720px;
    }

    .modal-skin .modal-dialog .modal-content{
        padding: 20px;
    }

    body{
        font-size: 16px;
    }
    h1{
        font-size: 36px;
    }
    h2{
        font-size: 28px;
    }


    /* b-form
    ---------------------------------*/
    .b-form {
        padding: 30px;
    }
    .b-form__header__title {
        font-size: 22px;
    }
    /* header
    ---------------------------------*/
    #header {
        height: 155px;
        margin: 0 0 -155px 0;
    }
    .header-content {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-flow: row wrap;
           -moz-box-orient: horizontal;
           -moz-box-direction: normal;
            -ms-flex-flow: row wrap;
                flex-flow: row wrap;
    }
    .b-small-contact{
        width: -webkit-calc(100% + 30px);
        width: -moz-calc(100% + 30px);
        width: calc(100% + 30px);
        margin: 0 -15px;
        padding: 10px 0 0 0;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-flow: row wrap;
           -moz-box-orient: horizontal;
           -moz-box-direction: normal;
            -ms-flex-flow: row wrap;
                flex-flow: row wrap;
        -webkit-box-align: center;
        -webkit-align-items: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-align-content: center;
            -ms-flex-line-pack: center;
                align-content: center;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
           -moz-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
    }
    .b-small-contact__item {
        padding: 15px;
    }
    /* fancybox-close
    ---------------------------------*/
    .fancybox-close{
        right: 0;
        top: -35px;
    }

    /* b-promo
    ---------------------------------*/
    .b-promo {
        padding: 190px 0 45px 0;
    }
    .b-promo__info .b-form {
        margin: auto;
        max-width: 460px;
    }
    .b-promo__info__video{
        margin: 35px auto 0 auto;
    }
    .b-promo__list > .col .b-list-with-icon__icon{
        display: block;
    }
    .b-promo__list > .col .b-list-with-icon__content{
        display: block;
        padding: 10px 0 0 0;
    }

    /* b-service
    ---------------------------------*/
    .b-service__content__list__item__content > .col {
        padding: 10px;
    }
    .b-service__content__list__item__content > .col .b-list-with-icon__content {
        padding: 0 0 0 10px;
        font-size: 13px;
    }
    .b-service__content__list__item__content > .col .b-list-with-icon__content a {
        font-size: 14px;
    }


    /* b-complite-work
    ---------------------------------*/
    .b-complite-work .owl-carousel .owl-nav .owl-prev, .b-complite-work .owl-carousel .owl-nav .owl-next {
        top: 75px;
        font-size: 50px;
        margin: -25px 0 0 0;
    }
    .b-complite-work__content__list__item__img span {
        width: 45px;
        height: 45px;
        top: 5px;
        left: 5px;
        font-size: 10px;
        line-height: 45px;
    }
    .b-complite-work .owl-carousel .owl-nav .owl-prev span,
    .b-complite-work .owl-carousel .owl-nav .owl-next span {
        font-size: 12px;
    }
    .b-complite-work__content__list__item__content {
        padding: 5px 0 10px 0;
    }

    /* b-quality
    ---------------------------------*/
    .b-quality__content__header {
        margin: 100px 0 20px 0;
    }
    .b-quality__content__header h2 span{
        background: #ffffff;
        display: inline-block;
    }

    /* b-single-form
    ---------------------------------*/
    .b-single-form__content .b-form {
        width: auto;
        max-width: 500px;
    }
    /* b-contacts
    ---------------------------------*/
    .b-contacts__content__info {
        float: left;
    }



    /* footer
    ---------------------------------*/
    #footer .footer-content .side{
        display: block;
        max-width: none;
    }
    #footer .footer-content{
        display: block;
        text-align: center;
    }
    #footer .footer-content .b-logo{
        display: inline-block;
    }
    #footer .footer-content .b-logo a{
        text-align: left;
    }
    #footer .footer-content .b-privacy-policy{
        margin: 30px 0 0 0;
    }
    #footer .footer-content .b-developer{
        width: 100%;
        margin: 30px auto 0;
        text-align: center;
    }
}
@media (max-width: 767px){
    body{
        font-size: 14px;
    }
    h1{
        font-size: 28px;
    }
    h2{
        font-size: 24px;
    }


    .modal-skin .modal-dialog{
        width: 90%;
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    /* b-form
    ---------------------------------*/
    .b-form{
        padding: 15px;
    }
    .b-form__header__title{
        font-size: 18px;
    }

    /* b-modal-form
    ---------------------------------*/
    .b-modal-form .b-form{
       padding: 20px;
    }
    .b-modal-form .b-form__header__title{
        font-size: 18px;
    }
    .b-modal-form .b-form .b-btn{
        min-width: 0;
    }


    /* header
    ---------------------------------*/
    #header {
        height: 100px;
        margin: 0 0 -100px 0;
    }
    /* b-logo
    ---------------------------------*/
    .b-logo__text {
        display: none;
    }
    .b-logo img {
        height: 66px;
    }

    /* b-small-contact
    ---------------------------------*/
    .b-small-contact {
        width: auto;
        margin: 0;
        display: block;
    }
    .b-small-contact__item {
        padding: 0;
    }
    .b-small-contact__item_phone a {
        font-size: 20px;
    }
    .b-small-contact__item {
        font-size: 14px;
    }
    .b-small-address {
        margin: 0;
    }
    .b-small-contact__item_info{
        padding: 3px 0 0 0;
    }
    .b-small-address .b-list-with-icon__content {
        padding: 0 0 0 7px;
        font-size: 14px;
    }
    .b-small-address .b-list-with-icon__icon .icon {
        width: 30px;
        height: 30px;
        font-size: 17px;
    }
    .b-small-address .b-list-with-icon__icon {
        width: 30px;
    }

    /* b-promo
    ---------------------------------*/
    .b-promo {
        padding: 125px 0 45px 0;
    }
    .b-promo__list > .col .b-list-with-icon__icon{
        display: table-cell;
    }
    .b-promo__list > .col .b-list-with-icon__content{
        display: table-cell;
        padding: 0 0 0 10px;
    }

    /* b-complite-work
    ---------------------------------*/
    .b-complite-work .owl-carousel {
        padding: 0;
    }
    .b-complite-work__content__list__item .col {
        width: 50%;
        float: left;
    }
    .b-quality__content__img {
        background: #080c25;
    }
    .b-quality__content__header {
        margin: 0 0 20px 0;
    }
    .b-quality__content__text {
        max-width: inherit;
    }
    .b-quality .b-form {
        float: none;
        margin: auto;
    }
    .b-form__header__sub-title {
        font-size: 16px;
        margin: 5px 0 0 0;
    }

    /* b-contacts
    ---------------------------------*/
    .b-contacts__content__map {
        position: static;
        height: 300px;
    }
    .b-contacts__content__info {
        float: none;
        display: inline-block;
        text-align: left;
        max-width: 520px;
        padding: 15px;
        margin: 15px 0 15px 0;
        -webkit-box-shadow: none;
           -moz-box-shadow: none;
                box-shadow: none;
    }
    .b-contacts__content {
        text-align: left;
    }

}
@media (max-width: 640px){

    /* header
    ---------------------------------*/
    #header {
        height: 80px;
        margin: 0 0 -80px 0;
    }
    /* b-small-contact
    ---------------------------------*/
    .b-small-contact{
        margin-top: 0;
        height: auto;
        background: none;
        padding: 0;
        -webkit-align-self: center;
            -ms-flex-item-align: center;
                    -ms-grid-row-align: center;
                align-self: center;
    }
    .b-small-contact__item_phone{
        margin: 0;
        display: block;
    }
    .b-small-contact__item_phone:nth-child(1){
        display: block;
    }
    .b-small-contact__item_phone a .icon-mobile,
    .b-small-contact__item_whatsapp  a .icon-mobile{
        display: block;
        margin: 5px 0 5px 0;
    }
    .b-small-contact__item_phone a span,
    .b-small-contact__item_whatsapp a span{
        display: block;
    }
    .b-small-contact__item_callback{
        display: none;
    }
    .b-small-contact__item_phone i{
        display: none;
    }
    .b-small-contact__item_phone i.icon-mobile{
        display: none;
        background: none;
        color: #ffffff;
        font-size: 40px;
        width: auto;
        height: auto;
        margin: 0;
    }
    .b-small-contact__item_info {
        display: none;
    }

    /* b-logo
    ---------------------------------*/
    .b-logo {
        display: block;
        margin: 5px 0 0 0;
    }
    .b-logo img {
        height: 40px;
    }

    /* b-promo
    ---------------------------------*/
    .b-promo {
        padding: 100px 0 45px 0;
    }

    /* b-complite-work
    ---------------------------------*/
    .b-complite-work__content__list__item .row {
        margin-left: -5px;
        margin-right: -5px;
    }
    .b-complite-work__content__list__item .col {
        padding: 0 5px 5px 5px;
    }


    .b-modal{
        padding: 15px;
    }
    .b-modal .b-list-with-icon__icon{
        display: block;
        width: 100%;
        text-align: center;
    }
    .b-modal .b-list-with-icon__content{
        display: block;
        padding: 0;
        font-size: 15px;
    }
    .b-modal .b-list-with-icon__content .title{
        font-size: 20px;
    }

}
@media (max-width: 600px){
    /* b-info
    ---------------------------------*/
    .b-info__content__list__item__content {
        font-size: 14px;
    }
    /* b-contacts
    ---------------------------------*/
    .b-contacts__content__list > .col{
        width: 100%;
    }
    /* b-advantage
    ---------------------------------*/
    .b-advantage__content__list > .col {
        width: 100%;
    }
    .b-advantage__content__list__item{
        max-width: 360px;
        margin: auto;
    }

}
@media (max-width: 400px){

    /* owl-carousel
    ---------------------------------*/
    .owl-carousel .owl-dots {
        padding: 5px 0 0px 0;
    }
    /* b-small-contact
    ---------------------------------*/
    .b-small-address {
        display: none;
    }
    /* b-complite-work
    ---------------------------------*/
    .b-complite-work__content__list__item__img span {
        width: 40px;
        height: 40px;
        top: 3px;
        left: 2px;
        font-size: 9px;
        line-height: 40px;
    }
    .b-complite-work__content__list__item__content {
        padding: 5px 0 10px 0;
        font-size: 13px;
    }
    /* b-service
    ---------------------------------*/
    .b-service__content__list__item__content > .col {
        width: 100%;
    }
    /* b-contacts
    ---------------------------------*/
    .b-contacts__content__info {
        padding: 0;
    }
    /* b-info
    ---------------------------------*/
    .b-info__content__list > .col {
        width: 100%;
    }
}

#form-price-1, #form-price-2, #form-price-3, #form-price-4, #form-price-5, #form-price-6, #form-price-7, #form-price-8, #form-price-9{
    width: 1100px;
}

@media (max-width: 991px){
    #form-price-1, #form-price-2, #form-price-3, #form-price-4, #form-price-5, #form-price-6, #form-price-7, #form-price-8, #form-price-9{
        max-width: 600px;
    }
}

@media (max-width: 991px){
.b-logo__img {
    width: 250px;
}
}

@media (max-width: 700px){
    #form-price-1, #form-price-2, #form-price-3, #form-price-4, #form-price-5, #form-price-6, #form-price-7, #form-price-8, #form-price-9{
        max-width: 500px;
    }
}

@media (max-width: 500px){
    #form-price-1, #form-price-2, #form-price-3, #form-price-4, #form-price-5, #form-price-6, #form-price-7, #form-price-8, #form-price-9{
        max-width: 100%;
    }
}

.b-product-modal__image .owl-carousel .owl-nav .owl-prev {
    left: -17px;
}
.icon-long-arrow-pointing-to-the-left::before {
    content: "\ea40";
}
.b-product-modal__image .owl-carousel .owl-nav .owl-prev, .b-product-modal__image .owl-carousel .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    margin: -17px 0 0 0;
    width: 34px;
    height: 34px;
    border: 3px solid #FF0046;
    color: #000;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
    font-size: 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-align-content: center;
        -ms-flex-line-pack: center;
            align-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: #fff;
}
.b-product-modal__image .owl-carousel .owl-nav .owl-next {
    right: -17px;
}
/* .icon-long-arrow-pointing-to-the-right::before {
    content: "\ea3c";
}

.icon-hawk_left-arrow-circular-button::before {
    content: "\ea44";
}

.icon-hawk_right-arrow-circular-button::before {
    content: "\ea42";
} */

.b-product-modal__image .owl-carousel .owl-nav .owl-prev:hover, .b-product-modal__image .owl-carousel .owl-nav .owl-next:hover {
    background: #FF0046;
}

/* .icon-hawk_phone::before {
    content: "\e942";
}
.icon-hawk_clock-2::before {
    content: "\e953";
} */
.icon-hawk_phone-call-type-2:before,
.icon-hawk_phone-type-2:before {
  content: "\e923";
}
.header-content .b-logo {
    width: 42%;
}
.header-content .b-small-address {
    width: 29%;
}
.header-content .b-small-contact {
    width: 32%;
}
.b-small-address .b-list-with-icon__content {
    color: black;
}
.b-small-address .b-list-with-icon {
    text-decoration: none;
}
.b-small-address a.b-list-with-icon {
    margin-top: 5px;
}
.b-small-address .b-list-with-icon:hover i.icon {
    background-color: #1C69D4;
}
.b-small-address .b-list-with-icon i.icon {
    color: black;
}
.icon_mobile__velcom {
    width: 22px;
    height: 17px;
    margin-right: 10px;
    background-image: url(../images/velc.png);
    margin-top: 3px;
}
.icon_mobile__mts {
    width: 22px;
    height: 22px;
    margin-right: 10px;
    background-image: url(../images/mts.gif);
    margin-top: 4px;
}

@media (max-width: 991px){
    .header-content {
        display: inline-block;
        width: 100%;
    }
    #header {
        height: 446px;
        margin: 0 0 -446px 0;
    }
    .header-content .b-logo {
        width: 100%;
        margin-bottom: 50px;
    }
    .header-content .b-small-address,
    .header-content .b-small-contact {
        width: 100%;
        display: inline-block;
        vertical-align: top;
        margin: 0;
        padding: 0;
    }
    .b-small-contact .b-small-contact__item.b-small-contact__item_phone:first-child {
        display: none;
    }
    .header-content .b-small-contact__item {
        padding: 0;
        margin: 0;
        margin-top: 15px;
    }
    .header-content .b-small-contact {
        position: absolute;
        width: 50%;
        right: 0;
        top: 5px;
    }
    .header-content .b-small-address {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
    }
    .b-small-address .b-list-with-icon {
        width: 40%;
    }
    .b-promo {
        padding: 220px 0 45px 0;
    }
    .b-small-address a.b-list-with-icon {
        margin-top: 0;
    }
}

@media (max-width: 767px){
    .b-logo__text {
        display: table-cell;
    }
    .b-small-address .b-list-with-icon {
        width: auto;
    }
    .b-small-address a.b-list-with-icon {
        margin-left: 20px;
    }
    .header-content .b-small-address {
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
           -moz-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end;
    }
    .b-promo {
        padding: 190px 0 45px 0;
    }
}

@media (max-width: 640px){
    .b-small-contact__item_info {
        display: block;
    }
}

@media (max-width: 600px){
    .header-content .b-small-contact {
        position: initial;
        display: block;
        margin: auto;
        width: 100%;
    }
    .header-content .b-small-contact__item {
        text-align: center;
    }
    .header-content .b-small-address {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
           -moz-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
    .header-content .b-logo {
        margin-bottom: 20px;
    }
    .header-content .b-logo a {
        margin: auto;
    }
    .b-small-contact__item_phone a {
        margin: 0 3px;
    }
    .b-promo {
        padding: 240px 0 45px 0;
    }
}

@media (max-width: 400px){
    .b-small-address .b-list-with-icon,
    .b-small-address a.b-list-with-icon {
        width: auto;
        margin: 0;
    }
    .b-small-address a.b-list-with-icon {
        margin-top: 10px;
    }
    .header-content .b-small-address {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
           -moz-box-orient: vertical;
           -moz-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }
    .b-promo {
        padding: 240px 0 45px 0;
    }
}



.head_icon {
    display: inline-block;
    width: 21px;
    height: 21px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    margin-right: 5px;
}

.head_phone {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #000;
    font-size: 28px;
    font-family: 'FSElliotProBold';
}

.viber_icon {
    background-image: url(/images/icon/whatsapp.svg);
}

.whatsapp_icon {
    background-image: url(/images/icon/whatsapp2.svg);
}

._caption {
    position: absolute;
    top: 25px;
	right: 30px;
    z-index: 10
}

._h3 {
    font-size: 14px;
    margin: 0 0 8px;
    background-color: #FF003C;
    padding: 5px 10px;
    border-radius: 3px;
    text-transform: uppercase;
    display: inline-block;
    letter-spacing: .075em;
    color: #fff;
}




/* Стили для выпадающего списка телефона */
.phone-input-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 0;
}

.phone-input-wrapper .icon-hawk_phone-call-type-2 {
    position: absolute;
    left: 10px;
    z-index: 1;
    color: #999;
}

.phone-input-wrapper .country-code {
    padding: 10px 5px 10px 35px;
    border: none;
    background: transparent;
    font-size: 14px;
    outline: none;
    width: 100px;
    cursor: pointer;
    z-index: 2;
}

.phone-input-wrapper .input-phone {
    flex: 1;
    border: none !important;
    padding: 10px 10px 10px 5px !important;
    background: transparent !important;
    outline: none !important;
    min-width: 150px;
}

.phone-input-wrapper .input-phone:focus {
    box-shadow: none !important;
    border: none !important;
}

/* Стили для выпадающего списка */
.phone-input-wrapper .country-code option {
    padding: 5px;
}


/* =================================== */
/* СТИЛИ ДЛЯ ПОЛЯ ТЕЛЕФОНА С ВЫБОРОМ СТРАНЫ */
/* =================================== */

.phone-input-wrapper {
    display: flex;
    align-items: center;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    overflow: hidden;
    height: 62px;
    width: 100%;
}

/* Выпадающий список выбора страны */
.phone-input-wrapper .country-code {
    padding: 10px 30px 10px 15px;
    border: none;
    background: #f5f5f5;
    font-size: 15px;
    font-weight: 500;
    outline: none;
    width: auto;
    min-width: 100px;
    cursor: pointer;
    height: 100%;
    color: #333;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    flex-shrink: 0;
    /* Стрелка вниз */
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23666' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 16px;
    border-right: 1px solid #ddd;
}

/* Убираем стандартную стрелку в IE */
.phone-input-wrapper .country-code::-ms-expand {
    display: none;
}

/* Стили для option */
.phone-input-wrapper .country-code option {
    padding: 8px 12px;
    font-size: 14px;
    background: #fff;
    color: #333;
}

/* Поле ввода номера */
.phone-input-wrapper .input-phone {
    flex: 1;
    border: none !important;
    padding: 10px 15px !important;
    background: transparent !important;
    outline: none !important;
    min-width: 120px;
    height: 100%;
    font-size: 18px;
    color: #333;
}

.phone-input-wrapper .input-phone:focus {
    box-shadow: none !important;
    border: none !important;
    outline: none !important;
}

.phone-input-wrapper .input-phone::placeholder {
    color: #aaa;
    font-size: 16px;
}

/* =================================== */
/* АДАПТИВ ДЛЯ МОБИЛЬНЫХ УСТРОЙСТВ */
/* =================================== */

@media (max-width: 768px) {
    .phone-input-wrapper {
        height: 54px;
    }
    
    .phone-input-wrapper .country-code {
        font-size: 13px;
        min-width: 85px;
        padding: 8px 25px 8px 12px;
        background-size: 14px;
        background-position: right 8px center;
    }
    
    .phone-input-wrapper .input-phone {
        font-size: 16px;
        padding: 8px 12px !important;
        min-width: 100px;
    }
    
    .phone-input-wrapper .input-phone::placeholder {
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    .phone-input-wrapper {
        height: 48px;
    }
    
    .phone-input-wrapper .country-code {
        font-size: 12px;
        min-width: 75px;
        padding: 6px 20px 6px 10px;
        background-size: 12px;
        background-position: right 6px center;
    }
    
    .phone-input-wrapper .input-phone {
        font-size: 14px;
        padding: 6px 10px !important;
        min-width: 80px;
    }
    
    .phone-input-wrapper .input-phone::placeholder {
        font-size: 12px;
    }
}