@charset "utf-8";
/* CSS Document */

body {
    background-color: transparent;
    opacity: 1;
}

.inviz,
.hdn,
.inz,
[data-hdn] {
    display: none;
}

@keyframes pulse2 {
    to {
        -webkit-box-shadow: 0 0 0 15px rgba(265, 265, 265, 0);
        box-shadow: 0 0 0 15px rgba(265, 265, 265, 0);
    }
}

input::-moz-placeholder, textarea::-moz-placeholder {
    opacity: 1;
}

input:-moz-placeholder, textarea:-moz-placeholder {
    opacity: 1;
}

input.clean::-webkit-input-placeholder {
    opacity: 1;
    transition: opacity 0.3s ease;
}

input.clean::-moz-placeholder {
    opacity: 1;
    transition: opacity 0.3s ease;
}

input.clean:-moz-placeholder {
    opacity: 1;
    transition: opacity 0.3s ease;
}

input.clean:-ms-input-placeholder {
    opacity: 1;
    transition: opacity 0.3s ease;
}

input.clean:focus::-webkit-input-placeholder {
    opacity: 0;
    transition: opacity 0.3s ease;
}

input.clean:focus::-moz-placeholder {
    opacity: 0;
    transition: opacity 0.3s ease;
}

input.clean:focus:-moz-placeholder {
    opacity: 0;
    transition: opacity 0.3s ease;
}

input.clean:focus:-ms-input-placeholder {
    opacity: 0;
    transition: opacity 0.3s ease;
}

input.clean:focus::-webkit-input-placeholder {
    color: transparent
}

input.clean:focus::-moz-placeholder {
    color: transparent
}

input.clean:focus:-moz-placeholder {
    color: transparent
}

input.clean:focus:-ms-input-placeholder {
    color: transparent
}

textarea.clean::-webkit-input-placeholder {
    opacity: 1;
    transition: opacity 0.3s ease;
}

textarea.clean::-moz-placeholder {
    opacity: 1;
    transition: opacity 0.3s ease;
}

textarea.clean:-moz-placeholder {
    opacity: 1;
    transition: opacity 0.3s ease;
}

textarea.clean:-ms-input-placeholder {
    opacity: 1;
    transition: opacity 0.3s ease;
}

textarea.clean:focus::-webkit-input-placeholder {
    opacity: 0;
    transition: opacity 0.3s ease;
}

textarea.clean:focus::-moz-placeholder {
    opacity: 0;
    transition: opacity 0.3s ease;
}

textarea.clean:focus:-moz-placeholder {
    opacity: 0;
    transition: opacity 0.3s ease;
}

textarea.clean:focus:-ms-input-placeholder {
    opacity: 0;
    transition: opacity 0.3s ease;
}

textarea.clean:focus::-webkit-input-placeholder {
    color: transparent
}

textarea.clean:focus::-moz-placeholder {
    color: transparent
}

textarea.clean:focus:-moz-placeholder {
    color: transparent
}

textarea.clean:focus:-ms-input-placeholder {
    color: transparent
}

* {
    outline: none !important;
}

/*NEW15*/
img[data-original] {
    display: block;
}

a img {
    border: 0px;
}

p {
    margin: 0px 0px 24px;
}

h1 {
    font: 43px 'Oswald';
    line-height: 64px;
    text-transform: uppercase;
    font-weight: 600;
    margin: 0px 0px 37px;
}

h1 span {
    color: #D3A069
}

h2 {
    font: 43px 'Oswald';
    line-height: 64px;
    text-transform: uppercase;
    font-weight: 600;
    margin: 0px auto 30px;
    text-align: center;
}

h2 .or {
    color: #B22222
}

h2 .bl {
    color: #0FBFB2
}

input[type='text'], input[type='email'], input[type='tel'], input[type='password'] {
    width: 100%;
    height: 80px;
    border: 0px;
    background: #fff;
    font-size: 16px;
    line-height: 30px;
    color: #7e7e7e;
    padding: 25px 40px;
}

input[type='text']:focus, input[type='email']:focus, input[type='tel']:focus, input[type='password']:focus {
}

input::-webkit-input-placeholder {
}

input::-moz-placeholder {
}

input:-moz-placeholder {
}

input:-ms-input-placeholder {
}

textarea {
    overflow: auto;
    resize: none;
}

textarea:focus {
}

textarea::-webkit-input-placeholder {
}

textarea::-moz-placeholder {
}

textarea:-moz-placeholder {
}

textarea:-ms-input-placeholder {
}

.button_link {
    display: inline-block;
    vertical-align: top;
    font: 18px 'Oswald';
    line-height: 30px;
    font-weight: 600;
    text-transform: uppercase;
    border: 0px;
    background: #10BEB2;
    text-decoration: none !important;
    color: #fff !important;
    padding: 25px 38px;
    text-align: center;
    cursor: pointer;
}

.button_link:hover {
    background: #0DA399
}

.button_link_sm {
    font-size: 15px;
    padding: 15px 38px;
}

.clear {
    clear: both;
}

html, body, #site {
    height: 100%;
    width: 100%;
    padding: 0px;
    margin: 0px;
    font: 16px 'SFUIDisplay';
    line-height: 24px;
    color: #000;
}

#site {
    height: auto;
    min-height: 100%;
}

#head {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    background: #fff;
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.1);
    z-index: 100;
}

.main_menu {
}

.main_menu .mob_menu {
    display: none;
    width: 30px;
    height: 30px;
    padding: 13px 0px 0px;
    cursor: pointer;
    position: relative;
}

.main_menu .mob_menu span {
    display: block;
    width: 30px;
    height: 5px;
    border-radius: 2px;
    background: #000;
    position: relative;
    transition: all 0.3s linear;
}

.main_menu .mob_menu span::before {
    content: '';
    display: block;
    width: 30px;
    height: 5px;
    border-radius: 2px;
    background: #000;
    position: absolute;
    top: -13px;
    left: 0px;
    transition: all 0.3s linear;
}

.main_menu .mob_menu span::after {
    content: '';
    display: block;
    width: 30px;
    height: 5px;
    border-radius: 2px;
    background: #000;
    position: absolute;
    top: 13px;
    left: 0px;
    transition: all 0.3s linear;
}

.main_menu.open .mob_menu span {
    background: transparent;
    transform: rotate(90deg);
}

.main_menu.open .mob_menu span::before {
    transform: rotate(45deg);
    top: 0px;
}

.main_menu.open .mob_menu span::after {
    transform: rotate(-45deg);
    top: 0px;
}

.main_menu .menu {
    margin: 0px;
    padding: 0px;
    list-style: none;
    font-size: 12px;
    line-height: 30px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.main_menu .menu li {
    float: left;
    margin: 0px 0px 0px 20px;
}

.main_menu .menu li:first-child {
    display: none;
}

.main_menu .menu li:nth-child(2) {
    margin-left: 0px;
}

.main_menu .menu li a {
    display: block;
    color: #000;
    text-decoration: none;
    padding: 18px 0px;
}

.main_menu .menu li a:hover, .main_menu .menu li.current a {
    text-decoration: none;
    color: #0FBFB2
}

#body {
    padding-top: 66px;
    /*padding-bottom: 180px;*/
}

.section {
    position: relative;
}

.sect_top {
    position: relative;
    padding: 33px 0px 50px;
    min-height: 1108px;
    color: #fff;
}

.parallax {
    margin: 0px;
    padding: 0px;
    list-style: none;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.parallax .layer {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 104%;
    height: 102%;
    margin: -10px 0px 0px -2%;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}

.top_parallax .layer02 {
    height: 300%;
}

.head_logo_bl {
    float: left;
    width: 470px;
}

.head_logo_bl a {
    display: block;
    text-decoration: none !important;
}

.head_logo_bl .head_logo {
    float: left;
    margin: 0px 30px 0px 0px;
    width: 105px;
}

.head_logo_bl .head_name {
    display: block;
    font: 18px 'Oswald';
    line-height: 30px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    padding: 5px 0px 0px;
}

.head_logo_bl .head_desc {
    display: block;
    width: 240px;
    overflow: hidden;
    font-size: 14px;
    line-height: 18px;
    font-weight: 300;
    color: #E2E0E1;
    margin: 0px 0px 0px;
}

.head_contact {
    float: right;
    text-align: right;
    padding: 18px 0px 0px;
    margin-top: -6px;
}

.head_contact .ph {
    font: 28px 'Oswald';
    line-height: 30px;
    font-weight: 600;
    color: #fff;
}

.head_contact .ph a {
    color: inherit;
    text-decoration: none;
}

.head_contact .ph a:hover {
    color: #10BFB1
}

.head_contact .ph1 {
    font: 28px 'Oswald';
    line-height: 30px;
    font-weight: 600;
    color: #fff;
    margin-top: 4px;
}

.head_contact .ph1 a {
    color: inherit;
    text-decoration: none;
}

.head_contact .ph1 a:hover {
    color: #10BFB1
}

.head_contact .link {
    font-weight: 600;
    color: #10BFB1;
    margin: 15px 0px 0px;
}

.head_contact .link a {
    color: inherit;
    text-decoration: underline;
}

.head_contact .link a:hover {
    color: #fff;
    text-decoration: none;
}

.top_art {
    margin: 54px 0px 0px;
    font-size: 24px;
    line-height: 36px;
}

.top_trigger {
    margin: 74px 0px 0px;
}

.top_trigger .top_trigger_bl {
    padding: 0px 0px 0px 110px;
    position: relative;
    line-height: 20px;
}

.top_trigger_bl .ico {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 82px;
    height: 82px;
    backface-visibility: visible;
    transform-style: preserve-3d;
    z-index: 1;
    transition: all 0.2s ease-out 0s;
    transform: rotateY(0deg);
    background-position: center top;
    background-repeat: no-repeat;
}

.top_trigger_bl:hover .ico {
    transform: rotateY(180deg);
}

.top_descount_form {
    background: #fff;
    padding: 31px 40px 48px 460px;
    position: relative;
    margin: 50px 0px 0px;
    color: #000;
    box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.1)
}

.top_descount_form .name {
    font: 27px 'Oswald';
    line-height: 34px;
    font-weight: 300;
}

.top_descount_form .name span {
    display: inline-block;
}

.top_descount_form .form {
    margin: 21px 0px 0px;
}

.top_descount_form .form p {
    margin: 0px 0px 15px;
    width: 45%;
    float: left;
}

.top_descount_form .form p + p {
    margin-left: 10%;
}

.top_descount_form .form p input {
    height: 46px;
    border-bottom: 2px solid #000;
    padding: 7px 0px;
    font-weight: 300;
    color: #000;
}

.top_descount_form .form .agree {
    font-size: 12px;
    line-height: 14px;
    width: 45%;
    float: left;
    color: #9E9E9E;
    margin: 30px 0px 0px;
}

form .agree a {
    color: inherit;
    text-decoration: underline;
}

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

.top_descount_form .form .sub {
    float: right;
    width: 45%
}

.top_descount_form .top_form_img {
    position: absolute;
    bottom: 0px;
    left: 80px;
}

.sect_category {
    padding: 50px 0px 0px;
    margin-top: -66px;
}

.sect_category .subtitle {
    text-align: center;
    font-size: 25px;
    line-height: 36px;
    margin: 40px 0px 0px;
}

.sect_category .category_tab {
    margin: 27px 0px 0px;
    padding: 0px;
    list-style: none;
    text-align: center;
    font-size: 0px;
    line-height: 0px;
}

.sect_category .category_tab li {
    display: inline-block;
    vertical-align: top;
}

.sect_category .category_tab li a {
    display: block;
    border: 3px solid #EFEFEF;
    font: 16px 'Oswald';
    line-height: 30px;
    font-weight: 600;
    text-transform: uppercase;
    width: 192px;
    padding: 12px 20px;
    text-align: center;
    text-decoration: none;
    background: #fff;
    color: #000;
    cursor: pointer;
}

.sect_category .category_tab li a:hover, .sect_category .category_tab li.act a {
    background: #10BFB1;
    border-color: #10BFB1;
    color: #fff;
}

.sect_category .category_tab_bl {
    margin: 53px 0px 0px;
    padding: 0px;
    list-style: none;
}

.sect_category .category_tab_bl > li {
    display: none;
}

.sect_category .category_tab_bl > .vis {
    display: block;
}

.sect_category .category_list {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.sect_category .category_list > li {
    float: left;
    width: 33.33%;
}

.sect_category .category_bl {
    position: relative;
    min-height: 265px;
}

.sect_category .category_bl img {
    width: 100%;
    display: block;
}

.sect_category .category_bl .hov {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%; /*background:url(../img/catagory_hov_bg.png) repeat-x bottom center;*/
    background: linear-gradient(to top, rgba(0, 0, 0, .4), transparent);
}

.sect_category .category_bl .desc {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    padding: 0px 50px 50px 50px;
}

.sect_category .category_bl .desc .name {
    float: left;
    font: 25px 'Oswald';
    line-height: 36px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    max-width: 50%;
    padding: 0px 0px 0px;
}

.sect_category .category_bl .desc .link {
    float: right;
}

.sect_advantages {
    padding: 59px 0px 18px;
    background: no-repeat top center #FCFCFC
}

.advantages_list {
    margin: 0px -15px 0px;
    padding: 22px 0px 0px;
    list-style: none;
    font-size: 0px;
    line-height: 0px;
}

.advantages_list > li {
    display: inline-block;
    vertical-align: top;
    width: 33.33%;
    padding: 0px 15px;
}

.advant_bl {
    margin: 55px 0px 0px;
    font-size: 24px;
    line-height: 30px;
    text-align: center;
}

.advant_bl .ico {
    width: 224px;
    height: 187px;
    margin: 0px auto 29px;
    background-position: center top;
    backface-visibility: visible;
    transform-style: preserve-3d;
    z-index: 1;
    transition: all 0.2s ease-out 0s;
    transform: rotateY(0deg);
}

.advant_bl:hover .ico {
    transform: rotateY(180deg);
}

.sect_type {
    padding: 50px 0px 0px;
    background: #FCFCFC
}

.sect_type h2 span {
    display: inline-block;
}

.sect_type .type_list {
    margin: 33px 0px 0px;
    padding: 0px;
    list-style: none;
}

.sect_type .type_list .slick-prev {
    left: 0px;
}

.sect_type .type_list .slick-next {
    right: 0px;
}

.sect_type .type_bl {
    position: relative;
    min-height: 254px;
}

.sect_type .type_bl img {
    width: 100%;
    display: block;
}

.sect_type .type_bl .hov {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%; /*background:url(../img/catagory_hov_bg.png) repeat-x bottom center;*/
    background: linear-gradient(to top, rgba(0, 0, 0, .4), transparent);
}

.sect_type .type_bl .desc {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    padding: 0px 60px 42px;
}

.sect_type .type_bl .desc .name {
    font: 23px 'Oswald';
    line-height: 34px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0px 0px 31px;
}

.sect_calc {
}

.calc_step_list {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.calc_step_list > li {
    display: none;
    padding: 56px 0px 1px;
}

.calc_step_list > .vis {
    display: block;
}

.calc_step_list > .step5 {
    background: no-repeat center top;
    min-height: 742px;
    padding: 42px 0px 0px;
    color: #fff;
}

.sect_calc .subtitle {
    font-size: 24px;
    line-height: 30px;
    text-align: center;
    max-width: 940px;
    margin: 48px auto 0px;
}

.calc_step_list > .step5 .subtitle {
    max-width: 100%;
}

.sect_calc .quest {
    text-align: center;
    font-size: 30px;
    line-height: 34px;
    font-weight: 700;
    margin: 50px 0px 0px;
}

.sect_calc .select_list {
    margin: 52px -15px 0px;
    padding: 0px;
    list-style: none;
    font-size: 0px;
    line-height: 0px;
}

.sect_calc .select_list > li {
    width: 25%;
    display: inline-block;
    vertical-align: top;
    padding: 0px 15px;
    margin: 0px 0px 30px;
    cursor: pointer;
    font: 19px 'Oswald';
    line-height: 30px;
    font-weight: 600;
    text-transform: uppercase;
}

.sect_calc .equip_select > li {
    width: 33.33%;
}

.sect_calc .select_list .img {
    position: relative;
    margin: 0px 0px 21px;
}

.sect_calc .select_list .act .img {
    box-shadow: 0px 6px 13px #94e8d0;
}

.sect_calc .select_list .img img {
    width: 100%;
}

.sect_calc .type_select .img img {
    width: 270px;
    height: 191px;
}

.sect_calc .equip_select .img img {
    width: 370px;
    height: 199px;
}

.sect_calc .select_list .act .img .hov {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    background: url(../img/calc_check_ico.png) no-repeat 90% 90% rgba(16, 191, 177, 0.8);
}

.sect_calc .links {
    margin: 37px 0px 0px;
    text-align: center;
}

.sect_calc .links a {
    width: 230px;
    padding: 20px 38px;
    margin: 0px 15px;
}

.sect_calc .links .prev {
    border: 2px solid #DFDFDF;
    background: #fff;
    padding: 18px 36px;
    color: #000 !important;
}

.sect_calc .links .prev:hover {
    background: #DFDFDF
}

.sect_calc .slider_wrap {
    margin: 69px auto 80px;
    width: 840px;
}

.sect_calc .slider_wrap .slider {
    float: left;
    width: 570px;
    border: 0px;
    height: 30px;
    background: #F1F1F1;
    border-radius: 15px;
    margin: 5px 0px 0px;
}

.sect_calc .slider_wrap .slider .ui-slider-range {
    border-radius: 15px;
    background: #10BEB2
}

.sect_calc .slider_wrap .slider .ui-slider-handle {
    width: 71px;
    height: 71px;
    background: url(../img/slider_dot.png) no-repeat left top;
    margin: -20px 0px 0px -35px;
    border: 0px;
    top: 0px;
    cursor: pointer;
}

.sect_calc .slider_wrap .inp_bl {
    float: right;
    text-align: right;
    width: 250px;
}

.sect_calc .slider_wrap .inp_bl input {
    display: block;
    padding: 0px;
    width: 180px;
    height: 40px;
    font-size: 30px;
    line-height: 40px;
    font-weight: 700;
    color: #000;
    text-align: right;
}

.sect_calc .slider_wrap .inp_bl .t {
    font-size: 16px;
    line-height: 40px;
    margin-left: 5px;
    float: right;
}

.sect_calc .slider_wrap .inp_bl label.error {
    display: block;
    width: 180px;
    text-align: right;
    font-size: 12px;
    line-height: 14px;
    color: #f00;
}

.sect_calc .final_form_bl {
    margin: 80px 0px 0px;
}

.sect_calc .final_form_bl .half {
    width: 48%;
    float: left;
    margin: 0px 0px 17px 4%;
}

.sect_calc .final_form_bl .first {
    margin-left: 0px;
}

.sect_calc .final_form_bl .sub {
    width: 100%;
}

.sect_calc .final_form_bl .agree {
    margin: 40px 0px 0px;
    text-align: center;
    font-size: 13px;
    line-height: 20px;
    color: #fff;
}

.sect_complete {
    padding: 300px 0px 50px;
    background: no-repeat top center;
    min-height: 2054px;
    color: #fff;
}

.sect_complete h2 {
    max-width: 790px;
}

.sect_complete .complete_list {
    margin: 50px -15px 0px;
    padding: 0px;
    list-style: none;
    font-size: 0px;
    line-height: 0px;
}

.sect_complete .complete_list > li {
    width: 33.33%;
    display: inline-block;
    vertical-align: top;
    padding: 0px 15px;
}

.sect_complete .complete_bl {
    background: #fff;
    margin: 0px 0px 30px;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 1);
}

.sect_complete .complete_bl .img_bl {
}

.sect_complete .complete_bl .img_bl img {
    display: block;
    width: 100%;
    width: 370px;
    height: 244px;
}

.sect_complete .complete_bl .desc_bl {
    padding: 31px 48px 48px;
    font-size: 16px;
    line-height: 24px;
    color: #000;
}

.sect_complete .complete_bl .desc_bl .name {
    font: 22px 'Oswald';
    line-height: 36px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0px 0px 18px;
}

.sect_complete .complete_bl .desc_bl p {
    margin: 0px 0px 20px;
}

.sect_complete .complete_bl .desc_bl .hide_bl {
    display: none;
}

.sect_complete .complete_bl .desc_bl .hide_bl .hide_name {
    font-weight: 700;
    margin: 0px 0px 10px;
}

.sect_complete .complete_bl .desc_bl .hide_bl ul {
    margin: 0px 0px 10px;
    padding: 0px 0px 0px;
    list-style: none;
}

.sect_complete .complete_bl .desc_bl .hide_bl ul li {
    padding: 0px 0px 0px 30px;
    background: url(../img/list_ico.png) no-repeat left 5px;
}

.sect_complete .complete_bl .desc_bl .hide_link {
    margin: 10px 0px 0px;
}

.sect_complete .complete_bl .desc_bl .hide_link a {
    display: inline-block;
    padding: 0px 30px 0px 0px;
    background: url(../img/hide_link_bg.png) no-repeat right center;
    color: #10BEB2;
    text-decoration: underline;
    cursor: pointer;
    font-weight: 700;
}

.sect_complete .complete_bl .desc_bl .hide_link a:hover {
    color: #000;
    text-decoration: none;
}

.sect_complete .complete_bl .desc_bl .hide_link.open a {
    background-image: url(../img/hide_link_bg_open.png)
}

.sect_complete .complete_bl .desc_bl .link {
    margin: 25px 0px 0px;
}

.sect_complete .complete_bl .desc_bl .link a {
    width: 100%;
}

.sect_gallery {
    padding: 35px 0px 1px;
}

.gallery_content {
    margin: 50px 0px 0px;
    overflow: hidden;
}

.gallery_content .inner {
    margin: 0px -15px;
    padding: 0px;
    list-style: none;
}

.gallery_content .inner > li {
    width: 20%;
    float: left;
    padding: 0px 15px;
    margin: 0px 0px 30px;
}

.gallery_content .inner > .gallery_bl2, .gallery_content .inner > .gallery_bl22 {
    width: 40%;
}

.gallery_content .inner > .gallery_bl22r {
    float: right;
}

.gallery_content a {
    display: block;
    height: 272px;
    background-position: center center;
    background-size: cover;
}

.gallery_content .inner > .gallery_bl22 a {
    height: 574px;
}

.sect_plan_form {
    padding: 354px 0px 0px;
    background: no-repeat center top;
    color: #fff;
    min-height: 1467px;
    overflow: hidden;
}

.sect_plan_form .plan_content {
    position: relative;
}

.sect_plan_form h2 {
    text-align: left;
}

.sect_plan_form .text {
    font-size: 24px;
    line-height: 30px;
    max-width: 580px;
    margin: -5px 0px 0px;
}

.sect_plan_form .form {
    margin: 32px 0px 0px;
    max-width: 465px
}

.sect_plan_form .form p {
    margin: 0px 0px 17px;
}

.sect_plan_form .form .sub {
    width: 100%;
}

.sect_plan_form .form .agree {
    margin: 47px 0px 0px;
    font-size: 13px;
    line-height: 20px;
}

.sect_plan_form .img_slider {
    float: left;
    width: 1122px;
    height: 651px;
    position: absolute;
    top: 100px;
    left: 600px;
    overflow: hidden;
}

.sect_plan_form .img_slider .img {
    max-width: 100%;
}

.sect_plan_form .img_slider .hover {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 50%;
    overflow: hidden;
}

.sect_plan_form .img_slider .sep_bl {
    position: absolute;
    top: 0px;
    left: 50%;
    margin-left: -1px;
    width: 3px;
    background: #FFF;
    height: 100%;
}

.sect_plan_form .img_slider .sep_bl .dot {
    width: 50px;
    height: 50px;
    background: url(../img/img_slide_ico.png) no-repeat center center #D49F69;
    position: absolute;
    top: 50%;
    left: -25px;
    margin-top: -25px;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0px 7px 13px rgba(97, 86, 74, 1)
}

.sect_brands {
    padding: 40px 0px 90px;
}

.sect_brands .subtitle {
    font-size: 20px;
    line-height: 30px;
    text-align: center;
}

.sect_brands .brand_slider {
    margin: 28px -15px 0px;
}

.sect_brands .brand_slider .slick-slide {
    padding: 10px 15px;
}

.sect_brands .brand_slider .brand_bl {
    border: 1px solid #EAEAEA;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
    height: 220px;
    padding: 39px 10px 0px;
}

.sect_brands .brand_slider .brand_bl img {
    max-width: 100%;
    margin: 0px auto;
    display: block;
}

.sect_brands .brand_slider .slick-prev {
    left: -20px;
}

.sect_brands .brand_slider .slick-next {
    right: -20px;
}

.sect_steps {
    padding: 387px 0px 200px;
    background: no-repeat top center;
    margin-bottom: 200px;
}
.sect_steps--no-margin {
    margin-bottom: 0;
}

@media screen and (max-width: 991px) {
    .sect_steps {
        margin-bottom: 0;
    }
}

.sect_steps h2 {
    color: #fff;
}

.sect_steps .step_list {
    margin: 40px 0px 0px;
    padding: 0px;
    list-style: none;
}

.sect_steps .step_list > li {
    display: none;
}

.sect_steps .step_list > .vis {
    display: block;
}

.sect_steps .step_content {
    background-color: #fff;
    background-position: right top;
    min-height: 520px;
    background-repeat: no-repeat;
    padding: 42px 50% 20px 70px;
    border-radius: 5px;
}

.sect_steps .step_content .desc_bl {
    max-width: 480px;
    font-size: 18px;
}

.sect_steps .step_content .title {
    margin: 0px 0px 37px;
    font: 28px 'Oswald';
    line-height: 48px;
    text-transform: uppercase;
    color: #000;
    font-weight: 600;
    position: relative;
    padding: 0px 0px 0px 120px;
    min-height: 100px;
}

.sect_steps .step_content .title .num {
    width: 100px;
    height: 100px;
    background: url(../img/steps_num_bg.png) no-repeat left top;
    font: 48px 'Oswald';
    line-height: 80px;
    color: #fff;
    text-align: center;
    padding: 8px 0px 0px;
    text-align: center;
    font-weight: 600;
    position: absolute;
    top: 0px;
    left: 0px;
}

.sect_steps .step_content .title::after {
    content: '';
    display: block;
    clear: both;
}

.sect_steps .step_content .subtitle {
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
    margin: 0px 0px 32px;
}

.sect_steps .step_content .name {
    font-weight: 700;
    margin: 0px 0px 15px;
}

.sect_steps .step_content ul {
    margin: 0;
    padding: 0px;
    list-style: none;
    line-height: 30px;
}

.sect_steps .step_content ul li {
    padding: 0px 0px 0px 30px;
    background: url(../img/list_ico.png) no-repeat left 6px;
}

.sect_steps .links {
    margin: 24px 0px 0px;
    text-align: center;
}

.sect_steps .links a {
    display: inline-block;
    vertical-align: top;
    margin: 0px 15px 15px;
    width: 430px;
}

.sect_steps .links .next {
    box-shadow: 0px 0px 0px rgba(255, 255, 255, 1);
    animation: pulse2 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
}

.sect_steps .links .prev {
    border: 3px solid #F0F0F0;
    background-color: transparent;
    color: #fff !important;
    padding: 22px 35px;
}

.sect_steps .links .prev:hover {
    background-color: #F0F0F0;
    color: #000 !important;
}

.sect_steps .links .disable, .sect_steps .links .disable:hover {
    background: #967B5E;
    border-color: #967B5E;
    color: #BFA486 !important;
    cursor: auto;
}

.sect_plan_form2 {
    background: no-repeat top center;
    padding: 275px 0px 20px;
    min-height: 1226px;
    margin-top: -170px;
    color: #fff;
}

.sect_plan_form2 .subtitle {
    text-align: center;
    font-size: 24px;
    line-height: 30px;
    text-align: center;
    max-width: 730px;
    margin: 53px auto 0px;
}

.sect_plan_form2 .form {
    margin: 62px auto 0px;
    max-width: 960px;
    text-align: center;
}

.sect_plan_form2 .form .half {
    float: left;
    width: 48%;
    margin: 0px 0px 20px 4%;
}

.sect_plan_form2 .form .first {
    margin-left: 0px;
}

.sect_plan_form2 .form .sub {
    width: 430px;
    margin: 25px 0px 0px;
}

.sect_plan_form2 .form .agree {
    font-size: 13px;
    line-height: 20px;
    margin: 54px 0px 0px;
}

.sect_our_work {
    padding: 50px 0px 80px;
    margin-top: -24px;
}

.sect_our_work .our_work_slider {
    margin: 40px 0px 0px;
}

.sect_our_work .our_work_slider .our_work_bl {
}

.our_work_bl .video_bl {
    margin: 0px 0px 20px;
    font: 21px 'Oswald';
    line-height: 36px;
    text-transform: uppercase;
    font-weight: 600;
}

.our_work_bl .video_bl a {
    display: block;
    position: relative;
}

.our_work_bl .video_bl img {
    width: 100%;
}

.our_work_bl .video_bl a span {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    background: url(../img/video_ico.png) no-repeat center center rgba(0, 0, 0, 0.5);
}

.our_work_bl .video_bl .name {
    margin: 24px 0px 0px;
}

.our_work_bl .desc_bl {
    font-size: 18px;
    line-height: 24px;
}

.our_work_bl .desc_bl .name {
    font: 21px 'Oswald';
    line-height: 30px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
    margin: 0px 0px 26px;
}

.our_work_bl .desc_bl .name span {
    display: inline-block;
    vertical-align: top;
    background: #D3A069;
    padding: 15px 25px;
}

.our_work_bl .desc_bl p {
    padding-right: 40px;
}

.our_work_bl .desc_bl p a {
    color: #0FBFB2;
    font-weight: 700;
    text-decoration: underline;
    line-height: 30px;
}

.our_work_bl .desc_bl p a:hover {
    text-decoration: none;
    color: #D3A069;
}

.sect_our_work .our_work_slider .slick-arrow {
    top: 100px;
}

.sect_visit {
    padding: 298px 0px 30px;
    background: no-repeat top center;
    min-height: 1301px;
    color: #fff;
    z-index: 20;
}

.sect_visit .subtitle {
    max-width: 720px;
    text-align: center;
    font-size: 24px;
    line-height: 30px;
    margin: 57px auto 0px auto;
}

.sect_visit .form {
    margin: 91px auto 0px;
    max-width: 960px;
}

.sect_visit .form .half {
    float: left;
    width: 48%;
    margin: 0px 0px 30px 4%;
}

.sect_visit .form .first {
    margin-left: 0px;
}

.sect_visit .form .half input {
    width: 100%;
}

.sect_visit .form .agree {
    margin: 32px 0px 0px;
    text-align: center;
    font-size: 13px;
    color: #fff;
}

.sect_contact {
    margin-top: -210px;
}

.sect_contact .map_bl {
    height: 860px;
}

.sect_contact .map_bl #map {
    width: 100%;
    height: 100%;
}

.sect_contact .contact_bl {
    position: absolute;
    top: 260px;
    left: 50%;
    margin-left: -570px;
    z-index: 20;
    width: 370px;
    border: 1px solid #E9E9E9;
    background: #fff;
    padding: 43px 50px 53px;
}

.sect_contact .contact_bl .name {
    font: 30px 'Oswald';
    line-height: 48px;
    text-transform: uppercase;
    color: #000;
    font-weight: 600;
}

.sect_contact .contact_bl .name span {
    display: block;
}

.sect_contact .contact_bl .adr {
    margin: 20px 0px 0px;
    padding: 0px 0px 0px 30px;
    background: url(../img/adr_ico.png) no-repeat left 3px;
    font-size: 18px;
    line-height: 30px;
}

.sect_contact .contact_bl .ph {
    font: 24px 'Oswald';
    line-height: 30px;
    text-transform: uppercase;
    color: #000;
    font-weight: 600;
    color: #000;
    margin: 24px 0px 0px;
}

.sect_contact .contact_bl .ph a {
    color: #000;
    text-decoration: none;
}

.sect_contact .contact_bl .link {
    margin: 29px -50px 0px;
    border-top: 1px solid #EAEAEA;
    padding: 33px 50px 0px;
}

.sect_contact .contact_bl .link .t {
    font: 28px 'Oswald';
    line-height: 30px;
    text-transform: uppercase;
    color: #000;
    font-weight: 600;
    margin: 0px 0px 39px
}

.sect_contact .contact_bl .link a {
    padding: 15px;
}

/*Error*/
#content2 .container {
    padding: 0;
}

#content2 .item {
    position: relative;
}


#content2 .title {
    font-family: "Oswald";
    font-weight: 600;
    text-align: left;
    font-size: 45px;
    margin-top: 28px;
    letter-spacing: -1.5px;
    margin-bottom: 40px;
    padding-left: 15px;
}

#content2 .cnt2_content.col-md-12 {
    padding: 0;
}

#content2 .cnt2_block_hover {
    position: absolute;
    top: 0;
}

#content2 .block1,
#content2 .block2,
#content2 .block3,
#content2 .block4,
#content2 .block5,
#content2 .block6 {
    padding: 10px;
}

#content2 .block1 img,
#content2 .block2 img,
#content2 .block3 img,
#content2 .block4 img,
#content2 .block5 img,
#content2 .block6 img {
    width: 100%;
}

/*NEW200*/
#content2 .block1 .h_title,
#content2 .block2 .h_title {
    margin-top: 150px;
}

#content2 .col-md-5 {
    width: 40%;
}

#content2 .col-md-2 {
    width: 20%;
}

#content2 .block3 .item:first-child, #content2 .block4 .item:first-child {
    margin-bottom: 20px;
}

#content2 .small_block {
    padding: 11px 5px 0px 5px;
    margin-top: 10px;
}

#content2 .small_block.first {
    padding-left: 0;
    padding-right: 10px !important;
}

#content2 .small_block.second {
    padding-right: 0;
    padding-left: 10px !important;
}

#content2 .cnt2_block_hover {
    background-color: rgba(0, 0, 0, 0.8);
    width: 100%;
    height: 100%;
    padding: 20px;
    opacity: 0;
    -webkit-transition: .5s;
    transition: .5s;
    outline: 2px solid rgba(255, 255, 255, 0.8);
    outline-offset: -20px;
}

#content2 .cnt2_block_hover:hover {
    opacity: 1;
}

#content2 .small_block .cnt2_block_hover {
    width: 96%;
    height: 96%;
    margin-top: 10px;
}

#content2 .h_title {
    width: 100%;
    text-align: center;
    color: #fff;
    margin-top: 24%;
    font-family: "Oswald";
    font-size: 25px;
    font-weight: bold;
    margin-top: 25px;
}

#content2 .h_number {
    width: 50%;
    text-align: center;
    color: #fff;
    position: relative;
    font-family: "Oswald";
    font-size: 35px;
    font-weight: bold;
    margin: 0 auto;
    margin-top: 15px;
}

#content2 .h_number::before {
    content: "";
    display: block;
    position: absolute;
    height: 1px;
    top: 23px;
    background-position: center;
    width: 45px;
}

#content2 .h_number::after {
    content: "";
    display: block;
    position: absolute;
    height: 1px;
    top: 23px;
    background-position: center;
    width: 45px;
    right: 0;
}

#content2 .h_btn {
    width: 55%;
    margin: 0 auto;
    margin-top: 25px;
}

#content2 .h_btn a.btn_style {
    background-color: #10BEB2;
    color: #fff;
    margin-top: -20px;
    text-align: center;
    font-family: 'Oswald';
    font-weight: 600;
    font-size: 16px;
    display: block;
    margin: 0 auto;
    -webkit-transition: .5s;
    transition: .5s;
    padding: 10px 20px;
    border: none;
    text-transform: uppercase;
    border: 0px;
    cursor: pointer;
}

#content2 .h_btn a.btn_style:hover {
    background: #0DA399;
}

/*NEW10*/
#content2 .block3.col-md-2 .cnt2_block_hover .h_number, #content2 .block4.col-md-2 .cnt2_block_hover .h_number, #content2 .block5 .item.col-md-6 .cnt2_block_hover .h_number, #content2 .block6 .item.col-md-6 .cnt2_block_hover .h_number {
    width: 100%;
    color: #fff;
    font-size: 25px;
}

#content2 .block3.col-md-2 .cnt2_block_hover .h_number:before, #content2 .block4.col-md-2 .cnt2_block_hover .h_number:before, #content2 .block5 .item.col-md-6 .cnt2_block_hover .h_number:before, #content2 .block6 .item.col-md-6 .cnt2_block_hover .h_number:before {
    top: 18px;
}

#content2 .block3.col-md-2 .cnt2_block_hover .h_number:after, #content2 .block4.col-md-2 .cnt2_block_hover .h_number:after, #content2 .block5 .item.col-md-6 .cnt2_block_hover .h_number:after, #content2 .block6 .item.col-md-6 .cnt2_block_hover .h_number:after {
    top: 18px;
}

#content2 .block3.col-md-2 .cnt2_block_hover .h_btn, #content2 .block4.col-md-2 .cnt2_block_hover .h_btn, #content2 .block5 .item.col-md-6 .cnt2_block_hover .h_btn, #content2 .block6 .item.col-md-6 .cnt2_block_hover .h_btn {
    width: 90% !important;
}

/*NEW10*/
#content2 .block3.col-md-2 .cnt2_block_hover .btn_style, #content2 .block4.col-md-2 .cnt2_block_hover .btn_style, #content2 .block5 .item.col-md-6 .cnt2_block_hover .btn_style, #content2 .block6 .item.col-md-6 .cnt2_block_hover .btn_style {
    padding: 10px 0;
    margin-top: 5px;
}

#content2 .block5.col-md-5 .first_big .cnt2_block_hover .h_title {
    margin-top: 5%;
}

/*Error*/

/*NEW15*/
#content2 .item img {
    width: 226px;
    height: 226px;
}

/*NEW15*/
#content2 .item_b img {
    width: 472px;
    height: 472px;
}

/*NEW15*/
#content2 .first_big img {
    width: 472px;
    height: 224px;
}

.sect_plan_form {
    padding: 354px 0px 0px;
    background: no-repeat center top;
    color: #fff;
    min-height: 1467px;
    overflow: hidden;
}

.sect_plan_form .plan_content {
    position: relative;
}

.sect_plan_form h2 {
    text-align: left;
}

.sect_plan_form .text {
    font-size: 24px;
    line-height: 30px;
    max-width: 580px;
    margin: -5px 0px 0px;
}

.sect_plan_form .form {
    margin: 32px 0px 0px;
    max-width: 465px
}

.sect_plan_form .form p {
    margin: 0px 0px 17px;
}

.sect_plan_form .form .sub {
    width: 100%;
}

.sect_plan_form .form .agree {
    margin: 47px 0px 0px;
    font-size: 13px;
    line-height: 20px;
}

.sect_plan_form .img_slider {
    float: left;
    width: 1122px;
    height: 651px;
    position: absolute;
    top: 100px;
    left: 600px;
    overflow: hidden;
}

.sect_plan_form .img_slider .img {
    max-width: 100%;
}

.sect_plan_form .img_slider .hover {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 10%;
    overflow: hidden;
}

.sect_plan_form .img_slider .sep_bl {
    position: absolute;
    top: 0px;
    left: 10%;
    margin-left: -1px;
    width: 3px;
    background: #FFF;
    height: 100%;
}

.sect_plan_form .img_slider .sep_bl .dot {
    width: 50px;
    height: 50px;
    background: url(../img/img_slide_ico.png) no-repeat center center #D49F69;
    position: absolute;
    top: 50%;
    left: -25px;
    margin-top: -25px;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0px 7px 13px rgba(97, 86, 74, 1)
}

.sect_brands {
    padding: 40px 0px 90px;
}

.sect_brands .subtitle {
    font-size: 20px;
    line-height: 30px;
    text-align: center;
}

.sect_brands .brand_slider {
    margin: 28px -15px 0px;
}

.sect_brands .brand_slider .slick-slide {
    padding: 10px 15px;
}

.sect_brands .brand_slider .brand_bl {
    border: 1px solid #EAEAEA;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
    height: 220px;
    padding: 39px 10px 0px;
}

.sect_brands .brand_slider .brand_bl img {
    max-width: 100%;
    margin: 0px auto;
    display: block;
    width: 250px;
    height: 140px;
}

.sect_brands .brand_slider .slick-prev {
    left: -20px;
}

.sect_brands .brand_slider .slick-next {
    right: -20px;
}

.sect_steps {
    padding: 387px 0px 200px;
    background: no-repeat top center;
}

.sect_steps h2 {
    color: #fff;
}

.sect_steps .step_list {
    margin: 40px 0px 0px;
    padding: 0px;
    list-style: none;
}

.sect_steps .step_list > li {
    display: none;
}

.sect_steps .step_list > .vis {
    display: block;
}

.sect_steps .step_content {
    background-color: #fff;
    background-position: right top;
    min-height: 520px;
    background-repeat: no-repeat;
    padding: 42px 50% 20px 70px;
    border-radius: 5px;
}

.sect_steps .step_content .desc_bl {
    max-width: 480px;
    font-size: 18px;
}

.sect_steps .step_content .title {
    margin: 0px 0px 37px;
    font: 28px 'Oswald';
    line-height: 48px;
    text-transform: uppercase;
    color: #000;
    font-weight: 600;
    position: relative;
    padding: 0px 0px 0px 120px;
    min-height: 100px;
}

.sect_steps .step_content .title .num {
    width: 100px;
    height: 100px;
    background: url(../img/steps_num_bg.png) no-repeat left top;
    font: 48px 'Oswald';
    line-height: 80px;
    color: #fff;
    text-align: center;
    padding: 8px 0px 0px;
    text-align: center;
    font-weight: 600;
    position: absolute;
    top: 0px;
    left: 0px;
}

.sect_steps .step_content .title::after {
    content: '';
    display: block;
    clear: both;
}

.sect_steps .step_content .subtitle {
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
    margin: 0px 0px 32px;
}

.sect_steps .step_content .name {
    font-weight: 700;
    margin: 0px 0px 15px;
}

.sect_steps .step_content ul {
    margin: 0;
    padding: 0px;
    list-style: none;
    line-height: 30px;
}

.sect_steps .step_content ul li {
    padding: 0px 0px 0px 30px;
    background: url(../img/list_ico.png) no-repeat left 6px;
}

.sect_steps .links {
    margin: 24px 0px 0px;
    text-align: center;
}

.sect_steps .links a {
    display: inline-block;
    vertical-align: top;
    margin: 0px 15px 15px;
    width: 430px;
}

.sect_steps .links .next {
    box-shadow: 0px 0px 0px rgba(255, 255, 255, 1);
    animation: pulse2 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
}

.sect_steps .links .prev {
    border: 3px solid #F0F0F0;
    background-color: transparent;
    color: #fff !important;
    padding: 22px 35px;
}

.sect_steps .links .prev:hover {
    background-color: #F0F0F0;
    color: #000 !important;
}

.sect_steps .links .disable, .sect_steps .links .disable:hover {
    background: #967B5E;
    border-color: #967B5E;
    color: #BFA486 !important;
    cursor: auto;
}

.sect_plan_form2 {
    background: no-repeat top center;
    padding: 275px 0px 20px;
    min-height: 1226px;
    margin-top: -170px;
    color: #fff;
}

.sect_plan_form2 .subtitle {
    text-align: center;
    font-size: 24px;
    line-height: 30px;
    text-align: center;
    max-width: 730px;
    margin: 53px auto 0px;
}

.sect_plan_form2 .form {
    margin: 62px auto 0px;
    max-width: 960px;
    text-align: center;
}

.sect_plan_form2 .form .half {
    float: left;
    width: 48%;
    margin: 0px 0px 20px 4%;
}

.sect_plan_form2 .form .first {
    margin-left: 0px;
}

.sect_plan_form2 .form .sub {
    width: 430px;
    margin: 25px 0px 0px;
}

.sect_plan_form2 .form .agree {
    font-size: 13px;
    line-height: 20px;
    margin: 54px 0px 0px;
}

.sect_our_work {
    padding: 50px 0px 80px;
    margin-top: -24px;
}

.sect_our_work .our_work_slider {
    margin: 40px 0px 0px;
}

.sect_our_work .our_work_slider .our_work_bl {
}

.our_work_bl .video_bl {
    margin: 0px 0px 20px;
    font: 21px 'Oswald';
    line-height: 36px;
    text-transform: uppercase;
    font-weight: 600;
}

.our_work_bl .video_bl a {
    display: block;
    position: relative;
}

.our_work_bl .video_bl img {
    width: 100%;
    width: 370px;
    height: 302px;
}

.our_work_bl .video_bl a span {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    background: url(../img/video_ico.png) no-repeat center center rgba(0, 0, 0, 0.5);
}

.our_work_bl .video_bl .name {
    margin: 24px 0px 0px;
}

.our_work_bl .desc_bl {
    font-size: 18px;
    line-height: 24px;
}

.our_work_bl .desc_bl .name {
    font: 21px 'Oswald';
    line-height: 30px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
    margin: 0px 0px 26px;
}

.our_work_bl .desc_bl .name span {
    display: inline-block;
    vertical-align: top;
    background: #D3A069;
    padding: 15px 25px;
}

.our_work_bl .desc_bl p {
    padding-right: 40px;
}

.our_work_bl .desc_bl p a {
    color: #0FBFB2;
    font-weight: 700;
    text-decoration: underline;
    line-height: 30px;
}

.our_work_bl .desc_bl p a:hover {
    text-decoration: none;
    color: #D3A069;
}

.sect_our_work .our_work_slider .slick-arrow {
    top: 150px;
}

.sect_visit {
    padding: 298px 0px 30px;
    background: no-repeat top center;
    min-height: 1301px;
    color: #fff;
    z-index: 20;
}

.sect_visit .subtitle {
    max-width: 720px;
    text-align: center;
    font-size: 24px;
    line-height: 30px;
    margin: 57px auto 0px auto;
}

.sect_visit .form {
    margin: 91px auto 0px;
    max-width: 960px;
}

.sect_visit .form .half {
    float: left;
    width: 48%;
    margin: 0px 0px 30px 4%;
}

.sect_visit .form .first {
    margin-left: 0px;
}

.sect_visit .form .half input {
    width: 100%;
}

.sect_visit .form .agree {
    margin: 32px 0px 0px;
    text-align: center;
    font-size: 13px;
    color: #fff;
}

.sect_contact {
    margin-top: -210px;
}

.sect_contact .map_bl {
    height: 860px;
}

.sect_contact .map_bl #map {
    width: 100%;
    height: 100%;
}

.sect_contact .contact_bl {
    position: absolute;
    top: 260px;
    left: 50%;
    margin-left: -570px;
    z-index: 20;
    width: 370px;
    border: 1px solid #E9E9E9;
    background: #fff;
    padding: 43px 50px 53px;
}

.sect_contact .contact_bl .name {
    font: 30px 'Oswald';
    line-height: 48px;
    text-transform: uppercase;
    color: #000;
    font-weight: 600;
}

.sect_contact .contact_bl .name span {
    display: block;
}

.sect_contact .contact_bl .adr {
    margin: 20px 0px 0px;
    padding: 0px 0px 0px 30px;
    background: url(../img/adr_ico.png) no-repeat left 3px;
    font-size: 18px;
    line-height: 30px;
}

.sect_contact .contact_bl .ph {
    font: 24px 'Oswald';
    line-height: 30px;
    text-transform: uppercase;
    color: #000;
    font-weight: 600;
    color: #000;
    margin: 24px 0px 0px;
}

.sect_contact .contact_bl .ph a {
    color: #000;
    text-decoration: none;
}

.sect_contact .contact_bl .link {
    margin: 29px -50px 0px;
    border-top: 1px solid #EAEAEA;
    padding: 33px 50px 0px;
}

.sect_contact .contact_bl .link .t {
    font: 28px 'Oswald';
    line-height: 30px;
    text-transform: uppercase;
    color: #000;
    font-weight: 600;
    margin: 0px 0px 39px
}

.sect_contact .contact_bl .link a {
    padding: 15px;
}

#footer {
    position: relative;
    /*margin-top: -180px;*/
    /*height: 180px;*/
    clear: both;
    padding: 40px 0px 20px;
}

.footer_logo_bl {
    float: left;
    width: 480px;
}

.footer_logo_bl a {
    display: block;
    text-decoration: none !important;
}

.footer_logo_bl .footer_logo {
    float: left;
    margin: 0px 30px 0px 0px;
    width: 105px;
}

.footer_logo_bl .footer_name {
    display: block;
    font: 18px 'Oswald';
    line-height: 30px;
    font-weight: 600;
    text-transform: uppercase;
    color: #000;
    padding: 5px 0px 0px;
}

.footer_logo_bl .footer_desc {
    display: block;
    width: 230px;
    overflow: hidden;
    font-size: 14px;
    line-height: 18px;
    font-weight: 300;
    color: #000;
    margin: 9px 0px 0px;
}

.footer_contact {
    float: right;
    text-align: right;
    padding: 18px 0px 0px;
}

.footer_contact .ph {
    font: 28px 'Oswald';
    line-height: 30px;
    font-weight: 600;
    color: #000;
    margin-top: -6px;
}

.footer_contact .ph a {
    color: inherit;
    text-decoration: none;
}

.footer_contact .ph a:hover {
    color: #10BFB1
}

.footer_contact .ph1 {
    font: 28px 'Oswald';
    line-height: 30px;
    font-weight: 600;
    color: #000;
    margin-top: 4px;
}

.footer_contact .ph1 a {
    color: inherit;
    text-decoration: none;
}

.footer_contact .ph1 a:hover {
    color: #10BFB1
}

.footer_contact .link {
    font-weight: 600;
    color: #10BFB1;
    margin: 15px 0px 0px;
}

.footer_contact .link a {
    color: inherit;
    text-decoration: underline;
}

.footer_contact .link a:hover {
    color: #000;
    text-decoration: none;
}

.create {
    float: left;
    margin: 7px 0px 0px 100px;
    font-size: 14px;
    line-height: 20px;
    color: #333;
}

.create div {
    margin: 0px 0px 14px;
}

.popup_bg {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: none;
    z-index: 9999;
    opacity: 0;
}

.popup_wrapper {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    margin: 0px;
    padding: 0px;
    list-style: none;
    z-index: 9999;
}

.popup_wrapper > li {
    position: absolute;
    top: 10px;
    left: 50%;
    width: 1170px;
    padding: 0px;
    border: 0px solid #FE5A01;
    border-radius: 0px;
    background: #fff;
    margin-left: -585px;
    display: none;
    opacity: 0;
    font-size: 18px;
    line-height: 24px;
}

.popup_wrapper .popup_inner {
    padding: 42px 50px 30px 620px;
    color: #fff;
}

.popup_wrapper .close_ico {
    width: 15px;
    height: 15px;
    background: url(../img/popup_close.png) no-repeat left top;
    position: absolute;
    top: 30px;
    right: 30px;
    cursor: pointer;
    z-index: 10;
}

.popup_wrapper .title {
    font: 39px 'Oswald';
    line-height: 48px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    margin: 0px 0px 32px;
}

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

.popup_wrapper ul li {
    padding: 0px 0px 0px 30px;
    background: url(../img/list_ico.png) no-repeat left 10px;
    line-height: 30px;
    margin: 0px 0px 17px;
}

.popup_wrapper .form {
    margin: 47px 0px 0px;
}

.popup_wrapper .form p {
    margin: 0px 0px 9px;
}

.popup_wrapper .form p input {
    height: 70px;
    padding: 20px;
    background: #F0F0F0
}

.popup_wrapper .form .sub {
    padding: 20px;
    width: 100%;
}

.popup_wrapper .form .agree {
    font-size: 13px;
    line-height: 20px;
    color: #8E8E8E;
    margin: 21px 0px 0px;
}

.popup_wrapper .popup_call {
    background: no-repeat top center;
    background-size: cover;
}

.popup_wrapper .popup_help1 {
    background: no-repeat top center;
    background-size: cover;
}

.popup_wrapper .popup_help2 {
    background: no-repeat top center;
    background-size: cover;
}

.popup_wrapper .popup_help3 {
    background: no-repeat top center;
    background-size: cover;
}

.popup_wrapper .popup_help4 {
    background: no-repeat top center;
    background-size: cover;
}

.popup_wrapper .popup_pricelist1 {
    background: no-repeat top center;
    background-size: cover;
}

.popup_wrapper .popup_pricelist2 {
    background: no-repeat top center;
    background-size: cover;
}

.popup_wrapper .popup_pricelist3 {
    background: no-repeat top center;
    background-size: cover;
}

.popup_wrapper .popup_pricelist4 {
    background: no-repeat top center;
    background-size: cover;
}

.popup_wrapper .popup_pricelist5 {
    background: no-repeat top center;
    background-size: cover;
}

.popup_wrapper .popup_pricelist6 {
    background: no-repeat top center;
    background-size: cover;
}

.popup_wrapper .popup_pricelist7 {
    background: no-repeat top center;
    background-size: cover;
}

.popup_wrapper .popup_pricelist8 {
    background: no-repeat top center;
    background-size: cover;
}

.popup_wrapper .popup_pricelist9 {
    background: no-repeat top center;
    background-size: cover;
}

.popup_wrapper .popup_category .popup_inner {
    padding: 0px;
}

.popup_wrapper .popup_category .product_bl {
    padding: 21px 0px 1px;
}

.popup_wrapper .popup_category .product_bl .name {
    font: 28px 'Oswald';
    line-height: 36px;
    text-transform: uppercase;
    color: #000;
    font-weight: 700;
    padding: 0px 25px;
}

.popup_wrapper .popup_category .product_bl .desc_bl {
    border-top: 1px solid #E0E0E0;
    border-bottom: 1px solid #E0E0E0;
    margin: 24px 0px 0px;
    padding: 0px 0px 9px;
}

.popup_wrapper .popup_category .product_bl .desc_bl .img_bl {
    float: left;
    padding: 8px 0px 0px;
    text-align: center;
    width: 380px;
    margin: 0px 20px 0px 0px;
}

.popup_wrapper .popup_category .product_bl .desc_bl .img_bl img {
    max-width: 100%;
}

.popup_wrapper .popup_category .product_bl .desc_bl .desc {
    overflow: hidden;
}

.popup_wrapper .popup_category .product_bl .desc_bl .desc table {
    width: 100%;
    border-collapse: collapse;
    font-size: 18px;
    line-height: 30px;
}

.popup_wrapper .popup_category .product_bl .desc_bl .desc table td {
    padding: 16px 35px;
    color: #000;
}

.popup_wrapper .popup_category .product_bl .desc_bl .desc table tr:nth-child(2n+1) td {
    background: #F4F4F4
}

.popup_wrapper .popup_category .product_bl .desc_bl .desc table .class {
    font-weight: 700;
}

.popup_wrapper .popup_category .product_bl .desc_bl .desc .link {
    margin: 14px 0px 0px;
}

.popup_wrapper .popup_category .product_bl .desc_bl .desc .link a {
    padding: 15px 45px;
}

.popup_wrapper .popup_category .all_link {
    text-align: center;
    padding: 29px 0px;
}

.popup_wrapper .popup_category .all_link a {
    font-size: 29px;
    line-height: 30px;
    padding: 30px 38px;
}

.popup_wrapper .popup_thanks {
    width: 576px;
    margin-left: -283px;
}

.popup_wrapper .popup_thanks .popup_inner {
    padding: 37px 70px;
    color: #000;
}

.popup_wrapper .popup_thanks .title {
    text-align: center;
    padding: 104px 0px 0px;
    background: url(../img/popup_thanks_ico.png) no-repeat center top;
    color: #000;
    font-size: 28px;
    line-height: 48px;
}

.popup_wrapper .popup_thanks .subtitle {
    text-align: center;
    font-size: 20px;
    line-height: 30px;
}

.popup_wrapper .popup_thanks .link {
    text-align: center;
    margin: 20px 0px 0px;
}

.popup_wrapper .popup_thanks .link a {
    padding: 15px 50px;
}

label.error {
    font-size: 12px;
    line-height: 20px;
    margin: 0px;
    color: #f00;
}

.popup_wrapper label.error, #calc_form label.error, #plan_form label.error, #plan_form2 label.error, #visit_form label.error, #catalog-form label.error {
    color: #fff;
}

@media screen and (max-width: 1799px) {
    .sect_category .category_bl .desc {
        padding: 0px 30px 20px;
    }

    .sect_category .category_bl .desc .name {
        float: none;
        width: auto;
        max-width: 100%;
    }

    .sect_category .category_bl .desc .link {
        margin: 10px 0px 0px;
        float: none;
    }

    .sect_type .type_bl .desc {
        padding: 0px 20px 20px;
    }

    .sect_type .type_bl .desc .name {
        margin: 0px 0px 10px;
    }
}

/*NEW10*/
@media screen and (min-width: 1240px) and (max-width: 1269px) {
    .sect_brands .brand_slider .slick-prev {
        left: 0px;
    }

    .sect_brands .brand_slider .slick-next {
        right: 0px;
    }

    /*NEW10*/
    .sect_our_work .our_work_slider .slick-prev {
        left: -15px;
    }

    /*NEW10*/
    .sect_our_work .our_work_slider .slick-next {
        right: -15px;
    }
}

/*NEW10*/
@media screen and (min-width: 1240px) {
    .main_menu .menu {
        display: block !important;
        opacity: 1 !important;
    }
}

/*NEW10*/
@media screen and (min-width: 992px) and (max-width: 1239px) {
    #head {
        padding: 10px 0px;
    }

    .main_menu .mob_menu {
        display: block;
    }

    .main_menu .menu {
        display: none;
        opacity: 0;
        position: absolute;
        top: 100%;
        left: 0px;
        width: 100%;
        background: #fff;
        box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.1);
        margin-top: 10px;
        padding: 0px 10px 10px;
    }

    .main_menu .menu li {
        float: none;
        margin: 0px;
    }

    .main_menu .menu li a {
        padding: 5px 0px;
    }

    #body {
        padding-top: 50px;
    }

    .top_descount_form {
        padding-left: 320px;
    }

    .top_descount_form .top_form_img {
        left: 0px;
    }

    .sect_type .type_bl .desc {
        padding: 0px 15px 20px;
    }

    .sect_type .type_bl .desc .button_link_sm {
        padding: 15px;
    }

    .sect_type .type_bl .desc .name {
        font-size: 20px;
    }

    .sect_complete .complete_bl .desc_bl {
        padding: 20px 15px;
    }

    .gallery_content .inner > li, .gallery_content .inner > .gallery_bl2, .gallery_content .inner > .gallery_bl22 {
        width: 33.33%;
    }

    .sect_plan_form {
        padding: 280px 0px 30px;
    }

    .sect_plan_form .img_slider {
        position: relative;
        top: 0px;
        left: 0px;
        width: 940px;
        height: 546px;
        margin: 30px 0px 0px
    }

    .sect_plan_form .img_slider .hover img {
        width: 940px;
    }

    .sect_brands .brand_slider .slick-prev {
        left: 0px;
    }

    .sect_brands .brand_slider .slick-next {
        right: 0px;
    }

    .sect_steps {
        padding: 300px 0px 200px
    }

    .sect_steps .step_content {
        background-position: 150% top;
        padding: 20px 45% 20px 30px
    }

    .sect_steps .step_content4 p {
        max-width: 350px;
    }

    .sect_our_work .our_work_slider .slick-arrow {
        top: 120px;
    }

    .sect_contact .contact_bl {
        margin-left: -480px;
    }

    .create {
        margin-left: 35px;
    }

    .popup_wrapper > li {
        width: 940px;
        margin-left: -470px;
    }

    .popup_wrapper .popup_inner {
        padding-left: 430px;
    }

    .popup_wrapper .popup_category .product_bl .desc_bl .desc table td {
        padding: 16px 10px;
    }

    /*NEW10*/
    #content2 .cnt2_content.col-md-12 {
        padding: 0px 15px;
    }

    /*NEW10*/
    #content2 .h_title {
        margin: 0px;
        font-size: 20px;
    }

    /*NEW10*/
    #content2 .block1 .h_title, #content2 .block2 .h_title {
        margin-top: 120px;
    }

    /*NEW10*/
    #content2 .h_btn {
        margin: 15px auto 0px;
    }

    /*NEW10*/
    .sect_our_work .our_work_slider .slick-prev {
        left: -10px;
    }

    /*NEW10*/
    .sect_our_work .our_work_slider .slick-next {
        right: -10px;
    }

    /*NEW10*/
    #content2 .block5.col-md-5 .first_big .cnt2_block_hover .h_title {
        margin: 0px;
    }

    /*NEW15*/
    .our_work_bl .video_bl img {
        width: 293px;
        height: 239px;
    }

    /*NEW15*/
    #content2 .item img {
        width: 174px;
        height: 174px;
    }

    /*NEW15*/
    #content2 .item_b img {
        width: 368px;
        height: 368px;
    }

    /*NEW15*/
    #content2 .first_big img {
        width: 368px;
        height: 174px;
    }

    /*NEW15*/
    .sect_complete .complete_bl .img_bl img {
        width: 293px;
        height: 193px;
    }

    /*NEW15*/
    .sect_calc .type_select .img img {
        width: 212px;
        height: 150px;
    }

    /*NEW15*/
    .sect_calc .equip_select .img img {
        width: 293px;
        height: 157px;
    }

    /*NEW15*/
    .sect_type .type_bl {
        min-height: 210px;
    }

    /*NEW15*/
    .sect_category .category_bl {
        min-height: 219px;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    h2 {
        font-size: 30px;
        line-height: 36px;
    }

    #head {
        padding: 10px 0px;
    }

    .main_menu .mob_menu {
        display: block;
    }

    .main_menu .menu {
        display: none;
        opacity: 0;
        position: absolute;
        top: 100%;
        left: 0px;
        width: 100%;
        background: #fff;
        box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.1);
        margin-top: 10px;
        padding: 0px 10px 10px;
    }

    .main_menu .menu li {
        float: none;
        margin: 0px;
    }

    .main_menu .menu li a {
        padding: 5px 0px;
    }

    #body {
        padding-top: 50px;
        /*padding-bottom: 120px;*/
    }

    .sect_top {
        padding: 30px 0px;
        min-height: 0px;
    }

    .top_art {
        margin: 30px 0px 0px;
    }

    .top_trigger {
        margin: 0px 0px 0px;
    }

    .top_trigger .top_trigger_bl {
        padding: 90px 0px 0px;
        text-align: center;
    }

    .top_trigger_bl .ico {
        left: 50%;
        margin-left: -41px;
    }

    .top_descount_form {
        padding: 20px 20px 20px 320px;
    }

    .top_descount_form .form p {
        width: 100%;
        float: none;
    }

    .top_descount_form .form p + p {
        margin-left: 0px;
    }

    .top_descount_form .form .sub {
        width: 100%;
        float: none;
    }

    .top_descount_form .form .agree {
        float: none;
        width: auto;
        margin: 10px 0px 0px;
    }

    .top_descount_form .top_form_img {
        left: 0px;
    }

    .sect_category {
        margin-top: 0px;
        padding: 30px 0px 0px;
    }

    .sect_category .subtitle {
        margin: 0px;
    }

    .sect_category .category_tab li a {
        width: 180px;
    }

    .sect_category .category_tab_bl {
        margin: 30px 0px 0px;
    }

    .sect_category .category_list > li {
        width: 50%
    }

    .sect_advantages {
        padding: 30px 0px;
    }

    .advantages_list {
        padding: 0px;
    }

    .advant_bl {
        margin: 30px 0px 0px;
        font-size: 18px;
        line-height: 24px;
    }

    .sect_type {
        padding: 30px 0px 0px;
    }

    .sect_type .type_list {
        margin: 0px;
    }

    .sect_type .type_list > li {
        width: 50%;
    }

    .sect_type .type_bl .desc {
        padding: 0px 20px 20px;
    }

    .calc_step_list > li {
        padding: 30px 0px 30px;
    }

    .sect_calc .subtitle {
        margin: 0px;
    }

    .sect_calc .quest {
        margin: 20px 0px 0px;
    }

    .sect_calc .select_list {
        margin-top: 20px;
    }

    .sect_calc .select_list > li {
        font-size: 17px;
        line-height: 24px;
    }

    .sect_calc .select_list .img {
        margin: 0px 0px 10px;
    }

    .sect_calc .links {
        margin-top: 10px;
    }

    .sect_calc .slider_wrap {
        width: auto;
        margin: 30px 0px 0px;
    }

    .sect_calc .slider_wrap .slider {
        width: auto;
        float: none;
    }

    .sect_calc .slider_wrap .inp_bl {
        float: none;
        margin: 20px auto 20px;
    }

    .sect_calc .final_form_bl {
        margin: 30px 0px 0px;
    }

    .sect_calc .final_form_bl .sub {
        padding: 25px 10px;
    }

    .sect_calc .final_form_bl .agree {
        margin: 20px 0px 0px;
    }

    .calc_step_list > .step5 {
        min-height: 0px;
        padding: 30px 0px;
    }

    .sect_complete {
        padding: 30px 0px 1px;
        background-position: center -300px;
        min-height: 0px;
    }

    .sect_complete .complete_list {
        margin-top: 30px;
    }

    .sect_complete .complete_list > li {
        width: 50%;
    }

    .sect_complete .complete_bl .desc_bl {
        padding: 20px 15px;
    }

    .sect_gallery {
        padding: 30px 0px 1px;
    }

    .gallery_content {
        margin: 0px;
    }

    .gallery_content .inner > li, .gallery_content .inner > .gallery_bl2, .gallery_content .inner > .gallery_bl22 {
        width: 33.33%;
    }

    .gallery_content a {
        height: 200px;
    }

    .gallery_content .inner > .gallery_bl22 a {
        height: 430px;
    }

    .sect_plan_form {
        padding: 30px 0px 30px;
        background-position: center -260px;
        min-height: 0px;
    }

    .sect_plan_form .img_slider {
        position: relative;
        top: 0px;
        left: 0px;
        width: 720px;
        height: 418px;
        margin: 30px 0px 0px
    }

    .sect_plan_form .img_slider .hover img {
        width: 720px;
    }

    .sect_brands {
        padding: 30px 0px 50px;
    }

    .sect_brands .brand_slider .slick-prev {
        left: 0px;
    }

    .sect_brands .brand_slider .slick-next {
        right: 0px;
    }

    .sect_steps {
        padding: 30px 0px 30px;
        min-height: 0px;
        background-position: center -280px;
    }

    .sect_steps .step_content {
        background-position: 450px top;
        padding: 20px 40% 20px 30px
    }

    .sect_steps .step_content .title {
        margin: 0px 0px 20px;
        line-height: 34px;
    }

    .sect_steps .step_content .subtitle {
        margin: 0px 0px 20px;
        font-size: 20px;
        line-height: 24px;
    }

    .sect_steps .step_content4 {
        background-position: 350px top;
    }

    .sect_steps .step_content4 p {
        max-width: 350px;
    }

    .sect_steps .step_content5 {
        background-position: 350px top;
    }

    .sect_steps .links a {
        width: 300px;
    }

    .sect_plan_form2 {
        margin-top: 0px;
        min-height: 0px;
        background-position: center -240px;
        padding: 30px 0px;
    }

    .sect_plan_form2 .subtitle {
        margin-top: 0px;
    }

    .sect_plan_form2 .form {
        margin: 30px 0px 0px;
    }

    .sect_plan_form2 .form .sub {
        margin: 0px auto;
    }

    .sect_plan_form2 .form .agree {
        margin: 20px 0px 0px;
    }

    .sect_our_work {
        padding: 30px 0px 50px;
        margin: 0px;
    }

    .sect_our_work .our_work_slider .slick-arrow {
        top: 140px;
    }

    .sect_visit {
        padding: 30px 0px;
        min-height: 0px;
        background-position: center -220px;
    }

    .sect_visit .subtitle {
        margin: 0px;
    }

    .sect_visit .form {
        margin: 30px 0px 0px;
    }

    .sect_visit .form .agree {
        margin: 0px;
    }

    .sect_contact {
        margin-top: 0px;
    }

    .sect_contact .contact_bl {
        margin: 0px auto;
        position: static;
        width: auto;
        border: 0px;
        max-width: 760px;
        padding: 20px 15px;
    }

    .sect_contact .contact_bl .name span {
        display: inline;
    }

    .sect_contact .contact_bl .link {
        margin: 20px 0px 0px;
        padding: 0px;
        border-top: 0px;
    }

    .sect_contact .contact_bl .link .t {
        margin: 0px 0px 10px;
    }

    .sect_contact .map_bl {
        height: 400px;
    }

    #footer {
        /*height: 120px;*/
        /*margin-top: -120px;*/
        padding: 10px 0px;
    }

    .footer_contact {
        display: none;
    }

    .create {
        margin-left: 0px;
        float: right;
    }

    .popup_wrapper > li {
        width: 720px;
        margin-left: -360px;
    }

    .popup_wrapper .popup_inner {
        padding-left: 50px;
    }

    .popup_wrapper .popup_category .product_bl .desc_bl .desc table td {
        padding: 16px 10px;
    }

    .popup_wrapper .popup_category .product_bl .desc_bl .img_bl {
        width: 240px;
    }

    .popup_wrapper .popup_category .product_bl .desc_bl .desc .link {
        text-align: center;
    }

    .popup_wrapper .popup_category .all_link a {
        font-size: 18px;
    }

    /*NEW10*/
    #content2 .container {
        padding: 0px 15px;
    }

    /*NEW10*/
    #content2 .cnt2_content.col-md-12 {
        padding: 0px 15px;
    }

    /*NEW10*/
    #content2 .col-md-5 {
        width: 50%;
        float: left;
    }

    /*NEW10*/
    #content2 .col-md-2 {
        width: 50%;
        float: left;
    }

    /*NEW10*/
    #content2 .col-md-2 .item {
        width: 47%;
        float: left;
        margin: 0px !important;
    }

    /*NEW10*/
    #content2 .col-md-2 .item + .item {
        margin-left: 6% !important;
    }

    /*NEW10*/
    #content2 .col-md-5 .col-md-6 {
        width: 50%;
        float: left;
        margin: 0px;
    }

    /*NEW10*/
    #content2 .col-md-5 .first_big {
        margin: 0px 0px 10px;
    }

    /*NEW10*/
    #content2 .h_title {
        margin: 0px;
        font-size: 20px;
    }

    /*NEW10*/
    #content2 .block1 .h_title, #content2 .block2 .h_title {
        margin-top: 120px;
    }

    /*NEW10*/
    #content2 .h_btn {
        margin: 15px auto 0px;
    }

    /*NEW10*/
    .sect_our_work .our_work_slider .slick-prev {
        left: -10px;
    }

    /*NEW10*/
    .sect_our_work .our_work_slider .slick-next {
        right: -10px;
    }

    /*NEW10*/
    #content2 .cnt2_block_hover {
        padding: 10px !important;
    }

    /*NEW10*/
    #content2 .block5.col-md-5 .first_big .cnt2_block_hover .h_title {
        margin: 0px;
    }

    /*NEW15*/
    .our_work_bl .video_bl img {
        width: 345px;
        height: 281px;
    }

    /*NEW15*/
    #content2 .item img {
        width: 160px;
        height: 160px;
    }

    /*NEW15*/
    #content2 .item_b img {
        width: 340px;
        height: 340px;
    }

    /*NEW15*/
    #content2 .first_big img {
        width: 340px;
        height: 160px;
    }

    /*NEW15*/
    .sect_complete .complete_bl .img_bl img {
        width: 345px;
        height: 227px;
    }

    /*NEW15*/
    .sect_calc .type_select .img img {
        width: 157px;
        height: 111px;
    }

    /*NEW15*/
    .sect_calc .equip_select .img img {
        width: 220px;
        height: 118px;
    }

    /*NEW15*/
    .sect_type .type_bl {
        min-height: 325px;
    }

    /*NEW15*/
    .sect_category .category_bl {
        min-height: 254px;
    }
}

@media screen and (max-width: 767px) {
    h1 {
        font-size: 30px;
        line-height: 36px;
        margin: 0px 0px 30px;
    }

    h2 {
        font-size: 28px;
        line-height: 32px;
        margin: 0px 0px 30px;
    }

    #head {
        padding: 10px 0px;
    }

    .main_menu .mob_menu {
        display: block;
    }

    .main_menu .menu {
        display: none;
        opacity: 0;
        position: absolute;
        top: 100%;
        left: 0px;
        width: 100%;
        background: #fff;
        box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.1);
        margin-top: 10px;
        padding: 0px 10px 10px;
    }

    .main_menu .menu li {
        float: none;
        margin: 0px;
    }

    .main_menu .menu li a {
        padding: 5px 0px;
    }

    #body {
        padding-top: 50px;
        /*padding-bottom: 120px;*/
    }

    .sect_top {
        padding: 15px 0px 30px 0px;
        min-height: 0px;
    }

    .head_logo_bl {
        width: auto;
    }

    .head_logo_bl .head_logo {
        margin: 0px;
    }

    .head_logo_bl .head_name {
        display: none;
    }

    .head_logo_bl .head_desc {
        display: none;
    }

    .top_art {
        margin: 30px 0px 0px;
        font-size: 18px;
        line-height: 24px;
    }

    .top_trigger {
        margin: 0px 0px 0px;
    }

    .top_trigger .top_trigger_bl {
        padding: 90px 0px 0px;
        text-align: center;
    }

    .top_trigger_bl .ico {
        left: 50%;
        margin-left: -41px;
    }

    .top_descount_form {
        padding: 20px 20px 20px 320px;
    }

    .top_descount_form .form p {
        width: 100%;
        float: none;
    }

    .top_descount_form .form p + p {
        margin-left: 0px;
    }

    .top_descount_form .form .sub {
        width: 100%;
        float: none;
    }

    .top_descount_form .form .agree {
        float: none;
        width: auto;
        margin: 10px 0px 0px;
    }

    .top_descount_form .top_form_img {
        left: 0px;
    }

    .sect_category {
        margin-top: 0px;
        padding: 30px 0px 0px;
    }

    .sect_category .subtitle {
        margin: 0px;
        font-size: 18px;
        line-height: 24px;
    }

    .sect_category .category_tab li a {
        width: 150px;
    }

    .sect_category .category_tab_bl {
        margin: 30px 0px 0px;
    }

    .sect_category .category_list > li {
        width: 50%
    }

    .sect_advantages {
        padding: 30px 0px;
    }

    .advantages_list {
        padding: 0px;
    }

    .advant_bl {
        margin: 30px 0px 0px;
        font-size: 18px;
        line-height: 24px;
    }

    .advant_bl .ico {
        width: 180px;
        height: 150px;
        background-size: 100% auto;
    }

    .sect_type {
        padding: 30px 0px 0px;
    }

    .sect_type .type_list {
        margin: 0px;
        text-align: center;
    }

    .sect_type .type_list .slick-arrow {
        top: 45%;
    }

    .sect_type .type_list > li {
        width: 50%;
    }

    .sect_type .type_bl .desc {
        padding: 0px 20px 20px;
    }

    .calc_step_list > li {
        padding: 30px 0px 30px;
    }

    .sect_calc .subtitle {
        margin: 0px;
        font-size: 18px;
        line-height: 24px;
    }

    .sect_calc .quest {
        margin: 20px 0px 0px;
    }

    .sect_calc .select_list {
        margin-top: 20px;
    }

    .sect_calc .select_list > li {
        font-size: 17px;
        line-height: 24px;
    }

    .sect_calc .select_list .img {
        margin: 0px 0px 10px;
    }

    .sect_calc .links {
        margin-top: 10px;
    }

    .sect_calc .slider_wrap {
        width: auto;
        margin: 30px 0px 0px;
    }

    .sect_calc .slider_wrap .slider {
        width: auto;
        float: none;
    }

    .sect_calc .slider_wrap .inp_bl {
        float: none;
        margin: 20px auto 20px;
    }

    .sect_calc .final_form_bl {
        margin: 30px 0px 0px;
    }

    .sect_calc .final_form_bl .half {
        width: 100%;
        float: none;
        margin-left: 0px;
    }

    .sect_calc .final_form_bl .sub {
        padding: 25px 10px;
    }

    .sect_calc .final_form_bl .agree {
        margin: 20px 0px 0px;
    }

    .calc_step_list > .step5 {
        min-height: 0px;
        padding: 30px 0px;
        background-size: cover;
    }

    .sect_complete {
        padding: 30px 0px 1px;
        background-position: center -300px;
        min-height: 0px;
    }

    .sect_complete .complete_list {
        margin-top: 30px;
    }

    .sect_complete .complete_list > li {
        width: 50%;
    }

    .sect_complete .complete_bl .desc_bl {
        padding: 20px 15px;
    }

    .sect_gallery {
        padding: 30px 0px 1px;
    }

    .gallery_content {
        margin: 0px;
    }

    .gallery_content .inner {
        margin: 0px -5px;
    }

    .gallery_content .inner > li, .gallery_content .inner > .gallery_bl2, .gallery_content .inner > .gallery_bl22 {
        width: 33.33%;
        padding: 0px 5px;
        margin: 0px 0px 10px;
    }

    .gallery_content a {
        height: 200px;
    }

    .gallery_content .inner > .gallery_bl22 a {
        height: 410px;
    }

    .sect_plan_form {
        padding: 30px 0px 30px;
        background-position: center -260px;
        min-height: 0px;
    }

    .sect_plan_form .img_slider {
        position: relative;
        top: 0px;
        left: 0px;
        width: 610px;
        height: 354px;
        margin: 30px 0px 0px
    }

    .sect_plan_form .img_slider .hover img {
        width: 610px;
    }

    .sect_brands {
        padding: 30px 0px 50px;
    }

    .sect_brands .brand_slider .slick-prev {
        left: 0px;
    }

    .sect_brands .brand_slider .slick-next {
        right: 0px;
    }

    .sect_steps {
        padding: 30px 0px 30px;
        min-height: 0px;
        background-position: center -280px;
    }

    .sect_steps .step_content {
        background-image: none !important;
        padding: 20px 20px 20px 30px;
        min-height: 0px;
    }

    .sect_steps .step_content .title {
        margin: 0px 0px 20px;
        line-height: 34px;
        padding: 110px 0px 0px;
    }

    .sect_steps .step_content .subtitle {
        margin: 0px 0px 20px;
        font-size: 20px;
        line-height: 24px;
    }

    .sect_steps .step_content4 {
        background-position: 350px top;
    }

    .sect_steps .step_content4 p {
        max-width: 350px;
    }

    .sect_steps .step_content5 {
        background-position: 350px top;
    }

    .sect_steps .step_content .desc_bl {
        max-width: 100%;
    }

    .sect_steps .links .next, .sect_steps .links .prev {
        width: 240px;
    }

    .sect_plan_form2 {
        margin-top: 0px;
        min-height: 0px;
        background-position: center -240px;
        padding: 30px 0px;
    }

    .sect_plan_form2 .subtitle {
        margin-top: 0px;
    }

    .sect_plan_form2 .form {
        margin: 30px 0px 0px;
    }

    .sect_plan_form2 .form .sub {
        margin: 0px auto;
    }

    .sect_plan_form2 .form .agree {
        margin: 20px 0px 0px;
    }

    .sect_our_work {
        padding: 30px 0px 50px;
        margin: 0px;
    }

    .sect_our_work .our_work_slider {
        margin: 30px auto 0px;
        width: 610px;
    }

    .sect_our_work .our_work_slider .slick-arrow {
        top: 118px;
    }

    .sect_visit {
        padding: 30px 0px;
        min-height: 0px;
        background-position: center -220px;
    }

    .sect_visit .subtitle {
        margin: 0px;
    }

    .sect_visit .form {
        margin: 30px 0px 0px;
    }

    .sect_visit .form .agree {
        margin: 0px;
    }

    .sect_visit .form .half {
        float: none;
        width: auto;
        margin: 0px 0px 10px;
    }

    .sect_contact {
        margin-top: 0px;
    }

    .sect_contact .contact_bl {
        margin: 0px auto;
        position: static;
        width: auto;
        border: 0px;
        max-width: 760px;
        padding: 20px 15px;
    }

    .sect_contact .contact_bl .name span {
        display: inline;
    }

    .sect_contact .contact_bl .link {
        margin: 20px 0px 0px;
        padding: 0px;
        border-top: 0px;
    }

    .sect_contact .contact_bl .link .t {
        margin: 0px 0px 10px;
    }

    .sect_contact .map_bl {
        height: 300px;
    }

    #footer {
        /*height: 120px;*/
        /*margin-top: -120px;*/
        padding: 10px 0px;
    }

    .footer_logo_bl {
        width: auto;
    }

    .footer_logo_bl .footer_logo {
        margin-right: 0px;
    }

    .footer_logo_bl .footer_name, .footer_logo_bl .footer_desc {
        display: none;
    }

    .footer_contact {
        display: none;
    }

    .create {
        margin-left: 0px;
        float: right;
    }

    .popup_wrapper > li {
        width: 620px;
        margin-left: -310px;
    }

    .popup_wrapper .popup_inner {
        padding: 30px 20px;
    }

    .popup_wrapper .popup_category .product_bl .desc_bl .desc table td {
        padding: 16px 10px;
    }

    .popup_wrapper .popup_category .product_bl .desc_bl .img_bl {
        width: 200px;
    }

    .popup_wrapper .popup_category .product_bl .desc_bl .desc table td {
        padding: 5px;
        font-size: 16px;
        line-height: 20px;
    }

    .popup_wrapper .popup_category .product_bl .desc_bl .desc .link {
        text-align: center;
    }

    .popup_wrapper .popup_category .product_bl .desc_bl .desc .link a {
        padding: 15px;
    }

    .popup_wrapper .popup_category .all_link a {
        font-size: 18px;
    }

    /*NEW10*/
    #content2 .container {
        padding: 0px 15px;
    }

    /*NEW10*/
    .sect_brands .brand_slider {
        margin: 20px 0px 0px;
    }

    /*NEW10*/
    #content2 .cnt2_content.col-md-12 {
        padding: 0px 15px;
    }

    /*NEW10*/
    #content2 .col-md-5 {
        width: 50%;
        float: left;
    }

    /*NEW10*/
    #content2 .col-md-2 {
        width: 100%;
        float: left;
    }

    /*NEW10*/
    #content2 .col-md-2 .item {
        width: 48.4%;
        float: left;
        margin: 0px !important;
    }

    /*NEW10*/
    #content2 .col-md-2 .item + .item {
        margin-left: 3.2% !important;
    }

    /*NEW10*/
    #content2 .col-md-5 .col-md-6 {
        width: 50%;
        float: left;
        margin: 0px;
    }

    /*NEW10*/
    #content2 .col-md-5 .first_big {
        margin: 0px 0px 10px;
    }

    /*NEW10*/
    #content2 .block5, #content2 .block6 {
        width: 100%;
    }

    /*NEW10*/
    #content2 .h_title {
        margin: 80px 0px 0px;
        font-size: 20px;
    }

    /*NEW10*/
    #content2 .block1 .h_title, #content2 .block2 .h_title, #content2 .block5.col-md-5 .first_big .cnt2_block_hover .h_title {
        margin-top: 80px;
    }

    /*NEW10*/
    #content2 .h_btn {
        margin: 15px auto 0px;
    }

    /*NEW10*/
    .sect_our_work .our_work_slider .slick-prev {
        left: -10px;
    }

    /*NEW10*/
    .sect_our_work .our_work_slider .slick-next {
        right: -10px;
    }

    /*NEW10*/
    #content2 .cnt2_block_hover {
        padding: 10px !important;
    }

    /*NEW10*/
    #content2 .h_btn {
        width: 90% !important;
    }

    /*NEW10*/
    #content2 .h_btn a.btn_style {
        padding: 10px 0px !important
    }

    .our_work_bl .video_bl a {
        width: 290px;
        margin: 0px auto;
    }

    .our_work_bl .video_bl img {
        width: 290px;
        height: 236px;
    }

    /*NEW15*/
    #content2 .cnt2_content.col-md-12 {
        max-width: 640px;
        margin: 0px auto;
    }

    /*NEW15*/
    #content2 .item img {
        width: 285px;
        height: 285px;
    }

    /*NEW15*/
    #content2 .item_b img {
        width: 285px;
        height: 285px;
    }

    /*NEW15*/
    #content2 .first_big img {
        width: 590px;
        height: 280px;
    }

    /*NEW15*/
    .sect_complete .complete_bl .img_bl img {
        width: 290px;
        height: 191px;
        margin: 0px auto;
    }

    /*NEW15*/
    .sect_calc .type_select .img {
        width: 130px;
    }

    /*NEW15*/
    .sect_calc .type_select .img img {
        width: 130px;
        height: 92px;
    }

    /*NEW15*/
    .sect_calc .equip_select .img {
        width: 183px;
    }

    /*NEW15*/
    .sect_calc .equip_select .img img {
        width: 183px;
        height: 98px;
    }

    /*NEW15*/
    .sect_type .type_bl {
        min-height: 270px;
    }

    /*NEW15*/
    .sect_category .category_bl {
        min-height: 212px;
    }
}

@media screen and (max-width: 639px) {
    h1 {
        font-size: 26px;
        line-height: 30px;
    }

    h2 {
        font-size: 22px;
        line-height: 26px;
    }

    input[type='text'], input[type='email'], input[type='tel'], input[type='password'] {
        height: 60px;
        padding: 15px 20px;
    }

    .button_link, .button_link_sm {
        padding: 15px 15px;
    }

    .top_descount_form {
        padding: 20px;
    }

    .top_descount_form .top_form_img {
        display: none;
    }

    .sect_category .category_list > li {
        width: 100%;
        float: none;
    }

    .sect_category .category_tab li a {
        width: 110px;
    }

    .advantages_list > li {
        width: 50%;
    }

    .sect_type .type_list > li {
        width: 100%;
        float: none;
    }

    .sect_calc .select_list > li {
        width: 50%;
    }

    .sect_calc .links a {
        width: 160px;
    }

    .sect_complete .complete_bl .desc_bl .link a {
        padding: 15px 5px;
    }

    .gallery_content a, .gallery_content .inner > .gallery_bl22 a {
        height: 150px;
    }

    .sect_plan_form .img_slider {
        width: 450px;
        height: 262px;
    }

    .sect_plan_form .img_slider .hover img {
        width: 450px;
    }

    .sect_steps .links .prev {
        width: 180px;
        padding: 12px 5px;
    }

    .sect_steps .links .next {
        width: 180px;
        padding: 15px 5px;
    }

    .sect_our_work .our_work_slider {
        width: 450px;
    }

    .our_work_bl .video_bl .name {
        margin: 10px 0px 0px;
    }

    .sect_our_work .our_work_slider .slick-arrow {
        top: 85px
    }

    .advant_bl .ico {
        width: 100px;
        height: 84px;
        margin: 0px auto 10px;
    }

    .sect_calc .quest {
        font-size: 20px;
        line-height: 24px;
    }

    .sect_visit .subtitle {
        font-size: 20px;
        line-height: 24px;
    }

    .popup_wrapper > li, .popup_wrapper .popup_thanks {
        width: 300px;
        margin-left: -150px;
    }

    .popup_wrapper .popup_inner {
        padding: 20px 10px !important
    }

    .popup_wrapper .close_ico {
        top: 10px;
        right: 10px;
    }

    .popup_wrapper .form {
        margin: 20px 0px 0px
    }

    .popup_wrapper .title {
        font-size: 20px !important;
        line-height: 24px !important;
        margin: 0px 0px 15px;
    }

    .popup_wrapper .popup_category .product_bl .desc_bl .desc table td {
        padding: 16px 10px;
    }

    .popup_wrapper .popup_category .product_bl .desc_bl .img_bl {
        width: 200px;
    }

    .popup_wrapper .popup_category .product_bl .desc_bl .desc table td {
        padding: 5px;
        font-size: 16px;
        line-height: 20px;
    }

    .popup_wrapper .popup_category .product_bl .desc_bl .desc .link {
        text-align: center;
    }

    .popup_wrapper .popup_category .product_bl .desc_bl .desc .link a {
        padding: 15px;
    }

    .popup_wrapper .popup_category .all_link a {
        font-size: 18px;
    }

    .popup_wrapper .popup_thanks .subtitle {
        font-size: 16px;
        line-height: 24px;
    }

    .popup_wrapper .popup_category .product_bl {
        padding: 10px 0px 0px;
    }

    .popup_wrapper .popup_category .product_bl .name {
        padding: 0px;
        font-size: 18px;
        line-height: 24px;
    }

    .popup_wrapper .popup_category .product_bl .desc_bl {
        margin: 10px 0px 0px;
    }

    .popup_wrapper .popup_category .product_bl .desc_bl .img_bl {
        float: none;
        margin: 0px auto 10px;
    }

    .popup_wrapper .popup_category .product_bl .desc_bl .desc table td {
        font-size: 12px;
        line-height: 18px;
    }

    .popup_wrapper .popup_category .product_bl .desc_bl .desc .link a {
        padding: 10px 10px;
        font-size: 16px;
        line-height: 20px;
    }

    .popup_wrapper .popup_category .all_link {
        padding: 10px 0px 0px;
    }

    .popup_wrapper .popup_category .all_link a {
        padding: 10px;
    }

    /*NEW10*/
    #content2 .h_number {
        font-size: 25px;
    }

    /*NEW10*/
    #content2 .h_title {
        margin: 20px 0px 0px;
        font-size: 20px;
    }

    /*NEW10*/
    #content2 .block1 .h_title, #content2 .block2 .h_title, #content2 .block5.col-md-5 .first_big .cnt2_block_hover .h_title {
        margin-top: 20px;
    }

    /*NEW10*/
    #content2 .col-md-2 .item {
        width: 48%;
    }

    /*NEW10*/
    #content2 .col-md-2 .item + .item {
        margin-left: 4% !important;
    }

    .our_work_bl .video_bl a {
        width: 210px;
        margin: 0px auto;
    }

    .our_work_bl .video_bl img {
        width: 210px;
        height: 171px;
    }

    /*NEW15*/
    #content2 .cnt2_content.col-md-12 {
        max-width: 480px;
        margin: 0px auto;
    }

    /*NEW15*/
    #content2 .item img {
        width: 205px;
        height: 205px;
    }

    /*NEW15*/
    #content2 .item_b img {
        width: 205px;
        height: 205px;
    }

    /*NEW15*/
    #content2 .first_big img {
        width: 430px;
        height: 204px;
    }

    /*NEW15*/
    .sect_complete .complete_bl .img_bl img {
        width: 210px;
        height: 138px;
        margin: 0px auto;
    }

    /*NEW15*/
    .sect_calc .type_select .img {
        width: 210px;
    }

    /*NEW15*/
    .sect_calc .type_select .img img {
        width: 210px;
        height: 148px;
    }

    /*NEW15*/
    .sect_calc .equip_select .img {
        width: 210px;
    }

    /*NEW15*/
    .sect_calc .equip_select .img img {
        width: 210px;
        height: 112px;
    }

    /*NEW15*/
    .sect_type .type_bl {
        min-height: 406px;
    }

    /*NEW15*/
    .sect_category .category_bl {
        min-height: 318px;
    }
}

@media screen and (max-width: 479px) {
    .head_contact .ph {
        font-size: 24px;
    }

    .top_trigger .col-xs-4 {
        width: 100%;
        float: none;
        margin: 0px 0px 10px;
    }

    .sect_category .category_tab li {
        display: block;
    }

    .sect_category .category_tab li a {
        width: auto;
        padding: 5px 10px;
    }

    .advant_bl {
        font-size: 14px;
        line-height: 20px;
    }

    .sect_calc .select_list > li {
        font-size: 15px;
    }

    .sect_calc .links a {
        padding: 10px;
        width: 120px;
        margin: 0px 5px;
    }

    .sect_calc .links .prev {
        padding: 7px;
    }

    .sect_complete .complete_list > li {
        width: auto;
        float: none;
    }

    .gallery_content a, .gallery_content .inner > .gallery_bl22 a {
        height: 110px;
    }

    .sect_plan_form .text {
        font-size: 20px;
        line-height: 24px;
    }

    /*NEW290*/
    .sect_plan_form .img_slider {
        width: 400px;
        height: 169px;
    }

    /*NEW290*/
    .sect_plan_form .img_slider img {
        margin-top: -40px;
    }

    .sect_plan_form .img_slider .hover img {
        width: 400px;
        margin-top: -40px;
    }

    .sect_steps .step_content {
        padding: 10px;
    }

    .sect_steps .links a {
        width: auto;
    }

    .sect_steps .step_content .title {
        font-size: 24px;
    }

    .sect_plan_form2 .form .half {
        float: none;
        width: auto;
        margin-left: 0px;
    }

    .sect_plan_form2 .form .sub {
        width: 100%;
        font-size: 16px;
    }

    .sect_our_work .our_work_slider {
        width: 290px;
    }

    .our_work_bl .video_bl {
        font-size: 14px;
        line-height: 20px;
    }

    .sect_our_work .our_work_slider .slick-arrow {
        top: 52px;
    }

    .sect_visit .form .half .sub {
        font-size: 16px;
    }


    /*NEW10*/
    #content2 .col-md-5, #content2 .col-md-2 {
        width: 100%;
        float: none;
        padding: 0px;
    }

    /*NEW10*/
    #content2 .col-md-2 .item {
        width: 100%;
        float: none;
        margin: 0px 0px 20px !important;
    }

    /*NEW10*/
    #content2 .col-md-2 .item + .item {
        margin: 0px 0px 20px !important;
    }

    /*NEW10*/
    #content2 .col-md-5 .col-md-6 {
        width: 100%;
        float: none;
        margin: 0px;
        padding: 0px 0px !important;
    }

    /*NEW10*/
    #content2 .col-md-5 .first_big {
        margin: 0px 0px 10px;
    }

    /*NEW10*/
    #content2 .block5, #content2 .block6 {
        width: 100%;
    }

    /*NEW10*/
    #content2 .item {
        margin: 0px 0px 20px !important;
    }

    /*NEW10*/
    #content2 .small_block .cnt2_block_hover {
        width: 100%;
        height: 100%;
        top: 0px !important;
        margin: 0px !important;
    }

    /*NEW10*/
    #content2 .h_title, #content2 .block1 .h_title, #content2 .block2 .h_title {
        margin: 70px 0px 0px !important;
    }

    /*NEW10*/
    #content2 .col-md-5 .first_big .cnt2_block_hover .h_title {
        margin-top: 0px !important;
        font-size: 16px;
        line-height: 24px;
    }

    .our_work_bl .video_bl a {
        width: 130px;
        margin: 0px auto;
    }

    .our_work_bl .video_bl img {
        width: 130px;
        height: 106px;
    }

    .sect_brands .brand_slider .brand_bl img {
        width: 238px;
        height: 133px;
    }

    /*NEW15*/
    #content2 .item, #content2 .col-md-2 .item, #content2 .col-md-2 .item + .item {
        width: 290px !important;
        margin: 0px auto 20px !important;
    }

    /*NEW15*/
    #content2 .item img {
        width: 290px;
        height: 290px;
    }

    /*NEW15*/
    #content2 .item_b img {
        width: 290px;
        height: 290px;
    }

    /*NEW15*/
    #content2 .first_big img {
        width: 290px;
        height: 137px;
    }

    /*NEW15*/
    .sect_complete .complete_bl .img_bl img {
        width: 290px;
        height: 191px;
        margin: 0px auto;
    }

    /*NEW15*/
    .sect_calc .type_select .img {
        width: 130px;
    }

    /*NEW15*/
    .sect_calc .type_select .img img {
        width: 130px;
        height: 92px;
    }

    /*NEW15*/
    .sect_calc .equip_select .img {
        width: 130px;
    }

    /*NEW15*/
    .sect_calc .equip_select .img img {
        width: 130px;
        height: 69px;
    }

    /*NEW15*/
    .sect_type .type_bl {
        min-height: 270px;
    }

    /*NEW15*/
    .sect_category .category_bl {
        min-height: 212px;
    }
}

.catalog-form__block {
    max-width: 700px;
    margin-bottom: 50px;
}

@media screen and (min-width: 1200px) {
    .catalog-form__block {
        max-width: 500px;
        margin-left: auto;
        margin-bottom: 0;
    }
}

.catalog-form__title {
    font-family: Oswald, sans-serif;
    font-weight: 600;
    font-size: 36px;
    line-height: 127.2%;
    /* or 48px */
    text-transform: uppercase;
    color: #FFFFFF;
    margin: 58px 0 20px 0;
    text-align: center;
}

@media screen and (max-width: 639px) {
    .catalog-form__title {
        font-size: 24px;
    }
}

.catalog-form__desc {

    font-family: SF UI Display, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 26px;
    color: #FFFFFF;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    margin: 0 0 25px 0;
    text-align: center;
}

.catalog-form__left {
    flex-grow: 1;
    margin-left: 5px;
    margin-right: 5px;
}

.catalog-form__right {
    flex-shrink: 0;
    min-width: 140px;
    margin-left: 5px;
    margin-right: 5px;
}

.catalog-form__right img {
    display: block;
    max-width: 140px;
}

.catalog-form__right img:first-of-type {
    margin-bottom: 14px;
}

@media screen and (max-width: 470px) {
    .catalog-form__row {
        flex-direction: column-reverse;
    }

    .catalog-form__right img {
        width: 100%;
        max-width: 100%;
    }

    .catalog-form__right {
        margin-bottom: 15px;
        width: calc(100% - 10px);
    }

    .catalog-form__left {
        width: calc(100% - 10px);
    }

    .catalog-form__right img:first-of-type {
        margin-bottom: 0;
    }
}


.catalog-form__row {
    display: flex;
    align-items: flex-start;
    margin-left: -5px;
    margin-right: -5px;
}

.catalog-form__input[type="text"], .catalog-form__input[type="tel"], .catalog-form__input[type="email"] {
    height: 50px;
    line-height: 50px;
    font-weight: 300;
    font-size: 16px;
    border: 1px solid #CECECE;
    padding: 15px;
}

.catalog-form__input::placeholder {
    color: #7E7E7E;
}

.catalog-form__submit {
    font-family: Oswald, sans-serif;
    height: 50px;
    width: 100%;
    background: #10BEB2;
    line-height: 50px;
    font-weight: bold;
    font-size: 18px;
    text-align: center;
    color: #FFFFFF;
    border: none;
    text-transform: uppercase;

}


.catalog-form__submit:hover {
    background: #0DA399;
}

.catalog-form__submit.sending, .catalog-form__submit.sending:hover {
    background: orange;
}

.catalog-form__submit.success, .catalog-form__submit.success:hover {
    background: #359430;
}

.catalog-form__submit[disabled="disabled"] {
    cursor: wait;
}

.catalog-form__agreement {
    font-family: SF UI Display, sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 13px;
    line-height: 16px;
    color: #FFFFFF;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    margin-top: 10px;
    margin-bottom: 15px;
}

.catalog-form__agreement a {
    text-decoration: underline;
    color: #FFFFFF;
}

.catalog-form__agreement a:hover {
    text-decoration: none;
}

.catalog-form__or-wrapper {
    margin: 15px 0;
    text-align: center;
    position: relative;
}

.catalog-form__or-wrapper::before, .catalog-form__or-wrapper::after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: calc(50% - 30px);
    height: 1px;
    background: rgba(255, 255, 255, 0.5);
}

.catalog-form__or-wrapper::after {
    left: auto;
    right: 0;
}

.catalog-form__or-wrapper span {
    font-weight: 300;
    font-size: 20px;
    line-height: 24px;
    color: #FFFFFF;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.catalog-form__one-click-popup {
    font-family: Oswald, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    text-align: center;
    text-transform: uppercase;
    color: #D3A069;
    background: #212121;
    width: 100%;
    display: inline-block;
    padding: 13px 15px;
}

.catalog-form__one-click-popup:hover {
    color: #D3A069;
    text-decoration: none;
    background: #2f2f2f;
}

.catalog-form__one-click-popup:focus {
    color: #D3A069;
    text-decoration: none;
    background: #393939;
}

.catalog-form__left p, .one-click-form p {
    margin-bottom: 15px;
}

.catalog-form__social-wrapper {
    margin-top: 20px;
    text-align: center;
}

.catalog-form__social-tip {
    display: inline-block;
    font-family: Oswald, sans-serif;
    font-weight: 300;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    color: #FFFFFF;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    margin: 0 20px 0 0;
}

.catalog-form__social-link {
    margin-right: 15px;
}

.catalog-form__social-links {
    display: inline-block;
}


.popup_wrapper > .one-click-popup {
    max-width: 570px;
    margin-left: auto;
    margin-right: auto;
    background: url("../img/one-click-popup-bg.jpg") no-repeat center / cover;
    transform: translateX(-50%);
    padding: 20px 15px 35px;
}

.one-click-popup__title {
    font-family: Oswald, sans-serif;
    font-weight: 600;
    font-size: 32px;
    line-height: 47px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    margin: 0 0 30px 0;
}

.one-click-popup__file-tip {
    font-family: SF UI Display, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 16px;
    color: #FFFFFF;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    margin: 0 0 5px 0;
}

.one-click-popup__file-name {
    font-family: SF UI Display, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 21px;
    color: #FFFFFF;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    margin: 0;
}

.one-click-popup__file-wrapper {
    max-width: 360px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    padding-left: 80px;
    margin-bottom: 45px;
}

.one-click-popup__file-wrapper::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 63px;
    height: 63px;
    background: url("../img/pdf-icon.svg") no-repeat center / contain;
}

.one-click-form {
    max-width: 470px;
    margin-left: auto;
    margin-right: auto;
}