/*  F O N T S  */

@font-face {
    font-family: "RalewayRegular";
    src: url("../fonts/RalewayRegular/RalewayRegular.eot");
    src: url("../fonts/RalewayRegular/RalewayRegular.eot?#iefix")format("embedded-opentype"),
    url("../fonts/RalewayRegular/RalewayRegular.woff") format("woff"),
    url("../fonts/RalewayRegular/RalewayRegular.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: "RalewayThin";
    src: url("../fonts/RalewayThin/RalewayThin.eot");
    src: url("../fonts/RalewayThin/RalewayThin.eot?#iefix")format("embedded-opentype"),
    url("../fonts/RalewayThin/RalewayThin.woff") format("woff"),
    url("../fonts/RalewayThin/RalewayThin.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: "RalewayExtraLight";
    src: url("../fonts/RalewayExtraLight/RalewayExtraLight.eot");
    src: url("../fonts/RalewayExtraLight/RalewayExtraLight.eot?#iefix")format("embedded-opentype"),
    url("../fonts/RalewayExtraLight/RalewayExtraLight.woff") format("woff"),
    url("../fonts/RalewayExtraLight/RalewayExtraLight.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: "RalewayLight";
    src: url("../fonts/RalewayLight/RalewayLight.eot");
    src: url("../fonts/RalewayLight/RalewayLight.eot?#iefix")format("embedded-opentype"),
    url("../fonts/RalewayLight/RalewayLight.woff") format("woff"),
    url("../fonts/RalewayLight/RalewayLight.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: "RalewayMedium";
    src: url("../fonts/RalewayMedium/RalewayMedium.eot");
    src: url("../fonts/RalewayMedium/RalewayMedium.eot?#iefix")format("embedded-opentype"),
    url("../fonts/RalewayMedium/RalewayMedium.woff") format("woff"),
    url("../fonts/RalewayMedium/RalewayMedium.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: "RalewaySemiBold";
    src: url("../fonts/RalewaySemiBold/RalewaySemiBold.eot");
    src: url("../fonts/RalewaySemiBold/RalewaySemiBold.eot?#iefix")format("embedded-opentype"),
    url("../fonts/RalewaySemiBold/RalewaySemiBold.woff") format("woff"),
    url("../fonts/RalewaySemiBold/RalewaySemiBold.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: "RalewayBold";
    src: url("../fonts/RalewayBold/RalewayBold.eot");
    src: url("../fonts/RalewayBold/RalewayBold.eot?#iefix")format("embedded-opentype"),
    url("../fonts/RalewayBold/RalewayBold.woff") format("woff"),
    url("../fonts/RalewayBold/RalewayBold.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: "RalewayExtraBold";
    src: url("../fonts/RalewayExtraBold/RalewayExtraBold.eot");
    src: url("../fonts/RalewayExtraBold/RalewayExtraBold.eot?#iefix")format("embedded-opentype"),
    url("../fonts/RalewayExtraBold/RalewayExtraBold.woff") format("woff"),
    url("../fonts/RalewayExtraBold/RalewayExtraBold.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: "RalewayBlack";
    src: url("../fonts/RalewayBlack/RalewayBlack.eot");
    src: url("../fonts/RalewayBlack/RalewayBlack.eot?#iefix")format("embedded-opentype"),
    url("../fonts/RalewayBlack/RalewayBlack.woff") format("woff"),
    url("../fonts/RalewayBlack/RalewayBlack.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

/*  C O M M O N  */

body {
    background: #fff;
    font: 15px/1.3 'RalewayRegular';
    color: #272727;
}

h1 {
    font: 42px "RalewayLight";
    color: #262626;
    margin: 0;
    padding: 0 0 0 20px;
    position: relative;
}

h1::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 3px;
    height: 65%;
    background-color: #ff9800;
}

.middle > .container > h1 {
    margin-bottom: 38px;
}

.breadcrumbs ~ .image {
    float: left;
    margin: 0 28px 20px 0;
    position: relative;
    top: 8px;
}

textarea,
input[type="text"] {
    border: 1px solid #e3e3e3;
    box-shadow: inset 0 2px 3px #f3f3f3;
    box-shadow: inset 0 2px 3px #f3f3f3;
    padding: 12px 18px 18px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

input[type="text"] {
    padding: 0 0 0 14px;
}

select {
    display: inline-block;
    vertical-align: middle;
    background-color: #e7e7e7;
    color: #3e3e3e;
    font: 400 13px 'Open Sans';
    border: none;
    border-radius: 5px;
    padding: 0 16px 0 18px;
    cursor: pointer;
    width: 190px;
    height: 36px;
}

body .error {
    border-color: #e86a6a;
}

.grey {
    background-color: #f5f5f5;
}

.fancybox-opened .fancybox-skin {
    -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
       -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
    border-radius: 8px;
}

.fancybox-close {
    background: url(../img/close.png) center center no-repeat;
    top: -20px;
    right: -20px;
    width: 40px; 
    height: 40px;
    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
}

.fancybox-close:hover {
    trans: rotate(180deg);
}

/*  I O N . R A N G E S L I D E R  */

.irs-slider {
    top: 20px;
    width: 16px;
    height: 16px;
    background: #f3f3f3;
    border-radius: 50%;
    border: 1px solid #dcdcdc;
    -webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
    box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
    background: #f3f3f3;
    background: -moz-radial-gradient(center, ellipse cover,  #f3f3f3 0%, #e7e7e7 50%, #f3f3f3 100%);
    background: -webkit-radial-gradient(center, ellipse cover,  #f3f3f3 0%,#e7e7e7 50%,#f3f3f3 100%);
    background: radial-gradient(ellipse at center,  #f3f3f3 0%,#e7e7e7 50%,#f3f3f3 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e7e7e7', endColorstr='#e7e7e7',GradientType=1 );
}

.irs-line {
    border: 1px solid #e3e3e3;
    border-radius: 5px;
}

.irs-bar {
    top: 25px;
    background: #ffea00;
    background: -moz-linear-gradient(top,  #ffea00 0%, #e0a846 100%);
    background: -webkit-linear-gradient(top,  #ffea00 0%,#e0a846 100%);
    background: linear-gradient(to bottom,  #ffea00 0%,#e0a846 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffea00', endColorstr='#e0a846',GradientType=0 );
}

.irs-line-right,
.irs-line-left,
.irs-line-mid  {
    background: #fbfbfb;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
}

/*  S L I C K  */

.slick-next,
.slick-prev {
    width: 32px;
    height: 32px;
    font-size: 0;
    overflow: hidden;
    padding: 0;
    margin: 0;
    position: absolute;
    top: -90px;
    right: 12px;
    background: none;
    border-radius: 0;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.slick-next {
    background: url(../img/controls_next.png) 0 0 no-repeat;
}

.slick-prev {
    background: url(../img/controls_prev.png) 0 0 no-repeat;
    right: 70px;
}

.slick-next:hover,
.slick-prev:hover {
    background-position: 0 -32px;
    opacity: 1;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.slick-next.slick-disabled,
.slick-prev.slick-disabled {
    opacity: 0.7;
    background-color: transparent;
}

/*  B U T T O N S  */

button,
.button {
    background: #e67a25;
    background: -moz-linear-gradient(top,  #e67a25 0%, #ee1e25 100%);
    background: -webkit-linear-gradient(top,  #e67a25 0%,#ee1e25 100%);
    background: linear-gradient(to bottom,  #e67a25 0%,#ee1e25 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e67a25', endColorstr='#ee1e25',GradientType=0 );
    font: 15px 'Open Sans';
    padding: 12px 28px 13px;
    position: relative;
    top: 0;
    -webkit-box-shadow: 0 1px 0 #f1464c, 0 4px 0 #ca2a00;
    box-shadow: 0 1px 0 #f1464c, 0 4px 0 #ca2a00;
    color: #fff;
    border: none;
    border-radius: 5px;
    margin: 0;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    -webkit-transition: all 0.1s;
    -o-transition: all 0.1s;
    transition: all 0.1s;
}

button:hover,
.button:hover  {
    text-decoration: none;
    color: #fff;
    top: 2px;
    -webkit-box-shadow: 0 1px 0 #f1464c, 0 2px 0 #ca2a00;
    box-shadow: 0 1px 0 #f1464c, 0 2px 0 #ca2a00;
}

button:active,
button:focus,
.button:active,
.button:focus {
    text-decoration: none;
}

button img:first-child,
.button img:first-child {
    margin: 0 10px 0 -2px;
    float: left;
    position: relative;
    top: 2px;
}

button img:first-child + span,
.button img:first-child + span {
    overflow: hidden;
    text-align: left;
    display: block;
}

.button.light,
button.light {
    padding: 12px 28px 15px;
    color: #e14117;
    background: transparent;
    border: 2px solid #e14117;
    box-shadow: none;
}

.button.light:hover,
button.light:hover,
.button.light.active {
    background: #f49a12;
    border-color: #f49a12;
    color: #fff;
    top: 0;
}

.toggle {
    width: 44px;
    padding: 0;
    display: inline-block;
}
.toggle span {
    display: block;
    height: 5px;
    background-color: #f1f1f1;
    border-radius: 5px;
    margin-top: 6px;
}
.toggle::before,
.toggle::after {
    content: '';
    display: block;
    margin-top: 0;
    height: 5px;
    background-color: #f1f1f1;
    border-radius: 5px;
}
.toggle::after {
    margin-top: 6px;
}
.toggle:hover {
    opacity: 0.7;
}

/*  F O R M S  */

.form {
    width: 100%;
    background: #f8f8f8 url(../img/corner.png) top right no-repeat;
    padding: 35px 35px;
    font: 13px 'RalewayLight';
    -webkit-flex: 1 1 auto;
    -moz-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    -o-flex: 1 1 auto;
    flex: 1 1 auto;
}

.form .heading {
    font: 19px 'RalewayMedium';
    margin-top: -7px;
    padding-bottom: 2px;
}

.form > div + div {
    margin-top: 25px;
}

.form .right {
    text-align: right;
}

.form input[type="text"],
.form textarea {
    width: 100%;
    height: 44px;
    padding-left: 16px;
    font: 13px 'RalewayLight';
}

.form textarea {
    height: 136px;
}

.form .caption {
    margin: 0 0 6px;
    color: #353535;
}

.form button.light {
    padding-left: 22px;
    padding-right: 22px;
    border-radius: 100px;
}

.form .radio {
    margin-bottom: 0;
}

.form .radio + .radio {
    margin-top: 36px;
}

.form .radio input[type="radio"] {
    display: none;
}

.form .radio label {
    margin: 0;
    padding: 0;
    font: 15px 'RalewayRegular';
    overflow: hidden;
    width: 100%;
}

.form .radio label::before {
    content: '';
    float: left;
    width: 28px;
    height: 28px;
    margin-right: 16px;
    border: 1px solid #cccccc;
    background-color: #fff;
    border-radius: 2px;
}

.form .radio input[type="radio"]:checked + label::before {
    background-image: url(../img/check.png);
    background-position: center center;
    background-repeat: no-repeat;
}

.form .radio label .wrap {
    margin-top: 3px;
    overflow: hidden;
}

.form .radio label .name {
    margin-bottom: 8px;
    font: 17px 'RalewayMedium';
}

.form .radio label span {
    display: block;
}

.form .radio label a {
    font: 15px 'RalewayLight';
    color: #d59000;
    text-decoration: underline;
    margin-left: 10px;
}

.form .radio label a:hover {
    text-decoration: none;
}

.form input.address {
    padding-left: 40px;
    background: #fff url(../img/pointer_2.png) 17px 15px no-repeat;
}

.form .name + input.address {
    margin-top: 8px;
}

.form input.address + span {
    margin-top: 10px;
    font: 13px 'RalewayLight';
}

/*  H E A D E R  */

header .top {
    background: #3e3e3e;
    margin-bottom: 30px;
}

header .top .wrap {
    padding-top: 12px;
}

header .container > .wrap {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center;
}

header .middle {
    padding-bottom: 30px;
    background: #fff;
    position: relative;
    z-index: 11;
}

header .bottom {
    position: relative;
    z-index: 10;
    -webkit-box-shadow: 0 5px 5px rgba(0,0,0,0.2);
    box-shadow: 0 5px 5px rgba(0,0,0,0.2);
    background: #e14117;
    background: -moz-linear-gradient(top,  #e14117 0%, #bf330e 100%);
    background: -webkit-linear-gradient(top,  #e14117 0%,#bf330e 100%);
    background: linear-gradient(to bottom,  #e14117 0%,#bf330e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e14117', endColorstr='#bf330e',GradientType=0 );
}

header .bottom .wrap {
    padding-top: 0;
}

/*  T O P M E N U  */

header .topnav {
    margin-top: -12px;
}

header .topnav ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

header .topnav ul li {
    float: left;
}

header .topnav ul li a {
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    font: 13px 'RalewayExtraBold';
    display: block;
    padding: 22px 20px 23px;
}

header .topnav ul li:hover,
header .topnav ul li.active {
    background-color: #ff9800;
}

header .topnav ul li:hover a,
header .topnav ul li.active a {
   color: #272727;
}

header .topnav .toggle  {
    display: none;
}

/*  C A L L  */

.call {
    padding-left: 22px;
    text-align: right;
    position: relative;
    -webkit-flex: 1 1 0;
    -moz-flex: 1 1 0;
    -ms-flex: 1 1 0;
    -o-flex: 1 1 0;
    flex: 1 1 0;
}

.call .phone {
    display: inline-block;
    vertical-align: middle;
    font: 800 24px/1 'Open Sans';
    color: #fff;
    position: relative;
    margin: 0 0 12px;
    white-space: nowrap;
    padding-left: 38px;
}

.call .phone::before {
    content: '';
    background: url(../img/phone.png) center left no-repeat;
    width: 28px;
    height: 18px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -9px;
}
 
.call .phone a, .call .phone a:visited, .call .phone a:hover, .call .phone a:active {
    color: #fff;
}     

.call .button {
    vertical-align: middle;
    font: 14px/31px 'RalewayLight';
    padding: 0 18px;
    margin: 0 0 12px 12px;
    color: #fff;
}

/*  L O G O  */

header .logo a,
header .logo .text {
    display: inline-block;
    vertical-align: middle;
}

header .logo .text {
    margin-left: 18px;
    color: #432201;
    font-family: "RalewayLight";
}

/*  I N F O  */

.info {
    color: #474747;
    padding: 0 20px;
}

.info .address {
    font: 14px "RalewaySemiBold";
    margin-bottom: 6px;
}

.info .schedule img {
    margin-right: 4px;
}

.info .schedule {
    font: 12px "RalewayLight";
}

/*  M I N I C A R T  */

header .minicart {
    -webkit-flex: 0 0 auto;
    -moz-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    -o-flex: 0 0 auto;
    flex: 0 0 auto;
}

header .minicart .count {
    display: inline-block;
    vertical-align: top;
    background:  url(../img/cart.png) 0 0 no-repeat;
    position: relative;
    width: 47px;
    height: 37px;
    margin-right: 11px;
}

header .minicart .wrap {
    display: inline-block;
    vertical-align: top;
}

header .minicart .count span {
    position: absolute;
    color: #fff;
    font: 10px arial;
    right: 2px;
    top: 8px;
    width: 13px;
    text-align: center;
}

header .minicart p {
    color: #474747;
    font: 15px "RalewaySemiBold";
    display: block;
    margin: 0 0 8px;
}

header .minicart p span {
    display: block;
    font: 15px "RalewayLight";
    margin: 2px 0 6px;
}

header .minicart a {
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
}

header .minicart a.popup {
    font-size: 13px;
    color: #f4a111;
    text-decoration: underline;
    margin-right: 4px;
}

header .minicart a.popup:hover {
    text-decoration: none;
}

header .minicart a.checkout {
    color: #fff;
    font: 13px/1 "RalewayLight";
    padding: 7px 11px 8px 12px;
    border-radius: 5px;
    background: #ffad31;
    position: relative;
    top: 0;
    background: -moz-linear-gradient(top,  #ffad31 0%, #f49b13 100%);
    background: -webkit-linear-gradient(top,  #ffad31 0%,#f49b13 100%);
    background: linear-gradient(to bottom,  #ffad31 0%,#f49b13 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffad31', endColorstr='#f49b13',GradientType=0 );
    -webkit-box-shadow: inset 0 -1px 0 #f6ad3f, 0 2px 0 #e28902, 0 3px 4px rgba(0,0,0,0.25);
    box-shadow: inset 0 -1px 0 #f6ad3f, 0 2px 0 #e28902, 0 3px 4px rgba(0,0,0,0.25);
    text-decoration: none;
    -webkit-transition: all 0.05s;
    -o-transition: all 0.05s;
    transition: all 0.05s;
}

header .minicart a.checkout:hover {
    top: 2px;
    -webkit-box-shadow: inset 0 -1px 0 #f6ad3f, 0 1px 1px rgba(0,0,0,0.4);
    box-shadow: inset 0 -1px 0 #f6ad3f, 0 1px 1px rgba(0,0,0,0.4);
}

header .minicart a.checkout img {
    margin-left: 6px;
}

header .minicart.empty .count,
header .minicart.empty .wrap {
    vertical-align: middle;
}

header .minicart.empty p {
    margin: 0;
}

/*  N A V  */

header .nav {
    -webkit-flex: 1 1 auto;
    -moz-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    -o-flex: 1 1 auto;
    flex: 1 1 auto;
}

header .nav::after,
header .nav::before {
    display: none;
}

header .nav .toggle {
    display: none;
}

header .nav > ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
}

header .nav > ul > li {
    -webkit-flex: 1 1 auto;
    -moz-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    -o-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: center;
    border-left: 1px solid rgba(255,255,255,0.24);
    position: relative;
}

header .nav > ul > li:last-child {
    border-right: 1px solid rgba(255,255,255,0.24);
}

header .nav > ul > li > a {
    font: 14px/1.6 "RalewayExtraBold";
    display: inline-block;
    padding: 19px 12px;
    text-decoration: none;
    color: #fff;
    display: block;
    text-transform: uppercase;
    position: relative;
    z-index: 3;
    /* -webkit-transition: all 0.12s;
    -o-transition: all 0.12s;
    transition: all 0.12s; */
}

header .nav > ul > li:hover > a,
header .nav > ul > li.active > a {
    color: #272727;
}

header .nav > ul > li::before,
header .nav > ul > li::before {
    content: '';
    position: absolute;
    top: -100%;
    left: 0;
    height: 100%;
    right: 0;
    margin: 0 8px;
    border-radius: 0 0 6px 6px;
    background-color: #fff;
    /* -webkit-transition: all 0.12s;
    -o-transition: all 0.12s;
    transition: all 0.12s; */
}

header .nav ul > li > a::before,
header .nav ul > li > a::before {
    content: '';
    position: absolute;
    top: -8px;
    right: 0;
    width: 8px;
    height: 8px;
    background: url(../img/nav_active_topright.png) 0 0 no-repeat;
    /* -webkit-transition: all 0.06s ease 0.06s;
    -o-transition: all 0.06s ease 0.06s;
    transition: all 0.06s ease 0.06s; */
}

header .nav > ul > li > a::after,
header .nav > ul > li > a::after {
    content: '';
    position: absolute;
    top: -8px;
    left: 0;
    width: 8px;
    height: 8px;
    background: url(../img/nav_active_topleft.png) 0 0 no-repeat;
    /* -webkit-transition: all 0.06s ease 0.06s;
    -o-transition: all 0.06s ease 0.06s;
    transition: all 0.06s ease 0.06s; */
}

header .nav > ul > li:hover::before,
header .nav > ul > li.active::before {
    top: -8px;
    -webkit-box-shadow: 0 2px 4px rgba(0,0,0,0.15);
    box-shadow: 0 2px 4px rgba(0,0,0,0.15);
}

header .nav > ul > li:hover > a::before,
header .nav > ul > li.active > a::before {
    top: 0;
}

header .nav > ul > li:hover > a::after,
header .nav > ul > li.active > a::after {
    top: 0;
}

header .nav > ul > li.inactive > a {
    color: #fff;
}

header .nav > ul > li.inactive::before {
    top: -100%;
    -webkit-box-shadow: none;
    box-shadow: none;
}

header .nav > ul > li.inactive > a::before {
    top: -8px;
}

header .nav > ul > li.inactive > a::after {
    top: -8px;
}

header .nav > ul > li.parent:hover::after {
    content: '';
    position: absolute;
    bottom: -7px;
    left: 0;
    width: 100%;
    height: 8px;
    background: url(../img/arrow_5.png) top center no-repeat;
    z-index: 91;
}

header .nav > ul > li > ul {
    position: absolute;
    z-index: 9;
    top: 100%;
    left: 10px;
    margin-top: 7px;
    background-color: #fff;
    padding: 0;
    list-style: none;
    text-align: left;
    z-index: 91;
    overflow: hidden;
    -webkit-box-shadow: 0 10px 15px rgba(0,0,0,0.3);
    -moz-box-shadow: 0 10px 15px rgba(0,0,0,0.3);
    box-shadow: 0 10px 15px rgba(0,0,0,0.3);
    border-radius: 7px;
    display: none;
}

header .nav > ul > li > ul li + li {
    border-top: 1px dotted #dfdfdf;
}

header .nav > ul > li > ul a {
    font: 14px/1.6 "RalewayMedium";
    color: #272727;
    text-decoration: none;
    display: block;
    padding: 11px 40px 12px;
    position: relative;
    overflow: hidden;
    white-space: nowrap;
}

header .nav > ul > li > ul > li:first-child a {
    padding-top: 15px;
}

header .nav > ul > li > ul > li:last-child a {
    padding-bottom: 16px;
}

header .nav > ul > li > ul a:hover {
    color: #353535;
}

header .nav > ul > li > ul a:hover,
header .nav > ul > li > ul li.active {
    background-color: #f3f3f3;
    -webkit-box-shadow: inset 4px 0 0 #ff9800;
    box-shadow: inset 4px 0 0 #ff9800;
}

header .nav > ul > li:hover > ul {
    display: block;
}

/*  S E A R C H  */

header .search {
    position: relative;
    margin-left: 80px;
    -webkit-flex: 0 1 auto;
    -moz-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    -o-flex: 0 1 auto;
    flex: 0 1 auto;
}

header .search input[type="text"] {
    width: 250px;
    height: 40px;
    padding-right: 44px;
    color: #fff;
    font: 12px/1 "RalewayLight";
    -webkit-transition: all 0.15s;
    -o-transition: all 0.15s;
    transition: all 0.15s;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #e48d76;
    border-radius: 6px;
}

header .search input[type="text"]::-webkit-input-placeholder {color:#fff;}
header .search input[type="text"]::-moz-placeholder          {color:#fff;}
header .search input[type="text"]:-moz-placeholder           {color:#fff;}
header .search input[type="text"]:-ms-input-placeholder      {color:#fff;}

header .search input[type="text"].short {
    width: 100px;
}

header .search input[type="submit"] {
    position: absolute;
    right: 0;
    top: 0;
    width: 46px;
    height: 40px;
    padding: 0;
    margin: 0;
    border: none;
    background: url(../img/search.png) center 12px no-repeat;
}

header .search input[type="submit"]:hover {
    opacity: 0.8;
}

/*  S L I D E R  */

.slider {
    position: relative;
    overflow: hidden;
    border-bottom: 3px solid #f49a12;
}

.slider ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.slider li a {
    display: block;
}

.slider li img {
    max-width: 100%;
    height: auto;
}

.slider .controls {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.slider .slick-next, 
.slider .slick-prev {
    width: 60px;
    height: 60px;
    bottom: 0;
    top: auto;
    right: 75px;
    z-index: 6;
}

.slider .slick-next {
    left: auto;
    right: 15px;
    background: url(../img/slider_controls_next.png) top center no-repeat;
}

.slider .slick-prev {
    background: url(../img/slider_controls_prev.png) top center no-repeat;
}

.slider .slick-next:hover, 
.slider .slick-prev:hover {
    background-position: center -60px;
    opacity: 1;
}

.slider .text {
    display: none;
}

.slider a:hover {
    text-decoration: none;
}

.slider .text span {
    font-size: 28px;
    color: #272727;
    display: block;
    background-color: #ececec;
    padding: 18px 14px 4px;
    text-decoration: none;
}

.slider .text span ~ span {
    font: 50px/1 'RalewayBlack';
    padding: 0 14px 22px;
}

/*  A D V A N T A G E S  */

.advantages {
    padding: 50px 0 42px;
}

.advantages ul {
    margin: 0 -15px;
    padding: 0;
    list-style: none;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
}

.advantages ul li {
    margin: 0;
    margin: 0 15px;
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    -o-flex: 1;
    flex: 1;
    border-radius: 10px 0 10px 0;
    padding: 24px 22px 12px;
    -webkit-box-shadow: inset -1px 0 0 #f7b85a;
    box-shadow: inset 0 -1px 0 #f7b85a, 0 3px 0 #ff9800, 0 5px 5px rgba(0,0,0,0.2);
    background: #ffc822;
    background: -moz-linear-gradient(top,  #ffc822 0%, #f49b12 100%);
    background: -webkit-linear-gradient(top,  #ffc822 0%,#f49b12 100%);
    background: linear-gradient(to bottom,  #ffc822 0%,#f49b12 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc822', endColorstr='#f49b12',GradientType=0 );
}


.advantages .title {
    color: black;
}

.advantages .icon {
    float: left;
    margin-right: 17px;
}

.advantages .wrap {
    overflow: hidden;
}

.advantages .title {
    font: 18px/1.3 'RalewaySemiBold';
    margin-top: -3px;
}

.columns + .advantages {
    padding: 55px 0 42px;
}

.container .advantages .container {
    width: auto;
    padding: 0;
}

/*  S E C T I O N  */

.section .title {
    font: 36px/1.35 'RalewayExtraBold';
    margin: 42px 120px 0 0;
}

.section .title::after {
    content: '';
    display: block;
    width: 58px;
    height: 4px;
    background-color: #7daf1c;
    margin: 12px 0 38px;
}

.section ul {
    margin: 0 -12px;
    padding: 0;
    list-style: none;
}

.section li {
    float: left;
    text-align: center;
}

.section li .wrap {
    border: 3px solid #f4a111;
    -webkit-transition: all 0.15s;
    -o-transition: all 0.15s;
    transition: all 0.15s;
    text-align: left;
    margin: 0 12px;
}

.section li a {
    text-decoration: none;
}

.section li .name {
    text-align: center;
    background-color: #fff;
    padding: 20px 10px;
}

.section li img {
    width: 100%;
    height: auto;
}

.section li .name span {
    color: #212121;
    font: 21px 'RalewayMedium';
}

.section li .wrap:hover {
    border-color: #ffc560;
}

/*  P R O D U C T S  */

.products ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.products li {
    display: inline-block;
    vertical-align: top;
    width: 33.333%;
    text-align: center;
}

.products li .wrapper {
    padding: 19px 0 25px;
    background: #f0f0f0;
    border: 3px solid #dbdbdb;
    height: 100%;
}

.products li:hover .wrapper {
    background-color: #fbfbfb;
    border-color: #f7b34d;
    -webkit-box-shadow: 0 2px 2px rgba(0,0,0,0.12);
    box-shadow: 0 2px 2px rgba(0,0,0,0.12);
}

.products li .image {
    margin-bottom: 20px;
    padding: 0 10px;
    position: relative;
}

.products li .image a {
    text-decoration: none;
}

.products li .image img {
    width: 100%;
    height: auto;
}

.products li .image ~ .wrap {
    padding: 0  5px;
}

.products li .discount {
    width: 150px;
    position: absolute;
    right: 11px;
    top: 30px;
}

.products li .discount .text {
    background: url(../img/flag.png) 0 0 no-repeat;
    width: 99px;
    height: 31px;
    font: 13px/24px 'RalewayExtraBold';
    color: #fff;
    text-indent: 17px;
    float: right;
    text-align: left;
}

.products li .discount .value {
    margin-top: 2px;
    background: url(../img/disc.png) 0 0 no-repeat;
    width: 61px;
    height: 62px;
    font: 800 23px/54px 'Open Sans';
    color: #fff;
    position: relative;
    right: -7px;
    float: right;
    text-shadow: 0 -1px 0 #d78e10;
    text-indent: 3px;
}

.products li .discount .value .percent {
    position: relative;
    left: -5px;
    top: 2px;
    width: auto;
    display: inline;
}

.products li .sticker {
    width: 61px;
    height: 62px;
    position: absolute;
    right: 0;
    top: 30px;
    text-align: center;
    background: url(../img/badge.png) 0 0 no-repeat;
    line-height: 0.8;
}

.products li .discount + .sticker {
    top: 104px;
    right: 4px;
}

.products li .sticker span {
    color: #fff;
    text-transform: uppercase;
    font: 9px/0.8 'RalewayExtraBold';
    position: relative;
    top: 12px;
    left: -3px;
}

.products li .wrapper .image + a {
    font: 17px/1.4 'RalewayRegular';
    text-decoration: underline;
    color: #262626;
    display: block;
    margin: 0 10px;
}

.products li .wrapper .image a {
    margin: 0 10px;
    display: block;
}

.products li .wrapper > a:hover {
    text-decoration: none;
}

.products li .price,
.products li .old-price {
    display: inline-block;
    vertical-align: middle;
    margin: 12px 6px 0;
}

.products li .price {
    background: #f49a12;
    color: #fff;
    font: 700 25px 'Open Sans';
    padding: 2px 21px 5px 12px;
    position: relative;
}

.products li .price::after {
    content: '';
    position: absolute;
    right: 0px;
    top: 0px;
    border: 21px solid transparent;
    border-right: 10px solid #f0f0f0;
} 

.products li:hover .price::after {
    border-right-color: #fbfbfb;
}

.products.grey li .price::after {
    border-right-color: #f5f5f5;
}

.products li .old-price {
    color: #303030;
    text-decoration: line-through;
    font: 700 19px 'Open Sans';
}

.products li .wrapper .button {
    margin: 22px 15px 0;
    padding: 10px 16px 13px;
}

.products.white li .wrapper {
    background: #fff;
}

.products.white li .price::after {
    border-right-color: #fff;
}

/*  P R O D U C T S . H I T S */

.products.hits {
    padding: 24px 0 42px;
    overflow: hidden;
}

.products.hits ul {
    margin: 0 -15px;
}

.products.hits li {
    width: 25%;
    float: left;
    padding: 0 15px;
}

.products.hits .title {
    font: 42px/1.2 'RalewayLight';
    margin: 0 120px 32px 0;
}

.products.hits .title span {
    overflow: hidden;
    display: block;
}

.products.hits .title::before {
    content: '';
    float: left;
    width: 3px;
    height: 30px;
    background-color: #7daf1c;
    margin: 9px 16px 0 0;
    background: #ff9800;
}

.products.hits .slick-next, 
.products.hits .slick-prev {
    top: -70px;
    right: 15px;
}

.products.hits .slick-prev {
    right: 55px;
}

.products.hits .slick-dots {
    margin: 46px 0 0;
    text-align: center;
}

.products.hits .slick-dots li {
    padding: 0;
    margin: 0;
    width: auto;
    float: none;
}

.products.hits .slick-dots li + li {
    margin-left: 7px;
}

.products.hits .slick-dots button {
    padding: 0;
    margin: 0;
    background: none;
    width: 17px;
    height: 17px;
    border: 3px solid #c8c8c8;
    text-indent: 999px;
    overflow: hidden;
    border-radius: 50%;
    -webkit-box-shadow: none;
    box-shadow: none;
    top: 0;
}

.products.hits .slick-active button {
    border-color: #f49a12;
    background-color: #f49a12;
}

/*  S C H E M E  */

.scheme {
    margin: 0 0 50px;
    padding: 50px 0 55px;
    overflow: hidden;
    background: url(../img/abstraction.jpg) top center no-repeat;
}

.scheme .title {
    font: 42px/1.2 'RalewayLight';
    text-align: center;
}

.scheme .title::after {
    content: '';
    display: block;
    width: 58px;
    height: 4px;
    background-color: #f49a12;
    margin: 12px auto 10px;
}

.scheme ul {
    padding: 0;
    margin: 0 -16px;
    list-style: none;
    text-align: center;
}

.scheme ul li {
    width: 25%;
    display: inline-block;
    vertical-align: top;
    margin: 40px 0 0;
    padding: 0 16px;
    position: relative;
    text-align: left;
}

.scheme ul li::after {
    content: '';
    position: absolute;
    right: 10px;
    top: 78px;
    background: url(../img/arrow_3.png) 0 0 no-repeat;
    width: 16px;
    height: 40px;
}

.scheme li .icon {
    margin-bottom: 6px;
    height: 80px;
    margin-left: -7px;
}

.scheme li .icon::after {
    content: '';
    display: inline-block;
    vertical-align: bottom;
    height: 80px;
    width: 0;
    overflow: hidden;
    visibility: hidden;
}

.scheme li .icon img {
    max-width: 100%;
    max-height: 80px;
    display: inline-block;
    vertical-align: bottom;
}

.scheme li .heading {
    font: 19px 'RalewayExtraBold';
    text-transform: uppercase;
    margin-bottom: 12px;
}

.scheme li p {
    color: #545454;
    font: 15px/1.35 'RalewayLight';
}

.scheme li .heading,
.scheme li p {
    margin-right: 28px;
}

.scheme li:nth-child(4n + 4) .heading,
.scheme li:nth-child(4n + 4) p,
.scheme ul li:last-child .heading,
.scheme ul li:last-child p {
    margin-right: 0;
}

.scheme li:nth-child(4n + 4)::after,
.scheme ul li:last-child::after {
    display: none;
}

.container + .scheme {
    margin: 50px 0 0;
}

/*  P R O J E C T S  */

.projects {
    margin: 55px 0 50px;
}

.projects .title {
    font: 42px/1.2 'RalewayLight';
    text-align: center;
    margin-bottom: -10px;
}

.projects .title::after {
    content: '';
    display: block;
    width: 58px;
    height: 4px;
    background-color: #f49a12;
    margin: 12px auto 10px;
}

.projects ul {
    list-style: none;
    padding: 0;
    margin: 0px -13px;
}

.projects ul li {
    display: inline-block;
    vertical-align: top;
    width: 25%;
    padding: 0 13px;
    text-align: center;
    margin-top: 44px;
}

.projects li .image {
    position: relative;
}

.projects li .image::after {
    content: '';
    position: absolute;
    bottom: -25px;
    left: 0;
    right: 0;
    margin: auto -1%;
    height: 55px;
    opacity: 0.72;
    background: url(../img/shadow.png) 0 0 no-repeat;
    background-size: 100% 100%;
}

.projects li .image img {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 9;
    border: 5px solid #f2f2f2;
}

.projects li .info {
    font: 20px 'RalewaySemiBold';
    padding: 0 10px;
    margin-top: 22px;
}

.projects .wrap {
    text-align: center;
}

.projects .button {
    margin-top: 45px;
}

h1 ~ .projects {
    margin: -34px 0 0;
}

.advantages +.projects {
    margin: 20px 0 0;
}

.projects .categories .button {
    padding: 8px 20px 10px;
    margin: 10px 6px 0 0;
}

h1 ~ .projects .categories {
    margin: 55px 0 -20px;
}

/*  F A Q  */

.faq {
    margin: 50px 0 54px;
    padding: 40px 0 60px;
}

.faq .title {
    font: 36px/1.35 'RalewayExtraBold';
    text-align: center;
}

.faq .title span {
    font: 22px 'RalewayLight';
    display: block;
    margin-top: 16px;
}

.faq ul {
    margin: 42px 0 0;
    padding: 0;
    list-style: none;
}

.faq li + li {
    margin-top: 18px;
}

.faq li .question {
    background-color: #fff;
    border-radius: 7px;
    padding: 18px 32px;
    position: relative;
    font: 17px 'RalewaySemiBold';
    cursor: pointer;
    padding-right: 70px;
    -webkit-transition: all 0.15s;
    -o-transition: all 0.15s;
    transition: all 0.15s;
}

.faq li .question .arrow {
    position: absolute;
    right: 23px;
    top: 50%;
    margin-top: -7px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.faq li .question.active .arrow {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

.faq li .answer {
    background-color: #e7e7e7;
    border-radius: 7px;
    padding: 17px 22px;
    font: 15px/1.5 'RalewayLight';
    margin: 22px 0 22px 32px;
    display: none;
}

.faq li:last-child .answer {
    margin-bottom: 0;
}

/*  A B O U T  */

.about {
    margin: 50px 0 54px;
    text-align: justify;
}

.about .title {
    text-align: center;
    font: 42px/1.2 'RalewayLight';
    margin-bottom: 30px;
    padding-left: 0;
}

.about .title::before {
    display: none;
}

.about .title::after {
    display: none;
}

.about p {
    font-size: 16px;
    color: #262626;
    line-height: 1.5;
}

/*  Q U E S T I O N  F O R M  */

.question-form {
    background: url(../img/abstraction.jpg) top center no-repeat;
    padding: 46px 0 90px;
    text-align: center;
    margin-bottom: -58px;
}

.question-form .title {
    font: 34px 'RalewayLight';
    color: #1c1c1c;
}

.question-form form {
    width: 480px;
    border-radius: 8px;
    margin: 38px auto 0;
    position: relative;
    background: #ffb84d;
    background: -moz-linear-gradient(top,  #ffb84d 0%, #f49a12 100%);
    background: -webkit-linear-gradient(top,  #ffb84d 0%,#f49a12 100%);
    background: linear-gradient(to bottom,  #ffb84d 0%,#f49a12 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb84d', endColorstr='#f49a12',GradientType=0 );
}

.question-form form::after {
    content: '';
    width: 124px;
    height: 124px;
    position: absolute;
    bottom: -61px;
    left: -72px;
    background: url(../img/ruler4.png) 0 0 no-repeat;
}

.question-form .heading {
    padding: 35px 50px 26px 50px;
    margin: 0 10px;
    color: #fff;
    font: 20px/1.35 'RalewaySemiBold';
}

.question-form textarea {
    width: 84%;
    height: 85px;
    font-size: 15px;
    border: 1px solid #df9a32;
    padding-top: 15px;
}

.question-form button {
    padding-left: 18px;
    padding-right: 18px;
    margin: 16px 0 32px;
}

/*  F O O T E R  */

footer {
    background-color: #333333;
    color: #fff;
    margin-top: 58px;
}

footer .top {
    padding: 46px 0 20px;
    overflow: hidden;
}

footer .top .wrap {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    margin: 0 -30px;
}

footer .top .wrap > div {
    -webkit-flex: 0 1 auto;
    -moz-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    -o-flex: 0 1 auto;
    flex: 0 1 auto;
    padding: 0 30px;
}

footer .top .wrap > div + div {
    -webkit-flex: 0 0 auto;
    -moz-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    -o-flex: 0 0 auto;
    flex: 0 0 auto;
}

footer .top ul {
    padding: 0;
    margin: -6px 0 0 -30px;
    list-style: none;
}

footer .top ul li {
    display: inline-block;
    vertical-align: top;
    margin: 6px 0 0 30px;
}

footer .top ul a {
    font: 14px 'RalewayLight';
    color: #fff;
    text-decoration: underline;
}

footer .top ul a:hover {
    text-decoration: none;
}

footer .top .title {
    font-family: 'RalewayExtraBold';
    text-transform: uppercase;
    margin-bottom: 18px;
}

footer .top .social {
    margin-top: 24px;
}

footer .top .social a {
    display: inline-block;
    vertical-align: top;
}

footer .top .social a + a {
    margin-left: 4px;
}

footer .top .social a:hover {
    opacity: 0.8;
}

footer .top .info {
    color: #fff;
    padding: 0;
}

footer .bottom {
    background-color: #5a5a5a;
    text-align: center;
    padding: 15px 0;
}

footer .bottom p {
    margin: 0;
    color: #ffffff;
}

footer .call {
    float: none;
    padding-left: 0;
    background: none;
    text-align: right;
}

footer .call .phone::before {
    display: none;
}

footer .call .phone {
    display: block;
    margin: 0 0 18px;
    padding: 0;
}

footer .call .button {
    margin: 0;
}

footer .developer {
    text-align: right;
    margin-top: 22px;
}

footer .developer span {
    font: 13px 'RalewayExtraBold';
    color: #fff;
    text-transform: uppercase;
    margin-right: 12px;
}

footer .developer span,
footer .developer img {
    display: inline-block;
    vertical-align: middle;
}

/*  C A L L B A C K  */

.callback {
    display: none;
    width: 360px;
    background-color: #fff;
    text-align: center;
    border-top: 3px solid #e4390c;
    color: #262626;
    border-radius: 8px;
    overflow: hidden;
}

.callback .title {
    font: 20px 'RalewaySemiBold';
    background-color: #f5f5f5;
    padding: 25px 10px;
}

.callback p {
    margin: 30px 25px 30px;
    font: 17px/1.7 'RalewayRegular';
}

.callback form {
    padding: 0 28px;
}

.callback form input[type="text"] {
    width: 100%;
    height: 44px;
    font: 14px 'RalewayLight';
}

.callback form button {
    padding-left: 40px;
    padding-right: 40px;
    margin: 28px 0 38px;
    border-radius: 100px;
}

.work .callback {
    display: block;
    width: auto;
    margin: 10px 38px 40px;
    background-color: #f3f3f3;
    border-top: none;
    border: 3px dashed#ffb84d;
}

.work .callback .title {
    background: none;
    padding: 24px 32px 0;
}

.work .callback form button {
    padding: 11px 28px 12px;
    margin: 28px 0 34px;
    border-radius: 5px;
}

.work .callback form > div {
    width: 40%;
    display: inline-block;
    margin: 0 10px;
}

.work .callback input[type="text"] {
    box-shadow: inset 0 2px 3px #f3f3f3;
    border: 1px solid #dadada;
}


/*  A P P L I C A T I O N  */

.application {
    display: none;
    width: 360px;
    background-color: #fff;
    text-align: center;
    border-top: 3px solid #e4390c;
    color: #262626;
    border-radius: 8px;
    overflow: hidden;
}

.application .title {
    font: 20px 'RalewaySemiBold';
    background-color: #f5f5f5;
    padding: 25px 14px;
    margin-bottom: 26px;
}

.application p {
    margin: 30px 25px 30px;
    font: 17px/1.7 'RalewayRegular';
}

.application form {
    padding: 0 28px;
    text-align: left;
}

.application form > div + div {
    margin-top: 16px;
}

.application form .caption {
    font: 14px 'RalewayLight';
    color: #424242;
    margin-bottom: 10px;
}

.application form input[type="text"],
.application form textarea {
    width: 100%;
    height: 44px;
    font: 14px 'RalewayLight';
}

.application form textarea {
    height: 90px;
}

.application form button {
    padding-left: 40px;
    padding-right: 40px;
    margin: 12px 0 30px;
    border-radius: 100px;
}

.application .center {
    text-align: center;
}

.application .upload {
    min-height: 46px;
    background: url(../img/input_file_bg.png) 0 0 no-repeat;
    position: relative;
    margin-top: 20px;
}

.application .upload input {
    opacity: 0;
    width: 180px;
    height: 46px;
    position: absolute;
    left: 0;
    top: 0;
    cursor: pointer;
}

.application .upload span {
    font: 13px 'RalewayLight';
    color: #ffffff;
    margin: 15px 0 0 46px;
    width: 135px;
    text-align: center;
    display: inline-block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    padding: 0 8px;
}

.application .upload span + span {
    margin-left: 16px;
    font-style: italic;
    width: auto;
    color: #8b8b8b;
    padding: 0;
}





/*  P O P U P C A R T  */

.popupcart {
    max-width: 945px;
    background-color: #fff;
    display: none;
    border-top: 3px solid #e54419;
    color: #262626;
    border-radius: 8px;
    overflow: hidden;
}

.popupcart .title {
    font: 20px 'RalewaySemiBold';
    background-color: #f5f5f5;
    padding: 28px 32px;
}

.popupcart form {
    padding: 0 34px;
}

.popupcart td {
    padding: 36px 0;
    border-bottom: 1px solid #eaeaea;
}

.popupcart td.price {
    text-align: right;
    font: 31px 'RalewayExtraBold';
    color: #ffad00;
}

.popupcart td.name {
    text-align: left;
    position: relative;
    padding-left: 36px;
    padding-right: 20px;
}

.popupcart td.name img {
    border: 5px solid #f2f2f2;
    padding: 11px;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    float: left;
    margin-right: 16px;
    width: 65px;
    height: auto;
}

.popupcart td.name span {
    overflow: hidden;
    font: 19px/1.4 'RalewayMedium';
    color: #262626;
}

.popupcart td.name .add {
    margin-top: 8px;
    overflow: hidden;
}

.popupcart td.name .add span {
    font-size: 13px;
    display: block;
    color: #808080;
}

.popupcart td.name .add span + span {
    margin-top: 5px;
}

.popupcart td a.shk-del {
    width: 12px;
    height: 12px;
    display: inline-block;
    background: url(../img/x_2.png) 0 0 no-repeat;
    overflow: hidden;
    text-indent: -99;
    position: absolute;
    top: 50%;
    margin-top: -6px;
    left: 0;
}

.popupcart td a.shk-del:hover {
    opacity: 0.7;
}

.fancybox-inner .popupcart {
    display: block;
}

.popupcart td.amount {
    text-align: center;
}

.count {
    display: inline-block;
    background-color: #e7e7e7;
    line-height: 0;
    padding: 1px 5px;
    border-radius: 5px;
    margin: 0 5px;
    white-space: nowrap;
}

.count span {
    color: #4a4a4a;
}

.count button {
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0 5px 0 4px;
    min-width: 20px;
    font: 800 22px 'Open Sans';
    text-align: center;
    color: #4f4f4f;
    border-radius: 0;
    vertical-align: middle;
    top: 0;
}

.count button:hover {
    opacity: 0.7;
    top: 0;
}

.popupcart > .popupcart {
    border-top: none;
}

.count input[type="text"] {
    width: 40px;
    height: 35px;
    font: 400 14px 'Open Sans';
    color: #4f4f4f;
    text-align: center;
    padding-left: 0;
    vertical-align: middle;
    border-radius: 4px;
}

.popupcart .bottom {
    padding: 36px 0 40px;
}

.popupcart .button {
    vertical-align: middle;
    border-radius: 100px;
}

.popupcart a.continue {
    font-size: 16px;
    color: #ffad00;
    display: inline-block;
    vertical-align: middle;
    margin: 0 24px;
    text-decoration: underline;
}

.popupcart a.continue:hover {
    text-decoration: none;
}

.popupcart .bottom .total {
    float: right;
    text-align: right;
    font: 19px 'RalewayMedium';
    position: relative;
    top: -10px;
}

.popupcart .bottom .total .value {
    color: #ffad00;
    font: 800 29px 'Open Sans';
    display: inline-block;
    margin-top: 4px;
}

/*  F U L L C A R T  */

.fullcart table {
    border: 1px solid #eaeaea;
    border-top: 3px solid #d43c14;
    font: 19px 'RalewayMedium';
}

.fullcart table td {
    position: relative;
    padding: 26px 25px;
    border-top: 1px solid #eaeaea;
    text-align: left;
}

.fullcart table td + td {
    border-left: 1px solid #eaeaea;
    text-align: center;
}

.fullcart table td.name a {
    color: #262626;
}

.fullcart table td.amount span {
    font: 14px 'RalewayLight';
    color: #4a4a4a;
    margin: 0 2px;
}

.fullcart td.price {
    font: 24px 'RalewayExtraBold';
    color: #ffad00;
}

.fullcart table .addit span:first-child {
    margin-top: 12px;
}

.fullcart table .addit span {
    display: block;
    font: 13px 'RalewayLight';
    margin-top: 7px;
}

.fullcart table tr td:last-child {
    padding-right: 70px;
    padding-left: 100px;
    text-align: left;
}

.fullcart table td:last-child .wrap {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    border-left: 1px solid #eaeaea;
    width: 70px;
}

.fullcart td a.del {
    width: 12px;
    height: 12px;
    display: inline-block;
    background: url(../img/x_2.png) 0 0 no-repeat;
    overflow: hidden;
    text-indent: -99;
    position: absolute;
    top: 50%;
    margin-top: -6px;
    left: 50%;
    margin-left: -6px;
}

.fullcart td a.del:hover {
    opacity: 0.7;
}

.fullcart tr.total td:last-child {
    font-size: 31px;
}

.fullcart tr.total td,
.fullcart tr.item-param td {
    background-color: #f9f9f9;
}

.fullcart tr.params td {
    background-color: #f9f9f9;
    padding-bottom: 10px;
}

.fullcart tr.param td {
    border-top: none;
    background-color: #f9f9f9;
    font: 16px 'RalewayLight';
    padding: 8px 20px 8px 46px;
}

.fullcart tr.param td.price {
    font: 18px 'RalewayExtraBold';
    color: #ffad00;


}

/*  O R D E R F O R M  */

.orderform {
    margin-top: 60px;
}

.orderform .title {
    font: 29px 'RalewayMedium';
    margin-bottom: 32px;
}

.orderform .row {
    margin: 0;
    overflow: hidden;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

.orderform .form {
    -webkit-flex: 1 1 0;
    -moz-flex: 1 1 0;
    -ms-flex: 1 1 0;
    -o-flex: 1 1 0;
    flex: 1 1 0;
}

.orderform .form + .form {
    margin-left: 32px;
    -webkit-flex: 2.2 1 0;
    -moz-flex: 2.2 1 0;
    -ms-flex: 2.2 1 0;
    -o-flex: 2.2 1 0;
    flex: 2.2 1 0;
}

.orderform .row + .row .form {
    width: 100%;
    margin-top: 45px;
}

.orderform input[name="fullname"],
.orderform input[name="phone"],
.orderform input[name="email"] {
    background: #fff url(../img/input_name_icon.png) 13px center no-repeat;
    padding-left: 38px;
}

.orderform input[name="phone"] {
    background-image: url(../img/input_phone_icon.png); 
}

.orderform input[name="email"] {
    background-image: url(../img/input_email_icon.png);
}

/*  P O P U P M A P  */

.popupmap {
    display: none;
}

.popupmap #map {
    height: 400px;
    width: 100%;
}

/*  W O R K  */

.work {
    max-width: 945px;
    background-color: #fff;
    display: none;
    border-top: 3px solid #e4390c;
    color: #262626;
    border-radius: 8px;
    overflow: hidden;
    display: none;
}

.work .title {
    font: 20px 'RalewaySemiBold';
    background-color: #f5f5f5;
    padding: 28px 32px;
}

.work .wrap {
    padding: 0 38px 44px;
}

.work ul {
    margin: 0 -20px;
    padding: 0;
    list-style: none;
}

.work ul li {
    width: 33.333%;
    padding: 0 20px;
    margin-top: 36px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

.work li::after {
    content: '';
    position: absolute;
    bottom: -25px;
    left: 24px;
    right: 24px;
    margin: auto -1%;
    height: 55px;
    opacity: 0.72;
    background: url(../img/shadow.png) 0 0 no-repeat;
    background-size: 100% 100%;
}

.work li img {
    border: 5px solid #f2f2f2;
    width: 100%;
    height: auto;
    position: relative;
    z-index: 9;
}

.work .content {
    margin: 0 38px 24px;
    color: #000;
}

.work .content p {
    margin: 15px 0;
}

.work .content > :first-child {
    margin-top: 0;
    padding-top: 0;
}

/*  M E A S U R E R  */

.measurer .wrapper {
    padding: 12px;
    margin-bottom: 76px;
    border-radius: 7px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center;
    background: #ffb84d;
    background: -moz-linear-gradient(top,  #ffb84d 0%, #f49a12 100%);
    background: -webkit-linear-gradient(top,  #ffb84d 0%,#f49a12 100%);
    background: linear-gradient(to bottom,  #ffb84d 0%,#f49a12 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb84d', endColorstr='#f49a12',GradientType=0 );
}

.measurer .info {
    position: relative;
    width: 62%;
    padding: 0;
}

.measurer .info .wrap {
    padding: 24px 0 28px 32px;
    position: relative;
}

.measurer .info .wrap::before {
    content: '';
    background: url(../img/ruler.png) 0 0 no-repeat; 
    width: 84px;
    height: 65px;
    top: -30px;
    right: -88px;
    position: absolute;
}

.measurer .info .wrap::after {
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background: #ffffff;
    background: -moz-linear-gradient(top,  #ffffff 0%, #f5f5f5 100%);
    background: -webkit-linear-gradient(top,  #ffffff 0%,#f5f5f5 100%);
    background: linear-gradient(to bottom,  #ffffff 0%,#f5f5f5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f5f5f5',GradientType=0 );
    border-radius: 7px 0 0 7px;
}

.measurer .info::before {
    content: '';
    background: url(../img/ruler2.png) 0 0 no-repeat;
    width: 170px;
    height: 169px;
    bottom: -74px;
    right: -129px;
    position: absolute;
}

.measurer .info::after {
    content: '';
    background: url(../img/measurer_corner.png) 0 0 no-repeat;
    background-size: 100% 100%;
    width: 43px;
    height: 100%;
    top: 0;
    right: -42px;
    position: absolute;
}

.measurer .info .title {
    color: #303030;
    font: 28px 'RalewaySemiBold';
    z-index: 9;
    position: relative;
}

.measurer .info p {
    color: #303030;
    font: 20px 'RalewayLight';
    margin: 14px 0 0;
    position: relative;
    z-index: 9;
    z-index: 9;
    position: relative;
}

.measurer form {
    text-align: center;
    padding: 0 28px 12px 70px;
    overflow: hidden;
    position: relative;
    z-index: 3;
    width: 38%;
}

.measurer form .heading {
    color: #fff;
    font: 20px/1.5 'RalewayMedium';
    margin-top: 4px;
}
.measurer form input[type="text"] {
    width: 80%;
    height: 43px;
    border: 1px solid #df9a30;
    font: 17px 'Open Sans';
    color: #303030;    
    margin-top: 16px;
}

.measurer form button {
    margin-top: 20px;
}

/*  B R E A D C R U M B S  */

.breadcrumbs {
    background-color: #f3f3f3;
    margin: 50px 0 40px;
    border-radius: 4px;
}

.breadcrumbs ul {
    list-style: none;
    padding: 16px 20px 5px 22px;
    margin: 0;
    overflow: hidden;
}

.breadcrumbs ul li {
    float: left;
    margin: 0 0 12px;
}

.breadcrumbs ul li {
    margin-right: 10px;
}

.breadcrumbs ul li + li::before {
    content: '';
    height: 9px;
    width: 15px;
    display: inline-block;
    vertical-align: middle;
    background: url(../img/arrow_4.png) 0 0 no-repeat;
    margin: 0 9px 0 0;
    position: relative;
    top: 2px;
}

.breadcrumbs ul li a,
.breadcrumbs ul li span {
    font: 14px 'RalewayRegular';
    color: #4c4c4c;
    text-decoration: underline;
    display: inline-block;
    vertical-align: middle;
}

.breadcrumbs ul li span {
    text-decoration: none;
}

.breadcrumbs ul li a:hover {
    text-decoration: none;
}

/*  P R O M O T I O N S  */

.promotions ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.promotions ul li {
    overflow: hidden;
}

.promotions ul li + li {
    margin-top: 72px;
}

.promotions ul li > a > img,
.promotions ul li > img {
    margin-right: 26px;
    float: left;
    width: 24.1%;
    height: auto;
}

.promotions ul li .wrap {
    overflow: hidden;
}

.promotions li .time {
    color: #5c5c5c;
    font: 18px 'RalewayLight';
    margin-bottom: 16px;
}

.promotions li .title {
    text-decoration: none;
    color: #262626;
    font: 31px 'RalewaySemiBold';
}

.promotions li a.title:hover {
    text-decoration: underline;
}

.promotions li p,
.promotions li > span {
    font: 17px/1.45 'RalewayLight';
    margin: 0;
    margin-top: 18px;
}

.promotions li p + p {
    margin-top: 24px;
}

/*  T H A N K S  */

.thanks {
    margin-top: 206px;
    background-color: #f8f8f8;
    text-align: center;
    padding: 36px 0 48px;
    position: relative;
    height: 159px;
    margin-bottom: 30px;
}

.thanks .title {
    font: 28px 'RalewayExtraBold';
}

.thanks p {
    font-size: 20px;
    margin: 14px 0 0;
}

.thanks::before {
    content: '';
    width: 18px;
    height: 18px;
    background: url(../img/corner.png) 0 0 no-repeat;
    position: absolute;
    right: 0;
    top: 0;
}

.thanks img {
    position: absolute;
    right: 80px;
    bottom: 0;
}

/*  F L A M P  */

.flamp {
    margin-top: 70px;
}

.flamp .title {
    font: 27px 'RalewaySemiBold';
    margin-bottom: 12px;
}

.flamp .fw__header {
    display: none;
}

.flamp .wrap {
    overflow: hidden;
}

.flamp .fw__projects {
    display: inline-table;
    width: auto;
    max-width: 100%;
    margin-top: 27px;
    margin-left: 0;
    font-size: 14px;
}

.flamp .fw__review-text {
    width: auto;
}

.flamp .fw__author-photo {
    width: 41px;
    height: auto;
}

.flamp .fw__responsive {
    min-width: 0;
    min-height: 0;
}

.flamp .fw__responsive .fw__author-info {
    width: auto;
}

.flamp .fw__responsive .fw__review-text {
    line-height: 1.4;
}

.flamp .fw__author {
    height: 44px;
}

/*  C O N T A C T S  */

.contacts {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

.contacts + .content {
    padding-top: 30px;
    overflow: hidden;
    clear: both;
}

.contacts .wrap {
    overflow: hidden;
    width: 60%;
    -webkit-flex: 1 1 auto;
    -moz-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    -o-flex: 1 1 auto;
    flex: 1 1 auto;
}

.contacts .form {
    width: 40%;
}

.contacts .wrap {
    overflow: hidden;
    width: 60%;
    padding-left: 42px;
}

.contacts .wrap .row {
    margin: 0 -27px;
}

.contacts .address,
.contacts .phone {
    padding-left: 38px;
    background: url(../img/pointer.png) top left no-repeat;
    display: inline-block;
    vertical-align: top;
    font-size: 13px;
    margin: 0 27px 20px;
}

.contacts .address .caption,
.contacts .phone .caption {
    font: 800 14px 'RalewayRegular';
    margin-bottom: 12px;
}

.contacts .phone {
    background-image: url(../img/phone_2.png);
}

.contacts .phone span {
    font: 800 23px/1 'Open Sans';
    color: #25170d;
}

.contacts .map {
    margin-top: 20px;
}

.contacts .map .caption {
    font: 24px 'RalewayMedium';
    color: #323232;
    margin-bottom: 9px;
}

.contacts .map #map {
    width: 100%;
    height: 335px;
}


/*  FAQ  - добавлено  */

.questions {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

.questions + .content {
    padding-top: 30px;
    overflow: hidden;
    clear: both;
}

.questions .wrap {
    overflow: hidden;
    width: 60%;
    -webkit-flex: 1 1 auto;
    -moz-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    -o-flex: 1 1 auto;
    flex: 1 1 auto;
}

.questions .form {
    width: 40%;
}

.questions .wrap {
    overflow: hidden;
    width: 60%;
    padding-left: 42px;
}

.questions .wrap , .questions .wrap .content, .faqman-question, .faqman-question h3, .faqman-answer{
    white-space: normal;
}

.questions .wrap .row {
    margin: 0 -27px;
}

.faqman-question h3 {
    margin-bottom: 25px;
}

.faqman-answer p {

    margin-top: 0px;
    margin-bottom: 0px;    
}


/*  L E F T C O L  */

.leftcol {
    width: 24.4%;
    float: left;
}

.leftcol .box {
    border: 1px solid #e5e9ec;
    padding-bottom: 32px;
    border-radius: 5px;
}

.leftcol .box ~ div {
    margin-top: 24px;
}

.leftcol .box .title {
    font: 16px 'RalewaySemiBold';
}

.leftcol .box .center {
    text-align: center;
}

.leftcol .box .title > span {
    display: inline-block;
    margin: 14px 14px 14px 0;
    padding-left: 26px;
    border-left: 5px solid #f7b34d;
    padding: 8px 0 8px 20px;
}

.leftcol .box .title.grey {
    background-color: #f3f3f3;
    border-bottom: 1px solid #e5e9ec;
}

.leftcol .box .title .toggle {
    width: 34px;
    float: right;
    margin: 18px 14px 14px 0;
    display: none;
}

.leftcol .box .title .toggle::before,
.leftcol .box .title .toggle::after,
.leftcol .box .title .toggle span {
    background-color: #4a4a4a;
}

.leftcol .banner {
    height: 189px;
    position: relative;
}

.leftcol .banner img {
    position: absolute;
    top: 0;
    left: -17px;
}

.leftcol .banner .text,
.leftcol .banner .phone {
    color: #3d3d3d;
    font: 18px 'RalewayMedium';
    position: relative;
    z-index: 3;
    position: absolute;
}

.leftcol .banner .phone {
    color: #ffffff;
    font: 700 20px 'Open Sans';
    bottom: 42px;
    left: 111px;
}

.leftcol .banner .text {
    width: 160px;
    left: 111px;
    top: 20px;
}

.leftcol .service {
    background: #fafafa;
    border: 2px dashed #cdcdcd;
    border-radius: 6px;
    text-align: center;
    padding: 19px 10px 23px;
    position: relative;
}

.leftcol .box ~ .service {
    margin-top: 40px;
}

.leftcol .service .title {
    color: #3a3a3a;
    font: 800 16px 'Open Sans';
    margin-bottom: 17px;
}

.leftcol .service .button {
    border-radius: 100px;
    font-size: 13px;
    padding: 10px 20px 13px;
}

.leftcol .service .icon {
    position: absolute;
    top: -16px;
    left: -16px;
}

.leftcol .box ~ .projects {
    margin: 30px 0 0;
}

.leftcol .projects .title {
    font: 23px 'RalewayExtraBold';
    text-align: left;
    margin-bottom: 14px;
}

.leftcol .projects .title::after {
    display: none;
}

.leftcol .projects ul {
    text-align: center;
}

.leftcol .projects ul li {
    margin-top: 15px;
    width: 100%;
}

.leftcol .projects ul li + li {
    margin-top: 32px;
}

.leftcol .projects li .info {
    margin-top: 25px;
}

.leftcol .projects .button {
    margin-top: 30px;
    font-size: 14px;
    border-width: 1px;
    padding: 9px 24px 11px;
}

.maincol .leftcol {
    display: none;
    margin: 20px 0 0;
}

.maincol .leftcol .box {
    padding: 0;
    border: none;
}

/*  M A I N C O L  */

.maincol {
    float: right;
    width: 75.6%;
    padding-left: 30px;
}

.maincol > h1 {
    margin-top: -7px;
}

.maincol .products {
    margin: 16px 0 0;
}

.maincol .products ul {
    margin: 0 -13px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -moz-box-wrap: wrap;
    -webkit-box-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flexbox-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.maincol .products li {
    padding: 0 13px;
}

.maincol .products li {
    margin-top: 26px;
}

.maincol .content {
    margin-top: 36px;
}

.maincol .banners {
    margin-top: 44px;
}

.maincol .products .nofound {
    margin-left: 13px;
}

/*  F I L T E R  */

.filter {
    padding: 24px 24px 0;
}

.filter .group + .group {
    margin-top: 24px;
    padding-top: 22px;
    border-top: 1px dotted #d0d0d0;
}

.filter .group .caption {
    font: 14px 'RalewaySemiBold';
}

.filter .group ul {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
}

.filter .group a.reset,
.filter .group a.expand {
    font-size: 12px;
    color: #e14117;
    border-bottom: 1px dotted #e14117;
    text-decoration: none;
    display: inline-block;
    margin: 13px 0 14px;
}

.filter .group a.reset {
    display: none;
}

.filter .group a.reset.active {
    display: inline-block;
}

.filter .group a.expand {
    border-bottom: none;
    line-height: 1.5;
}

.filter .group a.expand span {
    border-bottom: 1px dotted #e14117;
    display: inline;
}

.filter .group .reset:hover,
.filter .group a.expand:hover span {
    border-color: transparent;
}

.filter .group a.expand {
    margin: 22px 0 0;
}

.filter .group a.expand span:nth-child(2) {
    display: none;
}

.filter .group .center {
    text-align: center;
}

.filter .range .irs {
    margin-top: 3px;
}

.filter .range .wrap {
    margin-top: 25px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center;
    text-align: center;
}

.filter .range .wrap .from,
.filter .range .wrap .to {
    width: 94px;
    height: 37px;
    color: #7f7f7f;
    font: 400 13px 'Open Sans';
    -webkit-flex: 1 1 0;
    -moz-flex: 1 1 0;
    -ms-flex: 1 1 0;
    -o-flex: 1 1 0;
    flex: 1 1 0;
}

.filter .range .wrap span {
    -webkit-flex: 1 1 0;
    -moz-flex: 1 1 0;
    -ms-flex: 1 1 0;
    -o-flex: 1 1 0;
    flex: 1 1 0;
}

.filter .tiles ul {
    margin: 6px -6px 0;
    padding-bottom: 3px;
}

.filter .tiles .reset.active ~ ul {
    margin-top: -6px;
}

.filter .tiles li {
    display: inline-block;
    vertical-align: top;
    width: 25%;
}

.filter .tiles [type="checkbox"] {
    display: none;
}

.filter .tiles label {
    margin: 0;
    padding: 0;
    display: block;
    cursor: pointer;
}

.filter .tiles li {
    padding: 0 6px;
    margin-top: 12px;
}

.filter .tiles li img {
    width: 100%;
    height: auto;
}

.filter .tiles [type="checkbox"]:checked ~ label img {
    outline: 3px solid #f4a111;
}

.filter .checkboxes [type="checkbox"] {
    display: none;
}

.filter .checkboxes label {
    margin: 0;
    padding: 0;
    display: block;
    cursor: pointer;
}

.filter .checkboxes label::before {
    content: '';
    float: left;
    width: 14px;
    height: 14px;
    margin-right: 11px;
    background: url(../img/checkbox.png) 0 0 no-repeat;
    position: relative;
    top: 3px;
}

.filter .checkboxes input[type="checkbox"]:checked + label::before {
    background-position: 0 -14px;
}

.filter .checkboxes label span {
    overflow: hidden;
    display: block;
    color: #4f4f4f;
    font: 14px/1.3 'RalewayRegular';
}

.filter .checkboxes ul {
    padding-left: 6px;
    margin-top: 17px;
}

.filter .checkboxes .reset.active ~ ul {
    margin-top: 8px;
}

.filter .checkboxes li + li {
    margin-top: 12px;
}

.filter .images ul {
    margin: 0 -12px;
    padding-bottom: 3px;
}

.filter .images .reset.active ~ ul {
    margin-top: -10px;
}

.filter .images li {
    padding: 0 12px;
    vertical-align: middle;
    display: inline-block;
    width: 50%;
    margin-top: 24px;
}

.filter .images [type="checkbox"] {
    display: none;
}

.filter .images label {
    margin: 0;
    padding: 0;
    display: block;
    cursor: pointer;
}

.filter .images li img {
    width: 100%;
    height: auto;
}

.filter .images [type="checkbox"]:checked ~ label img {
    outline: 3px solid #f4a111;
}

/*  S E R V I C E S  */

.services ul {
    padding: 0;
    margin: 10px -13px 0;
    list-style: none;
}

.services ul li {
    display: inline-block;
    vertical-align: top;
    width: 33.333%;
    padding: 0 13px;
    margin-top: 33px;
}

.services li .wrap {
    border: 1px solid #e7e7e7;
    border-top: 3px solid #f4a111;
    text-align: center;
    padding-bottom: 16px;
}

.services ul li:hover .wrap {
    -webkit-box-shadow: 0 2px 2px rgba(0,0,0,0.12);
    box-shadow: 0 2px 2px rgba(0,0,0,0.12);
}

.services li img {
    width: 100%;
    height: auto;
}

.services li .name {
    color: #212121;
    font: 19px 'RalewayMedium';
    margin: 22px 10px 26px;
    display: inline-block;
}

.services li .bottom {
    overflow: hidden;
}

.services li .price {
    background: #ff9800;
    color: #fff;
    font: 700 22px 'Open Sans';
    padding: 5px 21px 7px 12px;
    position: relative;
    float: left;
}

.services li .price::after {
    content: '';
    position: absolute;
    right: 0px;
    top: 0px;
    border: 21px solid transparent;
    border-right: 10px solid #fff;
}

.services li .button {
    float: right;
    font-size: 13px;
    padding: 10px 16px 12px;
    margin-right: 10px;
    border-radius: 100px;
}

/*  B A N N E R S  */

.banners {
    border-bottom: 3px solid #ffac00;
    position: relative;
}

.banners ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.banners ul li {
    float: left;
}

.banners ul li a {
    display: block;
}

.banners ul li img {
    width: 100%;
    height: auto;
}

.banners li img {
    max-width: 100%;
    height: auto;
}

.banners .slick-next, 
.banners .slick-prev {
    width: 40px;
    height: 40px;
    top: auto;
    bottom: 0;
    margin-top: 0;
    left: auto;
    right: 0;
    z-index: 90;
}

.banners .slick-next {
    background: url(../img/slider_controls_small_next.png) 0 0 no-repeat;
}

.banners .slick-prev {
    background: url(../img/slider_controls_small_prev.png) 0 0 no-repeat;
    right: 40px;
}

.banners .slick-next:hover, 
.banners .slick-prev:hover {
    opacity: 0.8;
}

.banners .text {
    display: none;
}

.banners a:hover {
    text-decoration: none;
}

.banners .text span {
    font-size: 28px;
    color: #ffffff;
    display: block;
    background-color: #7daf1c;
    padding: 6px 14px 8px;
    text-decoration: none;
}

.banners .text span ~ span {
    font: 50px/1 'RalewayBlack';
    background-color: #f4a111;
    padding: 7px 14px 14px;
}

/*  P A G I N A T I O N  */

.pagination {
    background-color: #f3f3f3;
    margin: 42px 0 0;
    padding: 11px 14px;
    border-radius: 0;
    display: block;
}

.pagination ul {
    margin: 7px 8px;
    padding: 0;
    list-style: none;
    display: inline-block;
}

.pagination .total {
    display: inline-block;
    margin: 7px 8px;
    font-size: 13px;
    color: #777777;
}

.pagination ul li {
    display: inline-block;
    margin: 4px 2px;
}

.pagination ul li a,
.pagination ul li span {
    color: #777777;
    font: 400 13px 'Open Sans';
    background-color: #f9f9f9;
    display: inline-block;
    border: 1px solid #d6d6d6;
    padding: 4px 11px 5px;
    border-radius: 4px;
    text-decoration: none;
}

.pagination ul li.active a,
.pagination ul li.active span {
    background-color: #fa8343;
    color: #fff;
    border: none;
    padding: 5px 12px 6px;
}

.pagination ul li a:hover,
.pagination ul li span:hover {
    background-color: #fa8343;
    color: #fff;
    border: none;
    padding: 5px 12px 6px;
}

/*  S O R T I N G  */

.sorting {
    padding: 0 0 15px;
    margin: -5px 0 22px;
    border-bottom: 1px solid #eae7e3;
    overflow: hidden;
}

.sorting .price {
    width: 75%;
    float: left;
}

.sorting .price > span {
    font: 14px 'RalewayLight';
    margin-right: 15px;
    float: left;
    padding-top: 15px;
}

.sorting .price .wrap {
    overflow: hidden;
}

.sorting .price .button,
.sorting .price .button:hover {
    border: 1px solid #e14117;
    color: #e14117;
    font: 14px 'RalewayLight';
    border-radius: 5px;
    padding: 9px 14px;
    margin: 5px 12px 5px 0;
    background-color: transparent;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}

.sorting .price .button img {
    display: none;
}

.sorting .total {
    float: right;
    width: 25%;
    text-align: right;
    color: #555555;
    font: 14px 'RalewayLight';
    padding-top: 15px;
}

.sorting .price .button.active,
.sorting .price .button:hover.active {
    background-color: #e14117;
    color: #fff;
}

.sorting .price .button.active img {
    display: inline-block;
}

/*  P R O D U C T  */

.product {
    margin-top: -4px;
}

.product h1 {
    font: 42px 'RalewayLight';
    margin-bottom: 40px;
}

.product .wrap {
    display: inline-block;
    width: 100%;
}

.product .gallery {
    float: left;
    width: 25%;
    position: relative;
}

.product .gallery .big {
    padding: 29px 42px;
    border: 5px solid #f2f2f2;
}

.product.service .gallery .big {
    padding: 0;
}

.product .gallery .big img {
    width: 100%;
    height: auto;
}

.product .gallery .thumbnails {
    margin: 16px -3px 0;
    padding: 0;
    list-style: none;
}

.product .gallery .thumbnails li {
    width: 33.333%;
    vertical-align: top;
    display: inline-block;
    padding: 3px;
}

.product .gallery .thumbnails li img {
    width: 100%;
    height: auto;
    border: 4px solid #f2f2f2;
}

.product .gallery .thumbnails li.active img {
    border: 3px solid #f4a111;
}

.product .gallery .discount {
    width: 50px;
    position: absolute;
    right: -9px;
    top: 33px;
    text-align: center;
}

.product .gallery .discount .text {
    background: url(../img/flag.png) 0 0 no-repeat;
    width: 99px;
    height: 31px;
    font: 13px/24px 'RalewayExtraBold';
    color: #fff;
    text-indent: 17px;
    float: right;
    text-align: left;
}

.product .gallery .discount .value {
    margin-top: 2px;
    background: url(../img/disc.png) 0 0 no-repeat;
    width: 61px;
    height: 62px;
    font: 800 23px/54px 'Open Sans';
    color: #fff;
    position: relative;
    right: -7px;
    float: right;
    text-shadow: 0 -1px 0 #d78e10;
    text-indent: 3px;
}

.product .gallery .discount .value .percent {
    position: relative;
    left: -5px;
    top: 2px;
    width: auto;
}

.product .gallery .sticker {
    width: 61px;
    height: 62px;
    position: absolute;
    right: -16px;
    top: 33px;
    text-align: center;
    background: url(../img/badge.png) 0 0 no-repeat;
    line-height: 0.8;
}

.product .gallery .discount + .sticker {
    top: 107px;
}

.product .gallery .sticker span {
    color: #fff;
    text-transform: uppercase;
    font: 9px/0.8 'RalewayExtraBold';
    position: relative;
    top: 12px;
    left: -3px;
}

.product .data {
    float: right;
    width: 75%;
    padding-left: 44px;
}

.product .data .row {
    padding: 0;
    margin: 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
}

.product .data .row + .row {
    margin-top: 38px;
}

.product .row .col > div + div {
    margin-top: 17px;
}

.product .data .row::before,
.product .data .row::after {
    display: none;
}

.product .oldprice > span,
.product .price > span {
    font: 17px 'RalewaySemiBold';
    color: #3e3e3e;
    display: inline-block;
    vertical-align: middle;
}

.product .oldprice .value {
    font: 700 27px 'Open Sans';
    color: #f4a111;
    text-decoration: line-through;
    margin-left: 10px;
}

.product .row .oldprice + .price {
    margin-top: 12px;
}

.product .price .value {
    background: #f4a111;
    color: #fff;
    font: 700 29px 'Open Sans';
    padding: 2px 24px 5px 15px;
    position: relative;
    margin-left: 10px;
}

.product .price .value::after {
    content: '';
    position: absolute;
    right: 0px;
    top: 0px;
    border: 23px solid transparent;
    border-right: 10px solid #fff;
}

.product .price_leftcolumn { /* для перенесенного влево ценника */
    text-align: center; 
    margin-top: 15px;
}

.product .price_leftcolumn .title { /* для перенесенного влево ценника */
/*    padding-bottom: 10px;   отлепить заголовок от ценника */
}



.product .select span,
.product .amount span {
    display: inline-block;
    vertical-align: middle;
    font-size: 15px;
    color: #3e3e3e;
}

.product .select select,
.product .amount .count {
    margin-left: 10px;
    margin-right: 0;
}

.product .buy {
    display: inline-block;
    border: 2px solid #e14117;
    color: #e14117;
    font: 13px 'RalewaySemiBold';
    background: transparent;
    border-radius: 5px;
    position: relative;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 14px 12px 15px 42px;
    -webkit-transition: all 0.1s;
    -o-transition: all 0.1s;
    transition: all 0.1s;
    margin: 0;
}

.product .buy::before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 12px;
    width: 19px;
    height: 16px;
    margin-top: -8px;
    background: url(../img/addtocart.png) 0 0 no-repeat;
}

.product .buy:hover {
    background: #e14117;
    color: #fff;
    top: 0;
}

.product .buy:hover::before {
    background: url(../img/addtocart_hover.png) 0 0 no-repeat;
}

.product .buy.active,
.product .buy.active:hover {
    border-color: #ff9800;
    background: transparent;
    color: #ff9800;
    padding-left: 42px;
}

.product .buy.active::before,
.product .buy.active:hover::before {
    width: 16px;
    left: 13px;
    background-image: url(../img/addtocart_success.png);
}

.product .colors {
    margin: 36px -7px 0;
}

.product .colors .caption,
.product .colors ul {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    padding: 0;
}

.product .colors .caption {
    margin: 10px 7px 0;
    font: 17px 'RalewaySemiBold';
}

.product .colors li {
    display: inline-block;
    vertical-align: top;
    width: 60px;
    padding: 0 6px;
    margin-top: 10px;
}

.product .colors [type="radio"] {
    display: none;
}

.product .colors label {
    margin: 0;
    padding: 0;
    display: block;
    cursor: pointer;
}

.product .colors li img {
    width: 100%;
    height: auto;
}

.product .colors [type="radio"]:checked ~ label img {
    border: 3px solid #f4a111;
}

.product .data .addit {
    display: block;
    width: auto;
    margin: 0 -12px;
    padding: 0;
    list-style: none;
    overflow: hidden;
    margin-top: 21px;
}

.product .addit li {
    margin-top: 17px;
    width: 33.333%;
    padding: 0 12px;
    display: inline-block;
    vertical-align: top;
}

.product .addit .select {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
}

.product .addit .select > span {
    font-size: 15px;
    width: 40%;
    text-align: center;
    padding-top: 9px;
}

.product .addit .select select {
    width: 60%;
}

.product .measurer {
    margin-top: 44px;
    background: #ffb84d;
    background: -moz-linear-gradient(top, #ffb84d 0%, #f49a12 100%);
    background: -webkit-linear-gradient(top, #ffb84d 0%,#f49a12 100%);
    background: linear-gradient(to bottom, #ffb84d 0%,#f49a12 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb84d', endColorstr='#f49a12',GradientType=0 );
    text-align: center;
    padding: 30px 70px 32px;
    color: #fff;
    border-radius: 8px;
    position: relative;
}

.product .measurer::after {
    content: '';
    position: absolute;
    width: 124px;
    height: 124px;
    right: -48px;
    bottom: -38px;
    background: url(../img/ruler3.png) 0 0 no-repeat;
}

.product .row + .measurer {
    margin-top: 60px;
}

.product .measurer .title {
    font: 24px 'RalewaySemiBold';
}

.product .measurer p {
    font: 22px/1.2 'RalewayLight';
    margin: 15px 0 0;
}

.product .measurer form {
    padding: 0;
    margin: 0;
    background: none;
    width: auto;
    overflow: visible;
}

.product .measurer form::before,
.product .measurer form::after {
    display: none;
}

.product .measurer form input[type="text"] {
    width: 258px;
    height: 48px;
    position: relative;
    top: 3px;
}

.product .measurer form button,
.product .measurer form input[type="text"] {
    vertical-align: middle;
    margin: 22px 12px 0;
}

.product .measurer form button {
    padding: 12px 24px 13px;
}

.product .info {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    padding: 0;
    margin: 42px -20px 0;
    color: #3e3e3e;
}

.product .info .item {
    padding: 0 20px;
}

.product .info .caption {
    font: 17px 'RalewaySemiBold';
    margin-bottom: 6px;
}

.product .info span {
    font: italic 15px 'RalewayLight';
    display: inline-block;
    padding-right: 3px;
}

.product .info .icon:first-child {
    display: inline-block;
    margin-right: 14px;
    margin-top: -25px;
}

.product .info .icon + .wrap {
    margin-right: 0;
    overflow: hidden;
    display: inline-block;
    width: auto;
}

.product .info .item .wrap + .icon {
    margin-top: 8px;
}

.product .info .item.manufacturer:last-child {
    text-align: right;
}

.product .call {
    padding: 21px 0;
    text-align: center;
    display: block;
    background-color: #f2f2f2;
    margin-top: 34px;
    border-radius: 8px;
}

.product .call span {
    font: 18px 'RalewayLight';
    color: #3e3e3e;
    margin: 5px 11px;
    display: inline-block;
    vertical-align: middle;
}

.product .call span + span {
    font: 700 27px/1 'Open Sans';
    color: #282828;
}

.product .banners {
    /* margin: 62px 150px 0; */
    margin-top: 62px;
}

.product .projects {
    margin-top: 5px;
}

.product.service .gallery .big {
    padding: 0;
}

.product.service .call {
    text-align: left;
    padding: 15px 180px 15px 12px;
    float: left;
    margin-top: 20px;
}

.product.service .call span {
    display: block;
}

.product.service .manufacturer {
    margin-top: 18px;
    float: right;
    text-align: right;
    margin-top: 20px;
}

.product.service .manufacturer .caption {
    font: 17px 'RalewaySemiBold';
    margin-bottom: 14px;
}

.product .data .row + .columns {
    padding-top: 30px;
}

.product .data .row + .columns .title {
    margin-bottom: 30px;
}

.columns {
    padding-top: 56px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    /* -ms-align-items: flex-start;
    align-items: flex-start; */
}

.columns > div {
    padding: 24px 0 16px;
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    -o-flex: 1;
    flex: 1;
}

.columns > div + div {
    margin-left: 36px;
}

.columns .title {
    border-left: 5px solid #fab21a;
    color: #383d4a;
    font: 17px 'RalewaySemiBold';
    padding: 5px 0 5px 20px;
    margin-bottom: 32px;
}

.columns .content {
    font-size: 15px;
    line-height: 1.6;
}



.columns .feature {
    background-color: #f1f1f2;
}

.columns .feature ul {
    margin: 0 28px;
    padding: 0;
    list-style: none;
}

.columns .feature li {
    padding: 0 0 9px;
    font: 13px 'RalewayLight';
    color: #212121;
    display: inline-block;
    width: 100%;
}

.columns .feature li span {
    width: 40%;
    float: left;
}

.columns .feature li span + span {
    width: 60%;
    float: right;
    text-align: right;
    font: 13px 'RalewayMedium';
    position: relative;
}

.columns .feature li + li {
    border-top: 1px solid #dbdbde;
    padding: 9px 0 6px;
}

.columns .feature li a {
    font: 13px 'RalewayMedium';
    color: #212121;
    text-decoration: none;
}

.columns .feature li a:hover {
    color: #e14117;
    font-weight: bold;
    cursor: default;
}

.columns .feature li .info {
    position: absolute;
    right: 0;
    top: 100%;
    margin-top: 16px;
    padding: 0;
    text-align: left;
    z-index: 99;
    display: none;
    width: 400px;
    -webkit-box-shadow: 0 0 18px rgba(0,0,0,0.3);
    box-shadow: 0 0 18px rgba(0,0,0,0.3);
    border-radius: 6px;
}

.columns .feature li .info::before {
    content: '';
    top: -5px;
    right: 30px;
    background: #e14117;
    width: 13px;
    height: 13px;
    position: absolute;
    transform: rotate(45deg);
}

.columns .feature li .info .wrapper {
    border-top: 2px solid #e14117;
    border-radius: 6px;
    padding: 20px 22px;
    overflow: hidden;
    background: #fff;
    position: relative;
    z-index: 9;
}

.columns .feature li .info p {
    font: 14px/1.5 'RalewayMedium';
    margin: 10px 0;
    color: #474747;
}

.columns .feature li .info .content > :first-child {
    padding-top: 0;
    margin-top: 0;
}

.columns .feature li .info .content > :last-child {
    padding-bottom: 0;
    margin-bottom: 0;
}

.columns .feature li a:hover + .info {
    display: block;
}

.columns .feature li .info img {
    float: left;
    margin: 0 30px 0 0;
}

.columns .feature li .info .content {
    overflow: hidden;
}

/*  A L B U M  */

.album {
    list-style: none;
    padding: 0;
    margin: 22px -13px 0;
}

.album li {
    display: inline-block;
    vertical-align: top;
    width: 25%;
    padding: 0 13px 20px;
    text-align: center;
    margin-top: 14px;
}

.album li .image {
    position: relative;
}

.album li .image::after {
    content: '';
    position: absolute;
    bottom: -25px;
    left: 0;
    right: 0;
    margin: auto -1%;
    height: 55px;
    opacity: 0.72;
    background: url(../img/shadow.png) 0 0 no-repeat;
    background-size: 100% 100%;
}

.album li .image img {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 9;
    border: 5px solid #f2f2f2;
    margin: 0;
}

/*  C O N T E N T  */

.content{
    overflow: hidden;
    
}
.content_block {

    float: right;
    width: 75.6%;
    padding-left: 30px;
    margin-top:40px;
}

.content h1, 
.content h2, 
.content h3, 
.content h4 {
    margin-top: 30px;
}

.content > :first-child {
    margin-top: 0;
    padding-top: 0;
}

.content > :first-child > img {
    margin-top: 0;
}

.content > :last-child {
    padding-bottom: 0;
    margin-bottom: 0;
}

.content {
    color: #141414;
    font: 14px/1.7 'RalewayLight';
}

.content p {
    margin: 22px 0;
}

.content img {
    max-width: 100%;
    height: auto;
    margin: 8px 0;
    position: relative;
}

.content img.justifyleft {
    float: left;
    top: 6px;
    margin: 0 20px 20px 0;
}

.content img.justifyright {
    float: right;
    top: 6px;
    margin: 0  0 20px 20px 0;
}

.content .bold {
    font: 19px/1.75 'RalewaySemiBold';
    color: #000;
}

.content li a {
    color: #141414;    
}

/*  S H K _ H E L P E R  */

body #shk_prodHelper {
    z-index: 99990;
    border: none;
}

body #shk_prodHelper .shk-but {
    font-size: 14px;
}

body #shk_prodHelper .shk-but + .shk-but {
    margin: 12px 0 2px;
    padding: 6px 0;
    background: transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    display: block;
    text-align: center;
    color: #000;
    width: 100%;
}

body #shk_prodHelper .shk-but + .shk-but:hover {
    top: 0;
}