@charset "UTF-8";
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
}


/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.clearfix::after {
    display: block;
    content: "";
    clear: both;
}

.cf:before,
.cf:after {
  content: " ";
  display: table; }

.cf:after {
  clear: both; }

.cf {
  *zoom: 1; }

a:focus {outline: none;text-decoration: none;}

/*header::-webkit-scrollbar,
body::-webkit-scrollbar {
  width: 0;
}

header,
body {
  -ms-overflow-style: none;
}*/

input:focus,
button:focus {
    outline: none;
}

.no-pad {
    padding: 0;
}

.mob {
    display: none;
}

.desktop {
    display: block;
}

body {
    font-family: Roboto-Regular;
    font-size: 16px;
    line-height: 1.42857143;
    color: #393939;
    background-color: #fff;
}

.left-align {
    float: left;
}

.right-align {
    float: right;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
    -webkit-transition: .3s;
    transition: .3s;
}

.unnormal::before {
    content: '(по-нормальному)';
    position: absolute;
    bottom: -20px;
    font-size: 10px;
    text-align: right;
    width: 100%;
    padding-right: 8px;
}

.jq-selectbox__select {
    border: 1px solid #61ae4d;
    height: 40px;
    width: 215px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding-left: 30px;
    padding-right: 11px;
    background: #fff;
}

.jq-selectbox__select:hover {
    background: #fff;
}

.placeholder {
    padding-top: 20px;
}

@font-face {
    font-family: Roboto-Regular;
    src: url(../fonts/roboto/Roboto-Regular.ttf);
}

@font-face {
    font-family: Roboto-black;
    src: url(../fonts/roboto/Roboto-Black.ttf);
}

@font-face {
    font-family: Roboto-BlackItalic;
    src: url(../fonts/roboto/Roboto-BlackItalic.ttf);
}

@font-face {
    font-family: Roboto-Bold;
    src: url(../fonts/roboto/Roboto-Bold.ttf);
}

@font-face {
    font-family: Roboto-Medium;
    src: url(../fonts/roboto/Roboto-Medium.ttf);
}

@font-face {
    font-family: Roboto-BoldItalic;
    src: url(../fonts/roboto/Roboto-BoldItalic.ttf);
}

@font-face {
    font-family: RobotoCondensed-Bold;
    src: url(../fonts/roboto/RobotoCondensed-Bold.ttf);
}

@font-face {
    font-family: RobotoCondensed-BoldItalic;
    src: url(../fonts/roboto/RobotoCondensed-BoldItalic.ttf);
}

@font-face {
    font-family: RobotoCondensed-Italic;
    src: url(../fonts/roboto/RobotoCondensed-Italic.ttf);
}

@font-face {
    font-family: RobotoCondensed-Light;
    src: url(../fonts/roboto/RobotoCondensed-Light.ttf);
}

@font-face {
    font-family: RobotoCondensed-LightItalic;
    src: url(../fonts/roboto/RobotoCondensed-LightItalic.ttf);
}

@font-face {
    font-family: RobotoCondensed-Regular;
    src: url(../fonts/roboto/RobotoCondensed-Regular.ttf);
}

@font-face {
    font-family: Roboto-Italic;
    src: url(../fonts/roboto/Roboto-Italic.ttf);
}

@font-face {
    font-family: Roboto-LightItalic;
    src: url(../fonts/roboto/Roboto-LightItalic.ttf);
}

@font-face {
    font-family: Roboto-Light;
    src: url(../fonts/roboto/Roboto-Light.ttf);
}

@font-face {
    font-family: Roboto-MediumItalic;
    src: url(../fonts/roboto/Roboto-MediumItalic.ttf);
}

@font-face {
    font-family: Roboto-Thin;
    src: url(../fonts/roboto/Roboto-Thin.ttf);
}

@font-face {
    font-family: Roboto-ThinItalic;
    src: url(../fonts/roboto/Roboto-ThinItalic.ttf);
}

*:focus {
    outline: none;
}

h1 {
    font-size: 48px;
    font-family: Roboto-Bold;
    color: #fff;
    max-width: 416px;
    line-height: 1.3;
}

h2 {
    font-size: 36px;
    font-family: Roboto-Bold;
    padding: 40px 0;
    text-align: center;
    line-height: 1.2;
}

h4 {
    font-size: 18px;
}

.container {
    position: relative;
}

header.header {
    background-image: url(../img/main-screen-2.jpg);
    width: 100%;
    height: 650px;
    background-position: center;
    position: relative;
}

header.header .header-fixed {
    position: fixed;
    left: 50%;
    top: 0px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: transparent;
    width: 100%;
    z-index: 999;
    -webkit-transition: .3s;
    transition: .3s;
}

header.header .bfff {
    background-color: #fff;
    -webkit-transition: .3s;
    transition: .3s;
}

header.header .mask {
    display: none;
}

header.header .top-header {
    z-index: 2;
    position: relative;
}

header.header .top-header .left a.logo {
    width: 383px;
    height: 55px;
    margin-top: 8px;
    margin-bottom: 9px;
    display: block;
}

header.header .top-header .right ul {
    margin-top: 20px;
}

header.header .top-header .right ul li {
    display: inline-block;
}

header.header .top-header .right ul li:first-child a {
    color: #393939;
    font-size: 30px;
    font-family: Roboto-Bold;
    position: relative;
}

header.header .top-header .right ul li:first-child a:hover::before {
    -webkit-transform: rotate(-360deg);
    -ms-transform: rotate(-360deg);
    transform: rotate(-360deg);
    -webkit-transition: .3s;
    transition: .3s;
}

header.header .top-header .right ul li:first-child a:hover::after {
    width: 60%;
    -webkit-transition: .3s;
    transition: .3s;
}

header.header .top-header .right ul li:first-child a::before {
    content: '';
    position: absolute;
    height: 22px;
    width: 20px;
    top: 10px;
    left: -27px;
    background-image: url(../img/phone.png);
    -webkit-transition: .3s;
    transition: .3s;
}

header.header .top-header .right ul li:first-child a::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 1px;
    background-color: #393939;
    -webkit-transition: .3s;
    transition: .3s;
}

header.header .top-header .right ul li:nth-child(2) {
    margin-left: 7px;
    vertical-align: top;
    padding-top: 4px;
}

header.header .top-header .right ul li:nth-child(2) button {
    color: #fff;
    background-color: #ff7800;
    font-size: 14px;
    width: 133px;
    height: 33px;
    border: none;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: .3s;
    transition: .3s;
    border: 1px solid #ff7800;
}

header.header .top-header .right ul li:nth-child(2) button:hover {
    background-color: #fff;
    color: #ff7800;
}

header.header .top-header .right ul li:last-child {
    display: block;
    margin-top: 3px;
}

header.header .middle-header {
    padding: 136px 0 36px;
    color: #fff;
    z-index: 2;
    position: relative;
}

header.header .middle-header .less-h {
    font-size: 30px;
    font-family: Roboto-Bold;
}

header.header .middle-header .less-hh {
    font-size: 24px;
    line-height: 1.4;
}

header.header .middle-header .insurance {
    color: #242323;
    font-size: 24px;
    position: relative;
    background-image: url(../img/ins.png);
    background-size: 100%;
    height: 95px;
    width: 342px;
    padding: 24px 0 0 73px;
    line-height: 1.2;
    background-repeat: no-repeat;
}

header.header .middle-header a.pick-up {
    font-size: 18px;
    background-color: #ff7800;
    font-family: Roboto-Bold;
    border: none;
    height: 60px;
    width: 260px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    margin-top: 20px;
    position: relative;
    display: block;
    color: #fff;
    text-align: center;
    padding-top: 17px;
}

header.header .middle-header a.pick-up::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    width: 0;
    height: 0;
    background-color: #20AB46;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    background-size: 100%;
    -webkit-transition: 1s;
    transition: 1s;
    z-index: 0;
    opacity: 0;
}

header.header .middle-header a.pick-up::before {
    content: attr(data-value);
    z-index: 1;
    position: relative;
}

header.header .middle-header a.pick-up:hover::after {
    height: 100%;
    width: 100%;
    -webkit-transition: .5s;
    transition: .5s;
    opacity: 1;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #fff;
}

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

.top-nav li {
    display: inline-block;
    margin: 0 2px;
    background: transparent;
    -webkit-transition: .3s;
    transition: .3s;
    position: relative;
    margin-right: 9px;
}

.top-nav li:last-child {
    margin-right: 0;
}

.top-nav li:last-child::after {
    display: none;
}

.top-nav li::after {
    content: '';
    background-color: #666;
    width: 3.5px;
    height: 3.5px;
    right: -9px;
    top: 9px;
    position: absolute;
    -webkit-border-radius: 100%;
    border-radius: 100%;
}

.top-nav a {
    display: block;
    text-decoration: none;
    color: #fff;
    font-size: 15px;
    position: relative;
    -webkit-transition: .3s !important;
    transition: .3s !important;
    overflow: hidden;
    color: #549e40;
    position: relative;
    padding-bottom: 2px;
}

.top-nav a::after {
    content: '';
    position: absolute;
    bottom: 3px;
    width: 100%;
    height: 1px;
    right: 0;
    left: 0;
    margin: auto;
    background-color: #7eb271;
    z-index: 1;
}

.top-nav a::before {
    content: '';
    position: absolute;
    bottom: 1px;
    width: 0;
    height: 1px;
    right: 0;
    left: 0;
    margin: auto;
    background-color: #ff7800;
    z-index: 2;
    -webkit-transition: .3s;
    transition: .3s;
}

.top-nav a:hover {
    color: #ff7800;
    -webkit-transition: .3s;
    transition: .3s;
}

.top-nav a:hover::before {
    width: 100%;
}

.top-nav a:hover::after {
    background-color: #ff7800;
}

.mobile-menu {
    display: none;
    position: relative;
    float: right;
    width: 25px;
    height: 30px;
    border: none;
    background: transparent;
    outline: none;
    font-size: 0;
    padding: 0;
    cursor: pointer;
    margin-left: 15px;
    margin-top: 15px;
}

.mobile-menu span {
    display: block;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
    height: 4.5px;
    margin: auto;
    width: 30px;
    background: #fff;
}

.mobile-menu span:before,
.mobile-menu span:after {
    position: absolute;
    display: block;
    left: 0;
    width: 100%;
    height: 4.5px;
    background: #fff;
    content: '';
}

.mobile-menu span::before {
    top: -10px;
}

.mobile-menu span::after {
    bottom: -10px;
}

.mobile-menu.active span {
    background: transparent;
}

.mobile-menu.active span:before {
    top: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.mobile-menu.active span:after {
    bottom: 0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

::-moz-selection {
    background-color: #61ae4d;
    color: #fff;
}

::selection {
    background-color: #61ae4d;
    color: #fff;
}

.tabbed {
    width: 100%;
    margin: auto;
    position: relative;
}

.tabbed > input {
    display: none;
}

.tabbed > label {
    width: 20%;
    display: block;
    float: left;
    text-align: center;
    padding: 12px 0;
    -webkit-transition: background-color .3s;
    transition: background-color .3s;
    background-color: #478d35;
    border-right: 1px solid #306f20;
    border-left: 1px solid #5da94a;
    font-size: 16px;
    color: #f5f5f5;
}

.tabbed > label:first-child {
    background-color: #2DB54F;
    border-right: none;
    border-left: none;
    cursor: text;
}

.tabbed > label:last-child {
    border-right: none;
}

.tabbed > input:checked + label {
    border-right: none;
}

.heigher-cont {
    position: absolute;
    top: -11px;
    width: 100%;
    height: 11px;
    -webkit-transition: .3s;
    transition: .3s;
}

.heigher {
    position: relative;
    width: 20%;
    height: 11px;
    background-color: #478d35;
    display: inline-block;
    margin: 0;
    padding: 0;
    -webkit-transition: .3s;
    transition: .3s;
    float: left;
    opacity: 0;
}

.heigher:first-child {
    margin-left: 20%;
}

.tabs {
    clear: both;
    -webkit-perspective: 600px;
    perspective: 600px;
}

.parameters {
    z-index: 9;
    position: relative;
    max-width: 20%;
    display: block;
    height: 194px;
    background-color: #fff;
    margin: 2px;
    padding: 8px 13px;
    font-size: 14px;
    color: #161616;
    overflow: auto;
}

.parameters span {
    display: block;
    margin-bottom: 2px;
}

.tabs > div {
    width: 100%;
    position: absolute;
    padding: 10px 30px 40px;
    line-height: 1.4em;
    opacity: 0;
    z-index: 0;
    background-color: #e1e1e1;
    padding-left: -webkit-calc(20% + 48px);
    padding-left: calc(20% + 48px);
    padding-top: 41px;
    height: 200px;
    border: 2px solid #2DB54F;
    border-top: none;
}

#tab-nav-4:checked ~ .tabs > div:nth-of-type(4),
#tab-nav-2:checked ~ .tabs > div:nth-of-type(2),
#tab-nav-3:checked ~ .tabs > div:nth-of-type(3),
#tab-nav-1:checked ~ .tabs > div:nth-of-type(1) {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    opacity: 1;
    z-index: 1;
}

#tab-nav-1:checked ~ .heigher-cont > .heigher:nth-of-type(1),
#tab-nav-2:checked ~ .heigher-cont > .heigher:nth-of-type(2),
#tab-nav-3:checked ~ .heigher-cont > .heigher:nth-of-type(3),
#tab-nav-4:checked ~ .heigher-cont > .heigher:nth-of-type(4) {
    opacity: 1;
    -webkit-transition: .3s;
    transition: .3s;
}

.form-count-wrapper {
    background-color: #f5f5f5;
    padding-bottom: 100px;
}

.form-count-wrapper h3 {
    font-size: 36px;
    font-family: Roboto-Bold;
    padding: 40px 0;
    text-align: center;
    line-height: 1.2;
}

form.tabs h4 {
    display: block;
    margin-bottom: 23px;
}

form.tabs input {
    border: 1px solid #2DB54F;
    height: 40px;
    width: 215px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding-left: 30px;
    padding-right: 11px;
    z-index: 1;
    position: relative;
}

form.tabs input.error {
    border: 1px solid #db1717;
    -webkit-box-shadow: 0 0 10px 0 rgba(255, 0, 0, 0.4);
    box-shadow: 0 0 10px 0 rgba(255, 0, 0, 0.4);
}

form.tabs input.not_error {
    border: 1px solid #2DB54F;
    -webkit-box-shadow: none;
    box-shadow: none;
}

form.tabs .check {
    position: absolute;
    margin-top: -31px;
    margin-left: 185px;
    z-index: 2;
    color: green;
}

form.tabs .check .fa-caret-down {
    padding-left: 10px;
}

form.tabs .err {
    background-color: #cecece;
    padding: 10px 7px;
    font-size: 12px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    position: absolute;
    margin-top: 12px;
}

form.tabs .err::after {
    content: '';
    position: absolute;
    top: -15px;
    left: 16px;
    border: 7px solid transparent;
    border-bottom: 9px solid #cecece;
}

form.tabs label {
    background: #ff7800;
    position: relative;
    height: 40px;
    width: 40px;
    display: block;
    border: none;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-image: url(../img/submit.png);
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    -webkit-transition: .3s;
    transition: .3s;
}

form.tabs label:hover {
    background-color: #20AB46;
    -webkit-transition: .3s;
    transition: .3s;
}

form.tabs ul.foundations .ch {
    margin-top: -2px;
    display: none;
    position: absolute;
    z-index: 7;
}

form.tabs ul.foundations .ch li {
    display: block;
    float: none;
    border: 1px solid #2DB54F;
    height: 40px;
    width: 215px;
    padding-left: 30px;
    padding-right: 11px;
    background-color: #fff;
    padding-top: 8px;
    padding-left: 12px;
    border-top: none;
    margin: 0;
}

form.tabs ul.foundations .ch li:hover {
    background-color: #2DB54F;
    color: #fff;
    cursor: pointer;
}

form.tabs ul.foundations .ch li:last-child {
    -webkit-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
}

form.tabs ul.foundations li {
    display: inline-block;
    float: left;
    margin-right: 6px;
}

form.tabs ul.foundations li:first-child input {
    background-image: url(../img/brick.gif);
    background-position: 6px 12px;
    background-repeat: no-repeat;
}

form.tabs ul.foundations li:nth-child(2) input {
    background-image: url(../img/brush.gif);
    background-position: 10px;
    background-repeat: no-repeat;
}

form.tabs ul.foundations li:nth-child(3) input {
    background-image: url(../img/foundation.gif);
    background-position: 7px 9px;
    background-repeat: no-repeat;
}

form.tabs ul.contancts .ch {
    margin-top: -2px;
    display: none;
    position: relative;
    z-index: 0;
}

form.tabs ul.contancts .ch li {
    display: block;
    float: none;
    border: 1px solid #2DB54F;
    height: 40px;
    width: 215px;
    padding-left: 30px;
    padding-right: 11px;
    background-color: #fff;
    padding-top: 8px;
    padding-left: 12px;
    border-top: none;
    margin-right: 0;
}

form.tabs ul.contancts .ch li:hover {
    background-color: #2DB54F;
    color: #fff;
    cursor: pointer;
}

form.tabs ul.contancts .ch li:last-child {
    -webkit-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
}

form.tabs ul.contancts li {
    display: inline-block;
    float: left;
    margin-right: 6px;
}

form.tabs ul.contancts li:first-child input {
    background-image: url(../img/man.gif);
    background-position: 7px 10px;
    background-repeat: no-repeat;
}

form.tabs ul.contancts li:nth-child(2) input {
    background-image: url(../img/phone-g.png);
    background-position: 10px;
    background-repeat: no-repeat;
}

form.tabs ul.sizes .ch {
    margin-top: -2px;
    display: none;
    position: relative;
    z-index: 0;
}

form.tabs ul.sizes .ch li {
    display: block;
    float: none;
    border: 1px solid #2DB54F;
    height: 40px;
    width: 215px;
    padding-left: 30px;
    padding-right: 11px;
    background-color: #fff;
    padding-top: 8px;
    padding-left: 12px;
    border-top: none;
    margin-right: 0;
}

form.tabs ul.sizes .ch li:hover {
    background-color: #2DB54F;
    color: #fff;
    cursor: pointer;
}

form.tabs ul.sizes .ch li:last-child {
    -webkit-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
}

form.tabs ul.sizes li {
    display: inline-block;
    float: left;
    margin-right: 6px;
}

form.tabs ul.sizes li:first-child input {
    background-image: url(../img/input-height.png);
    background-position: 6px 17px;
    background-repeat: no-repeat;
}

form.tabs ul.sizes li:nth-child(2) input {
    background-image: url(../img/input-width.png);
    background-position: 13px 11px;
    background-repeat: no-repeat;
}

form.tabs ul.sizes li:nth-child(3) input {
    background-image: url(../img/input-sn.png);
    background-position: 6px 11px;
    background-repeat: no-repeat;
    cursor: text;
}

form.tabs .except {
    padding-top: 27px;
    position: relative;
    max-width: 490px;
    display: block;
    margin: 0 auto;
}

form.tabs .except span {
    display: block;
    text-align: center;
}

form.tabs .except span:first-child {
    font-family: Roboto-Bold;
    font-size: 30px;
    padding-bottom: 7px;
}

form.tabs .except span:last-child {
    font-size: 16px;
    padding-top: 9px;
}

form.tabs .except .close {
    width: 19px;
    height: 19px;
    position: relative;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    -webkit-transition: .3s;
    transition: .3s;
    opacity: .8;
    background-image: none;
    background-color: transparent;
}

form.tabs .except .close:hover {
    opacity: 1;
    -webkit-transition: .3s;
    transition: .3s;
}

form.tabs .except .close::before {
    content: '';
    position: absolute;
    height: 1px;
    width: 100%;
    background-color: #393939;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 50%;
    left: 0;
}

form.tabs .except .close::after {
    content: '';
    position: absolute;
    height: 1px;
    width: 100%;
    background-color: #393939;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 50%;
    left: 0;
}

form.tabs #send-form {
    background: #ff7800;
    position: relative;
    height: 40px;
    width: auto;
    padding-left: 15px;
    display: block;
    padding-right: 32px;
    border: none;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    font-size: 16px;
    font-family: Roboto-Bold;
    color: #fff;
    -webkit-transition: .3s;
    transition: .3s;
    border: 1px solid #ff7800;
    padding-top: 7px;
}

form.tabs #send-form::after {
    content: '';
    position: absolute;
    top: 12px;
    right: 6px;
    border: 8px solid transparent;
    border-left: 8px solid #fff;
}

form.tabs #send-form::before {
    content: '';
    position: absolute;
    left: 0;
    border: 1px solid #fff;
    bottom: 0;
    top: 0;
    margin: auto;
    width: 0;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.1);
    -webkit-border-radius: none;
    border-radius: none;
    background-size: 100%;
    -webkit-transition: .5s;
    transition: .5s;
    z-index: 0;
    opacity: 0;
}

form.tabs #send-form:hover {
    background-color: #20AB46;
    -webkit-transition: .3s;
    transition: .3s;
    border: 1px solid #e1e1e1;
}

form.tabs #send-form:hover::before {
    height: 100%;
    width: 100%;
    -webkit-transition: .3s;
    transition: .3s;
    opacity: 1;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #fff;
}

.projects {
    width: 1090px;
}

.projects h3 {
    font-size: 36px;
    font-family: Roboto-Bold;
    padding: 40px 0;
    text-align: center;
    line-height: 1.2;
}

.projects .proj {
    max-width: 300px;
    display: block;
    margin: 0 auto;
    margin-bottom: 20px;
}

.projects .proj .title {
    font-family: Roboto-Bold;
}

.projects .proj .title li {
    display: inline-block;
}

.projects .proj .title li:first-child {
    font-size: 48px;
    color: #2DB54F;
}

.projects .proj .title li:last-child {
    color: #393939;
    font-size: 20px;
    text-transform: uppercase;
}

.projects .proj .thumb {
    height: 200px;
    width: 300px;
    overflow: hidden;
    cursor: pointer;
}

.projects .proj .thumb img {
    height: 100%;
    width: auto;
}

.projects .proj .info {
    background-color: #2DB54F;
    padding: 19px 11px;
}

.projects .proj .info ul li {
    color: #fff;
    font-size: 18px;
}

.projects .proj .info .details {
    font-size: 16px;
    font-family: Roboto-Regular;
    padding: 13px;
    background-color: #ff7800;
    color: #fff;
    display: block;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    position: relative;
    margin-top: 25px;
}

.projects .proj .info .details::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    width: 0;
    height: 0;
    background-color: #20AB46;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    background-size: 100%;
    -webkit-transition: 1s;
    transition: 1s;
    z-index: 0;
    opacity: 0;
}

.projects .proj .info .details::before {
    content: attr(data-value);
    z-index: 1;
    position: relative;
}

.projects .proj .info .details:hover::after {
    height: 100%;
    width: 100%;
    -webkit-transition: .5s;
    transition: .5s;
    opacity: 1;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #fff;
}

.pagination {
    text-align: center;
}

.pagination .carousel-indicators {
display: inline-block;
    position: static;
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
    width: auto;
}

.pagination .carousel-indicators li {
    background-color: transparent;
    text-align: center;
    display: inline-block;
    font-size: 30px;
    padding: 0 7px;
    text-indent: 0;
    line-height: 1;
    width: 30px;
    height: 30px;
    margin: 0;
}

.pagination .carousel-indicators li:hover::after {
    color: #ff7800;
}

.pagination .carousel-indicators li::after {
    content: attr(data-number);
    color: #393939;
}

.pagination .carousel-indicators li.active::after {
    color: #20AB46;
}

.pagination .carousel-indicators li.active:hover::after {
    color: #ff7800;
}



.pagination div:first-child,
.pagination div:last-child {
    height: 36px;
    width: 36px;
    background-color: #20AB46;
    margin: 0 12px;
    background-image: url(../img/submit.png);
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transition: .7s;
    transition: .7s;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
}

.pagination div:first-child {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.pagination div:first-child:hover,
.pagination div:last-child:hover {
    background-color: #ff7800;
    -webkit-transition: .3s;
    transition: .3s;
}

.pagination ul li {
    display: inline-block;
    position: relative;
    vertical-align: middle;
    margin: 25px 0;
}

.pagination ul li a {
    display: block;
    height: 100%;
    width: 100%;
    font-size: 30px;
    padding: 0 7px;
    color: #393939;
}

.pagination ul li a:hover {
    color: #ff7800;
    cursor: pointer;
}

.pagination ul li.active a {
    color: #20AB46;
}

.pagination ul li.active a:hover {
    color: #ff7800;
}

.banner {
    background-image: url(../img/banner.jpg);
    height: 162px;
    width: 100%;
    background-size: 100%;
    background-repeat: no-repeat;
    color: #fff;
    font-family: Roboto-Bold;
    margin-top: 60px;
}

.banner .title {
    font-size: 36px;
    padding-left: 250px;
    margin-bottom: 17px;
    padding-top: 22px;
}

.banner .block {
    font-size: 18px;
    margin-left: 250px;
    color: #fff;
    background-color: #ff7800;
    padding: 10px 20px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    margin-top: 50px;
    -webkit-transition: 1s;
    transition: 1s;
}

.banner .block:hover {
    background-color: #2DB54F;
    -webkit-transition: 1s;
    transition: 1s;
}

.text {
    padding-top: 50px;
    padding-bottom: 50px;
}

.text h4 {
    font-size: 24px;
    font-family: Roboto-Bold;
    margin-bottom: 20px;
}

.text p {
    font-size: 16px;
    line-height: 1.6;
}

.count-head-wrapper {
    width: 100%;
    background: #2DB54F;
    padding: 26.5px 0;
    color: #fff;
    margin-top: 40px;
}

.count-head-wrapper .title {
    font-size: 40px;
    font-family: Roboto-Bold;
    max-width: 460px;
    line-height: 1.2;
}

.count-head-wrapper h3 {
    font-size: 40px;
    font-family: Roboto-Bold;
    max-width: 460px;
    line-height: 1.2;
}

.count-head-wrapper .sub-title {
    font-size: 18px;
    max-width: 450px;
    margin-top: 5px;
}

.count-body-wrapper {
    background-color: #f5f5f5;
    padding-bottom: 50px;
}

.count-body-wrapper .left {
    width: -webkit-calc(100% - 480px);
    width: calc(100% - 480px);
}

.count-body-wrapper .left .f-l {
    padding: 0;
    margin-bottom: 40px;
}

.count-body-wrapper .left .f-r {
    padding: 0;
}

.count-body-wrapper .left .cost {
    margin-top: 35px;
}

.count-body-wrapper .left .cost .title {
    font-size: 16px;
}

.count-body-wrapper .left .cost .value {
    font-family: Roboto-Bold;
}

.count-body-wrapper .left .cost .value .val-num {
    color: #2DB54F;
    font-size: 36px;
}

.count-body-wrapper .left .cost .value span {
    font-size: 24px;
    color: #2DB54F;
}

.count-body-wrapper .left .inp-block label {
    display: block;
    font-family: Roboto-Medium;
    font-size: 16px;
    margin-top: 25px;
    margin-bottom: 10px;
}

.count-body-wrapper .left .inp-block input {
    border: 1px solid #2DB54F;
    height: 40px;
    width: 215px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding-left: 13px;
    padding-right: 11px;
    position: relative;
    cursor: pointer;
}

.count-body-wrapper .left .inp-block i {
    z-index: 2;
    position: relative;
    color: #2DB54F;
    margin-left: -26px;
    cursor: pointer;
}

.count-body-wrapper .left .inp-block ul {
    margin-top: -2px;
    display: none;
    position: absolute;
    z-index: 3;
}

.count-body-wrapper .left .inp-block ul li {
    display: block;
    float: none;
    border: 1px solid #2DB54F;
    height: 40px;
    width: 215px;
    padding-left: 30px;
    padding-right: 11px;
    background-color: #fff;
    padding-top: 8px;
    padding-left: 12px;
    border-bottom: none;
    margin-right: 0;
}

.count-body-wrapper .left .inp-block ul li:hover {
    background-color: #2DB54F;
    color: #fff;
    cursor: pointer;
}

.count-body-wrapper .left .inp-block ul li:last-child {
    -webkit-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
    border: 1px solid #2DB54F;
}

.count-body-wrapper .right {
    width: 480px;
    height: 670px;
    background-image: url(../img/greener-1.jpg);
    margin-top: -238px;
}

.count-body-wrapper .right .get-to-know {
    text-align: center;
    padding-top: 347px;
    position: relative;
}

.count-body-wrapper .right .get-to-know::after {
    content: '';
    position: absolute;
    bottom: -64px;
    left: 0;
    background-color: #e1e1e1;
    height: 18px;
    width: 100%;
}

.count-body-wrapper .right .get-to-know .title {
    font-size: 24px;
    font-family: Roboto-Bold;
    max-width: 350px;
    display: block;
    margin: 0 auto;
    line-height: 1.2;
    margin-bottom: 5px;
}

.count-body-wrapper .right .get-to-know .sub-title {
    font-size: 16px;
    max-width: 400px;
    display: block;
    margin: 0 auto;
    line-height: 1.2;
}

.count-body-wrapper .right .get-to-know form {
    margin-top: 30px;
}

.count-body-wrapper .right .get-to-know form input {
    display: block;
    border: 1px solid #2DB54F;
    height: 40px;
    width: 215px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding-left: 13px;
    padding-right: 11px;
    position: relative;
    margin: auto;
    margin-bottom: 14px;
}

.count-body-wrapper .right .get-to-know form button {
    font-size: 16px;
    background-color: #ff7800;
    font-family: Roboto-Bold;
    border: none;
    height: 40px;
    width: 215px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    position: relative;
    color: #fff;
}

.count-body-wrapper .right .get-to-know form button::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    width: 0;
    height: 0;
    background-color: #20AB46;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    background-size: 100%;
    -webkit-transition: 1s;
    transition: 1s;
    z-index: 0;
    opacity: 0;
}

.count-body-wrapper .right .get-to-know form button::before {
    content: attr(data-value);
    z-index: 1;
    position: relative;
}

.count-body-wrapper .right .get-to-know form button:hover::after {
    height: 100%;
    width: 100%;
    -webkit-transition: .5s;
    transition: .5s;
    opacity: 1;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #fff;
}

.realized-projects {
    padding-bottom: 100px;
}

.realized-projects .tit {
    font-size: 36px;
    font-family: Roboto-Bold;
    padding: 40px 0 0;
    text-align: center;
    line-height: 1.2;
}

.realized-projects .carousel-indicators {
    bottom: -75px;
    left: 0px;
    z-index: 15;
    width: 100%;
    margin-left: 0;
    padding-left: 0;
    list-style: none;
    text-align: left;
}

.realized-projects .carousel-indicators li {
    outline: 5px solid transparent;
    outline-offset: -5px;
    margin: 0;
    width: 114px;
    height: 64px;
    background-color: transparent;
    border: none;
    opacity: .4;
}

.realized-projects .carousel-indicators li img {
    width: 100%;
    height: 100%;
}

.realized-projects .carousel-indicators li.active {
    width: 109px;
    height: 64px;
    outline: 5px solid #2DB54F;
    outline-offset: -5px;
    background-color: transparent;
    opacity: 1;
}

.realized-projects .carousel-indicators li.active img {
    width: 100%;
    height: 100%;
}

.realized-projects .carousel-control.left {
    background: none;
    opacity: 1;
    height: 36px;
    width: 36px;
    background-color: #fff;
    background-image: url(../img/ar-green.png);
    background-repeat: no-repeat;
    left: 11px;
    background-position: center;
    -webkit-transform: translateY(-50%) rotate(-180deg);
    -ms-transform: translateY(-50%) rotate(-180deg);
    transform: translateY(-50%) rotate(-180deg);
}

.realized-projects .carousel-control.right {
    right: 11px;
    background: none;
    opacity: 1;
    height: 36px;
    width: 36px;
    background-color: #fff;
    background-image: url(../img/ar-green.png);
    background-repeat: no-repeat;
    background-position: center;
}

.realized-projects h2 {
    padding-bottom: 10px;
}

.realized-projects h3 {
    font-size: 36px;
    font-family: Roboto-Bold;
    padding: 40px 0;
    text-align: center;
    line-height: 1.2;
}

.realized-projects .sub-t {
    font-size: 30px;
    color: #2DB54F;
    font-family: Roboto-Bold;
    text-align: center;
    padding-bottom: 20px;
}

.realized-projects .left-c {
    width: -webkit-calc(100% - 420px);
    width: calc(100% - 420px);
}

.realized-projects .left-c .img-wr {
    overflow: hidden;
    height: 400px;
}

.realized-projects .left-c .img-wr img {
    height: 400px;
}

.realized-projects .right-c {
    background-color: #2DB54F;
    width: 420px;
    min-height: 400px;
    padding: 26px 28px;
}

.realized-projects .right-c .title {
    font-size: 30px;
    color: #fff;
    font-family: Roboto-Bold;
}

.realized-projects .right-c .sub-title {
    font-size: 18px;
    font-family: Roboto-Bold;
    color: #fff;
    margin-top: 20px;
}

.realized-projects .right-c p {
    font-size: 16px;
    line-height: 1.5;
}

.realized-projects .right-c b {
    font-family: Roboto-Bold;
}

.demo {
    width: 100%;
}

.demo ul {
    list-style: none outside none;
    padding-left: 0;
    margin-bottom: 0;
}

.demo img {
    display: block;
    height: auto;
    width: 100%;
}

.lSAction > .lSNext {
    right: 430px;
}

.lSSlideOuter .lSPager.lSGallery li {
    opacity: .4;
    -webkit-transition: 1s;
    transition: 1s;
}

.lSSlideOuter .lSPager.lSGallery li.active,
.lSSlideOuter .lSPager.lSGallery li:hover {
    opacity: 1;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-transition: 1s;
    transition: 1s;
}

.lSSlideOuter .lSPager.lSGallery li.active:hover,
.lSSlideOuter .lSPager.lSGallery li:hover:hover {
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-transition: 1s;
    transition: 1s;
}

.lSAction > .lSPrev {
    background-position: 0 0;
    left: 0;
}

.lSAction > .lSNext {
    height: 36px;
    width: 36px;
    background-color: #20AB46;
    margin-left: 12px;
    background-image: url(../img/submit.png);
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transition: .7s;
    transition: .7s;
    opacity: 1;
}

.lSAction > .lSNext:hover {
    background-color: #ff7800;
}

.lSAction > .lSPrev {
    height: 36px;
    width: 36px;
    background-color: #20AB46;
    margin-left: 12px;
    background-image: url(../img/submit.png);
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-transition: 0.7s;
    transition: 0.7s;
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
    opacity: 1;
}

.lSAction > .lSPrev:hover {
    background-color: #ff7800;
}

.button-want {
    font-size: 18px;
    background-color: #ff7800;
    font-family: Roboto-Bold;
    border: none;
    height: 60px;
    width: 260px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    position: relative;
    display: block;
    color: #fff;
    text-align: center;
    display: block;
    margin: 0 auto;
    margin-top: 10px;
    cursor: pointer;
}

.button-want::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    width: 0;
    height: 0;
    background-color: #20AB46;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    background-size: 100%;
    -webkit-transition: 1s;
    transition: 1s;
    z-index: 0;
    opacity: 0;
}

.button-want::before {
    content: attr(data-value);
    z-index: 1;
    position: relative;
    color: #fff;
    padding-top: 17px;
    display: block;
}

.button-want:hover::after {
    height: 100%;
    width: 100%;
    -webkit-transition: .5s;
    transition: .5s;
    opacity: 1;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #fff;
}

.in-numbers-wrapper {
    color: #fff;
    text-align: center;
    padding-top: 20px;
    background-image: url(../img/in-numbers-background.jpg);
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
}

.in-numbers-wrapper .tit {
    font-size: 36px;
    font-family: Roboto-Bold;
    padding: 40px 0;
    text-align: center;
    line-height: 1.2;
}

.in-numbers-wrapper .im-numbers .num-block {
    margin-bottom: 80px;
    padding: 0;
}

.in-numbers-wrapper .im-numbers .num-block:first-child .num::before {
    display: none;
}

.in-numbers-wrapper .im-numbers .num-block:first-child .num i {
    display: none;
}

.in-numbers-wrapper .im-numbers .num-block:nth-child(3) .num::after {
    display: none;
}

.in-numbers-wrapper .im-numbers .num-block:last-child .num::after {
    display: none;
}

.in-numbers-wrapper .im-numbers img {
    display: block;
    margin: 0 auto;
    height: 141px;
    width: 141px;
    -webkit-transition: 1s;
    transition: 1s;
    cursor: pointer;
}

.in-numbers-wrapper .im-numbers img:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: 1s;
    transition: 1s;
}

.in-numbers-wrapper .im-numbers i {
    font-size: 30px;
    font-weight: 100;
    vertical-align: top;
    padding-top: 22px;
}

.in-numbers-wrapper .im-numbers .num {
    padding: 10px 0;
    font-size: 48px;
    color: #2DB54F;
    font-family: Roboto-Bold;
    position: relative;
    width: auto;
    display: inline;
    margin: 0 auto;
}

.in-numbers-wrapper .im-numbers .num::after {
    content: '';
    position: absolute;
    right: -163px;
    height: 1px;
    background-image: url(../img/dot.png);
    background-position: left bottom;
    background-repeat: repeat-x;
    width: 154px;
    top: 46px;
}

.in-numbers-wrapper .im-numbers .num::before {
    content: '';
    position: absolute;
    left: -86px;
    height: 1px;
    background-image: url(../img/dot.png);
    background-position: left bottom;
    background-repeat: repeat-x;
    width: 83px;
    top: 46px;
}

.in-numbers-wrapper .im-numbers p {
    font-size: 20px;
    font-family: Roboto-Bold;
    line-height: 1.2;
}

.in-numbers-wrapper .im-numbers .row-2 {
    max-width: 678px;
    margin: auto;
}

.calc_block {
    margin: 25px 0;
}

.cb_details {
    width: 20%;
    float: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-right: none;
    background-color: #fff;
}

.cd_td {
    width: 25%;
    float: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 0;
    border-left: 1px solid #5da94a;
    font-size: 16px;
    color: #f5f5f5;
}

.cb_desc {
    width: 80%;
    float: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-left: 0;
}

.cbd_title a {
    padding: 14px 20px;
    text-align: center;
    text-decoration: none;
    display: block;
    position: relative;
    background-color: #478d35;
    border-right: 1px solid #306f20;
    font-size: 15px;
    color: #f5f5f5;
}

.cb_desc .cbd_title.active a {
    color: #fff;
}

.cbd_desc {
    height: 240px;
    padding: 17px;
    border-bottom: 2px solid #2DB54F;
    border-left: 2px solid #2DB54F;
}

.cdc_desc {
    padding-top: 50px;
    height: 240px;
    background-color: #e1e1e1;
    border-bottom: 2px solid #2DB54F;
    border-right: 2px solid #2DB54F;
}

.cb div {
    position: absolute;
    top: -15px;
    left: -10px;
    width: 258px;
    height: 39px;
    background: url(../img/tpl.png) 0 0 no-repeat;
    padding: 6px 0 0 10px;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
}

.cd {
    display: none;
}

.cd_1 {
    display: block;
}

.cd form {
    padding: 10px 30px 40px;
}

.cd form > div {
    width: 40%;
    margin: 0 1% 0 0;
    float: left;
}

.cd form > div:last-child {
    width: 100%;
}

.cd form.form_c3,
.cd form.form_c4 {
    width: 100%;
}

.form_c4 {
    position: relative;
}

.cd form.form_c3 > div {
    width: 28%;
    margin: 0 1% 0 0;
    float: left;
}

.cd form.form_c3 > div:last-child {
    width: 40%;
}

.cd form div input {
    margin: 0;
    border: 2px solid #2f567c;
}

.cd form a {
    margin: 0;
    width: auto;
    float: left;
}

.ms {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #fff;
    padding: 50px 30px 0;
    font-family: roboto_Light;
    font-size: 24px;
    line-height: 160%;
    text-align: left;
    z-index: 2;
}

.ms_close {
    position: absolute;
    right: 22px;
    top: 13px;
}

.form_c4 .ms_close {
    top: -22px;
    right: 10%;
}

.vs_t {
    text-align: center;
    font-size: 30px;
    color: #ff8310;
    text-transform: uppercase;
    line-height: 100%;
    display: block;
    font-weight: bold;
}

.vs_d {
    text-align: center;
    font-size: 18px;
    line-height: 100%;
    display: block;
}

.block_r {
    margin: 0 15% 0 25%;
    position: relative;
    min-height: 220px;
}

.block_r h1 {
    font-size: 30px;
}

.slog {
    font-size: 18px;
    margin: 10px 0 0;
}

.car {
    position: absolute;
    left: -250px;
    top: 0;
}

.block_form {
    background: #f5f5f5;
    padding: 20px 20px 1px;
    margin: 20px 0 40px;
}

label {
    font-size: 16px;
}

label span {
    color: #e70036;
}

.row .inp {
    margin: 7px 0 0;
}

.row {
    margin: 0 0 20px;
    position: relative;
}

.bi {
    position: relative;
}

.bi.error .inp {
    border-color: #e70036;
    -webkit-box-shadow: 0 0 7px #e70036;
    box-shadow: 0 0 7px #e70036;
}

.mess {
    display: none;
}

.bi.error .mess {
    display: block;
    background: #b3b3b3;
    color: #fff;
    font-size: 12px;
    padding: 7px 7px;
    position: absolute;
    bottom: -36px;
    left: 0px;
    z-index: 2;
}

.bi.error .mess:after {
    border: 5px solid transparent;
    border-bottom: 5px solid #b3b3b3;
    position: absolute;
    content: "";
    top: -10px;
    left: 13px;
}

.bil {
    float: left;
    width: 49%;
}

.bir {
    float: right;
    width: 49%;
}

.vvt,
.vvf {
    cursor: pointer;
}

.in_cnt {
    margin: 0 0 15px;
}

.in_cnt li {
    margin: 0 0 5px;
    padding: 0 0 0 20px;
}

.row_hide .row.disable {
    display: none;
}

.hide_other {
    display: none;
}

.add_file {
    color: #2f567c;
    float: left;
}

#file_btn_1,
#file_btn_2 {
    position: relative;
    float: left;
    margin: -3px 10px 0 10px;
    cursor: pointer;
}

#file1,
#file2 {
    display: none;
}

.file_name {
    float: left;
    color: #8a8a8a;
}

.for_btn {
    margin: 20px 25% 10px;
}

.h1c {
    color: #ff8310;
    margin-bottom: 0;
}

.slogh1 {
    color: #1a3a59;
    font-size: 30px;
}

.pops {
    display: none;
}

.form_title {
    font-size: 30px;
    font-weight: bold;
}

.form_desc {
    padding: 35px 0 0;
    text-align: center;
}

.pop {
    width: 500px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
    border: 3px solid #ff8310;
    padding: 30px 50px;
}

.pop form {
    margin: 0 15%;
}

.form_sank_title {
    color: #ff8310;
    font-size: 30px;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
}

.form_sank_desc {
    font-size: 18px;
    text-align: center;
}

.block-nav {
    display: none;
}

.cbd_title.active {
    position: relative;
}

.cbd_title.active::before {
    content: '';
    position: absolute;
    top: -11px;
    left: 0;
    width: 100%;
    height: 11px;
    background-color: #478d35;
}

.cb_details .cbd_title a {
    padding: 14px 20px;
}

.cdc_desc h4 {
    display: block;
    margin-bottom: 23px;
}

.cdc_desc input {
    border: 1px solid #2DB54F;
    height: 40px;
    width: 215px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding-left: 30px;
    padding-right: 11px;
    z-index: 1;
    position: relative;
}

.cdc_desc input.error {
    border: 1px solid #db1717;
    -webkit-box-shadow: 0 0 10px 0 rgba(255, 0, 0, 0.4);
    box-shadow: 0 0 10px 0 rgba(255, 0, 0, 0.4);
}

.cdc_desc input.not_error {
    border: 1px solid #2DB54F;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.cdc_desc .check {
    position: absolute;
    margin-top: -31px;
    margin-left: 185px;
    z-index: 2;
    color: green;
}

.cdc_desc .check .fa-caret-down {
    padding-left: 10px;
}

.cdc_desc .err {
    background-color: #cecece;
    padding: 10px 7px;
    font-size: 12px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    position: absolute;
    margin-top: 12px;
}

.cdc_desc .err::after {
    content: '';
    position: absolute;
    top: -15px;
    left: 16px;
    border: 7px solid transparent;
    border-bottom: 9px solid #cecece;
}

.cdc_desc label {
    background: #ff7800;
    position: relative;
    height: 40px;
    width: 40px;
    display: block;
    border: none;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-image: url(../img/submit.png);
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    -webkit-transition: .3s;
    transition: .3s;
}

.cdc_desc label:hover {
    background-color: #20AB46;
    -webkit-transition: .3s;
    transition: .3s;
}

.cdc_desc ul.sizes .ch {
    margin-top: -2px;
    display: none;
    position: relative;
    z-index: 0;
}

.cdc_desc ul.sizes .ch li {
    display: block;
    float: none;
    border: 1px solid #2DB54F;
    height: 40px;
    width: 215px;
    padding-left: 30px;
    padding-right: 11px;
    background-color: #fff;
    padding-top: 8px;
    padding-left: 12px;
    border-top: none;
    margin-right: 0;
    margin: 0 auto;
}

.cdc_desc ul.sizes .ch li:hover {
    background-color: #2DB54F;
    color: #fff;
    cursor: pointer;
}

.cdc_desc ul.sizes .ch li:last-child {
    -webkit-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
}

.cdc_desc ul.sizes li {
    display: inline-block;
    float: left;
    margin-right: 6px;
}

.cdc_desc ul.sizes li:first-child input {
    background-image: url(../img/input-height.png);
    background-position: 6px 17px;
    background-repeat: no-repeat;
}

.cdc_desc ul.sizes li:nth-child(2) input {
    background-image: url(../img/input-width.png);
    background-position: 13px 11px;
    background-repeat: no-repeat;
}

.cdc_desc ul.sizes li:nth-child(3) input {
    background-image: url(../img/input-sn.png);
    background-position: 6px 11px;
    background-repeat: no-repeat;
    cursor: text;
}

.cdc_desc .except {
    padding-top: 27px;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    max-width: 490px;
    z-index: 1;
    background: white;
    line-height: 1;
    padding: 10px;
    border: 1px solid lightgray;
}

.cdc_desc .except span {
    display: block;
    text-align: center;
}

.cdc_desc .except span:first-child {
    font-family: Roboto-Bold;
    font-size: 30px;
    padding-bottom: 7px;
}

.cdc_desc .except span:last-child {
    font-size: 16px;
    padding-top: 9px;
}

.cdc_desc .except .close {
    width: 19px;
    height: 19px;
    position: relative;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    -webkit-transition: .3s;
    transition: .3s;
    opacity: .8;
    background-image: none;
    background-color: transparent;
}

.cdc_desc .except .close:hover {
    opacity: 1;
    -webkit-transition: .3s;
    transition: .3s;
}

.cdc_desc .except .close::before {
    content: '';
    position: absolute;
    height: 1px;
    width: 100%;
    background-color: #393939;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 50%;
    left: 0;
}

.cdc_desc .except .close::after {
    content: '';
    position: absolute;
    height: 1px;
    width: 100%;
    background-color: #393939;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 50%;
    left: 0;
}

.demo_2 {
    margin-top: 20px;
}

.demo_2 .lSAction > .lSPrev {
    background-color: #fff;
    background-image: url(../img/ar-green.png);
}

.demo_2 .lSAction > .lSNext {
    right: 11px;
    background-color: #fff;
    background-image: url(../img/ar-green.png);
}

.demo_2 .lSSlideOuter .lSPager.lSGallery li.active {
    outline: 5px solid #2DB54F;
    outline-offset: -5px;
}

.demo_2 .lSSlideOuter .lSPager.lSGallery li {
    outline: 5px solid transparent;
    outline-offset: -5px;
}

.demo_2 .want-wrapper {
    position: absolute;
    right: 15px;
    background-color: #fff;
    padding: 19px 62px;
    z-index: 99;
}

.demo_2 .button-want {
    cursor: pointer;
}

.demo_2 .right-c {
    height: 400px;
    overflow: auto;
}

.demo_2 .right-c .title {
    font-size: 24px;
}

.demo_2 ul.carusel-list {
    padding: 10px 0;
}

.demo_2 ul.carusel-list li {
    font-size: 16px;
    color: #2e2e2e;
    font-family: Roboto-Bold;
    position: relative;
    padding-left: 15px;
    padding-top: 3px;
    padding-bottom: 3px;
}

.demo_2 ul.carusel-list li::before {
    content: '';
    height: 5px;
    position: absolute;
    width: 5px;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    background-color: #2e2e2e;
    left: 0;
    top: 11px;
}

.steps {
    background-color: #f5f5f5;
    color: #393939;
    background-image: none;
}

.steps h2 {
    margin-bottom: 20px;
}

.steps .tit {
    font-size: 36px;
    font-family: Roboto-Bold;
    padding: 40px 0;
    text-align: center;
    line-height: 1.2;
}

.steps .im-numbers img {
    height: 120px;
    width: auto;
}

.steps .im-numbers p {
    font-family: Roboto-Regular;
}

.steps .im-numbers p b {
    font-family: Roboto-Bold;
}

.steps .im-numbers .num::after {
    content: '';
    position: absolute;
    right: -185px;
    height: 1px;
    background-image: url(../img/dot.png);
    background-position: left bottom;
    background-repeat: repeat-x;
    width: 173px;
    top: 46px;
}

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

.contacts-wrapp {
    margin-top: -365px;
    margin-bottom: 50px;
}

.contacts-block {
    background-color: #2DB54F;
    padding: 30px;
    width: 100%;
    max-width: 400px;
    margin-top: -365px;
    margin-bottom: 50px;
    position: absolute;
}

.contacts-block .logo a img {
    width: 310px;
    height: 45px;
    margin-bottom: 10px;
}

.contacts-block .title {
    font-size: 30px;
    font-family: Roboto-Bold;
    color: #fff;
    margin-bottom: 10px;
}

.contacts-block ul li {
    color: #fff;
    font-size: 20px;
    font-family: Roboto-Regular;
    padding-left: 35px;
    position: relative;
    margin-bottom: 7px;
}

.contacts-block ul li::before {
    content: '';
    position: absolute;
    width: 20px;
    height: 26px;
    background-image: url(../img/sprite-bottom.png);
    background-position: 0 0;
    left: 0px;
    top: 3px;
}

.contacts-block ul li:nth-child(2)::before {
    width: 28px;
    height: 20px;
    background-position: 0 -23px;
    top: 7px;
}

.contacts-block ul li:nth-child(2) a {
    position: relative;
}

.contacts-block ul li:nth-child(2) a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 1px;
    background-color: #fff;
    width: 100%;
}

.contacts-block ul li:nth-child(2) a:hover::after {
    display: none;
}

.contacts-block ul li:last-child::before {
    width: 25px;
    height: 28px;
    background-position: 0 28px;
}

.contacts-block ul li:first-child a {
    font-size: 20px;
    font-family: Roboto-Bold;
}

.contacts-block ul li a {
    color: #fff;
    font-size: 20px;
    font-family: Roboto-Regular;
}

footer.footer {
    padding-bottom: 15px;
    padding-top: 15px;
}

footer.footer .bottom-foot:nth-child(2) img {
    padding-top: 15px;
    display: block;
    margin: 0 auto;
}

footer.footer .bottom-foot:last-child {
    text-align: right;
}

footer.footer ul {
    margin-top: 20px;
}

footer.footer ul li {
    display: inline-block;
}

footer.footer ul li:first-child a {
    color: #393939;
    font-size: 24px;
    font-family: Roboto-Bold;
    position: relative;
}

footer.footer ul li:first-child a:hover::before {
    -webkit-transform: rotate(-360deg);
    -ms-transform: rotate(-360deg);
    transform: rotate(-360deg);
    -webkit-transition: .3s;
    transition: .3s;
}

footer.footer ul li:first-child a:hover::after {
    width: 60%;
    -webkit-transition: .3s;
    transition: .3s;
}

footer.footer ul li:first-child a::before {
    content: '';
    position: absolute;
    height: 22px;
    width: 20px;
    top: 6px;
    left: -27px;
    background-image: url(../img/phone.png);
    -webkit-transition: .3s;
    transition: .3s;
}

footer.footer ul li:first-child a::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 1px;
    background-color: #393939;
    -webkit-transition: .3s;
    transition: .3s;
}

footer.footer ul li:nth-child(2) {
    margin-left: 7px;
    vertical-align: top;
    padding-top: 4px;
}

footer.footer ul li:nth-child(2) button {
    color: #fff;
    background-color: #ff7800;
    font-size: 14px;
    width: 133px;
    height: 33px;
    border: none;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: .3s;
    transition: .3s;
    border: 1px solid #ff7800;
}

footer.footer ul li:nth-child(2) button:hover {
    background-color: #fff;
    color: #ff7800;
}

.carousel-fade .carousel-inner .item {
    -webkit-transition-property: opacity;
    transition-property: opacity;
}

.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    opacity: 0;
}

.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}

.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.carousel-fade .carousel-control {
    z-index: 2;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.slick-next {
    right: -10px;
    background: none;
    opacity: 1;
    height: 36px;
    width: 36px;
    background-color: #2DB54F;
    background-image: url(../img/submit.png);
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transition: .8s;
    transition: .8s;
}

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

.slick-prev {
    left: -10px;
    z-index: 99;
    opacity: 1;
    height: 36px;
    width: 36px;
    background-color: #2DB54F;
    background-image: url(../img/submit.png);
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transform: translateY(-50%) rotate(-180deg);
    -ms-transform: translateY(-50%) rotate(-180deg);
    transform: translateY(-50%) rotate(-180deg);
    -webkit-transition: .8s;
    transition: .8s;
}

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

.slick-prev:focus {
    z-index: 99;
    opacity: 1;
    height: 36px;
    width: 36px;
    background-color: #2DB54F;
    -webkit-transition: .8s;
    transition: .8s;
    background-image: url(../img/submit.png);
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transform: translateY(-50%) rotate(-180deg);
    -ms-transform: translateY(-50%) rotate(-180deg);
    transform: translateY(-50%) rotate(-180deg);
}

.slick-prev:hover {
    z-index: 99;
    opacity: 1;
    height: 36px;
    width: 36px;
    background-color: #ff7800;
    -webkit-transition: .8s;
    transition: .8s;
    background-image: url(../img/submit.png);
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transform: translateY(-50%) rotate(-180deg);
    -ms-transform: translateY(-50%) rotate(-180deg);
    transform: translateY(-50%) rotate(-180deg);
}

.slick-next:focus {
    z-index: 99;
    opacity: 1;
    height: 36px;
    width: 36px;
    background-color: #2DB54F;
    -webkit-transition: .8s;
    transition: .8s;
    background-image: url(../img/submit.png);
    background-repeat: no-repeat;
    background-position: center;
}

.slick-next:hover {
    z-index: 99;
    opacity: 1;
    height: 36px;
    width: 36px;
    background-color: #ff7800;
    -webkit-transition: .8s;
    transition: .8s;
    background-image: url(../img/submit.png);
    background-repeat: no-repeat;
    background-position: center;
}

.slick-slide {
    opacity: .4;
    cursor: pointer;
    -webkit-transition: .6s;
    transition: .6s;
    height: auto;
}

.slick-slide:hover {
    opacity: 1;
    -webkit-transition: .6s;
    transition: .6s;
}

.slick-slide.slick-current {
    opacity: 1;
}

.left-c .slick-slide {
    opacity: 1;
    cursor: default;
}

.left-c .slick-prev {
    left: 11px;
}

.left-c .slick-next {
    right: 11px;
}

.no-b {
    padding-bottom: 10px !important;
}

#anchor-1,
#anchor-5 {
    margin-top: 20px;
}

.huge-wrapp {
    overflow-x: hidden;
    overflow-y: scroll;
    position: absolute;
    background: #fff;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
}

.popup {
    position: fixed;
    top: 100px;
    left: 50px;
    right: 50px;
    margin: auto;
    background-color: #f5f5f5;
    text-align: center;
    z-index: 99999;
    display: none;
}

.popup.small {
    width: 100%;
    max-width: 400px;
    padding: 50px 10px;
    height: auto;
}

.popup.medium {
    max-width: 580px;
    width: 100%;
    padding: 50px 10px;
    height: auto;
}

.popup.medium input {
    display: inline-block;
    margin-left: 7px;
    margin-right: 7px;
}

.popup.huge {
    max-width: 1000px;
    display: none;
    padding: 30px 25px 30px 50px;
    top: 30px;
    overflow-y: auto;
    height: calc(100% - 130px) !important;
}


.popup.huge .hidden-on-hover {
    position: fixed;
    overflow-y: auto;
    display: none;
    top: 150px;
    left: 15px;
    right: 15px;
    width: 100%;
    margin: auto;
    background-color: #e1e1e1;
    max-width: 970px;
    z-index: 99999;
    text-align: left;
    padding: 30px 0px;
    height: calc(100% - 180px) !important;
}

.popup.huge .hidden-on-hover .close-hidden {
    width: 19px;
    height: 19px;
    position: relative;
    position: absolute;
    right: 25px;
    top: 20px;
    cursor: pointer;
    -webkit-transition: .3s;
    transition: .3s;
    opacity: .8;
    background-image: none;
    background-color: transparent;
}

.popup.huge .hidden-on-hover .close-hidden:hover {
    opacity: 1;
    -webkit-transition: .3s;
    transition: .3s;
}

.popup.huge .hidden-on-hover .close-hidden::before {
    content: '';
    position: absolute;
    height: 1px;
    width: 100%;
    background-color: #393939;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 50%;
    left: 0;
}

.popup.huge .hidden-on-hover .close-hidden::after {
    content: '';
    position: absolute;
    height: 1px;
    width: 100%;
    background-color: #393939;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 50%;
    left: 0;
}

.popup.huge .hidden-on-hover .title {
    font-size: 18px;
    font-family: Roboto-Medium;
    margin: 0 25px;
    border-bottom: 2px solid #393939;
    padding-bottom: 9px;
    margin-bottom: 20px;
}

.popup.huge .hidden-on-hover .block {
    padding: 0 10px;
    font-size: 14px;
    margin-bottom: 30px;
}

.popup.huge .hidden-on-hover .block .lable {
    font-size: 18px;
    font-family: Roboto-Medium;
}

.popup.huge .hidden-on-hover .block ol li {
    list-style-type: decimal;
    margin-left: 15px;
}

.popup.huge .hidden-on-hover .block ol li ul li {
    list-style-type: none;
    position: relative;
    padding-left: 11px;
    margin-left: 0;
}

.popup.huge .hidden-on-hover .block ol li ul li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 8px;
    height: 4px;
    width: 4px;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    background-color: #393939;
}

.popup.huge .popup-thumbs-slider .slick-slide.slick-current {
    outline: 5px solid #2DB54F;
    outline-offset: -5px;
}

.popup.huge .popup-thumbs-slider .slick-slide {
    outline: 5px solid transparent;
    outline-offset: -5px;
}

.popup.huge .slick-next {
    right: 15px;
}

.popup.huge .slick-prev {
    left: 15px;
}

.popup.huge .h-p {
    z-index: 999;
    background-color: #e1e1e1;
    padding: 24px 0;
    margin-top: 5px;
}

.popup.huge .h-p input {
    display: inline-block;
    margin-left: 7px;
    margin-right: 7px;
    margin-bottom: 18px;
}

.popup.huge .h-p .title {
    font-size: 24px;
}

.popup.huge .h-p p {
    font-size: 16px;
    margin-bottom: 15px;
}

.popup.huge .left {
    width: 580px;
}

.popup.huge .right {
    width: -webkit-calc(100% - 620px);
    width: calc(100% - 620px);
    text-align: left;
}

.popup.huge .right .reh {
    font-size: 16px;
    color: #393939;
}

.popup.huge .right .value {
    font-family: Roboto-Bold;
    font-size: 36px;
    color: #60ad3e;
}

.popup.huge .right .value span {
    font-size: 24px;
}

.popup.huge .right .look {
    color: #ff7800;
    font-family: Roboto-Bold;
    margin-top: 0;
    cursor: pointer;
    -webkit-transition: .3s;
    transition: .3s;
}

.popup.huge .right .look:hover {
    color: #ff4e00;
    -webkit-transition: .3s;
    transition: .3s;
}

.popup.huge .right .titl {
    font-size: 24px;
    color: #60ad3e;
    font-family: Roboto-Bold;
    line-height: 1;
    margin-top: 20px;
    margin-bottom: 20px;
    position: relative;
}

.popup.huge .right .titl::after {
    content: '';
    height: 2px;
    width: 100%;
    max-width: 215px;
    position: absolute;
    left: 0;
    bottom: -5px;
    background-color: #60ad3e;
}

.popup.huge .right .inp-block {
    position: relative;
}

.popup.huge .right .inp-block input {
    border: 1px solid #2DB54F;
    height: 40px;
    width: 215px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding-left: 13px;
    padding-right: 11px;
    position: relative;
    cursor: pointer;
    background-color: #fff;
}

.popup.huge .right .inp-block i {
    z-index: 992;
    position: absolute;
    color: #2DB54F;
    margin-left: -20px;
    margin-top: 12px;
    cursor: pointer;
}

.popup.huge .right .inp-block ul {
    display: none;
    position: absolute;
    z-index: 999;
    margin-top: -2px;
}

.popup.huge .right .inp-block ul li {
    border: 1px solid #2DB54F;
    height: 40px;
    width: 215px;
    padding-top: 7px;
    padding-left: 13px;
    padding-right: 11px;
    position: relative;
    cursor: pointer;
    background-color: #fff;
    color: #979797;
    border-bottom: none;
    -webkit-transition: .3s;
    transition: .3s;
}

.popup.huge .right .inp-block ul li:last-child {
    border: 1px solid #2DB54F;
    -webkit-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
}

.popup.huge .right .inp-block ul li:hover {
    background-color: #2DB54F;
    color: #fff;
    -webkit-transition: .3s;
    transition: .3s;
}

.popup.huge .right .inp-block label {
    font-family: Roboto-Bold;
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 5px;
    display: block;
}

.popup.huge .right .prev-cost {
    margin-top: 25px;
    margin-bottom: -7px;
}

.popup.huge .right .price {
    font-size: 24px;
    color: #2DB54F;
    font-family: Roboto-Bold;
}

.popup.huge .right .price span {
    font-size: 36px;
}

.popup.huge .tit {
    font-size: 36px;
    font-family: Roboto-Bold;
    padding: 40px 0 0;
    text-align: center;
    line-height: 1.2;
}

.popup.huge .carousel-indicators {
    bottom: -75px;
    left: 0px;
    z-index: 15;
    width: 100%;
    margin-left: 0;
    padding-left: 0;
    list-style: none;
    text-align: left;
}

.popup.huge .carousel-indicators li {
    outline: 5px solid transparent;
    outline-offset: -5px;
    margin: 0;
    width: 114px;
    height: 64px;
    background-color: transparent;
    border: none;
    opacity: .4;
}

.popup.huge .carousel-indicators li img {
    width: 100%;
    height: 100%;
}

.popup.huge .carousel-indicators li.active {
    width: 114px;
    height: 64px;
    outline: 5px solid #2DB54F;
    outline-offset: -5px;
    background-color: transparent;
    opacity: 1;
}

.popup.huge .carousel-indicators li.active img {
    width: 100%;
    height: 100%;
}

.popup.huge .carousel-control.left {
    background: none;
    opacity: 1;
    height: 36px;
    width: 36px;
    background-color: #60ad3e;
    background-image: url(../img/submit.png);
    background-repeat: no-repeat;
    left: 11px;
    background-position: center;
    -webkit-transform: translateY(-50%) rotate(-180deg);
    -ms-transform: translateY(-50%) rotate(-180deg);
    transform: translateY(-50%) rotate(-180deg);
}

.popup.huge .carousel-control.right {
    right: 11px;
    background: none;
    opacity: 1;
    height: 36px;
    width: 36px;
    background-color: #60ad3e;
    background-image: url(../img/submit.png);
    background-repeat: no-repeat;
    background-position: center;
}

.popup.huge h2 {
    padding-bottom: 10px;
}

.popup.huge h3 {
    font-size: 36px;
    font-family: Roboto-Bold;
    padding: 40px 0;
    text-align: center;
    line-height: 1.2;
}

.popup.huge .sub-t {
    font-size: 30px;
    color: #2DB54F;
    font-family: Roboto-Bold;
    text-align: center;
    padding-bottom: 20px;
}

.popup.huge .left-c {
    width: 100%;
}

.popup.huge .left-c .img-wr {
    overflow: hidden;
    height: 400px;
}

.popup.huge .left-c .img-wr img {
    height: 400px;
}

.popup.huge .right-c {
    background-color: transparent;
    width: 300px;
    padding: 26px 28px;
}

.popup.huge .right-c .title {
    font-size: 30px;
    color: #fff;
    font-family: Roboto-Bold;
}

.popup.huge .right-c .sub-title {
    font-size: 18px;
    font-family: Roboto-Bold;
    color: #fff;
    margin-top: 20px;
}

.popup.huge .right-c p {
    font-size: 16px;
    line-height: 1.5;
}

.popup.huge .right-c b {
    font-family: Roboto-Bold;
}

.popup .title {
    font-size: 30px;
    font-family: Roboto-Bold;
    line-height: 1.2;
}

.popup p {
    font-size: 16px;
    margin: 5px 0;
}

.popup .close {
    width: 35px;
    height: 35px;
    position: relative;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    -webkit-transition: .7s;
    transition: .7s;
    opacity: 1;
    background-image: none;
    background-color: #60ad3e;
}

.popup .close:hover {
    opacity: 1;
    -webkit-transition: .7s;
    transition: .7s;
    background-color: #ff7800;
}

.popup .close::before {
    content: '';
    position: absolute;
    height: 1px;
    width: 70%;
    background-color: #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 17px;
    left: 5px;
}

.popup .close::after {
    content: '';
    position: absolute;
    height: 1px;
    width: 70%;
    background-color: #fff;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 17px;
    left: 5px;
}

.popup form:not(#big-popup-form) {
    margin-top: 30px;
}

.popup .h-p input,
.popup form:not(#big-popup-form) input {
    display: block;
    border: 1px solid #2DB54F;
    height: 40px;
    width: 215px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding-left: 13px;
    padding-right: 11px;
    position: relative;
    margin: auto;
    margin-bottom: 14px;
}

.popup form [type="submit"] {
    font-size: 16px;
    background-color: #ff7800;
    font-family: Roboto-Bold;
    border: none;
    height: 40px;
    width: 215px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    position: relative;
    color: #fff;
}

.popup form button::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    width: 0;
    height: 0;
    background-color: #20AB46;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    background-size: 100%;
    -webkit-transition: 1s;
    transition: 1s;
    z-index: 0;
    opacity: 0;
}

.popup form button::before {
    content: attr(data-value);
    z-index: 1;
    position: relative;
}

.popup form button:hover::after {
    height: 100%;
    width: 100%;
    -webkit-transition: .5s;
    transition: .5s;
    opacity: 1;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #fff;
}

.popup-slider {
    height: 400px;
    overflow: hidden;
}

.popup-thumbs-slider {
    height: 80px;
    overflow: hidden;
}

.mask-dark {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    background-color: rgba(41, 41, 41, .8);
}

.db {
    display: block;
}

.tablet {
    display: none;
}

.no-scroll {}

.hidden-on-hover::-webkit-scrollbar {
    width: 0;
}

.hidden-on-hover {
    -ms-overflow-style: none;
}

.found-block {
    display: none;
    position: absolute;
    z-index: 999;
}

.inl-desc {
    display: inline-block;
    float: left;
    margin-right: 11px;
}

.foundations .inl-desc:first-child input {
    background-image: url(../img/brick.gif);
    background-position: 6px 12px;
    background-repeat: no-repeat;
}

.foundations .inl-desc:nth-child(2) input {
    background-image: url(../img/brush.gif);
    background-position: 10px;
    background-repeat: no-repeat;
}

.foundations .inl-desc:nth-child(3) input {
    background-image: url(../img/foundation.gif);
    background-position: 7px 9px;
    background-repeat: no-repeat;
}

.labl_2 {
    background: #ff7800;
    position: relative;
    height: 40px;
    width: 40px;
    display: block;
    border: none;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-image: url(../img/submit.png);
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    -webkit-transition: .3s;
    transition: .3s;
    float: left;
}

.labl_2:hover {
    background-color: #20AB46;
    -webkit-transition: .3s;
    transition: .3s;
}

.form_c3 .contancts li {
    display: inline-block;
    margin-right: 11px;
    float: left;
}

.form_c3 .contancts li input {
    padding-left: 12px;
}

.form_c3 .contancts li.subm button {
    background: #ff7800;
    position: relative;
    height: 40px;
    width: auto;
    padding-left: 15px;
    display: block;
    padding-right: 32px;
    border: none;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    font-size: 16px;
    font-family: Roboto-Bold;
    color: #fff;
    -webkit-transition: .3s;
    transition: .3s;
    border: 1px solid #ff7800;
    padding-top: 7px;
}

.form_c3 .contancts li.subm button::after {
    content: '';
    position: absolute;
    top: 12px;
    right: 6px;
    border: 8px solid transparent;
    border-left: 8px solid #fff;
}

.form_c3 .contancts li.subm::before {
    content: '';
    position: absolute;
    left: 0;
    border: 1px solid #fff;
    bottom: 0;
    top: 0;
    margin: auto;
    width: 0;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.1);
    -webkit-border-radius: none;
    border-radius: none;
    background-size: 100%;
    -webkit-transition: .5s;
    transition: .5s;
    z-index: 0;
    opacity: 0;
}

.form_c3 .contancts li.subm button:hover {
    background-color: #20AB46;
    -webkit-transition: .3s;
    transition: .3s;
    border: 1px solid #e1e1e1;
}

.form_c3 .contancts li.subm button:hover::before {
    height: 100%;
    width: 100%;
    -webkit-transition: .3s;
    transition: .3s;
    opacity: 1;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #fff;
}

.seas-3 {
    display: block;
    float: none;
    border: 1px solid #2DB54F;
    height: 40px;
    width: 215px;
    padding-left: 30px;
    padding-right: 11px;
    background-color: #fff;
    padding-top: 8px;
    padding-left: 12px;
    border-top: none;
    margin-right: 0;
}

.seas-3:hover {
    background-color: #2DB54F;
    color: #fff;
    cursor: pointer;
}

.seas-3:last-child {
    -webkit-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
}

ul[data-id="found-s-3"] {
    position: absolute;
}

.par_first_2 span,
.par_second_2 span {
    display: block;
}

.uls {
    background-color: #478d35;
}

.form_c1,
.form_c2,
.form_c3,
.form_c4 {
    padding: 0 40px;
}

.no-after::after {
    display: none !important;
}

@media (max-width: 767px) {
  .hidden-xs {
      display: none !important;
  }
}

@media (min-width: 992px) {
    .demo_1 {
        position: relative;
    }
    .demo_1 #slick-slider-inner {
        width: calc(100% - 420px);
            min-height: 70px;
    }
    /*
    .demo_1 .button-want {
        position: absolute;
        position: absolute;
        right: 0;
        left: calc(100% - 420px);
        bottom: 0px;
    }
    */
}

input.required.empty {border-color: red !important;}

.ui-slider {
    width: 215px;
    height: 1px;
    background: #2db54f;
    position: relative;
    margin: 30px 0 5px 0;
    padding: 0px;
    z-index: 3;
}
.ui-widget-header {
    background: transparent;
    height: 8px;
    left: 1px;
    top: 1px;
    position: absolute;
}
.ui-slider-handle {
    width: 11px;
    height: 11px;
    position: absolute;
    top: -5px;
    margin-left: -5px;
    z-index: 200;
    background: #2db54f;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}
#slider-result {
    color: #000;
    width: 55px;
    line-height: 15px;
    font-size: 15px;
    text-align: center;
    position: absolute;
    top: -19px;
    left: -18px;
}
.ui-slider_scale {
    width: 215px;
    height: 15px;
}
.ss_one {
    color: #828282;
    font-size: 15px;
    line-height: 15px;
    height: 15px;
}
.ui-slider_scale .ss_one:first-child {
    float: left;
}
.ui-slider_scale .ss_one:last-child {
    float: right;
}


header.header.project {
    background-image: none;
    width: 100%;
    height: 50px;
    background-position: center;
    position: relative;
}

h1.project {
    font-size: 36px;
    font-family: Roboto-Bold;
    padding: 10px 0px;
    text-align: left;
    line-height: 1.2;
    color: #393939;
    margin: 10px 0px 20px 0px;
    display: block;
    float: left;
    clear: both;
    width: 100%;
    white-space: nowrap;
}
div.clearfix2 {
    display: inline-block;
    width: 100%;
    height: 10px;
    clear: both;
}
ul.breadcrumbs {
    list-style: none;
}
ul.breadcrumbs li {
    display: inline-block;
    float: left;
    margin: 5px 10px 5px 0px;
    color: #549e40;
    font-size: 13px;
}

ul.breadcrumbs li a {
    color: #549e40;
    font-size: 13px;
    text-decoration: underline !important;
}
ul.breadcrumbs li span {
    font-size: 13px;
    color: black;
}

.popup.huge.popup-project {
    background-color: #ffffff;
    padding: 30px 0px 30px 0px !important;
}
#project-1 {
     padding: 30px 0px 30px 0px !important;
}

.popup.huge .hidden-on-hover-page2 {
    position: fixed;
    overflow-y: auto;
    display: none;
    top: 150px;
    left: 15px;
    right: 15px;
    width: 100%;
    margin: auto;
    background-color: #e1e1e1;
    max-width: 970px;
    z-index: 99999;
    text-align: left;
    padding: 30px 0px;
    height: calc(100% - 180px) !important;
}

.popup.huge .hidden-on-hover-page .close-hidden {
    width: 19px;
    height: 19px;
    position: relative;
    position: absolute;
    right: 25px;
    top: 20px;
    cursor: pointer;
    -webkit-transition: .3s;
    transition: .3s;
    opacity: .8;
    background-image: none;
    background-color: transparent;
}

.popup.huge .hidden-on-hover-page .close-hidden:hover {
    opacity: 1;
    -webkit-transition: .3s;
    transition: .3s;
}

.popup.huge .hidden-on-hover-page .close-hidden::before {
    content: '';
    position: absolute;
    height: 1px;
    width: 100%;
    background-color: #393939;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 50%;
    left: 0;
}

.popup.huge .hidden-on-hover-page .close-hidden::after {
    content: '';
    position: absolute;
    height: 1px;
    width: 100%;
    background-color: #393939;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 50%;
    left: 0;
}

.popup.huge .hidden-on-hover-page .title {
    font-size: 18px;
    font-family: Roboto-Medium;
    margin: 0 25px;
    border-bottom: 2px solid #393939;
    padding-bottom: 9px;
    margin-bottom: 20px;
}

.popup.huge .hidden-on-hover-page .block {
    padding: 0 10px;
    font-size: 14px;
    margin-bottom: 30px;
    text-align: left;
}

.popup.huge .hidden-on-hover-page .block .lable {
    font-size: 18px;
    font-family: Roboto-Medium;
    text-align: left;
}

.popup.huge .hidden-on-hover-page .block ol li {
    list-style-type: none;
    margin-left: 15px;
    text-align: left;
}
.popup.huge .hidden-on-hover-page .block ol {
    counter-reset: item;
}
.popup.huge .hidden-on-hover-page .block .stext ol {
    margin: 0px 0px 0px 0px;
}

.popup.huge .hidden-on-hover-page .block .stext {
    padding: 0px 0px 0px 20px;
    display: block;
    text-align: justify;
}
.popup.huge .hidden-on-hover-page .block .stext ol li {
    margin: 5px 0px 5px 24px;
    text-align: justify;
}
.popup.huge .hidden-on-hover-page .block ol li:before {
    content: attr(data-start) "" counter(item) "";  /* Change 'item' to 'item, upper-roman' or 'item, lower-roman' for upper- and lower-case roman, respectively. */
    counter-increment: item;
    display: inline-block;
    text-align: right;
    width: 3em;                  /* Must be the maximum width of your list's numbers, including the ')', for compatability (in case you use a fixed-width font, for example).  Will have to beef up if using roman. */
    padding-right: 0.5em;
    margin-left: -3.5em;         /* See li comments. */
}

.popup.huge .hidden-on-hover-page .block ol li ul li {
    list-style-type: none;
    position: relative;
    padding-left: 11px;
    margin-left: 0;
    text-align: justify;

}

.popup.huge .hidden-on-hover-page .block ol li ul li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 8px;
    height: 4px;
    width: 4px;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    background-color: #393939;
}

@media (min-width: 900px) {

    .popup.huge.popup-project .right .inp-block {
        position: relative;
        width: 45%;
        margin: 10px 5px 0px 0px!important;
        display: inline-block;
    }

    .popup.huge.popup-project .left {
        width: 530px;
    }
    .popup.huge.popup-project .right {
        min-width: 460px!important;
    }

    .popup.huge.popup-project .right .inp-block input {
        width: 200px!important;
    }

    .popup.huge.popup-project .right .inp-block ul li {
        width: 200px!important;
    }

    .popup.huge.popup-project .right .inp-block i {
        margin: -27px 0px 0px 180px !important;
    }

    body .popup.huge.popup-project {
        height: inherit  !important;
    }

    h1.project  {
        height: 30px;
    }
}



@media (max-width: 900px) {

    .calculator-box {
        display: block;
        width: 100%;
        clear: both;
    }

    .popup.huge.popup-project .left {
        width: 98% !important;
        margin: 0px auto 0px auto!important;
        display: block !important;
        clear: both !important;
        float: none !important;
    }

    .popup.huge.popup-project .right {
        width: 98% !important;
        margin: 0px auto 0px auto!important;
        display: block !important;
        clear: both !important;
        float: none !important;
    }

    body .contacts-block {
        max-width: 100% !important;
    }

    .popup.huge.popup-project {
        height: inherit  !important;
    }

    body h1.project {
        white-space: normal  !important;
        overflow: visible !important;
    }




    body .text {
        padding-top: 5px;
        padding-bottom: 5px;
    }
    body #anchor-1, body #anchor-5 {
        margin-top: 5px;
    }
    body .projects h3 {
        padding: 5px 0;
    }
    body .container.projects {
        margin-top: 5px !important;
    }
    body .count-body-wrapper {
        padding-bottom: 5px;
    }
    body .count-head-wrapper {
        padding: 5px 0;
        margin-top: 5px;
    }

}


body .projects .proj .thumb {
    height: 200px;
    text-align: center;
    width: 100%;
}

body .projects .proj .thumb img {
   width: 100%;
}

body .projects .proj .info div{
    /*
    display: flex;
    justify-content: space-between;
    */

    display: table-cell;
}

body .projects .proj .info div{
    min-height: 120px;
}

body .projects .proj .info .left-align {
}
body .projects .proj .info .right-align {
   width: 108px !important;
}

body .projects .proj .info .left-align ul {
}
body .projects .proj .info .left-align ul li {
    display: block;
    width: 170px;
    overflow: hidden;
    margin: 0px 0px 0px 0px !important;
    padding: 0px 0px 0px 0px !important;
}

body .hidden-on-hover-page {
    height: inherit !important;
}


body .projects h3 {
    padding: 10px 0;
}
body #anchor-1, body #anchor-5 {
    margin-top: 5px;
}
body .count-body-wrapper {
    padding-bottom: 10px;
}
body .text {
    padding-top: 10px;
    padding-bottom: 10px;
}
body .in-numbers-wrapper {
    padding-top: 10px;
}

@media (max-width: 900px) {
    body .in-numbers-wrapper .im-numbers .num-block  {
        margin-bottom: 10px;
    }
    body .realized-projects .right-c {
        max-height: none !important;
        overflow: hidden;
    }
}
@media (max-width: 482px) {
    body .projects .proj .info .details {
        margin-top: 25px;
        padding: 5px;
        font-size: 18px;
    }

    body .projects .proj .info .left-align ul li {
        font-size: 14px;
        /*width: 150px;*/
    }

    body .projects .right-align {
        /*float: right !important;*/
    }

    body .projects .proj .info {
        padding: 19px 11px 5px 5px;
    }
    body .projects .proj .info .left-align {
        float: left !important;
        padding: 10px 0px 0px 0px;
        width: 48%;
    }
    body .projects .proj .info .right-align {
        width: 48%;
        float: right !important;
    }
}

#carousel .carousel-indicators {
    display: none !important;
}


body .realized-projects .right-c {
    max-height: 400px;
    overflow: hidden;
}

/*
body .realized-projects .right-c {
    min-height: 510px;
}
body .realized-projects .left-c {
    min-height: 510px;
}
body .realized-projects .left-c .img-wr {
    height: 510px;
}
body .realized-projects .left-c .img-wr img {
    height: 510px;
}
*/

#slick-slider-outer .slick-prev, #slick-slider-realized-projects .slick-prev {
    left: 10px;
}
#slick-slider-outer .slick-next, #slick-slider-realized-projects .slick-next {
    right: 10px;
}
body .realized-projects {
    padding-bottom: 15px;
}

/* Стили для галереи */
.gallery-container {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.gallery-slider {
  display: flex;
  transition: transform 0.3s ease;
}

.gallery-item {
  width: 33.33%;
  object-fit: cover;
  cursor: pointer;
}

/* Адаптивность для мобильных устройств */
@media (max-width: 768px) {
  .gallery-item {
    width: 100%;
  }

  .gallery-prev, .gallery-next {
    font-size: 30px;
    padding: 12px;
  }
}

/* Стрелочки для галереи */
.gallery-prev, .gallery-next {
  position: absolute;
  top: 50%;
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  font-size: 40px;
  border: none;
  cursor: pointer;
  padding: 16px;
  z-index: 2;
}

.gallery-prev {
  left: 10px;
}

.gallery-next {
  right: 10px;
}

.gallery-prev:hover, .gallery-next:hover {
  background-color: rgba(255, 165, 0, 0.7);
}

/* Стили для модального окна */
.gallery-modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  padding-top: 60px;
  text-align: center;
}

.gallery-modal-content {
  width: 100%;
  max-width: 1000px;
  height: auto;
  max-height: 90vh;
  margin: auto;
  display: block;
  object-fit: contain;
}

.gallery-close {
  position: absolute;
  top: 20px;
  right: 40px;
  color: white;
  font-size: 40px;
  font-weight: bold;
  cursor: pointer;
}

.gallery-modal-controls {
  position: absolute;
  top: 50%;
  width: 100%;
  display: flex;
  justify-content: space-between;
}

button {
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  border: none;
  font-size: 24px;
  cursor: pointer;
}

button:hover {
  background-color: rgba(0, 0, 0, 0.7);
}
