/*---------------------------------------------------Fonts*/
@font-face {
    font-family: 'OpenSans';
    src: url("../fonts/OpenSans-Regular.ttf");
    font-style: normal;
    font-weight: normal;
}
@font-face {
    font-family: 'OpenSansLight';
    src: url("../fonts/OpenSans-Regular.ttf");
    font-style: normal;
    font-weight: normal;
}
@font-face {
    font-family: "MuseoSansCyrl";
    src: url("../fonts/MuseoSansCyrl_700.otf?");
    font-style: normal;
    font-weight: bold;
}
@font-face {
    font-family: "MuseoSansCyrlBold";
    src: url("../fonts/MuseoSansCyrl_900.otf?");
    font-style: normal;
    font-weight: bold;
}

/*---------------------------------------------------Global*/
.blog-featured {
    display: none;
}
html {
    overflow-x: hidden;
    max-width: 100%;
}
body {
    margin: 0;
    padding: 0 !important;
    max-width: 100%;
    overflow-x: hidden;
}
h2 {
    font-size: 30px;
    font-family: "MuseoSansCyrl", sans-serif;
    color: rgb(68, 71, 76);
    text-transform: uppercase;
    line-height: 1.333;
    text-align: center;
    font-weight: bold;
    letter-spacing: 1.5px;
}
.clear {
    clear: both;
    float: none;
}
input,
textarea {
    text-align: left;
    line-height: 1 !important;
    outline: none;
}
textarea {
    text-align: left;
}
input {
    font-size: 16px;
    font-family: "MuseoSansCyrl", sans-serif;
    color: rgb(197, 197, 197);
    padding: 10px 20px;
}
input:placeholder {
    font-size: 16px;
    font-family: "MuseoSansCyrl" , sans-serif;
    color: rgb(197, 197, 197);
    line-height: 2.25;
    text-align: left;
    padding: 10px 16px;
}
input:focus,
button:focus
textarea:focus {
    outline: none;
}
input {
    color: rgb(67, 70, 75);
}
/*.container {*/
    /*overflow: hidden;*/
/*}*/
textarea {
    resize: none;
}
a:hover {
    cursor: pointer;
}
#map-1,
#map-2 {
    height: 380px;
    width: 100%;
}
.btn-green {
    background-color: rgb(0, 238, 121);
    box-shadow: 0px 5px 15px 0px rgba(0, 238, 121, 0.6);
    -moz-transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -ms-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
}
.btn-green:hover {
    box-shadow: 0px 0px 10px 0px rgba(0, 238, 121, 0.6);
}
.modal-body {
    position: relative;
    padding: 0 15px 15px 15px;
    margin: 15px 0 0 0;
}
.modal-open .modal-dialog {
    border-radius: 10px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 3px 10px 0px rgba(42, 53, 60, 0.2);
    width: 480px;
}
#add-review-modal .modal-dialog {
    width: 630px;
 }
.modal-open .modal-content {
    padding: 37px 32px;
}
.modal-open .modal {
    background: rgba(0,0,0,0.702);
}
.modal .close {
    background: url('../images/close.png');
    position: absolute;
    height: 25px;
    width: 25px !important;
    box-shadow: none;
    opacity: 1;
    right: 18px;
    top: 6px;
}
.modal .close:hover {
    opacity: 0.7;
}
.modal .modal-dialog ,
.modal .modal-content {
    border-radius: 10px;
}
.modal .modal-content {
    text-align: center;
}
.modal-content button {
    font-size: 18px;
    font-family: "MuseoSansCyrl", sans-serif;
    color: rgb(67, 70, 75);
    line-height: 2;
    text-align: center;
    border: none;
    border-radius: 50px;
    background-color: rgb(0, 238, 121);
    box-shadow: 0px 5px 15px 0px rgba(0, 238, 121, 0.6);
    width: 300px;
    height: 50px;
    margin: 14px 0 34px 0;
}
.modal-content input,
.modal-content textarea {
    border-radius: 25px;
    border-width: 1px;
    border-color: rgb(206, 206, 206);
    border-style: solid;
    background-color: rgb(255, 255, 255);
    width: 298px;
    height: 48px;
    line-height: 48px;
    margin-bottom: 15px;
    padding: 10px 20px;
}
#add-review-modal .modal-content textarea {
    border-radius: 25px;
    width: 508px;
    height: 138px;
    resize: none;
    text-align: left;
}
#add-review-modal .modal-content textarea:focus {
    outline: none;
}
#add-review-modal .modal-content input {
    width: 238px;
    height: 48px;
}
#add-review-modal h4 {
    line-height: 29px;
    margin-bottom: 29px;
}
#add-review-modal .modal-content button {
    margin: 14px 0 0px 0;
    width: 240px;
    height: 50px;
}
#add-review-modal .close {
    height: 25px !important;
    width: 25px !important;
}
#add-review-modal .modal-content label {
    margin-left: 19px;
}
#add-review-modal .modal-content label.l-t{
    margin-left: 33px;
}
.modal-content h3 {
    font-size: 24px;
    font-family: "OpenSans", sans-serif;
    color: rgb(68, 71, 76);
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.25;
    text-align: center;
}
.modal-content h4 {
    font-size: 18px;
    font-family: "OpenSans", sans-serif;
    text-align: center;
    margin-bottom: 25px;
    margin-top: 4px;
}
.modal-content label {
    font-size: 14px;
    font-family: "OpenSans", sans-serif;
    color: rgb(68, 71, 76);
    line-height: 1.714;
    text-align: left;
    margin-left: 60px;
}
.modal-content p {
    font-size: 16px;
    font-family: "OpenSans", sans-serif;
    color: rgb(67, 70, 75);
    line-height: 1.5;
    margin: 0;
}
.modal-content .info {
    font-size: 16px;
    font-family: "OpenSans", sans-serif;
    color: rgb(67, 70, 75);
    line-height: 1.5;
    text-align: center;
    z-index: 43;
}



/*---------------------------------------------------Header*/

#header {
    background: #fff url("../images/header.png");
    background-repeat: no-repeat;
    background-position: top center;
    min-height: 810px;
}
#header #top {
    background-image: -moz-linear-gradient( 270deg, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0) 100%);
    background-image: -webkit-linear-gradient( 270deg, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0) 100%);
    background-image: -ms-linear-gradient( 270deg, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0) 100%);
    opacity: 1;
    left: 0px;
    top: 0px;
    height: 144px;
    padding-top: 32px;
}
#header #logo {
    text-align: center;
    padding-left: 28px;
  -webkit-filter: drop-shadow(4px 4px 45px #000);
  filter: drop-shadow(4px 4px 4px #000);
}
.header-phones {
    padding: 0 15px;
}
.header-phones p {
    font-size: 24px;
    font-family: MuseoSansCyrlBold, sans-serif;
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    line-height: 1.5;
    letter-spacing: 0.5px;
    margin: -8px -11px 9px 0px;
}
.header-phones-show {
    display: none;
}
#phone-click {
    background-image: url('../images/phone.png');
    background-repeat: no-repeat;
    background-position: 15px 10px;
    width: 203px;
    height: 40px;
    border: none;
    border-radius: 25px;
    font-size: 16px;
    font-family: "MuseoSansCyrl", sans-serif;
    color: rgb(67, 70, 75);
    line-height: 2.25;
    text-align: center;
    padding: 0 20px 0 45px;
    position: relative;
}
#phone-click:before {
    content: '';
    width: 0px;
    height: 0px;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 10px solid rgb(0, 238, 121);
    position: absolute;
    top: -10px;
    left: 20px;
}
#header-blur {
    padding: 37px 35px 27px 35px;
    /*background: rgba(0,0,0,0.5);
    -webkit-filter: blur(5px);
    filter: blur(5px);*/
    background: url('../images/top_blur.png');
    background-size: cover;
    background-repeat: no-repeat;
    max-width: 880px;
    margin: 0 auto;
    margin-top: 123px;
    border-radius: 15px;
}
#header-center-b {
    font-size: 40px;
    font-family: "MuseoSansCyrl", sans-serif;
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    line-height: 1.2;
    text-align: center;
}
#header-center-l {
    font-size: 29px;
    font-family: "OpenSans", sans-serif;
    color: rgb(255, 255, 255);
    line-height: 1.7;
    text-align: center;
    text-shadow: 0px 1px 10px rgba(0, 0, 0, 0.4);
}
#header #consultation {
    border-radius: 10px;
    background: rgb(244, 244, 244) url("../images/consultation-bg.png");
    background-position-y: -8px;
    background-position-x: calc(100% + 12px);
    background-repeat: no-repeat;
    /*box-shadow: 0px 3px 10px 0px rgba(42, 53, 60, 0.2);*/
    height: 250px;
    padding: 36px 45px;
    margin-top: 195px;
}
#header #consultation .title {
    font-size: 20px;
    font-family: "MuseoSansCyrl", sans-serif;
    color: rgb(67, 70, 75);
    text-transform: uppercase;
    line-height: 1.8;
    text-align: left;
    margin-bottom: 4px;
}
#header #consultation .title-litle {
    font-size: 16px;
    font-family: "OpenSans", sans-serif;
    color: rgb(67, 70, 75);
    line-height: 1.5;
    text-align: left;
    max-width: 465px;
    margin-bottom: 34px;
}
#consultation input {
    border-width: 1px;
    border-color: rgb(198, 198, 198);
    border-style: solid;
    border-radius: 6px;
    background-color: rgb(255, 255, 255);
    width: 298px;
    height: 48px;
    text-align: left;
}
#consultation input:placeholder {
    font-size: 16px;
    font-family: "MuseoSansCyrl", sans-serif;
    color: rgb(197, 197, 197);
    line-height: 2.25;
    text-align: left;
    padding: 10px 16px;
}
#consultation #get-consultation {
    border: none;
    font-size: 18px;
    font-family: "MuseoSansCyrl", sans-serif;
    color: rgb(67, 70, 75);
    line-height: 2;
    text-align: center;
    border-radius: 50px;
    width: 275px;
    height: 50px;
    position: relative;
    margin-left: 25px;
}
#get-consultation:after {
    content: '';
    background: url("../images/after-2-min.png");
    position: absolute;
    right: -112px;
    top: -94px;
    height: 101px;
    width: 123px;
    cursor: default;
}

/*---------------------------------------------------Slider top*/
#slider-top {
    min-height: 100px;
    margin-bottom: 102px;
}
#slider-top h2 {
    margin: 85px 0 10px 0;
    font-size: 36px;
}
#slider-top h3 {
    font-size: 30px;
    font-family: "MuseoSansCyrl", sans-serif;
    color: rgb(68, 71, 76);
    text-transform: uppercase;
    line-height: 1.333;
    text-align: center;
    font-weight: bold;
    letter-spacing: 1.5px;
    margin-bottom: 51px;
}


/*---------------------------------------------------Why*/
#why {
    background: url('../images/why.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    min-height: 785px;
}
#why .container {
    padding: 0;
}
#why h2 {
    /*padding: 40px 0 0 0;*/
    padding: 57px 0 0 0;
}
#why .points{
    padding: 60px 0 0 0;
}
#why .title {
    font-size: 20px;
    font-family: "OpenSans", sans-serif;
    color: rgb(68, 71, 76);
    line-height: 1.2;
    font-weight: bold;
    text-align: center;
    padding: 34px 0 13px 0;
    height: 94px;
}
#why .yelow {
    font-size: 17px;
    background-color: rgb(255, 221, 48);
    background: #ffdd30;
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.2);
    width: 244px;
    height: 68px;
    text-transform: uppercase;
    padding: 15px 15px;
    -webkit-transform: rotate(358deg);
    transform: rotate(358deg);
    margin: 15px 0 21px -14px;
}
#why .text {
    font-size: 14px;
    font-family: "OpenSans", sans-serif;
    color: rgb(68, 71, 76);
    line-height: 1.714;
    text-align: center;
}

/*---------------------------------------------------Reviews*/
#reviews {
    padding: 0 0 60px 0;
}
#reviews h2 {
    padding: 44px 0 0px 0;
}
#reviews .video {
    position: relative;
    padding: 53px 0 0 0;
}
#reviews .frame {
    overflow: hidden;
    border-radius: 10px;
}
#reviews .frame,
#reviews .frame iframe{
    width: 460px;
    height: 258px;
    border-radius: 10px;
    background-color: rgb(255, 255, 255);
}
#reviews .play-video {
    cursor: pointer;
    border-radius: 4px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    position: absolute;
    width: 460px;
    height: 269px;
}
#reviews .play-video-woman {
    background-image: url('../images/video-1.png');
}
#reviews .play-video-man {
    background-image: url('../images/video-2.png');
}
#reviews .play-video img {
    position: absolute;
    top: 43%;
    left: 44%;
}
#reviews .play-video:hover img {
    opacity: 0.5;
}
#reviews .video .name {
    font-size: 16px;
    font-family: "OpenSans", sans-serif;
    color: rgb(68, 71, 76);
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.5;
    text-align: left;
    padding: 26px 0 0 0;
    margin: 0;
}
#reviews .video .city {
    font-size: 12px;
    font-family: "OpenSans", sans-serif;
    color: rgb(68, 71, 76);
    text-transform: uppercase;
    line-height: 1.5;
    text-align: left;
    padding: 5px 0 22px 0;
}
#reviews .points {
    position: relative;
}
#reviews .text-block {
    border-width: 1px;
    border-color: rgb(221, 221, 221);
    border-style: solid;
    border-radius: 10px;
    margin: 0px 0 28px 15px;
    padding: 35px 20px 8px 2px;
}
#reviews .text-block img {
    padding: 10px 0 13px 0;
    height: 150px;
}
#reviews .text-block .name {
    font-size: 16px;
    font-family: "OpenSans", sans-serif;
    color: rgb(68, 71, 76);
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.5;
    text-align: center;
}
#reviews .text-block .city {
    font-size: 12px;
    font-family: "OpenSans", sans-serif;
    color: rgb(68, 71, 76);
    text-transform: uppercase;
    line-height: 1.5;
    text-align: center;
}
#reviews .title {
    font-size: 20px;
    font-family: "OpenSans", sans-serif;
    color: rgb(68, 71, 76);
    font-weight: bold;
    line-height: 1.4;
    text-align: left;
}
#reviews .text {
    font-size: 16px;
    font-family: "OpenSans", sans-serif;
    color: rgb(68, 71, 76);
    line-height: 1.625;
    text-align: left;
    padding-bottom: 25px;
}
#reviews #add-review {
    border: none;
    font-size: 18px;
    font-family: "MuseoSansCyrl", sans-serif;
    color: rgb(67, 70, 75);
    line-height: 2;
    width: 220px;
    height: 50px;
    border-radius: 30px;
    margin-top: 32px;
    margin-bottom: 5px;
}

/*---------------------------------------------------Certificates*/
#sertificates {
    background: url('../images/certificates.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    padding: 58px 0 145px 0;
}
#sertificates h2 {
    color: rgb(255, 255, 255);
}
#sertificates .block-img{
    padding: 64px 0 74px 0;
    position: relative;
    margin: 0 auto;
}
#sertificates .row > div {
    height: auto !important;
}
#carousel-example-generic {
    margin: 0 !important;
}
.carousel.slide img {
    width:100%;
    height:auto;
}

/*---------------------------------------------------get_three_options*/
#get_three_options,
#new_get_three_options {
    padding: 62px 0 0 0;
    background: #f2f2f2;
    overflow-y: hidden;
}
#get_three_options .title,
#new_get_three_options .title {
    font-size: 20px;
    font-family: "OpenSans", sans-serif;
    color: rgb(68, 71, 76);
    text-transform: uppercase;
    line-height: 1.2;
    padding: 44px 0 36px 0;
}
#get_three_options ul,
#new_get_three_options ul {
    list-style: none;
    padding-right: 15px;
    margin-top: 106px;
}
#get_three_options li,
#new_get_three_options li {
    font-size: 16px;
    font-family: "OpenSans", sans-serif;
    color: rgb(68, 71, 76);
    line-height: 1.625;
    text-align: left;
    margin-bottom: 8px;
    margin-left: 10px;
    position: relative;
}
#get_three_options li:before,
#new_get_three_options li:before {
    content: "";
    background: url("../images/point.png");
    position: absolute;
    left: -38px;
    top: 6px;
    width: 20px;
    height: 20px;
}
#get_three_options img,
#new_get_three_options img {
    position: absolute;
    margin: 14px 0 0 24px;
}
#get_three_options #options-form,
#new_get_three_options #download-form {
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 3px 10px 0px rgba(42, 53, 60, 0.2);
    width: 420px;
    border-radius: 10px 10px 0 0;
    margin-top: 55px;
    padding: 55px 17px 150px 17px;
}
#options-form .title,
#download-form .title {
    font-size: 24px;
    font-family: "OpenSans", sans-serif;
    color: rgb(68, 71, 76);
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.25;
    text-align: center;
    padding: 0;
}
#options-form .title-litle,
#download-form .title-litle {
    font-size: 18px;
    font-family: "OpenSans", sans-serif;
    text-align: center;
    margin-bottom: 25px;
    margin-top: 4px;
}
#get_three_options .make,
#new_get_three_options .make {
    font-size: 18px;
    font-family: "MuseoSansCyrl", sans-serif;
    color: rgb(67, 70, 75);
    line-height: 2;
    border-radius: 25px;
    border: none;
    width: 300px;
    height: 50px;
    line-height: 50px;
    margin: 14px 0 34px 0;
}
#get_three_options p,
#new_get_three_options p {
    margin: 0;
}
#new_get_three_options label {
    margin-left: 0 !important;
    text-align: center !important;
}
#new_get_three_options input {
    margin-bottom: 5px !important;
}
#new_get_three_options img {
    width: 500px;
}
#new_get_three_options #download-form {
    padding: 55px 17px 75px 17px !important;
}
#get_three_options label,
#new_get_three_options label {
    font-size: 14px;
    font-family: "OpenSans", sans-serif;
    color: rgb(68, 71, 76);
    line-height: 1.714;
    text-align: left;
    margin-left: 60px;
}
#new_get_three_options p.label {
    display: block;
    margin: 20px 0 0 60px !important;
    text-align: left;
}
#get_three_options input,
#new_get_three_options input {
    font-family: "MuseoSansCyrl", sans-serif;
    border-radius: 50px;
    border-width: 1px;
    border-color: rgb(206, 206, 206);
    border-style: solid;
    background-color: rgb(255, 255, 255);
    width: 298px;
    height: 48px;
    margin-bottom: 15px;
    padding: 10px 20px;
    line-height: 48px;
}
#get_three_options .info,
#new_get_three_options .info {
    font-size: 16px;
    font-family: "OpenSans", sans-serif;
    color: rgb(67, 70, 75);
    line-height: 1.5;
    text-align: center;
    z-index: 43;
}


/*---------------------------------------------------Materials*/
#materials {
    position: relative;
    padding: 46px 0 65px 0;
}
#materials p {
    font-size: 20px;
    font-family: "OpenSans", sans-serif;
    color: rgb(68, 71, 76);
    text-transform: uppercase;
    line-height: 1.2;
    text-align: right;
}
.materials-blocks {
    margin: 80px 0 0 0;
    padding: 0;
}
.materials-blocks div {
    width: 100px;
    margin: 9px 9px 0 0;
}
#materials .paints {
    margin: 70px 0 0 0;
}
#materials img {
    margin: -10px 0 0 26px;
    border-radius: 50%;
}
#materials .paints img {
    box-shadow: 0px 7px 15px 0px rgba(177, 177, 177, 0.4);
}
#materials .frame img {
    border-radius: 0;
}
#materials .footer {
    font-size: 14px;
    font-family: "OpenSans", sans-serif;
    color: rgb(68, 71, 76);
    line-height: 1.714;
    text-align: center;
    text-transform: lowercase;
    margin: 48px 0 10px 0;
}

/*---------------------------------------------------Make_an_appointment*/
#make_an_appointment {
    padding: 59px 0 0 0;
    background: #f2f2f2;
    overflow-y: hidden;
}
#make_an_appointment .title {
    font-size: 20px;
    font-family: "OpenSans", sans-serif;
    color: rgb(68, 71, 76);
    text-transform: uppercase;
    line-height: 1.2;
    padding: 44px 0 36px 0;
}
#make_an_appointment ul {
    list-style: none;
    padding-right: 15px;
}
#make_an_appointment li {
    font-size: 16px;
    font-family: "OpenSans", sans-serif;
    color: rgb(68, 71, 76);
    line-height: 1.625;
    text-align: left;
    margin-bottom: 10px;
    margin-left: 10px;
    position: relative;
}
#make_an_appointment li:before {
    content: "";
    background: url("../images/point.png");
    position: absolute;
    left: -38px;
    top: 6px;
    width: 20px;
    height: 20px;
}
#make_an_appointment #appointment-form {
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 3px 10px 0px rgba(42, 53, 60, 0.2);
    width: 420px;
    border-radius: 10px 10px 0 0;
    margin-top: 65px;
    margin-left: 38px;
    padding: 60px 17px 60px 17px;
}
#appointment-form .title {
    font-size: 24px;
    font-family: "OpenSans", sans-serif;
    color: rgb(68, 71, 76);
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.25;
    text-align: center;
    padding: 0;
    margin-bottom: 25px;
}
#appointment-form .title-litle {
    font-size: 18px;
    font-family: "OpenSans", sans-serif;
    text-align: center;
    margin-bottom: 53px;
}
#make_an_appointment .make {
    border-radius: 25px;
    border: none;
    width: 300px;
    height: 50px;
    line-height: 50px;
    margin: 22px 0 35px 0;
    font-size: 18px;
    font-family: "MuseoSansCyrl", sans-serif;
    color: rgb(67, 70, 75);
    line-height: 2;
}
#make_an_appointment p {
    margin: 0;
}
#make_an_appointment label {
    font-size: 14px;
    font-family: "OpenSans", sans-serif;
    color: rgb(68, 71, 76);
    line-height: 1.714;
    text-align: left;
    font-weight: 700;
    margin-left: 60px;
}
#make_an_appointment input {
    font-family: "MuseoSansCyrl", sans-serif;
    border-radius: 50px;
    border-width: 1px;
    border-color: rgb(206, 206, 206);
    border-style: solid;
    background-color: rgb(255, 255, 255);
    width: 298px;
    height: 48px;
    margin-bottom: 19px;
    padding: 10px 25px;
    text-align: left;
    line-height: 48px;
}
#make_an_appointment .info {
    font-size: 16px;
    font-family: "OpenSans", sans-serif;
    color: rgb(67, 70, 75);
    line-height: 1.5;
    text-align: center;
    z-index: 43;
}
#make_an_appointment img {
    margin-top: -44px;
    margin-left: -138px;
}

/*---------------------------------------------------need_to_know*/
#need_to_know {
    position: relative;
}
#need_to_know h2 {
    margin-bottom: 50px;
}
#need_to_know .container {
    overflow: visible;
    position: relative;
    padding: 43px 0 66px 0;
}
#ergonomics-like {
    position: absolute;
    right: -149px;
    bottom: 322px;
    display: none;
    height: 202px !important;
    width: 184px !important;
}
#need_to_know-info {
    position: absolute;
    top: -5px;
    left: 57px;
    height: 202px !important;
    width: 184px !important;
}
#need_to_know .title {
    font-size: 20px;
    font-family: "OpenSans", sans-serif;
    color: rgb(68, 71, 76);
    line-height: 1.2;
    text-align: center;
    margin-left: -12px;
    margin-bottom: 21px;
}
#need_to_know .text {
    font-size: 14px;
    font-family: "OpenSans", sans-serif;
    color: rgb(68, 71, 76);
    line-height: 1.714;
    text-align: left;
    margin-left: -10px;
}
#need_to_know .text p {
    margin: 0 0px 8px 0px;
}
#need_to_know img {
    margin: 5px 0 33px 0;
}
#need_to_know img.pull-left {
    box-shadow: 0px 5px 20px 0px rgba(40, 46, 62, 0.15);
    border-radius: 50%;
}
#need_to_know img.ergonomics-img {
    margin: 7px 0 48px 70px;
    box-shadow: none;
    border-radius: 0;
}
#need_to_know .ergonomics-img-sm {
    display: none;
}
#need_to_know span {
    font-size: 16px;
    font-family: "OpenSans", sans-serif;
    color: rgb(172, 172, 172);
    line-height: 39px;
    text-align: left;
    font-weight: bold;
    margin-left: 27px;
}
#need_to_know span.dull-green{
    color: #9cd7a0;
}
#need_to_know span.green {
    color: #6ac370;
}
#need_to_know .block{
    margin: 0 0 25px 0;
}
#need_to_know  .phone {
    font-weight: bold;
    letter-spacing: 4px;
    font-size: 36px;
    font-family: "MuseoSansCyrl", sans-serif;
    color: rgb(68, 71, 76);
    text-transform: uppercase;
    line-height: 1;
    text-align: center;
    margin: 20px 0;
    letter-spacing: 1px;
}
#need_to_know .phone-icon {
    width: 25px!important;
    margin: 3px 10px 0 0;
    vertical-align: top;
}
.ergonomics {
    width: 60%;
    margin: 0 auto;
}
.ergonomics p {
    font-size: 14px;
    font-family: "OpenSans", sans-serif;
    color: rgb(68, 71, 76);
    line-height: 1.714;
    text-align: center;
}


/*---------------------------------------------------layout_options*/
#layout_options {
    background: url('../images/layout_options.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    padding: 53px 0 65px 0;
}
#layout_options h2 {
    color: #fff;
}
#layout_options .block {
    border-radius: 10px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 3px 10px 0px rgba(42, 53, 60, 0.2);
    margin: 50px 5px 0 5px;
}
#layout_options .block>div {
    /*border: 1px solid #eaeaea;*/
}
#layout_options .block>div:nth-child(1),
#layout_options .block>div:nth-child(2),
#layout_options .block>div:nth-child(4),
#layout_options .block>div:nth-child(5) {
    border-right: 1px solid #eaeaea;
}
#layout_options .block>div:nth-child(4),
#layout_options .block>div:nth-child(5),
#layout_options .block>div:nth-child(6) {
    border-top: 1px solid #eaeaea;
}
#layout_options .block>div:nth-child(4) img,
#layout_options .block>div:nth-child(5) img,
#layout_options .block>div:nth-child(6) img {
    margin-top: 32px;
}
#layout_options .block>div:nth-child(4) .title,
#layout_options .block>div:nth-child(5) .title,
#layout_options .block>div:nth-child(6) .title {
    margin-bottom: 30px;
}
#layout_options .title {
    font-size: 20px;
    font-family: "OpenSans", sans-serif;
    color: rgb(68, 71, 76);
    text-transform: uppercase;
    line-height: 1.2;
    margin: 26px 0 26px 0;
    font-weight: bold;
}
#layout_options .border-top {
    border-top: 1px solid #eaeaea;
    height: 82px;
    font-size: 16px;
    font-family: "OpenSans", sans-serif;
    color: rgb(68, 71, 76);
    line-height: 1.5;
    text-align: left;
}
#layout_options .border-top > div {
    font-size: 16px;
    font-family: "OpenSans", sans-serif;
    color: rgb(68, 71, 76);
    line-height: 1.5;
    text-align: left;
    display: inline-block;
    font-weight: bold;
    line-height: 80px;
    margin: 0 14px 0 100px;
    position: relative;
}
#layout_options .block img {
    margin: 0 0 0 25px;
    margin-top: 60px;
}
#layout_options .red:before,
#layout_options .blue:before,
#layout_options .green:before {
    content: '';
    border-radius: 2px;
    width: 30px;
    height: 19px;
    position: absolute;
    left: -45px;
    top: 31px;
}
#layout_options .red:before {
    background-color: rgb(250, 95, 124);
}
#layout_options .blue:before {
    background-color: rgb(87, 168, 224);
}
#layout_options .green:before {
    background-color: rgb(93, 212, 96);
}

/*---------------------------------------------------Maps*/
#maps {
    background: url('../images/maps.png');
    /*background-size: cover;*/
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: top center;
    padding: 0 0 39px 0;
}
#maps h2.white {
    padding: 58px 0 65px;
    color: rgb(255, 255, 255);
}
#maps h2 {
    padding: 98px 0 0 0 ;
}
#maps .map {
    display: inline-block;
    border-radius: 10px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 3px 10px 0px rgba(42, 53, 60, 0.2);
    width: 460px;
}
#maps .map-header {
    font-size: 18px;
    font-family: "OpenSans", sans-serif;
    color: rgb(68, 71, 76);
    line-height: 1.667;
    text-align: left;
    background-color: rgb(255, 255, 255);
    padding: 24px 0 16px 0;
    border-radius: 10px;
}
#maps .map-header img {
    padding: 9px 0 0 4px;
}

#maps .more-quastions {
    font-size: 30px;
    font-family: "MuseoSansCyrl", sans-serif;
    color: rgb(68, 71, 76);
    text-transform: uppercase;
    line-height: 1.333;
    text-align: center;
}
#maps .call-now {
    font-size: 25px;
    font-family: "OpenSans", sans-serif;
    color: rgb(52, 191, 118);
    line-height: 0.96;
    text-align: center;
    padding: 37px 0 30px 0;
}
#maps .phone {
    font-weight: bold;
    letter-spacing: 4px;
    font-size: 36px;
    font-family: "MuseoSansCyrl", sans-serif;
    color: rgb(68, 71, 76);
    text-transform: uppercase;
    line-height: 1;
    text-align: center;
    margin: 20px 0;
    letter-spacing: 1px;
}
#maps .or {
    font-size: 18px;
    font-family: "OpenSans", sans-serif;
    color: rgb(114, 114, 114);
    line-height: 1.333;
    text-align: center;
    padding: 42px 0 0 0;
}
#maps .phone-label {
    font-size: 14px;
    font-family: "OpenSans", sans-serif;
    color: rgb(68, 71, 76);
    line-height: 1.714;
    padding: 23px 0 4px 0;
    margin: 0;
}
#maps #phone-number {
    font-family: "MuseoSansCyrl", sans-serif;
    border-radius: 50px;
    border-width: 1px;
    border-color: rgb(206, 206, 206);
    border-style: solid;
    background-color: rgb(255, 255, 255);
    width: 298px;
    height: 48px;
    line-height: 48px;
    padding: 0 25px;
    text-align: left;
}

#maps button {
    border-radius: 25px;
    border: none;
    width: 220px;
    height: 50px;
    font-size: 18px;
    font-family: "MuseoSansCyrl", sans-serif;
    color: rgb(67, 70, 75);
    line-height: 2;
    text-align: center;
    margin: 32px 0;
}

/*---------------------------------------------------Footer*/
#footer {
    background-color: rgb(68, 71, 76);
    min-height: 150px;
}
#footer .reserved {
    font-size: 14px;
    font-family: "OpenSans", sans-serif;
    color: rgb(255, 255, 255);
    line-height: 1.714;
    text-align: center;
    margin: 10px 0 0 0;
}
#footer .reserved a {
    color: rgb(2, 165, 85);
}
#footer .reserved a:hover {
    color: rgb(0, 238, 121);
}
#footer .block {
    padding: 50px 0;
}
#footer .social {
    margin: 10px 0px 0 0px;
}
#footer .social img {
    margin: 0 3px;
    -webkit-transition: -webkit-transform .8s ease-in-out;
    transition:         transform .8s ease-in-out;
}
#footer .social img:hover{
    -webkit-transform: rotate(360deg);
}
#maps .phone-icon {
    width: 25px;
    margin: 3px 10px 0 0;
    vertical-align: top;
}
#top .phone-icon {
    width: 20px;
    margin: 7px 10px 0 0;
    vertical-align: top;
}


/*---------------------------------------------------Sly slider*/
/*.custom { width: 100%; height: 160px; padding: 0; }*/
.custom .slidee { margin: 0; padding: 0; height: 100%; list-style: none; }
.custom .slidee li { float: left; margin: 0 5px 0 0; padding: 0; width: 120px; height: 100%; }
/*.custom { padding: 0; width: 300px; height: 400px; }*/
.custom .slidee { margin: 0; padding: 1em; }
.scrollbar {
    margin: 0 auto 30px;
    width: 940px;
    height: 11px;
    line-height: 0;
    border-radius: 11px;
    border: 1px solid #e7e7e7;
}
.scrollbar .handle {  width: 100px; height: 8px; background: #fff; cursor: pointer;  background: #bcbcbc;  border-radius: 5px;  }
/* Header example */
.example {
    margin: 50px auto 50px;
}
.example .forward, .example .backward { float: left; width: 100px; height: 200px; font-size: 60px; }
.example .forward { float: right; }
.example .moduletable { height: auto; }
.example .custom { margin: 0 auto; width: 100%; height: auto; line-height: 200px; overflow: visible !important; text-shadow: none; }
.example .custom p { list-style: none; margin: 0; padding: 0; height: auto; font-size: 0px; }
/*.example .custom p  { float: left; width: 190px; height: 100%; margin: 0 1px 0 0; padding: 0; background: #eee; color: #3a3c47; text-align: center; cursor: pointer; }*/
.example .custom img {
    display: inline-block;
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0);
    margin: 0px 20px;
    height: 450px;
    width: 980px;
}
#slider_all {
    display: none;
}
#slider_all_text .prev-button,
#slider_all_text .next-button  {
    top: 31px;
}
.djslider-default ul.djslider-in > li {
    border-radius: 10px;
}
.djslider-default img.dj-image {
    width: auto !important;
    height: 100% !important;
}
/*#slider_all .example .custom img {
    border-radius: 10px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 3px 10px 0px rgba(42, 53, 60, 0.2);
    width: 300px;
    height: 220px;
}*/
.slider-text {
    padding: 0 0 30px 0;
    border-bottom: 4px dotted #eee;
}
.slider-text .custom {
    width: 100%;
    height: auto;
}

/*#slider_all {
    height: auto;
}
#slider_all .custom,
#slider_all .moduletable {
    height: auto;
}*/
#slider_all .custom p img { height: auto; w/*i*/dth: 300px; margin: 10px 10px;}
/*.example .frame ul li.active { color: #fff; background: #82bf4c; }*/

.example .scrollbar { margin: 10px auto 15px auto; width: 100%; height: 12px; line-height: 0; padding: 1px; }
/*.example .scrollbar .handle { width: 100px; height: 100%; background: #fff; cursor: pointer; }*/
.example .scrollbar .handle .mousearea { position: absolute; top: 0px; left: 0; width: 100%; height: 20px; }

#slider-1,
#slider-2,
#slider-3,
#slider-4,
#slider-5,
#slider-6,
#slider-7,
#slider-8,
#slider-9 {
    height: auto;
    width: 100%;
}
#slider-all {
    display: none;
}

.custom table tr {
    margin: 0;
    padding: 0;
}
.custom table tr td {
    margin: 0;
    padding: 5px;
    padding-bottom: 5px !important;
}
.custom table tr td:nth-child(1),
.custom table tr td:nth-child(1) p {
    font-size: 18px;
    font-family: "OpenSans", sans-serif;
    color: rgb(52, 191, 118);
    text-align: left;
    width: 10%;
    vertical-align: top;
}
.custom table tr td:nth-child(2),
.custom table tr td:nth-child(2) p {
    font-size: 16px;
    font-family: "OpenSans", sans-serif;
    color: rgb(48, 48, 48);
    line-height: 1.5;
    text-align: left;
    width: 38%;
    vertical-align: top;
}
.custom table:nth-child(1){
    width: 48%;
    float: left;
}
.custom table:nth-child(2){
    width: 52%;
}
.custom table p {
    margin: 0;
}
.custom table:nth-child(2) tr td,
.custom table:nth-child(2) tr td p {
    font-size: 16px;
    font-family: "OpenSansLight", sans-serif;
    color: rgb(48, 48, 48);
    font-style: italic;
    line-height: 1.75;
    text-align: left;
    /*width: 517px;*/
    width: 52%;
    /*vertical-align: top;*/
}
.modal .close {
    z-index: 99999;
}