html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

sup {
    vertical-align: super;
}



/* HTML5 display-role reset for older browsers */

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

@font-face {
    font-family: 'Conv_Raleway-Medium';
    src: url('/fonts/Raleway-Medium.eot');
    src: local('☺'), url('/fonts/Raleway-Medium.woff') format('woff'), url('/fonts/Raleway-Medium.ttf') format('truetype'), url('/fonts/Raleway-Medium.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Conv_Raleway-ExtraBold';
    src: url('/fonts/Raleway-ExtraBold.eot');
    src: local('☺'), url('/fonts/Raleway-ExtraBold.woff') format('woff'), url('/fonts/Raleway-ExtraBold.ttf') format('truetype'), url('/fonts/Raleway-ExtraBold.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'Conv_Raleway-SemiBold';
    src: url('/fonts/Raleway-SemiBold.eot');
    src: local('☺'), url('/fonts/Raleway-SemiBold.woff') format('woff'), url('/fonts/Raleway-SemiBold.ttf') format('truetype'), url('/fonts/Raleway-SemiBold.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Conv_Raleway-Regular';
    src: url('/fonts/Raleway-Regular.eot');
    src: local('☺'), url('/fonts/Raleway-Regular.woff') format('woff'), url('/fonts/Raleway-Regular.ttf') format('truetype'), url('/fonts/Raleway-Regular.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Conv_Raleway-ExtraLight';
    src: url('/fonts/Raleway-ExtraLight.eot');
    src: local('☺'), url('/fonts/Raleway-ExtraLight.woff') format('woff'), url('/fonts/Raleway-ExtraLight.ttf') format('truetype'), url('/fonts/Raleway-ExtraLight.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Conv_Raleway-Light';
    src: url('/fonts/Raleway-Light.eot');
    src: local('☺'), url('/fonts/Raleway-Light.woff') format('woff'), url('/fonts/Raleway-Light.ttf') format('truetype'), url('/fonts/Raleway-Light.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

.wrapper {
    position: relative;
    font-family: 'Conv_Raleway-Medium';
    font-size: 16px;
    overflow: hidden;
}

section {
    margin: 85px 0;
}

.container {
    position: relative;
    padding: 0 15px;
}

.container-in {
    position: relative;
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}

img {
    max-width: 100%;
    height: auto;
}

input, textarea {
    font-family: 'Conv_Raleway-Regular';
}



/*header-wrapper*/

.header-wrapper {
    position: relative;
    background: #fff;
    padding: 29px 0px;
}

.header-in {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    letter-spacing: 1px;
}

.header-logo-block {
    position: relative;
}

.header-logo {
    position: relative;
}

.schedule-block {
    position: relative;
}

.schedule {
    position: relative;
    display: flex;
    align-items: center;
}

.schedule span {
    background: url(/img/sprite.png) 0 0 no-repeat;
    width: 24px;
    height: 24px;
    display: inline-block;
    margin-right: 10px;
}

.phone-content-block {
    position: relative;
    display: flex;
    align-items: center;
}

.phone-icon {
    background: url(/img/sprite.png) -25px 0px no-repeat;
    width: 20px;
    height: 24px;
    display: inline-block;
    margin-right: 10px;
}

.phone-block {
    position: relative;
}

.phone {}

.phone:last-child {
    margin-top: 5px;
}

.mail-block {
    position: relative;
    display: flex;
    align-items: center;
}

.mail-icon {
    background: url(/img/sprite.png) -47px 0px no-repeat;
    width: 27px;
    height: 18px;
    display: inline-block;
    margin-right: 10px;
}

.call-btn-block {
    position: relative;
}

.call-btn {
    display: inline-block;
    position: relative;
    border: 1px solid #03aaa0;
    text-transform: uppercase;
    font-size: 14px;
    padding: 24px 38px;
    cursor: pointer;
    transition: 250ms ease-in;
}

.call-btn:hover {
    background: #03aaa0;
    color: #fff;
}

.call-btn:before {
    content: "";
    position: absolute;
    right: -16px;
    top: calc(50% - 15px);
    width: 27px;
    height: 27px;
    background: url(/img/call-btn-white.jpg) no-repeat;
}

.call-btn:hover:before {
    display: none;
}

@media only screen and (max-width: 1020px) {
    .mail-block {
        display: none;
    }
}

@media only screen and (max-width: 800px) {
    .schedule-block {
        display: none;
    }
}

@media only screen and (max-width: 610px) {
    .schedule-block {
        display: flex;
        margin-bottom: 20px;
    }

    .mail-block {
        display: flex;
        margin-bottom: 20px;
    }

    .header-in {
        flex-direction: column;
    }

    .header-logo-block {
        margin-bottom: 20px;
    }

    .phone-content-block {
        margin-bottom: 20px;
    }
}



/*header-wrapper*/


/*menu-wrapper*/

.menu-wrapper {
    position: relative;
    background: #03aaa0;
    z-index: 2;
}

.nav_bg {
    position: relative;
}

.nav {
    position: relative;
}

.nav_open {
    position: relative;
    display: none;
}

.mobile_nav {
    position: relative;
}

.nav_menu {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.nav_normal {
    text-decoration: none;
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 28px 26px;
    transition: 250ms ease-in;
}

.shortmenu_link {
    text-decoration: none;
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 28px 26px;
    transition: 250ms ease-in;
}

.stefes_mobile_menu li:hover {
    background: #04978e;
}

.toggle_menu_button {
    background: #0db0a6;
    padding: 3px;
    display: inline-block;
    cursor: pointer;
    z-index: 10;
    padding: 4px 8px;
    transition: all 250ms ease;
}

.toggle_menu_button span {
    width: 25px;
    height: 3px;
    background-color: #fff;
    display: block;
    margin: 5px 0 5px auto;
    border-radius: 5px;
    transition: all 200ms linear;
}

.toggle_menu_button span {
    width: 25px;
    height: 3px;
    background-color: #fff;
    display: block;
    margin: 5px 0 5px auto;
    border-radius: 5px;
    transition: all 200ms linear;
}

.toggle_menu_button span {
    width: 25px;
    height: 3px;
    background-color: #fff;
    display: block;
    margin: 5px 0 5px auto;
    border-radius: 5px;
    transition: all 200ms linear;
}

.nav_normal:hover {
    background: #04978e;
}

.active_nav {
    background: #04978e;
}

.mobile_menu {
    display: none;
}

.close_menu_button {
    width: 11px;
    height: 11px;
    position: absolute;
    top: 15px;
    right: 15px;
    cursor: pointer;
    transition: all 250ms ease;
    opacity: .9;
    background: url(/img/close-icon.png) no-repeat center;
}

.mask_bg,
.online_mask_bg {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
    display: none;
    z-index: 2;
}

@media only screen and (max-width: 940px) {
    .nav_normal {
        padding: 28px 10px;
    }
}

@media only screen and (max-width: 750px) {
    .nav_menu {
        display: none;
    }

    .nav_open {
        display: block;
    }

    .menu-wrapper {
        position: fixed;
    }

    .menu-wrapper {
        background: transparent;
        top: 0;
        left: 0;
    }

    .toggle_menu_button:hover {
        background: #04978e;
    }

    .mobile_menu {
        display: none;
        background: #03aaa0;
        left: -15px;
        position: relative;
        height: 100vh;
        z-index: 3;
    }

    .stefes_mobile_menu {
        display: flex;
        flex-direction: column;
        padding-top: 35px;
    }

    .stefes_mobile_menu li {
        display: flex;
    }
}



/*menu-wrapper*/


/*slider-main*/

.slider-main {
    position: relative;
}

.bx-wrapper {
    position: relative;
    margin-bottom: 60px;
    padding: 0;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    background: #fff;
    z-index: 1;
}

.bx-wrapper .bx-pager {
    display: none;
}

.slider-item {
    position: relative;
    padding: 185px 0;
}

.slide-1 {
    position: relative;
    background: url(/img/slider-bg.jpg) 0 0 no-repeat;
    background-size: cover;
}

.slide-2 {
    position: relative;
    background: url(/img/slider-bg.jpg) 0 0 no-repeat;
    background-size: cover;
}

.slider-in {
    position: relative;
}

.slider-text-block {
    position: relative;
    display: inline-block;
    text-align: center;
    background: #ffffffd6;
    padding: 80px 40px;
}

.slider-title {
    position: relative;
    font-family: 'Conv_Raleway-ExtraBold';
    font-size: 48px;
    letter-spacing: 2px;
    margin-bottom: 32px;
}

.slider-text {
    position: relative;
    letter-spacing: 1px;
    font-family: 'Conv_Raleway-SemiBold';
    font-size: 20px;
    margin-bottom: 50px;
}

.slider-btn-block {
    position: relative;
    width: 100%;
    text-align: center;
}

.slider-btn {
    display: inline-block;
    font-size: 16px;
    text-transform: uppercase;
    background: #03aaa0;
    padding: 27px 46px;
    color: #fff;
    text-decoration: none;
    transition: 250ms ease-in;
}

.slider-btn:hover {
    background: #04978e;
}

.bx-wrapper .bx-prev {
    right: 10px;
    background: url(/img/controls.png) 0 2px no-repeat;
    width: 93px!important;
    height: 29px!important;
}

.bx-wrapper .bx-next {
    left: 10px;
    background: url(/img/controls.png) -126px 2px no-repeat;
    width: 93px!important;
    height: 29px!important;
}

.bx-controls-direction {
    position: absolute;
    bottom: 30px;
    right: 115px;
}

.bx-wrapper .bx-prev {
    left: -100px;
}

.bx-wrapper .bx-prev:focus,
.bx-wrapper .bx-prev:hover {
    background-position: 0 -27px;
}

.bx-wrapper .bx-next:focus,
.bx-wrapper .bx-next:hover {
    background-position: -126px -27px;
}

@media only screen and (max-width: 644px) {
    .slider-title {
        font-size: 36px;
    }

    .slider-text {
        font-size: 16px;
    }

    .slider-in {
        text-align: center;
    }

    .slider-text-block {
        padding: 30px 20px;
    }

    .slider-item {
        position: relative;
        padding: 70px 0;
    }
}

@media only screen and (max-width: 460px) {
    .slider-title {
        font-size: 24px;
        margin-bottom: 10px;
    }

    .slider-btn {
        padding: 15px 20px;
    }

    .slider-text {
        margin-bottom: 20px;
    }
}



/*slider-main*/


/*catalog-wrapper*/

.catalog-wrapper {
    position: relative;
}

.catalog-wrapper-in {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    text-align: center;
}

.catalog-item {
    display: block;
    text-decoration: none;
    margin: 10px;
    width: calc(50% - 20px);
    box-shadow: 0px 0px 13px #bababa;
    transition: 250ms ease-in;
    position: relative;
}

.catalog-item:hover {
    box-shadow: 0px 0px 18px #919191;
    transform: scale(1.04);
}

.catalog-item-1 {
    background: url(/img/catalog-img-1.jpg) no-repeat;
    background-size: cover;
}

.catalog-item-2 {
    background: url(/img/catalog-img-2.jpg) no-repeat;
    background-size: cover;
}

.catalog-item-3 {
    background: url(/img/catalog-img-3.jpg) no-repeat;
    background-size: cover;
}

.catalog-item-4 {
    background: url(/img/catalog-img-4.jpg) no-repeat;
    background-size: cover;
}

.catalog-item-in {
    display: block;
    letter-spacing: 1px;
    position: relative;
    box-shadow: 0px 0px 13px #bababa;
    transition: 250ms ease-in;
    padding: 100px 50px;
}

.catalog-item-in:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #ffffff42;
    transition: 250ms ease-in;
}

.catalog-item:hover .catalog-item-in:before {
    background: #ffffffc7;
}

.catalog-name {
    font-size: 24px;
    color: #000;
    text-align: center;
    display: block;
    position: relative;
    z-index: 2;
    margin-bottom: 40px;
}

.catalog-text {
    font-size: 16px;
    font-family: 'Conv_Raleway-Regular';
    display: none;
    color: #000;
    position: absolute;
    z-index: 2;
    left: 0;
}

.catalog-item:hover .catalog-text {
    display: block;
    line-height: 25px;
}

@media only screen and (max-width: 740px) {
    .catalog-item {
        width: 100%;
    }

    .catalog-text {
        display: none!important;
    }
}



/*catalog-wrapper*/


/*advn-wrapper*/

.advn-wrapper {
    position: relative;
}

.advn-wrapper-in {
    position: relative;
}

.main-title-block {
    position: relative;
    width: 100%;
    text-align: center;
}

.main-title {
    position: relative;
    display: inline-block;
    font-size: 36px;
    font-family: 'Conv_Raleway-ExtraLight';
}

.main-title:before {
    content: "";
    position: absolute;
    left: -23px;
    top: -22px;
    width: 33px;
    height: 28px;
    background: url(/img/title-before.png) 0 0 no-repeat;
}

.advn-content {
    position: relative;
    display: flex;
    justify-content: space-between;
    border: 1px solid #e2e3e2;
    margin-top: 90px;
}

.advn-block {
    position: relative;
    letter-spacing: 1px;
    padding: 35px 35px 60px 35px;
    transition: 250ms ease-in;
}

.advn-block:nth-child(2) {
    border-left: 1px solid #e2e3e2;
    border-right: 1px solid #e2e3e2;
}

.advn-block-in {
    position: relative;
}

.advn-number {
    font-size: 40px;
    position: relative;
    margin-bottom: 40px;
}

.advn-number:before {
    content: "";
    position: absolute;
    left: 24px;
    top: -71px;
    width: 2px;
    height: 64px;
    background: #319c95;
    display: none;
}

.advn-title {
    font-size: 20px;
    margin-bottom: 45px;
}

.advn-text {
    font-size: 16px;
    line-height: 32px;
}

.advn-block:hover {
    box-shadow: 0 0 40px #ccc;
    background: url(/img/advn-bg.png) 0 0 no-repeat;
}

.advn-block:hover .advn-number {
    color: #319c95;
}

.advn-block:hover .advn-number:before {
    display: block;
}

.btn-block {
    position: relative;
    width: 100%;
}

.btn-block.right {
    text-align: right;
}

.btn-bg-white {
    display: inline-block;
    border: 2px solid #319c95;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 1px;
    margin-top: 50px;
    transition: 250ms ease-in;
    padding: 30px;
    text-decoration: none;
    color: #000;
}

.btn-bg-white:hover {
    background: #319c95;
    color: #fff;
}

@media only screen and (max-width: 750px) {
    .advn-content {
        flex-direction: column;
    }

    .advn-block:nth-child(2) {
        border-top: 1px solid #e2e3e2;
        border-bottom: 1px solid #e2e3e2;
        border-left: none;
        border-right: none;
    }

    .btn-block.right {
        text-align: center;
    }
}

@media only screen and (max-width: 350px) {
    .btn-bg-white {
        padding: 10px;
    }
}



/*advn-wrapper*/


/*tabs-wrapper*/

.tabs-wrapper {
    position: relative;
    margin-top: -75px;
    overflow: hidden;
}

.tabs-wrapper:before {
    content: "";
    position: absolute;
    top: calc(50% - 200px);
    left: 0;
    width: 100%;
    height: 100%;
    background: url(/img/tabs-name-bg.png) 0 0 no-repeat;
    background-size: contain;
}

.tabs-wrapper-in {
    position: relative;
}

.tabs {
    display: flex;
    position: relative;
    flex-wrap: wrap;
}

.tabs-name {
    position: relative;
    margin-right: 35px;
    margin-top: 125px;
    width: 25%;
    /*  background: url(/img/tabs-name-bg.png) 0 0 no-repeat;
  background-size: cover;*/
}

.tabs-images {
    position: relative;
    width: calc(75% - 35px);
}

.main-title-block.left {
    text-align: left;
}

.tabs-name li {
    position: relative;
    margin-bottom: 20px;
    padding: 10px;
}

.tabs-content {
    position: relative;
}

.tabs-text {
    position: relative;
    font-family: 'Conv_Raleway-Light';
    line-height: 25px;
}

.tabs-price {
    font-size: 18px;
    margin-top: 15px;
}

.tabs-images {
    position: relative;
}

.tabs-images div {
    position: relative;
}

.tabs-images img {
    max-width: 100%;
    height: 100%;
    object-fit: cover;
    max-height: 725px;
}

.tabs ul li.active,
.tabs ul li.active:hover {
    background: #319c95;
    color: #fff;
    box-shadow: 0 0 25px #959595;
}

.tabs ul li.active:before {
    content: "";
    position: absolute;
    top: calc(50% - 1px);
    right: -100px;
    width: 100px;
    height: 2px;
    background: #319c95;
    z-index: 1;
}

.tabs ul li:hover {
    background: #319c95;
    color: #fff;
    box-shadow: 0 0 25px #959595;
    cursor: pointer;
    transition: 250ms ease-in;
}

.title-tabs {
    top: 100px;
}

.title-tabs .main-title {
    position: relative;
    display: inline-block;
    font-size: 36px;
    font-family: 'Conv_Raleway-ExtraLight';
    background: #fff;
    padding: 45px 165px 45px 0px;
    z-index: 1;
}

.title-tabs .main-title:before {
    top: 22px;
}

@media only screen and (max-width: 760px) {
    .tabs {
        flex-direction: column;
    }

    .tabs-name {
        width: 100%;
        margin: 0;
        display: flex;
        flex-wrap: wrap;
    }

    .title-tabs {
        top: auto;
    }

    .main-title-block.left {
        text-align: center;
        margin: 0;
    }

    .tabs-wrapper {
        position: relative;
        margin-top: 75px;
    }

    .title-tabs .main-title {
        padding: 0;
    }

    .title-tabs .main-title {
        margin-top: 30px;
        margin-bottom: 40px;
    }

    .title-tabs .main-title:before {
        top: -22px;
    }

    .tabs-images {
        width: 100%;
    }

    .tabs-images img {
        max-height: 500px;
    }

    .tabs-name li {
        width: calc(50% - 40px);
    }

    .tabs ul li.active:before {
        display: none;
    }
}

@media only screen and (max-width: 400px) {
    .tabs-name li {
        width: 100%;
    }

    .title-tabs .main-title {
        font-size: 30px;
    }
}



/*tabs-wrapper*/


/*step-wrapper*/

.step-wrapper {
    position: relative;
    margin-top: 100px;
}

.step-wrapper-in {
    position: relative;
}

.main-subtitle {
    font-size: 24px;
    font-family: 'Conv_Raleway-ExtraLight';
    margin-bottom: 45px;
    margin-top: 45px;
    line-height: 45px
}

.step-content-block {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    /*  border: 1px solid #ecedec;*/
    background: url(/img/step-bg.png) 0 0 no-repeat;
    background-size: contain;
}

.step-block {
    position: relative;
    /*  -webkit-clip-path: polygon(0% 0%, 75% 0%, 100% 50%, 75% 100%, 0% 100%);
    clip-path: polygon(0% 0%, 75% 0%, 100% 50%, 75% 100%, 0% 100%);*/
    width: calc(33.33% - 60px);
    padding: 30px 30px 77px 30px;
    letter-spacing: 1px;
}

.step-number {
    font-size: 40px;
    margin-bottom: 40px;
}

.step-text {
    font-size: 16px;
    line-height: 30px
}

.step-block:last-child {
    /*  background: #35bbb3;*/
    display: flex;
    align-items: center;
    justify-content: center;
}



/*.step-block:nth-child(1), .step-block:nth-child(2), .step-block:nth-child(3){
    border-bottom: 1px solid #ecedec;   
}*/

.step-btn-block {
    position: relative;
    margin-bottom: -45px;
}

.step-btn {
    display: inline-block;
    position: relative;
    border: 1px solid #fff;
    text-transform: uppercase;
    font-size: 14px;
    padding: 24px 38px;
    cursor: pointer;
    transition: 250ms ease-in;
    color: #fff;
}

.step-btn:before {
    content: "";
    position: absolute;
    right: -24px;
    top: calc(50% - 16px);
    width: 39px;
    height: 32px;
    background: url(/img/step-btn-icon.png) 0 0 no-repeat;
}

.step-btn:hover:before {
    display: none;
}

.step-btn:hover {
    background: #fff;
    color: #00aca1;
}



/*.step-block:before{
  content: "";
  position: absolute;
  right: 15px;
  top: 48px;
  height: 1px;
  width: 115px;
  background: #ecedec;
  transform: rotate(58deg);
}

.step-block:after{
  content: "";
  position: absolute;
  right: 15px;
  bottom: 48px;
  height: 1px;
  width: 115px;
  background: #ecedec;
  transform: rotate(-58deg);
}*/

@media only screen and (max-width: 1240px) {
    .step-content-block {
        background: none;
        border: 1px solid #ecedec;
    }

    .step-block:nth-child(1),
    .step-block:nth-child(2),
    .step-block:nth-child(3) {
        border-bottom: 1px solid #ecedec;
    }

    .step-block:nth-child(1),
    .step-block:nth-child(2),
    .step-block:nth-child(4),
    .step-block:nth-child(5) {
        border-right: 1px solid #ecedec;
    }

    .step-block:last-child {
        background: #00aca1;
    }

    .step-block {
        width: calc(33.33% - 61px);
    }
}

@media only screen and (max-width: 950px) {
    .step-block {
        width: calc(50% - 61px);
    }

    .step-block:nth-child(2) {
        border-right: none;
    }

    .step-block:nth-child(4) {
        border-right: none;
    }

    .step-block:nth-child(4) {
        border-left: 1px solid #ecedec;
    }
}

@media only screen and (max-width: 620px) {
    .step-block {
        width: 100%;
    }

    .step-block:nth-child(1) {
        border-right: none;
    }

    .step-block:nth-child(4) {
        border-left: none;
    }

    .step-block:nth-child(4) {
        border-bottom: 1px solid #ecedec;
    }

    .step-block:nth-child(5) {
        border-right: 0;
    }
}

@media only screen and (max-width: 450px) {
    .main-title {
        font-size: 18px;
    }

    .main-subtitle {
        font-size: 14px;
        font-family: 'Conv_Raleway-ExtraLight';
        margin-bottom: 45px;
        margin-top: 45px;
        line-height: 21px;
    }

    .step-text {
        font-size: 16px;
        line-height: 25px;
    }

    .step-btn {
        font-size: 12px;
        padding: 24px 15px;
    }
}



/*step-wrapper*/


/*more-wrapper*/

.more-wrapper {
    position: relative;
    background: url(/img/more-bg.jpg) center no-repeat;
    background-size: cover;
    margin-top: 120px;
}

.more-wrapper-in {
    position: relative;
    display: flex;
    justify-content: space-between;
}

.more-dot-content-block {
    position: relative;
}

.more-dot-block {
    position: relative;
}

.more-dot-block-in {
    width: 25px;
    height: 25px;
    background: #319c95bd;
    text-align: center;
    line-height: 25px;
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
}

.more-dot-1 {
    position: absolute;
    top: 36%;
    left: 90px;
    z-index: 10;
}

.more-dot-1 .more-dot-block-in:after {
    content: "";
    position: absolute;
    top: 0;
    left: 25px;
    width: 765px;
    height: 156px;
    background: url(/img/dot-arrow-1-before.png) no-repeat;
    z-index: 0;
}

.more-dot-2 {
    top: 70%;
    left: 157px;
    z-index: 2;
}

.more-dot-2 .more-dot-block-in:after {
    content: "";
    position: absolute;
    top: -89px;
    left: 40px;
    width: 765px;
    height: 156px;
    background: url(/img/dot-arrow-2-before.png) no-repeat;
    z-index: 0;
}

.more-dot-3 {
    position: absolute;
    top: 56%;
    left: -110px;
    z-index: 10px;
}

.more-dot-3 .more-dot-block-in:after {
    content: "";
    position: absolute;
    top: -250px;
    left: 21px;
    width: 1010px;
    height: 440px;
    background: url(/img/dot-arrow-3-before.png) no-repeat;
    z-index: 0;
}


.more-info-content-block {
    position: relative;
}

.more-info-block {
    position: relative;
    margin-bottom: 35px;
    max-width: 312px;
    padding: 10px;
}



.more-info-title {
    font-size: 20px;
    margin-bottom: 15px;
}

.more-info-text {
    font-size: 16px;
    line-height: 35px;
}

.more-info-block-hover {
    background: #319c95;
    color: #fff;
    box-shadow: 0 0 25px #959595;
}

.more-dot-block-in:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    border-radius: 50%;
    border: 1px solid #acacac;
    animation: point-pulse 2s linear infinite;
}

.more-dot-block:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    border-radius: 50%;
    border: 1px solid #acacac;
    animation: point-pulse3 2s linear infinite;
}

.more-dot-block:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    border-radius: 50%;
    border: 1px solid #acacac;
    animation: point-pulse2 2s linear infinite;
}

@keyframes point-pulse {
    0% {
        opacity: 0;
        transform: scale(1);
    }
    50% {
        opacity: 1;
        transform: scale(1.7);
    }
    100% {
        opacity: 0;
        transform: scale(1.9);
    }
}

@keyframes point-pulse2 {
    0% {
        opacity: 0;
        transform: scale(1);
    }
    50% {
        opacity: 1;
        transform: scale(2.5);
    }
    100% {
        opacity: 0;
        transform: scale(3.5);
    }
}

@keyframes point-pulse3 {
    0% {
        opacity: 0;
        transform: scale(1);
    }
    50% {
        opacity: 1;
        transform: scale(3.2);
    }
    100% {
        opacity: 0;
        transform: scale(4.5);
    }
}

@media only screen and (max-width: 1265px) {
    .main-title-block.left {
        margin-left: 10px;
    }
}

@media only screen and (max-width: 1475px) {
    .more-dot-3 {
        left: 0;
    }

    .more-dot-3 .more-dot-block-in:after {
        left: -94px;
    }
}

@media only screen and (max-width: 1235px) {
    .more-dot-3 .more-dot-block-in:after {
        display: none;
    }

    .more-dot-2 .more-dot-block-in:after {
        display: none;
    }

    .more-dot-1 .more-dot-block-in:after {
        display: none;
    }
}

@media only screen and (max-width: 770px) {
    .more-info-block {
        background: #ffffffd6;
    }
}

@media only screen and (max-width: 650px) {
    .more-dot-content-block {
        display: none;
    }

    .more-wrapper-in {
        justify-content: center;
    }
}



/*more-wrapper*/


/*images-wrapper*/

.images-wrapper {
    position: relative;
    margin-top: 120px;
    letter-spacing: 1px;
}

.images-wrapper-in {
    position: relative;
}

.images-content-block {
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 85px;
}

.images-list-block {
    position: relative;
    width: calc(30% - 50px);
    margin-right: 50px;
}

.images-images-block {
    width: 70%;
}

.images-list-title {
    display: block;
    position: relative;
    color: #03aaa0;
    font-size: 18px;
    margin-left: 85px;
    margin-bottom: 25px;
    text-decoration: none;
}

.images-list-title:before {
    content: "";
    position: absolute;
    left: -65px;
    top: calc(50% - 1px);
    height: 2px;
    width: 59px;
    background: #03aaa0;
}

.images-list {
    position: relative;
    box-shadow: 0 0 25px #e3e3e3;
    padding: 50px 0;
    margin-top: 10px;
    overflow: hidden;
}

.images-list-item {
    position: relative;
}

.images-list-item:last-child {
    margin-bottom: 0;
}

.images-list-link {
    display: inline-block;
    text-decoration: none;
    color: #000;
    font-size: 18px;
    padding: 20px 0;
    padding-left: 45px;
    width: 100%;
    transition: 250ms ease-in;
}

.images-images-block-in {
    position: relative;
}

.images-link-block {
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.images-link {
    display: block;
    text-decoration: none;
    color: #fff;
    margin: 10px;
    width: calc(50% - 20px);
    position: relative;
}

.images-img {
    position: relative;
}

.images-number-favourite {
    position: absolute;
    display: flex;
    justify-content: space-between;
    bottom: 0;
    width: 100%;
}

.images-number,
.images-favourite {
    display: flex;
    background: #ffffffcf;
    color: #000;
    padding: 0 8px;
    height: 40px;
    align-items: center;
    position: absolute;
    bottom: 0;
}

.images-number {left: 0;}

.images-favourite {
    right: 0;
    width: 21px;
    height: 40px;
    background-image: url('/img/star.png');
    background-repeat: no-repeat;
    background-position: center;
}

.star-active {
    background-image: url('/img/star-active.png');
}


.images-img img {
    max-width: 100%;
    width: 100%;
    object-fit: cover;
    height: 205px;
}

.images-list-link:hover {
    background: #03aaa0;
    color: #fff;
}

@media only screen and (max-width: 890px) {
    .images-list-link {
        padding-left: 20px;
    }
}

@media only screen and (max-width: 850px) {
    .images-list-link {
        padding-left: 20px;
    }
}

@media only screen and (max-width:800px) {
    .images-list-block {
        width: calc(35% - 50px);
    }

    .images-images-block {
        width: 65%;
    }
}

@media only screen and (max-width:730px) {
    .images-content-block {
        flex-direction: column;
    }

    .images-list-block {
        width: 100%;
    }

    .images-images-block {
        width: 100%;
    }
}



/*images-wrapper*/


/*review-wrapper*/

.review-wrapper {
    position: relative;
    margin-top: 110px;
}

.review-wrapper-in {
    position: relative;
}

.review-content-block {
    position: relative;
    display: flex;
    border: 1px solid #e2e3e2;
    justify-content: space-between;
    margin-top: 90px;
}

.review-block {
    position: relative;
    padding-left: 40px;
    padding-bottom: 65px;
    transition: 250ms ease-in;
}

.review-block:nth-child(2) {
    border-right: 1px solid #e2e3e2;
    border-left: 1px solid #e2e3e2;
}

.review-img-block {
    position: relative;
    letter-spacing: 1px;
    text-align: right;
    padding-left: 30px;
}

.review-img-block img {
    max-width: 265px;
    width: 100%;
    height: 145px;
    object-fit: cover;
}

.review-name-address-block {
    position: relative;
    display: flex;
    margin-top: 50px;
    margin-bottom: 40px;
}

.review-address,
.review-name {
    position: relative;
    font-size: 20px;
}

.coma {
    position: relative;
    margin-right: 10px;
}

.review-text {
    font-size: 16px;
    line-height: 2;
    padding-right: 30px;
}

.review-name-address-block:before {
    content: "";
    position: absolute;
    left: -15px;
    top: -35px;
    width: 24px;
    height: 20px;
    background: url(/img/rev-icon.png);
}

.review-block:hover {
    box-shadow: 0 0 40px #ccc;
}

@media only screen and (max-width: 750px) {
    .review-content-block {
        flex-direction: column;
    }

    .review-block:nth-child(2) {
        border-right: none;
        border-left: none;
        border-top: 1px solid #e2e3e2;
        border-bottom: 1px solid #e2e3e2;
    }
}



/*review-wrapper*/


/*footer-wrapper*/

.footer-wrapper {
    position: relative;
    margin-top: 120px;
}

.footer-top {
    position: relative;
    background: url(/img/footer-bg.jpg) center no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 118px 0;
}

.footer-wrapper-in {
    position: relative;
}

.footer-form-block {
    position: relative;
    background: #fffc;
    padding: 50px 40px;
}

.form-title {
    font-size: 37px;
    text-align: center;
}

.form-subtitle {
    font-size: 18px;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 65px;
}

.myFooter_col1_l {
    position: relative;
    display: flex;
    justify-content: space-between;
}

.footer-form-block input {
    background: transparent;
    outline: none;
    border: 2px solid #36b1a9;
    padding: 16px 30px;
    width: 300px;
}

.myFooter_input:first-child {
    margin-right: 20px;
}

.sldtext {
    width: 100%;
    height: 170px;
    background: transparent;
    border: 2px solid #36b1a9;
    margin-top: 40px;
    padding-top: 15px;
}

.footer-btn-block {
    position: relative;
    width: 100%;
    text-align: right;
}

.myFooter_bt {
    display: inline-block;
    border: 2px solid #319c95;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 1px;
    margin-top: 50px;
    transition: 250ms ease-in;
    padding: 30px;
    text-decoration: none;
    color: #000;
}

.myFooter_bt:hover {
    background: #319c95;
    color: #fff;
}

@media only screen and (max-width: 900px) {
    .footer-form-block input {
        width: 200px;
    }
}

@media only screen and (max-width: 680px) {
    .myFooter_col1_l {
        position: relative;
        display: flex;
        justify-content: space-between;
        flex-direction: column;
    }

    .footer-form-block input {
        margin-bottom: 10px;
    }

    .footer-btn-block {
        text-align: center;
    }

    .form-title {
        font-size: 20px;
    }
}

@media only screen and (max-width: 410px) {
    .footer-form-block {
        padding: 50px 10px;
    }

    .footer-form-block input {
        width: auto;
    }
}

.footer-bottom {
    position: relative;
}

.footer-bottom-in {
    position: relative;
}

.footer-map {
    position: relative;
}

iframe .i4ewOd-pzNkMb-haAclf {
    display: none!important;
}

.footer-contact-block {
    position: absolute;
    top: -75px;
    left: 130px;
    background: #03aaa0;
    padding: 23px;
    width: 300px;
}

.footer-block {
    position: relative;
    margin-bottom: 45px;
    letter-spacing: 1px;
    color: #fff;
}

.footer-contact-title {
    font-size: 16px;
    margin-bottom: 10px;
}

.footer-contact-text {
    font-size: 18px;
    font-family: 'Conv_Raleway-SemiBold';
}

.footer-map .container {
    position: absolute;
    top: 0;
    left: 0;
}

@media only screen and (max-width: 660px) {
    .footer-map .container {
        position: absolute;
        top: -60px;
        left: calc(50% - 173px);
    }

    .footer-contact-block {
        position: relative;
        top: auto;
        left: auto;
        background: #03aaa0;
        padding: 23px;
        width: 300px;
        margin: 0 auto;
    }
}

@media only screen and (max-width: 440px) {
    .footer-contact-block {
        width: 200px;
    }

    .footer-map .container {
        position: absolute;
        top: -60px;
        left: calc(50% - 138px);
    }
}



/*footer-wrapper*/


/*dev-footer-wrapper*/

.dev-footer-wrapper {
    position: relative;
    padding: 25px 0;
}

.dev-footer-wrapper-in {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.dev-copy {
    font-size: 16px;
}

.dev-site {
    font-size: 16px;
}

.dev-site a {
    text-decoration: none;
    color: #35bbb3;
}

@media only screen and (max-width: 640px) {
    .dev-footer-wrapper-in {
        justify-content: center;
        flex-direction: column;
    }

    .dev-copy {
        font-size: 16px;
        margin-bottom: 16px;
    }

    .dev-copy {
        font-size: 12px;
    }

    .dev-site {
        font-size: 12px;
    }
}



/*dev-footer-wrapper*/


/*=============================CATALOG==============================*/

.slider-inside-wrapper {
    position: relative;
}

.slider-inside-wrapper {
    position: relative;
    background: url(/img/sld-in-bg-1.jpg) center no-repeat;
    max-width: 100%;
    width: 100%;
    object-fit: cover;
    height: 442px;
}




/*catalog-wrapper*/

.catalog-inside-wrapper {
    position: relative;
    margin-top: 120px;
}

.catalog-inside-wrapper-in {
    position: relative;
}

.catalog-content {
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 100px;
}

.catalog-block-l {
    position: relative;
    width: 21%;
    min-width: 250px;
}

.catalog-block-r {
    width: calc(79% - 30px);
    margin-left: 15px;
}

.catalog-block-inside {
    position: relative;
}

.l_filter {
    position: relative;
}

.l_filter_section_list {
    position: relative;
}

.l_filter_title_main {
    text-align: left;
    font-size: 20px;
    margin-bottom: 60px;
}

.l_filter_y {
    position: relative;
    list-style: none;
    margin-left: 20px;
    display: none;
}

.l_filter_y li {
    position: relative;
    margin-bottom: 48px;
}

.l_filter_y li a {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-decoration: none;
    color: #000;
}

.l_filter_check {
    width: 27px;
    height: 27px;
    background: url(/img/radio-check.png) no-repeat;
    order: 2;
}

.l_filter_check_name {
    position: relative;
    font-size: 16px;
    order: 1;
}

.l_filter_title_block {
    position: relative;
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
    padding: 10px 0;
    cursor: pointer;
}

.l_filter_title_icon {
    width: 12px;
    height: 12px;
    background: url(/img/open-filter-list-icon.png) no-repeat;
    margin-right: 50px;
}

.l_filter_active {
    background: url(/img/radio-check.png) -27px 0px no-repeat;
}

.remove-all-filters-block {
    position: relative;
    text-align: center;
}

.remove-all-filters {
    position: relative;
    text-align: center;
    border-bottom: 1px solid #fd0808;
    padding-bottom: 5px;
    display: inline-block;
    cursor: pointer;
    color: #000;
    text-decoration: none;
}

.sorting-wrapper {
    position: relative;
    text-align: right;
}

.sorting {
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.sorting_inner {
    display: inline-block;
    position: relative;
    margin-top: 4px;
    margin: 0 30px;
}

.sorting_link {
    padding: 10px 65px 10px 10px;
    border: 1px solid #dcdcdc;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #FCFCFC;
    display: inline-block;
    position: relative;
    text-decoration: none;
    color: #333;
    cursor: pointer;
    position: relative;
    font-size: 14px;
}

.sorting_list {
    display: none;
    list-style: none;
    position: absolute;
    overflow-y: scroll!important;
    max-height: 240px;
    width: 100%;
    z-index: 1000;
    background-color: white;
    box-shadow: 0px 3px 19px rgba(0, 0, 0, 0.30);
    border-bottom: 4px solid #c5afa7;
}

.sorting_list li a {
    font-size: 14px;
    color: #333;
    padding: 8px 10px 11px;
    border-top: 1px solid #E2DFD6;
    display: block;
    text-align: center;
}

.sorting_arrow {
    float: right;
    width: 28px;
    position: absolute;
    top: 0px;
    right: 0px;
    height: 100%;
}

.sorting_arrow:after {
    content: "";
    width: 7px;
    height: 5px;
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -3px;
    left: 10px;
    background: url(/img/sorting_arrow.png) no-repeat center;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.close-filter-icon {
    background: url(/img/close-filter-icon.png) no-repeat;
    width: 8px;
    height: 8px;
}

.catalog-inside-images-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 50px;
}

.catalog-inside-img-block {
    position: relative;
    margin: 5px;
    width: calc(33% - 10px);
}

.catalog-images-img img {
    max-width: 100%;
    width: 100%;
    object-fit: cover;
    height: 280px;
}

.open-catalog-btn-block {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 60px;
}

.open-catalog-icon {
    margin-left: 15px;
}

@media only screen and (max-width: 1166px) {
    .catalog-block-l {
        min-width: auto;
    }
}

@media only screen and (max-width: 960px) {
    .catalog-inside-img-block {
        width: calc(50% - 10px);
    }
}

@media only screen and (max-width: 780px) {
    .l_filter_title_icon {
        margin-right: 25px;
    }
}

@media only screen and (max-width: 768px) {
    .catalog-block-l {
        width: 100%;
    }

    .catalog-block-r {
        width: 100%;
        margin-top: 60px;
    }
}

@media only screen and (max-width: 600px) {
    .catalog-inside-img-block {
        width: 100%;
    }

    .sorting {
        flex-direction: column;
    }

    .sorting_link {
        margin: 20px 0;
    }

    .sorting_inner {
        margin: 0;
    }

    .footer-contact-text {
        font-size: 16px;
    }
}



/*catalog-wrapper*/


/*calculator-wrapper*/

.calculator-wrapper {
    position: relative;
    margin-top: 120px;
}

.calculator-wrapper-in {
    position: relative;
}

.calculator-content {
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.calculator-l {
    position: relative;
}

.calculator- {
    position: relative;
}

.calculator-l-title {
    position: relative;
    font-size: 20px;
    margin-top: 70px;
}

.calculator-l-content-block {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 50px;
}

.calculator-l-content-l {
    position: relative;
}

.calculator-l-content-r {
    position: relative;
}

.calculator-l-block {
    position: relative;
    padding-right: 205px;
}

.offset-right {
    padding-right: 405px;
}

.calculator-input-block-main {
    position: relative;
    display: flex;
    margin-bottom: 25px;
    align-items: center;
}

.calculator-input-name {
    font-size: 18px;
    width: 115px;
    margin-right: 114px;
}

.calculator-tooltip-icon {
    position: absolute;
    left: 110px;
    top: 0px;
    width: 20px;
    height: 20px;
    border: 1px solid #03aaa0;
    text-align: center;
    line-height: 21px;
    border-radius: 50%;
    color: #03aaa0;
    cursor: pointer;
    transition: 100ms ease-in;
}

.calculator-tooltip-icon:hover {
    background: #03aaa0;
    color: #fff;
}

.calculator-tooltip-text {
    display: none;
    transition: 250ms ease-in;
    text-align: left;
    box-shadow: 0 6px 20px 5px rgba(0, 0, 0, .15);
    color: white;
    position: absolute;
    bottom: 100%;
    max-width: 310px;
    max-height: 80vh;
    overflow: auto;
    margin: 0 auto 1em;
    padding: 1em;
    font-size: 90%;
    background: #03aaa0;
    line-height: normal;
    cursor: auto;
    z-index: 99;
}

.calculator-tooltip-icon:hover + .calculator-tooltip-text {
    display: block;
}

.type-of-glass {
    top: -210px;
}

.calculator-input-1 {
    position: relative;
    max-width: 52px;
    padding: 10px;
}

.calcField {
    font-size: 18px;
}

.calculator-x {
    position: relative;
    font-size: 18px;
    margin: 0 10px;
}

.calculator-input-2 {
    position: relative;
    max-width: 52px;
    padding: 10px;
}

.calculator-l-mm-block {
    position: relative;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-left: 15px;
}

.calculator-mm {
    position: relative;
    margin-right: 8px;
}

.calculator-mm-input,
.calculator-mm-roz {
    position: relative;
    padding: 10px 8px;
    width: 60px;
    border: 1px solid #c4c4c4;
}

.calculator-mm-2 {
    margin-left: 10px;
}

.calculator-select-big {
    display: block;
    position: relative;
    max-width: 182px;
    width: 200px;
    padding: 10px;
}

.calculator-content-second {
    position: relative;
}

.calculator-checkbox-content {
    position: relative;
}

.calculator-checkbox-list {
    position: relative;
}

.calculator-checkbox-item {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    margin-bottom: 25px;
    width: 270px;
}

.calculator-checkbox-name {
    position: relative;
    font-size: 18px;
    margin-right: 42px;
}

.calculator-checkbox-check {
    width: 40px;
    height: 41px;
    background: url(/img/calculator-check.jpg) no-repeat 1px 0;
    order: 2;
}

.calculator-checkbox-check-active {
    background: url(/img/calculator-check.jpg) no-repeat -42px 0;
}

.calculator-result-content {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: 55px 0;
    border-top: 1px solid #000;
    padding-top: 10px;
}

.calculator-result-name {
    font-size: 20px;
}

.calculator-result-number-all {
    font-size: 20px;
    margin-left: 100px;
}

.calculator-result-r {
    position: relative;
    width: 450px;
    box-shadow: 0 0 20px #dfdfdf;
}

.calculator-result-r-title {
    font-size: 20px;
    text-align: center;
    padding: 30px 0;
    border-bottom: 1px solid #ededed;
    margin-bottom: 30px;
}

.calculator-result-r-main {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 30px;
    padding-bottom: 30px;
}

.calculator-result-r-main-name {
    font-size: 16px;
}

.calculator-result-r-main-all {
    border-top: 1px solid #ededed;
    padding-top: 30px;
}

.calculator-r .calculator-input-name {
    font-size: 18px;
    width: 115px;
    margin-right: 30px;
}

.calculator-r {
    position: relative;
}

.calculator-input-rozetka {
    position: relative;
    max-width: 52px;
    padding: 10px;
    font-size: 18px;
}

.calculator-tooltip-text-rozetka {
    top: -35px;
}

.calculator-result-under {
    margin-bottom: 75px;
    font-style: italic;
}

@media only screen and (max-width: 1150px) {
    .calculator-input-name {
        margin-right: 20px;
    }

    .calculator-x {
        position: relative;
        font-size: 18px;
        margin: 0 1px;
    }
}

@media only screen and (max-width: 1015px) {
    .calculator-content {
        flex-direction: column;
    }

    .calculator-content {
        position: relative;
        align-items: center;
    }

    .calculator-r .calculator-input-name {
        margin-right: 20px;
    }

    .calculator-l-content-block {
        margin-top: 0;
    }

    .calculator-l-title {
        margin-bottom: 30px;
    }

    .calculator-content-second {
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}

@media only screen and (max-width: 520px) {
    .calculator-input-name,
    .calculator-r .calculator-input-name {
        margin-right: 2px;
    }

    .calculator-input-1,
    .calculator-input-2 {
        padding: 3px;
    }

    .calculator-l-mm-block {
        margin-left: 5px;
    }

    .calculator-mm-input {
        position: relative;
        padding: 3px 3px;
    }

    .calculator-mm-input {
        position: relative;
        padding: 3px 3px;
    }

    .calculator-input-block-main {
        flex-direction: column;
    }

    .calculator-tooltip-icon {
        position: absolute;
        left: 132px;
    }

    .calculator-input-name-block {
        margin-bottom: 15px;
    }

    .calculator-l-content-r {
        margin-top: 10px;
    }

    .calculator-input-block-main {
        margin-bottom: 60px;
    }
}




/*calculator-wrapper*/


/*design-wrapper*/

.design-wrapper {
    position: relative;
    margin-top: 120px;
}

.design-wrapper-in {
    position: relative;
}

.table-block {
    position: relative;
}

.td-title {
    font-size: 20px;
    text-align: center;
}

.table-block td {
    border: 1px solid #000;
    padding: 20px;
}



/*design-wrapper*/


/*online-wrapper*/

.online-wrapper {
    position: relative;
}

.online-wrapper-in {
    position: relative;
}

.online-first-content-block {
    position: relative;
    display: flex;
    margin-top: 40px;
}

.online-first-block-l {
    position: relative;
    width: 70%;
}

.online-first-block-r {
    position: relative;
    margin-left: 25px;
    width: 30%;
    max-height: 580px;
    overflow: auto;
}

.online-l-first-block {
    position: relative;
}

.online-first-l {
    position: relative;
}

.online-first-r {
    position: relative;
}

.online-kitchen-wrapper {
    position: relative;
    padding: 30px 0;
}

.online-kitchen-img {
    max-width: 100%;
    text-align: center;
}

.online-kitchen-img img {
    max-width: 100%;
}




.online-colorPicker-1 {
    position: absolute;
    top: 25%;
    left: calc(29% - 20px);
    cursor: pointer;
}

.online-colorPicker:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    border-radius: 50%;
    border: 1px solid #acacac;
    animation: point-pulse2 2s linear infinite;
}

.online-colorPicker:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    border-radius: 50%;
    border: 1px solid #acacac;
    animation: point-pulse 2s linear infinite;
}

.online-colorPicker-2 {
    position: absolute;
    top: 45%;
    left: calc(35% - 20px);
    cursor: pointer;
}

.online-colorPicker-3 {
    position: absolute;
    top: 55%;
    left: calc(50% - 20px);
    cursor: pointer;
}

.rozetka-popap-block {
    position: absolute;
    display: flex;
    background: #fff;
    width: 139px;
    padding: 8px;
    box-shadow: 0 0 25px #e3e3e3;
    display: none;
}

.rozetka-popap-block img {
    margin-left: 5px;
}

.online-type-current {
    position: relative;
    margin-top: 60px;
}

.online-type-current-text {
    font-size: 16px;
}

.online-choose-light-rozetka-block {
    position: relative;
    margin-top: 50px;
}

.online-choose-light {
    position: relative;
    display: flex;
    margin-bottom: 20px;
    cursor: pointer;
}

.online-choose-rozetka {
    position: relative;
    display: flex;
    cursor: pointer;
}

.online-choose-img {
    position: relative;
    width: 30px;
}

.online-choose-text {}


.choose-type-kitchen-content {
    position: relative;
    margin-top: 50px;
    display: flex;
}

.choose-type-kitchen-block {
    position: relative;
    padding: 10px;
    cursor: pointer;
    transition: 250ms ease-in;
}

.choose-type-kitchen-block:hover {
    box-shadow: 0 0 25px #c0c0c0;
}

.choose-type-kitchen-img {
    position: relative;
}

.choose-type-kitchen-text {
    margin-top: 30px;
    text-align: center;
}

.choose-type-kitchen-content:last-child {
    margin: 0;
}

.choose-download-catalog-wrapper {
    position: relative;
    display: flex;
}

.choose-catalog {
    font-family: 'Conv_Raleway-SemiBold';
}

.choose-the-best-block {
    position: relative;
    display: flex;
    margin-left: 25px;
}

.choose-the-best-icon {
    position: relative;
    margin-right: 15px;
}

.choose-all-catalog-block {
    position: relative;
}

.choose-select-catalog {
    position: relative;
    margin-top: 30px;
    width: 100%;
    padding: 11px 10px;
    font-size: 16px;
    width: 248px;
}

.online-gallety-btn-block {
    position: relative;
}

.online-gallety-btn {
    display: inline-block;
    font-size: 16px;
    text-transform: uppercase;
    background: #03aaa0;
    padding: 27px 46px;
    color: #fff;
    text-decoration: none;
    transition: 250ms ease-in;
    margin-top: 25px;
    cursor: pointer;
}

.online-gallety-btn:hover {
    background: #04978e;
}

.online-download-btn-block {
    display: inline-block;
    font-size: 16px;
    text-transform: uppercase;
    background: #fff;
    padding: 27px 46px;
    color: #000;
    text-decoration: none;
    transition: 250ms ease-in;
    margin-top: 25px;
    cursor: pointer;
    border: 2px solid #03aaa0;
    width: 156px;
}

.online-download-btn-block:hover {
    background: #03aaa0;
    color: #fff;
}

.online-catalog-images-conent {
    position: relative;
    overflow: hidden;
}

.online-catalog-images-block {
    position: relative;
    overflow: auto;
    max-height: 225px;
    background-color: #fff;
}

.online-images-link {
    display: block;
    position: relative;
    margin-top: 20px;
}

.online-images-link:first-child {
    margin-top: 0;
}

.online-images-img {
    position: relative;
}

.online-images-img img {
    max-width: 100%;
    width: 100%;
    object-fit: cover;
    height: 60px;
    display: block;
}

.online-l-third-block,
.img-popup, .msg-popup {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
    background: rgba(255, 255, 255, 0.95);
    z-index: 3;
    top: 100px;
    opacity: 0;
    visibility: hidden;
    transition: all 250ms ease;
    box-sizing: border-box;
    max-width: calc(800px - 40px);
    height: 540px;
    box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.3);
}

.img-popup, .msg-popup {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    max-width: 600px;
    height: 600px;
}

.online-l-third-block-show,
.img-popup-show, .msg-popup-show {
    top: 0;
    opacity: 1;
    visibility: visible;
}

.saved-kitchen-img-block {
    cursor: pointer;
}

.online-l-third-block-in {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-around;
    overflow: auto;
    height: 100%;
    padding: 20px;
    box-sizing: border-box;
}

.online-close,
.img-close, .msg-close {
    width: 11px;
    height: 11px;
    background: url(/img/online-close.png) no-repeat center;
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
    transition: all 350ms ease;
}

.online-close:hover,
.img-close:hover,
.msg-close:hover {
    transform: rotate(90deg);
}

@media only screen and (max-width: 880px) {
    .online-l-first-block {
        flex-direction: column;
    }

    .online-type-current {
        margin: 0;
    }
}

@media only screen and (max-width: 800px) {
    .online-first-content-block {
        flex-direction: column;
    }

    .online-first-block-l {
        width: 100%;
    }

    .online-first-block-r {
        width: 100%;
    }

    .choose-type-kitchen-content {
        flex-wrap: wrap;
    }

    .choose-type-kitchen-block {
        width: 25%;
    }

    .choose-type-kitchen-img img {
        max-width: 100%;
    }
}

@media only screen and (max-width: 530px) {
    .choose-type-kitchen-block {
        width: calc(50% - 20px);
        text-align: center;
    }

    .online-first-block-r {
        width: 100%;
        margin: 0;
        text-align: center;
    }
    .choose-type-kitchen-text {
        margin-top: 15px;
        font-size: 12px;
    }
    .online-l-third-block {height: 380px;}
    .online-l-third-block-in {
        padding: 30px 20px;
    }
    .online-l-third-block {
        margin: auto 20px;
    }
}



/*online-wrapper*/


/*save-kitchen-warpper*/

.save-kitchen-warpper {
    position: relative;
}

.save-kitchen-warpper-in {
    position: relative;
    max-width: 925px;
    margin: 0 auto;
    margin-top: 120px;
    padding: 20px;
    box-shadow: 0 0 25px #f1f1f1;
}

.save-kitchen-art-del {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.save-kitchen-del {
    cursor: pointer;
}

.save-kitchen-del:hover img {
    box-shadow: 0 0 25px #828282;
}

.save-kitchen-img-block img {
    max-width: 100%;
}



/*save-kitchen-warpper*/


/*saved-kitchen-wrapper*/

.saved-kitchen-wrapper {
    position: relative;
    margin-top: 75px;
}

.saved-kitchen-wrapper-in {
    position: relative;
    display: flex;
    flex-wrap: wrap;
}

.saved-kitchen-block {
    position: relative;
    margin: 20px;
    width: calc(33.33% - 40px);
    box-shadow: 0 0 25px #f1f1f1;
}

.saved-kitchen-art-del {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
}

.saved-kitchen-del {
    cursor: pointer;
}

.saved-kitchen-del:hover img {
    box-shadow: 0 0 25px #828282;
}

.saved-kitchen-img-block {
    text-align: center;
}

.saved-kitchen-img-block img {
    max-width: 100%;
    height: 280px;
    object-fit: scale-down;
    display: block;
    margin: 0 auto;
}

@media only screen and (max-width: 700px) {
    .saved-kitchen-block {
        width: 100%;
    }
    .saved-kitchen-img-block img {
        height: auto;
    }
}



/*saved-kitchen-wrapper*/


/*online-order-ready-wrapper*/

.online-order-ready-wrapper {
    position: relative;
    margin-top: 120px;
}

.online-order-ready-wrapper-in {
    position: relative;
}

.online-order-table-block {
    position: relative;
    width: 660px;
    margin: 0 auto;
}

.online-order-title-block {
    position: relative;
    text-align: center;
    margin-top: 65px;
    margin-bottom: 60px;
}

.online-order-title {
    position: relative;
    display: inline-block;
    font-size: 24px;
}

.online-order-table-block table {
    width: 100%;
}

.table-title {
    background: #03aaa0;
    color: #fff;
    padding: 20px;
}

.online-order-table-block td {
    border: 1px solid #eeeeee;
}

.table-content {
    padding: 20px;
    height: 125px;
}

@media only screen and (max-width: 700px) {
    .online-order-table-block {
        width: auto;
    }
}



/*online-order-ready-wrapper*/


/*online-form-wrapper*/

.online-form-wrapper {
    position: relative;
}

.online-form-block {
    position: relative;
    width: 770px;
    margin: 0 auto;
}

.online-form {
    position: relative;
}

.online-form-input {
    position: relative;
    display: block;
    width: 100%;
    padding: 20px 0;
    margin-bottom: 15px;
    padding-left: 10px;
}

.online-text {
    position: relative;
    display: block;
    width: 100%;
    padding: 20px 0;
    padding-left: 10px;
}

.online-btn-block {
    position: relative;
    text-align: right;
    margin-top: 40px;
}

.online-btn, .online-btn-calc {
    display: inline-block;
    font-size: 16px;
    text-transform: uppercase;
    background: #fff;
    padding: 27px 46px;
    color: #000;
    text-decoration: none;
    transition: 250ms ease-in;
    margin-top: 25px;
    cursor: pointer;
    border: 2px solid #03aaa0;
}

.online-btn:hover, .online-btn-calc:hover {
    background: #03aaa0;
    color: #fff;
}

@media only screen and (max-width: 830px) {
    .online-form-block {
        position: relative;
        width: auto;
        margin: 0 10px;
    }
}

@media only screen and (max-width: 830px) {
    .online-btn-block {
        text-align: center;
    }
}



/*online-form-wrapper*/


/* - custom - */

.oK-enter-block {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.oK-enter_button {
    color: #fff;
    border: 1px solid #fff;
    width: 100%;
    text-align: center;
    max-width: 190px;
    padding: 1em;
    margin: 10px 0;
    cursor: pointer;
    transition: all 150ms ease;
    position: relative;
}

.oK-enter_button img {
    display: none;
}

.oK-enter_button-active {
    font-size: 14px;
    position: absolute;
    background: #d5d5d5;
    max-width: 150px;
    border-color: #d5d5d5;
    padding: .5em;
    margin: 0;
    bottom: -20px;
    color: #111;
    border-top: 2px solid transparent;
}

.oK-enter_button input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
    display: block;
}

.oK-enter_button-active:hover {
    background: #ccc;
}

.oK-enter_button-active:first-child {
    left: 0;
}

.oK-enter_button-active:last-child {
    left: 180px;
    background: #eee;
}

.oK-enter_button-active:last-child:hover {
    background: #e8e8e8;
}

.addBorderTop {
    border-top-color: rgb(28, 118, 113);
}


.oK-tools-block {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px 0 0;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    position: absolute;
    transition: all 250ms ease;
    background-color: #eee;
}

.upload-style {
    background-color: #d5d5d5;
}

.oK-tools-block-show {
    opacity: 1;
    visibility: visible;
    transform: none;
    position: relative;
    margin-top: 19px;
}

.oK-tools-block-in {
    display: flex;
    width: 100%;
    margin-right: 80px;
    align-items: center
}

.tools-item {
    padding: 10px 0;
    cursor: pointer;
    margin-left: 20px;
}

.tools-item-in {
    text-align: center;
}

.tools-icon {
    width: 30px;
    margin: 0 auto;
}

.tools-icon img {
    max-width: 100%;
}

.tools-text {
    margin-top: 8px;
    font-size: 12px;
    line-height: 1.2;
}

.save-btn {
    color: #fff;
    text-align: center;
    padding: 1em;
    max-width: 150px;
    width: 100%;
    transition: all 250ms ease;
    cursor: pointer;
    background: #1c7671;
    border: 1px solid #1c7671;
}

.save-btn-v2 {
    background: #03aaa0;
    border-color: #03aaa0;
}

.save-btn:hover {
    background: #195d5a;
    border-color: #195d5a;
}

.save-btn-mobile {}

.tab-content-item {
    display: none;
}

.online-tabs-list {
    display: flex;
    justify-content: space-between;
}

.online-tabs-list li {
    text-align: center;
    background: #eee;
    flex-grow: 1;
    padding: .5em;
    font-size: 14px;
    margin-right: 5px;
    transition: all 150ms ease;
    cursor: pointer;
    border-top: 2px solid transparent;
    display: flex;
    align-items: center;
    justify-content: center;
}

.online-tabs-list li:hover,
.online-tabs-list li.active {
    background: #d5d5d5;
    border-top-color: rgb(28, 118, 113);
}

.online-tabs-content {
    border: 1px solid #d5d5d5;
    padding: 20px;
    background-color: #fff;
    text-align: left;
}

.mobile-toggler,
.save-btn-mobile {
    position: absolute;
    background: #eee;
    width: 27px;
    text-align: center;
    height: 27px;
    align-items: center;
    justify-content: center;
    display: none;
    cursor: pointer;
    transition: all 250ms ease;
}

.save-btn-mobile {
    top: 32px;
}

.top-offset {
    top: 96px;
}

.mobile-toggler:hover {
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    ;
}

.mobile-toggler img,
.save-btn-mobile img {
    width: 17px;
}

.pane-toggler {
    top: 0;
    right: 0;
}

.tools-toggler {
    top: 0;
    left: 0;
}

.oK-tools-mobile {
    position: absolute;
    top: 0;
    left: -200px;
    height: 370px;
    overflow: auto;
    width: 100%;
    display: none;
    max-width: 180px;
    transition: all 250ms ease;
    z-index: 1;
}

.tools-show {
    left: 0;
}

.oK-tools-mobile .oK-tools-block-in {
    display: block;
    width: auto;
    margin-right: 0;
}

.oK-tools-mobile .tools-item {
    margin: 0;
    transition: all 250ms ease;
}

.oK-tools-mobile .tools-item:hover {
    background-color: #eee;
}

.oK-tools-mobile .save-btn {
    max-width: auto;
    width: auto;
}


@media (max-width: 1180px) {
    .oK-tools-block-in {
        margin-right: 20px;
    }
    .tools-item {
        margin-left: 15px;
    }
    .save-btn,
    .online-tabs-list li {
        font-size: 12px;
    }
}

@media (max-width: 991px) {
    .online-first-content-block {
        display: block;
    }
    .online-first-block-l {
        width: 100%;
    }

    .online-first-block-r {
        position: absolute;
        background: #fafafa;
        right: -100%;
        top: 0;
        width: 100%;
        max-width: 240px;
        height: 370px;
        padding: 10px;
        box-sizing: border-box;
        box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.3);
        overflow: auto;
        transition: all 250ms ease;
        z-index: 1;
    }
    .panel-show {
        right: 0;
    }

    .mobile-toggler,
    .save-btn-mobile {
        display: flex;
    }

    .oK-tools-block {
        display: none;
    }
    .oK-tools-mobile {
        display: block;
        background: #fafafa;
        padding: 10px;
        box-sizing: border-box;
        box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.3);
    }
    .online-kitchen-wrapper {
        padding: 0;
    }

    .oK-enter_button-active {
        top: 0;
        bottom: auto;
        left: 0 !important;
        font-size: 0;
        border: 0;
        width: 27px;
        height: 27px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #eee !important;
    }
    .oK-enter_button-active img {
        display: block;
        width: 17px;
    }
    .oK-enter_button-active:first-child {
        top: 32px;
    }
    .oK-enter_button-active:last-child {
        top: 64px;
    }

    .online-kitchen-img {
        padding: 0 35px;
    }
}

@media (min-width: 991px) {
    .mobile-toggler {
        display: none;
    }
}

@media (max-width: 480px) {
    .online-first-block-r {
        position: static;
        max-width: 100%;
        height: auto;
        box-shadow: none;
    }
    .pane-toggler,
    .online-colorPicker:before,
    .online-colorPicker:after {
        display: none;
    }
}

@media (max-width: 380px) {
    .oK-tools-mobile {
        height: 260px;
    }
}

/* - calculator - */

.calc-add-panel,
.calc-remove-panel {
    position: absolute;
    bottom: 0;
    right: 0;
    background: #03aaa0;
    color: #fff;
    cursor: pointer;
    border: 1px solid #03aaa0;
    width: 180px;
    text-align: center;
    height: 40px;
    line-height: 40px;
    z-index: 2;
}

.calc-remove-panel {
    background: #ca123c;
    border: 1px solid #ca123c;
    right: -205px;
}

.catalog-top-filter {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px;
}

.select-list {
    width: calc(50% - 10px);
    margin: 0 5px;
    border: 1px solid #eee;
    padding: 10px;
    border-radius: 2px;
    font-family: 'Conv_Raleway-Medium';
    outline: 0;
}

.catalog-search {
    position: relative;
    width: calc(100% - 10px);
    margin: 10px 5px 20px 5px;
}

.catalog-search .search-field {
    width: 100%;
    padding: 10px 50px 10px 10px;
    border: 1px solid #eee;
    box-sizing: border-box;
    height: 40px;
    border-radius: 2px;
    outline: 0;
}

.catalog-search .search-submit {
    width: 40px;
    height: 38px;
    background-image: url(/img/search-icon.png);
    background-repeat: no-repeat;
    background-position: center;
    background-color: #f9f9f9;
    position: absolute;
    right: 1px;
    top: 1px;
    border-radius: 2px;
    border: 0;
    font-size: 0;
    transition: all 250ms ease;
    cursor: pointer;
    outline: 0;
}

.select-list:focus,
.catalog-search .search-field:focus {
    border-color: #36b1a9;
}

.catalog-search .search-submit:hover {
     background-color: #eee;  
}

@media (max-width: 991px) {
    .select-list {
        width: calc(100% - 10px);
    }
    .select-list:first-child {
        margin-bottom: 10px;
    }
}

.color-all-fasad-bt {
    position: relative;
    width: 45px;
    height: 15px;
    background: rgba(204, 204, 204, 0.5);
    border-radius: 30px;
    margin: 8px 0;
    cursor: pointer;
     transition: all 250ms ease;
}

.color-all-btn {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #a7a7a7;
    position: absolute;
    top: calc(50% - 12.5px);
    left: 0;
    transition: all 250ms ease;
}

.color-all-fasad_active {
    background: rgba(66, 193, 185, 0.5);
}

.color-all-btn-clicked {
    left: calc(100% - 25px);  
    background: #43d5cb;
}

.color-all-text {
    position: absolute;
    font-size: 11px;
    text-align: center;
    top: -9px;
    left: 60px;
    width: 100px;
}


/* --- MAGNIFIC POPUP --- */


/* overlay at start */

.mfp-fade.mfp-bg {
    opacity: 0;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

/* overlay animate in */

.mfp-fade.mfp-bg.mfp-ready {
    opacity: 0.8;
}


/* overlay animate out */

.mfp-fade.mfp-bg.mfp-removing {
    opacity: 0;
}


/* content at start */

.mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;
    -webkit-transform: scale(0) rotate(45deg);
    transform: scale(0) rotate(45deg);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}


/* content animate it */

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1;
    -webkit-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
}


/* content animate out */

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}


/* --- MAGNIFIC POPUP --- */



.reg_input{display:none;}
.nav_bg {background:#04978e;}