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;
  outline: none;
}

html {overflow-x: hidden;}
html, body {
	min-width: 360px;
}
*,*:before,*:after { -webkit-box-sizing:border-box;box-sizing:border-box; }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
b, strong { font-weight: bold; }
input { outline: none; }
input:focus,textarea:focus{-webkit-box-shadow:none;box-shadow:none;}
table { border-collapse: collapse; border-spacing: 0; }
img { border: 0; max-width: 100%; vertical-align: top;}
iframe{ border:0; }
a { text-decoration: none; 	-webkit-transition:opacity .3s ease-out; -o-transition:opacity .3s ease-out; transition:opacity .3s ease-out; }
a:hover { text-decoration: none; }
*:focus{outline:none}
s {text-decoration: line-through;}
em {font-style: italic;}

body {
    font-family: 'Museo Sans Cyrl 500', sans-serif;
    font-size: 14px;
    font-weight: normal;
    color: #000;
    background: #FFF;
    margin: 0 auto;
    padding: 0;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
    position: relative;
    z-index: 3;
}


/***** DEFAULT *****/


.callback-block {
    width: 285px;
    background: #FFF;
    float: right;
    border-radius: 100px 20px 20px 100px;
    -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
            box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    position: relative;
    overflow: hidden;
    text-align: right;
}

.callback-block a {
    display: block;
    padding: 18px 30px 18px 95px;
    position: relative;
}

.callback-block a:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 85px;
    height: 85px;
    text-align: center;
    background: url(../img/icons/phone.png) no-repeat center center;
    -webkit-box-shadow: 0 0 20px rgba(226, 86, 86, 0.1);
            box-shadow: 0 0 20px rgba(226, 86, 86, 0.1);
    border-radius: 100px;
    transition: .3s background;
    z-index: 5;
}

.callback-block a:after {
    content: '';
    position: absolute;
    left: 6.5px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 72px;
    height: 72px;
    border: 1px solid #ffa800;
    border-radius: 100px;
    transition: .3s background;
}

.callback-block a:hover:after {
    background: #ffaf28;
}

.callback-block a:hover:before {
    background: url(../img/icons/phone-white.png) no-repeat center center;
}

.callback-block .phone {
    font-size: 29px;
    color: #342b1e;
    letter-spacing: 0px;
    font-family: 'Bebas Neue';
    line-height: 1;
    margin: 0 0 5px;
}

.callback-block .callback {
    color: #ffae38;
    text-transform: uppercase;
    font-weight: bold;
}

.section-title {
    color: #ffe2b7;
    font-size: 100px;
    line-height: 100px;
    text-transform: uppercase;
    font-family: 'Bebas Neue';
    font-weight: bold;
}

.section-title.black {
    color: #342b1e;
}

.order-form {
    max-width: 790px;
    margin: 0 auto;
    background: #FFF;
    padding: 39px 125px 65px;
    border-radius: 0 0 10px 10px;
    -webkit-box-shadow: 0px -10px 50px 0px rgba(67, 67, 67, 0.15);
    box-shadow: 0 -10px 50px 0px rgba(67, 67, 67, 0.15);
    position: relative;
}

.order-form .line-top {
    position: absolute;
    top: -31px;
    left: 0;
    width: 31px;
    width: calc(50% - 31px);
    height: 31px;
    background: #FFF;
    border-radius: 10px 0 0 0;
}

.order-form .line-bottom {
    position: absolute;
    top: -31px;
    right: 0;
    width: 31px;
    width: calc(50% - 31px);
    height: 31px;
    background: #FFF;
    border-radius: 0 10px 0 0;
}

.order-form .line-top:after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 31px 0 0 38px;
    border-color: transparent transparent transparent #ffffff;
    position: absolute;
    right: -37.5px;
    bottom: 0;
}

.order-form .line-bottom:after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    position: absolute;
    left: -37.5px;
    top: 0;
    border-width: 0 0 31px 38px;
    border-color: transparent transparent #ffffff transparent;
}

.order-form .title {
    text-align: center;
    text-transform: uppercase;
    font-family: 'Bebas Neue';
    font-size: 30px;
    margin: 0 0 30px;
    line-height: 1;
    font-weight: bold;
}

.order-form .text {
    text-align: center;
    padding: 0 55px;
    color: #444444;
    font-size: 18px;
    line-height: 28px;
    margin: 0 0 36px;
}

.order-form .form {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    margin: 0 0 30px;
}

.order-form .form input {
    width: 50%;
    height: 60px;
    line-height: 60px;
    border: none;
    background: #f6f6f6;
    border-radius: 10px 0 0 10px;
    padding: 0 20px;
    font-size: 16px;
    float: left;
}

.order-form .form button {
    width: 50%;
    height: 60px;
    line-height: 60px;
    color: #FFF;
    border: none;
    background: #fab045;
    background-image: -webkit-linear-gradient( 90deg, rgb(240,150,19) 0%, rgb(255,189,92) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(240,150,19) 0%, rgb(255,189,92) 100%);
    border-radius: 0 10px 10px 0;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    float: left;
}

.order-form .politic {
    text-align: center;
    color: #444444;
    line-height: 24px;
}

.order-form .politic a {
    color: #444;
    text-decoration: underline;
}

.slider-container {
    position: relative;
    overflow: hidden;
}

.controls {
    position: absolute;
    left: 50%;
    margin-left: 150px;
    bottom: -20px;
}

.controls .arrow {
    background: #FFF;
    width: 80px;
    height: 80px;
    text-align: center;
    line-height: 80px;
    border-radius: 200px;
    font-size: 30px;
    display: inline-block;
    vertical-align: middle;
    color: #d1d1d1;
    -webkit-transition: .3s color;
    -o-transition: .3s color;
    transition: .3s color;
    cursor: pointer;
}

.controls .dots {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    margin: 0 28px;
}

.controls .dots ul {
    position: relative;
    bottom: 0;
}

.controls .dots ul li {
    width: 15px;
    height: 15px;
    border-radius: 10px;
    margin: 0 10px 0 0;
    border: 5px solid #FFF;
    -webkit-transition: .3s border-color, .3s background;
    -o-transition: .3s border-color, .3s background;
    transition: .3s border-color, .3s background;
}

.controls .dots ul li button:before {
    display: none;
}

.controls .dots ul li:last-child {
    margin: 0;
}

.controls .arrow:hover {
    color: #ffae38;
}

.controls .dots ul li.slick-active {
    border: 5px solid #ffaf24;
    background: #ffaf24;
}


/***** BG *****/

.bg-1 {
    background: url(../img/bg/bg01-new.png) no-repeat center top;
}

.bg-2 {
    background: url(../img/bg/bg02-new.jpg) no-repeat center top;
    position: relative;
    z-index: -1;
}


/***** HEADER *****/

.main {
    background: url(../img/bg/main.jpg) no-repeat center top;
    padding: 0 0 140px;
}

.main header {
    padding: 32px 0;
    margin: 0 0 24px;
}

header .logo-block .logo {
    display: inline-block;
    vertical-align: middle;
    padding-right: 20px;
    position: relative;
}

header .logo-block .slogan {
    display: inline-block;
    vertical-align: bottom;
    color: #000;
    font-size: 16px;
    line-height: 22px;
    padding-left: 20px;
    margin-bottom: 8px;
}

header .logo-block .logo:after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    background: #FFF;
    width: 2px;
    height: 60px;
}

.main .main-info .title {
    font-size: 72px;
    text-transform: uppercase;
    line-height: 68px;
    margin: 0 0 20px;
    font-family: 'Bebas Neue';
}

.main .main-info .title a {
    color: #0303d6;
}

.main .main-info .title a i {
    font-size: 29px;
    vertical-align: middle;
}

.main .main-info .title span {
    color: #ffa800;
}

.main .main-info .triggers {
    margin: 0 0 65px;
}

.main .main-info .triggers li {
    width: 73px;
    height: 32px;
    line-height: 32px;
    display: inline-block;
    vertical-align: middle;
    background: #81b31c;
    color: #FFF;
    text-align: center;
    border-radius: 5px;
    position: relative;
    margin-right: 30px;
}

.main .main-info .triggers li:after {
    content: '';
    position: absolute;
    right: -17px;
    top: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 16px 0 16px 20px;
    border-color: transparent transparent transparent #81b31c;
}

.main .main-info .triggers li.green-2 {
    background: #6aa922;
}

.main .main-info .triggers li.green-2:after {
    border-color: transparent transparent transparent #6aa922;
}

.main .main-info .triggers li.search {
    width: 38px;
    height: 38px;
    border-radius: 100px;
    background: #ffae38;
    margin-left: 5px;
}

.main .main-info .triggers li.green-3 {
    background: #3d9c22;
}

.main .main-info .triggers li.green-3:after {
    border-color: transparent transparent transparent #3d9c22;
}

.main .main-info .triggers li.search img {
    vertical-align: middle;
}

.main .main-info .triggers li.search:after {
    display: none;
}

.main .main-info .triggers li {
    width: 73px;
    height: 32px;
    line-height: 32px;
    display: inline-block;
    vertical-align: middle;
    background: #81b31c;
    color: #FFF;
    text-align: center;
    border-radius: 5px;
    position: relative;
    margin-right: 30px;
    font-size: 18px;
}

.main .main-info .triggers li:after {
    content: '';
    position: absolute;
    right: -17px;
    top: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 16px 0 16px 20px;
    border-color: transparent transparent transparent #81b31c;
}

.main .main-info .triggers li.green-2 {
    background: #6aa922;
}

.main .main-info .triggers li.green-2:after {
    border-color: transparent transparent transparent #6aa922;
}

.main .main-info .triggers li.search {
    width: 38px;
    height: 38px;
    border-radius: 100px;
    background: #ffae38;
    margin-left: 5px;
    line-height: 36px;
    font-size: 20px;
    transition: .3s color, .3s background, .3s border-color;
    cursor: pointer;
    border: 1px solid #ffae38;
    border-radius: 100px;
}

.main .main-info .triggers li.search:hover {
    background: transparent;
    color: #ffae38;
}

.main .main-info .triggers li.green-3 {
    background: #3d9c22;
}

.main .main-info .triggers li.green-3:after {
    border-color: transparent transparent transparent #3d9c22;
}

.main .main-info .triggers li.search img {
    vertical-align: middle;
}

.main .main-info .triggers li.search:after {
    display: none;
}

.garant {
    width: 430px;
    padding: 34px 50px 36px 118px;
    position: relative;
    background: url(../img/garant.jpg) no-repeat left 5px center;
    font-size: 18px;
    line-height: 22px;
    margin: 0 0 220px 0;
}

.garant .line-top {
    position: absolute;
    left: -31px;
    top: 0;
    width: 31px;
    height: calc(50% - 22px);
    background: #FFF;
}

.garant .line-bottom {
    position: absolute;
    left: -31px;
    bottom: 0;
    width: 31px;
    height: calc(50% - 22px);
    background: #FFF;
}

.garant .line-top:after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 31px 31px 0;
    border-color: transparent #ffffff transparent transparent;
    position: absolute;
    left: 0;
    bottom: -31px;
}

.garant .line-bottom:after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 31px 31px;
    border-color: transparent transparent #ffffff transparent;
    position: absolute;
    left: 0;
    top: -31px;
}

.why {
    margin: 0;
    position: relative;
    z-index: 3;
    overflow: hidden;
}

.why-slider {
    text-align: center;
    max-width: 980px;
    margin: 0 auto;
}

#why-slider {
    margin: 0 auto;
}

.why-slider .item {
    margin: 0 auto;
    max-width: 980px;
    padding: 70px 95px 70px 95px;
    border-radius: 10px;
    display: inline-block;
    vertical-align: middle;
    background: url(../img/slides/why-1.png) no-repeat left 46px bottom -7px #ffe2b7;
    background-position: left 46px bottom -7px;
    position: relative;
}

.why-slider .item .title {
    font-size: 30px;
    color: #342b1e;
    font-family: 'Bebas Neue';
    font-weight: bold;
    line-height: 40px;
    margin: 0 0 25px;
    text-align: center;
}

.why-slider .item .info {
    float: right;
    width: 50%;
    color: #444444;
    font-size: 18px;
    line-height: 28px;
    text-align: left;
    height: 200px;
}

.why-slider .item .number {
    position: absolute;
    right: 10px;
    top: 20px;
}

.why-slider .item .number span {
    display: block;
    font-size: 60px;
    color: #f1c991;
    font-family: 'Bebas Neue';
    line-height: 40px;
    width: 40px;
    text-align: center;
}

.why-slider .item .number span:first-child {
    border-bottom: 1px solid #f1c991;
    margin-bottom: 20px;
    padding-bottom: 10px;
}


/***** ABOUT *****/


.about {
    padding: 310px 0 240px;
    margin-top: -356px;
    z-index: 1;
    position: relative;
}

.about .about-block .title {
    font-size: 72px;
    line-height: 80px;
    font-family: 'Bebas Neue';
    color: #342b1e;
    font-weight: 400;
    margin: 0 0 30px;
}

.about .about-block .title span {
    color: #ffae38;
}

.about .about-block .text {
    max-width: 600px;
    font-size: 18px;
    line-height: 28px;
    color: #444;
    margin: 0 0 40px;
}

.about .about-block .look {
    position: relative;
    max-width: 600px;
    font-style: italic;
    font-size: 18px;
    line-height: 28px;
    color: #444;
}

.about .about-block a {
    text-transform: uppercase;
    display: block;
    width: 370px;
    color: #ffae38;
    font-size: 16px;
    margin-left: 56px;
    padding: 40px 65px 40px 190px;
    font-style: normal;
    text-align: right;
    border-radius: 10px 0 0 10px;
    position: relative;
    font-weight: bold;
    background: url(../img/icons/search-color.png) no-repeat right 5px center #FFF;
}

.about .about-block a:hover {
	text-decoration: underline;
}

.about .about-block .line-top {
    position: absolute;
    right: -29px;
    top: 0;
    width: 31px;
    height: calc(50% - 22px);
    background: #FFF;
    border-radius: 0 10px 0 0;
}

.about .about-block .line-bottom {
    position: absolute;
    right: -29px;
    bottom: 0;
    width: 31px;
    height: calc(50% - 22px);
    background: #FFF;
    border-radius: 0 0 10px 0;
}

.about .about-block .line-top:after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 31px 31px 0 0;
    border-color: #ffffff transparent transparent transparent;
    position: absolute;
    right: 0;
    bottom: -31px;
}

.about .about-block .line-bottom:after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 31px 31px 0;
    border-color: transparent transparent #ffffff transparent;
    position: absolute;
    right: 0;
    top: -31px;
}

.about .about-block .look .text {
    padding-left: 205px;
}

.about .about-block a:before {
    content: '';
    position: absolute;
    left: -110px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    background: url(../img/bg/look.png) no-repeat center center;
    width: 348px;
    height: 342px;
}


/***** NEW ADVANTAGES *****/


.new-advantages .section-title {
    font-weight: normal;
    text-align: center;
    font-size: 72px;
    line-height: 1;
    margin: 0 0 40px;
}

.new-advantages .section-title span {
    color: #fdae38;
}

.new-advantages .advantages-list {
    margin: 0 0 170px;
}

.new-advantages .advantages-list .item {
    position: relative;
    min-height: 200px;
    background: #FFF;
    border-radius: 10px;
    box-shadow: 0px 0px 50px 0px rgba(67, 67, 67, 0.15);
    overflow: hidden;
    margin: 0 0 30px;
    padding: 40px 60px 40px 315px;
}

.new-advantages .advantages-list .item .photo {
    position: absolute;
    left: -110px;
    bottom: -8px;
}

.new-advantages .advantages-list .item:nth-child(2) .photo {
    bottom: 0px;
}

.new-advantages .advantages-list .item .info .title {
    text-transform: uppercase;
    color: #342b1e;
    font-size: 30px;
    text-transform: uppercase;
    font-family: 'Bebas Neue';
    font-weight: bold;
    margin: 0 0 10px;
}

.new-advantages .advantages-list .item .info .text {
    font-size: 18px;
    color: #444444;
}


/***** OFFER *****/


.offer {
    padding: 331px 0 315px;
    margin-top: -220px;
    position: relative;
}

.offer .section-title {
    font-size: 100px;
    line-height: 100px;
    text-transform: uppercase;
    color: #ffe2b7;
    font-family: 'Bebas Neue';
    padding-left: 60%;
    font-weight: bold;
    float: right;
    width: 100%;
}

.offer .offer-block {
    width: 670px;
    padding: 62px 55px 62px 205px;
    font-size: 18px;
    line-height: 28px;
    border-radius: 10px;
    float: right;
    margin: -25px 0 0 0;
    color: #342b1e;
    background: url(../img/bg/svin.png) no-repeat left -25px center;
}

.offer .offer-block u {
    text-decoration: none;
    font-style: italic;
    color: #ffae38;
}


/***** NEW WORKS *****/


.now-works .section-title {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    position: relative;
    margin: 0 0 40px;
    z-index: 5;
}

.now-works .section-title .title {
    float: left;
    font-weight: normal;
    font-size: 72px;
    color: #342b1e;
}

.now-works .section-title .controls {
    float: right;
    bottom: 0;
    margin: 0;
    position: relative;
    left: 0;
    bottom: 10px;
}

.now-works .section-title .controls .arrow {
    box-shadow: 0px 0px 20px 0px rgba(67, 67, 67, 0.15);
}

.now-works .section-title .controls .arrow i {
    line-height: 80px;
}

.now-works .section-title .controls .dots ul {
    bottom: 14px;
}

.now-works .section-title .controls .dots ul li {
    border: 3px solid #ffaf24;
}

.now-works .now-item-works {
    margin: 0 -15px 200px;
    position: relative;
    z-index: 33;
}

.now-works .now-item-works .item {
    margin: 0 15px;
}

.now-works .now-item-works .item .photo {
    margin: 0 0 30px;
    border-radius: 10px;
    overflow: hidden;
}

.now-works .now-item-works .item .photo a {
    display: block;
    position: relative;
}

.now-works .now-item-works .item .photo a:before {
    content: '\f06e';
    font-family: 'Font Awesome 5 Free';
    font-weight: 200;
    color: #fdaf24;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale(0);
    font-size: 40px;
    transition: .3s transform;
}

.now-works .now-item-works .item .photo a:hover:before {
    transform: translate(-50%, -50%) scale(1);
}

.now-works .now-item-works .item .photo a:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(51, 43, 30, 0.2);
    opacity: 0;
    transition: .3s opacity;
}

.now-works .now-item-works .item .photo a:hover:after {
    opacity: 1;
}

.now-works .now-item-works .item .info .title {
    color: #342b1e;
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
    font-family: 'Bebas Neue';
    margin: 0 0 18px;
}

.now-works .now-item-works .item .info .text {
    color: #444444;
    font-size: 16px;
    line-height: 24px;
    margin: 0 0 20px;
}

.now-works .now-item-works .item .info a {
    text-transform: uppercase;
    font-size: 16px;
    color: #ffae38;
    font-weight: 700;
}


/***** NEW PRICE *****/


.new-price {
    background: #faf9f4;
    padding: 430px 0 100px;
    margin: -280px 0 0;
}

.new-price .section-title {
    font-size: 74px;
    font-weight: normal;
    color: #342b1e;
    line-height: 1;
    margin: 0 0 40px;
}

.new-price .text {
    margin: 0 0 25px;
    max-width: 760px;
}

.new-price .text p {
    font-size: 16px;
    line-height: 1.6;
    color: #444444;
    margin: 0 0 30px;
}

.new-price .text h2 {
    font-size: 24px;
    color: #444;
    font-family: 'Bebas Neue';
    font-weight: bold;
    line-height: 1.2;
}

.new-price .price-list {
    margin: 0 0 30px;
}

.new-price .price-list .item {
    background: #FFF;
    border-radius: 26px 15px 15px 26px;
    margin: 0 0 15px;
    box-shadow: none;
    transition: .3s box-shadow;
    display: inline-block;
    vertical-align: top;
    width: 100%;
}

.new-price .price-list .item.open {
    box-shadow: 0px 0px 50px 0px rgba(67, 67, 67, 0.15);
}
.new-price .price-list .item .title {
    position: relative;
    min-height: 50px;
    background: #FFF;
    width: 100%;
    border-radius: 100px;
    padding: 15px 60px;
    font-size: 16px;
    color: #444444;
    font-weight: bold;
    cursor: pointer;
}

.new-price .price-list .item .title .icon {
    background-image: -moz-linear-gradient( 90deg, rgb(240,150,19) 0%, rgb(255,189,92) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(240,150,19) 0%, rgb(255,189,92) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(240,150,19) 0%, rgb(255,189,92) 100%);
    width: 50px;
    height: 100%;
    border-radius: 100px;
    position: absolute;
    left: -1px;
    top: 0;
    transition: .3s transform, .3s border-color;
    border: 1px solid transparent;
}

.new-price .price-list .item.open .title .icon {
    border: 1px solid #f8ac3f;
    background: transparent;
    transform: rotate(45deg);
}

.new-price .price-list .item .title .icon span {
    background: #FFF;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: .3s background;
}

.new-price .price-list .item.open .title .icon span {
    background: #f8ac3f;
}

.new-price .price-list .item .title .icon span:nth-child(1) {
    width: 24px;
    height: 2px;
}

.new-price .price-list .item .title .icon span:nth-child(2) {
    height: 24px;
    width: 2px;
}

.new-price .price-list .item .title .title-text {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.new-price .price-list .item .price-text {
    display: none;
    padding: 34px 0 30px;
}

.new-price .price-list .item .price-text h3 {
    padding: 0 30px;
    font-family: 'Bebas Neue';
    font-weight: bold;
    line-height: 1.2;
    color: #342b1e;
    font-size: 24px;
    margin: 0 0 20px;
}

.new-price .price-list .item .price-text .table {
    display: table;
    width: 100%;
    margin: 0 0 25px;
}

.new-price .price-list .item .price-text .table .tr:nth-child(1) {
    background: #ffe2b7;
    padding: 0 30px;
    display: table-header-group;
}

.new-price .price-list .item .price-text .table .th {
    display: table-cell;
    padding: 13px 30px;
    border-right: 1px solid #f8dcb2;
    color: #444444;
    font-size: 16px;
}

.new-price .price-list .item .price-text .table .th:last-child {
    border-right: none;
}

.new-price .price-list .item .price-text .table .tr {
    background: #FFF;
    display: table-row;
}

.new-price .price-list .item .price-text .table .tr:nth-child(2n) {
    background: #fafafa;
}

.new-price .price-list .item .price-text .table .tr .td {
    display: table-cell;
    padding: 13px 30px;
    border-right: 1px solid #f1f1f1;
    font-size: 16px;
    color: #444444;
}

.new-price .price-list .item .price-text .table .tr .td:last-child {
    border-right: none;
}

.new-price .price-list .item .price-text .included {
    background: #ffe2b7;
    padding: 22px 30px;
    margin: 0 0 22px;
}

.new-price .price-list .item .price-text .included h3 {
    padding: 0;
    margin: 0 0 10px;
}

.new-price .price-list .item .price-text ul {
    font-size: 16px;
}

.new-price .price-list .item .price-text ul li {
    color: #444444;
    margin: 0 0 16px;
    position: relative;
    padding-left: 21px;
}
.new-price .price-list .item .price-text ul li b {
    color: #000;
}

.new-price .price-list .item .price-text ul li:last-child {
    margin: 0;
}

.new-price .price-list .item .price-text ul li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 5px;
    width: 8px;
    height: 8px;
    border: 2px solid #ffe1b7;
    border-radius: 100px;
    background: #FFF;
}

.new-price .price-list .item .price-text .included ul li:before {
    border: 2px solid #342b1e;
}

.new-price .price-list .item .price-text .more-title {
    background: #ffe1b7;
    text-transform: uppercase;
    padding: 10px 15px 5px 30px;
    font-family: 'Bebas Neue';
    font-size: 24px;
    line-height: 1;
    font-weight: bold;
    color: #332b1e;
    display: inline-block;
    vertical-align: top;
    margin: 0 0 20px;
}

.new-price .price-list .item .price-text > ul {
    padding: 0 30px;
    margin: 0 0 30px;
}

.new-price .price-list .item .price-text .btn {
    margin: 0 30px;
    display: inline-block;
    vertical-align: top;
}

.new-price .price-list .item .price-text .btn a {
    display: block;
    height: 60px;
    line-height: 60px;
    color: #FFF;
    border: none;
    background: #fab045;
    background-image: -webkit-linear-gradient( 90deg, rgb(240,150,19) 0%, rgb(255,189,92) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(240,150,19) 0%, rgb(255,189,92) 100%);
    border-radius: 10px;
    font-weight: 700;
    padding: 0 37px;
    font-size: 16px;
}

.new-price .blockquote {
    display: block;
    font-size: 16px;
    padding: 26px 20px;
    font-style: normal;
    text-align: left;
    border-radius: 0 10px 10px 0;
    position: relative;
    background: #FFF;
    color: #444444;
    line-height: 1.4;
    margin-left: 30px;
    box-shadow: 0px 0px 50px 0px rgba(67, 67, 67, 0.15);
    max-width: 760px;
    line-height: 1.6;
}

.new-price .blockquote .line-top {
    position: absolute;
    left: -30px;
    top: 0;
    width: 31px;
    height: calc(50% - 22px);
    background: #FFF;
    border-radius: 10px 0 0 0;
}

.new-price .blockquote .line-bottom {
    position: absolute;
    left: -30px;
    bottom: 0;
    width: 31px;
    height: calc(50% - 22px);
    background: #FFF;
    border-radius: 0 0 0 10px;
}

.new-price .blockquote .line-top:after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 31px 31px 0;
    border-color: transparent #FFF transparent transparent;
    position: absolute;
    left: 0;
    bottom: -30px;
}

.new-price .blockquote .line-bottom:after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 31px 31px;
    border-color: transparent transparent #FFF transparent;
    position: absolute;
    left: 0;
    top: -30px;
}


/***** ADVANTAGES *****/


.advantages {
    background: url(../img/bg/advantages.png) no-repeat center top;
    padding: 240px 0;
    margin-top: -145px;
}

.advantages .section-title {
    max-width: 50%;
    text-align: right;
    margin: 0 0 40px;
    letter-spacing: 3px;
}

.advantages .advantages-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.advantages .advantages-list .item {
    background: rgba(56, 46, 33, 0.8);
    color: #FFF;
    width: 270px;
    margin-right: 30px;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    padding-bottom: 160px;
}

.advantages .advantages-list .item:last-child {
    margin: 0;
}

.advantages .advantages-list .item .text {
    padding: 67px 30px 35px;
    font-size: 15px;
    line-height: 26px;
}

.advantages .advantages-list .item .text u {
    font-weight: bold;
    text-decoration: none;
    font-style: italic;
    font-size: 17px;
    display: block;
    margin: 10px 0 0;
}

.advantages .advantages-list .item .proc {
    height: 120px;
    width: 101%;
    position: absolute;
    bottom: 40px;
    left: 0;
}

.advantages .advantages-list .item .proc:before,
.advantages .advantages-list .item .proc:after {
	content: "";
	height: 100%;
	width: 50.1%;
	position: absolute;
	top: 0;
	background: #c48831;
}

.advantages .advantages-list .item .proc:before {
	left: 0;
	-webkit-transform: skew(0deg, 10deg);
	    -ms-transform: skew(0deg, 10deg);
	        transform: skew(0deg, 10deg);
}

.advantages .advantages-list .item .proc:after {
	right: 0;
	-webkit-transform: skew(0deg, -10deg);
	    -ms-transform: skew(0deg, -10deg);
	        transform: skew(0deg, -10deg);
}

.advantages .advantages-list .item .proc .num {
    position: relative;
    z-index: 3;
    text-align: center;
    font-size: 30px;
    text-transform: uppercase;
    padding: 25px 0 0;
    font-family: 'Bebas Neue';
    color: rgba(255, 255, 255, 0.5);
    line-height: 1;
}

.advantages .advantages-list .item .proc .num span {
    display: block;
    font-size: 72px;
}


/***** RESULTS *****/


.result {
    /*background: url(../img/bg/result.jpg) no-repeat center top;*/
    padding: 280px 0;
    margin-top: -100px;
    position: relative;
    z-index: -1;
}

.result .section-title {
    text-align: center;
    font-size: 72px;
    font-weight: normal;
    margin: 0 0 80px;
}

.result .result-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 150px;
}

.result .result-list .item {
    background: #FFF;
    text-align: center;
    border-radius: 200px 200px 40px 40px;
    -webkit-box-shadow: 0 -20px 20px rgba(0, 0, 0, 0.05);
            box-shadow: 0 -20px 20px rgba(0, 0, 0, 0.05);
    width: calc(33% - 43px);
    margin-right: 70px;
}

.result .result-list .item:last-child {
    margin-right: 0;
}

.result .result-list .item .image {
    text-align: center;
    margin-top: -20px;
    height: 224px;
    line-height: 224px;
    margin: -20px 0 10px;
}

.result .result-list .item .image img {
    vertical-align: middle;
}

.result .result-list .item .text {
    padding: 0 20px;
    font-size: 16px;
    color: #444;
    line-height: 24px;
    margin: 0 0 30px;
}


/***** PORTFOLIO *****/


.portfolio {
    padding: 200px 0 0;
    text-align: center;
    z-index: 3;
    position: relative;
}

.portfolio .section-title {
    display: inline-block;
    vertical-align: middle;
    padding: 0;
    border-radius: 10px;
    font-weight: normal;
    font-size: 72px;
    margin: 0 0 40px;
}

.portfolio .portfolio-slider .big-slider {
    max-width: 1110px;
    margin: 0 auto 20px;
}

.portfolio .portfolio-slider .big-slider .item {
    border-radius: 10px;
}

.portfolio .portfolio-slider .big-slider .item img {
    border-radius: 10px;
    margin: 0 auto;
}

.portfolio .portfolio-slider .small-slider .item {
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px;
    cursor: pointer;
}

.portfolio .portfolio-slider  .small-slider .item img {
    border-radius: 10px;
}

.portfolio .portfolio-slider .big-slider .arrow {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    background: #FFF;
    border-radius: 200px;
    z-index: 55;
    font-size: 30px;
    color: #d1d1d1;
    -webkit-transition: .3s color;
    -o-transition: .3s color;
    transition: .3s color;
    cursor: pointer;
}

.portfolio .portfolio-slider .big-slider .arrow.prev {
    left: 20px;
}

.portfolio .portfolio-slider .big-slider .arrow.next {
    right: 20px;
}

.portfolio .portfolio-slider .big-slider .arrow:hover {
    color: #ffb000;
}

.portfolio .portfolio-slider .big-slider .arrow i {
    font-size: 30px;
    line-height: 80px;
}



/***** GREAT *****/


.if-great {
    /*background: url(../img/bg/great.jpg) no-repeat center top -155px;*/
    padding: 125px 0 365px;
}

.if-great .great-block > .title {
    font-size: 45px;
    color: #342b1e;
    text-transform: uppercase;
    font-family: 'Bebas Neue';
    max-width: 800px;
    line-height: 55px;
    margin: 0 0 70px;
}

.if-great .great-block > .title span {
    font-size: 72px;
    display: block;
    text-transform: uppercase;
}

.if-great .great-block .great-list .item {
    padding: 40px 38px;
    width: 475px;
    background: rgba(253, 227, 187, 1);
    margin-top: -20px;
    border-radius: 0 10px 10px 0;
    -webkit-box-shadow: 0px 0px 50px 0px rgba(67, 67, 67, 0.15);
            box-shadow: 0px 0px 50px 0px rgba(67, 67, 67, 0.15);
    position: relative;
    opacity: .6;
}

.if-great .great-block .great-list .item .line-top {
    position: absolute;
    left: -30px;
    top: 0;
    width: 31px;
    height: calc(50% - 22px);
    background: rgba(253, 227, 187, 1);
    border-radius: 10px 0 0 0;
}

.if-great .great-block .great-list .item .line-bottom {
    position: absolute;
    left: -30px;
    bottom: 0;
    width: 31px;
    height: calc(50% - 22px);
    background: rgba(253, 227, 187, 1);
    border-radius: 0 0 0 10px;
}

.if-great .great-block .great-list .item .line-top:after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 31px 31px 0;
    border-color: transparent rgba(253, 227, 187, 1) transparent transparent;
    position: absolute;
    left: 0;
    bottom: -30px;
}

.if-great .great-block .great-list .item .line-bottom:after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 31px 31px;
    border-color: transparent transparent rgba(253, 227, 187, 1) transparent;
    position: absolute;
    left: 0;
    top: -30px;
}

.if-great .great-block .great-list .item .title {
    text-transform: uppercase;
    font-family: 'Bebas Neue';
    color: #342b1e;
    font-size: 24px;
    font-weight: bold;
    margin: 0 0 10px;
}

.if-great .great-block .great-list .item.two {
    margin-left: 350px;
    opacity: .8;
}

.if-great .great-block .great-list .item.three {
    margin-left: 695px;
    opacity: 1;
}

.if-great .great-block .great-list .item .text {
    color: #444;
    font-size: 16px;
    line-height: 26px;
}


/***** HOW *****/


.how {
    padding: 200px 0 120px;
    overflow: hidden;
    background: #FFF;
}

.how .container {
	position: relative;
}

.how .section-title {
    text-align: center;
    font-size: 72px;
    font-weight: normal;
    line-height: 80px;
    margin: 0 0 70px;
}

.how .section-title span {
    color: #ffae38;
}

.how .how-slider {
    text-align: center;
    margin: 0;
}

.how .how-slider .item {
    max-width: 1170px;
    display: inline-block;
    vertical-align: top;
    width: 1170px;
    background: #FFF;
    -webkit-box-shadow: 0px 0px 50px 0px rgba(67, 67, 67, 0.15);
            box-shadow: 0px 0px 50px 0px rgba(67, 67, 67, 0.15);
    position: relative;
    padding-left: 410px;
    overflow: hidden;
    margin-right: 70px;
    margin: 50px 70px 0 0;
    counter-increment: hownum;
}

.how .how-slider .item:before {
    content: counter(hownum);
    position: absolute;
    top: 70px;
    right: 30px;
    font-size: 200px;
    color: #f2f2f2;
    font-family: 'Bebas Neue';
    line-height: 1;
    width: 50px;
    text-align: center;
}

.how .how-slider .item:after {
    width: 50px;
    content: '4';
    border-top: 4px solid #f2f2f2;
    font-size: 72px;
    position: absolute;
    right: 15px;
    top: 240px;
    line-height: 1;
    color: #f2f2f2;
    font-family: 'Bebas Neue';
    padding: 10px 0 0;
}

.how .how-slider .item .left {
    width: 410px;
    float: left;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
}

.how .how-slider .item .left .image {
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.how .how-slider .item .left .image img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}

.how .how-slider .item .right {
    float: left;
    width: 760px;
    padding: 70px 125px 70px 67px;
    text-align: left;
}

.how .how-slider .item .right .title {
    font-size: 30px;
    color: #342b1e;
    font-family: 'Bebas Neue';
    font-weight: bold;
    letter-spacing: 1px;
    margin: 0 0 25px;
}

.how .how-slider .item .right ul li {
    position: relative;
    padding-left: 20px;
    margin: 0 0 18px;
    color: #444444;
    font-size: 16px;
    line-height: 1.4;
}

.how .how-slider .item .right ul li:before {
    content: '';
    width: 8px;
    height: 8px;
    border: 3px solid #ffe2b7;
    border-radius: 100px;
    margin-right: 15px;
    position: absolute;
    left: 0;
    top: 5px;
}

.how .how-slider .item .right ul li:last-child {
    margin: 0;
}

.how .order-form {
    margin: 200px auto 0;
}

#how-controls {
    top: -70px;
    bottom: 0;
}

#how-controls .arrow {
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}

#how-controls .dots ul li {
    border-color: rgba(255, 175, 36, 0.5);
}


/***** MEASURE *****/


.measure {
    background: url(../img/bg/measure.png) no-repeat center top;
    padding: 195px 0 0;
    position: relative;
}

.measure:before {
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    border-left: 3000px solid #FFF;
    border-right: 3000px solid #FFF;
    border-top: 142px solid #FFF;
    border-color: #FFF transparent transparent transparent;
}

.measure .measure-block {
    margin-left: 475px;
    margin-bottom: 140px;
}

.measure .measure-block .title {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    font-family: 'Bebas Neue';
    position: relative;
    line-height: 1;
    margin: 0 0 30px;
}

.measure .measure-block .title .item {
    float: left;
    width: 50%;
    color: #ffe2b7;
    font-size: 72px;
    position: relative;
    padding-left: 100px;
    line-height: 80px;
}

.measure .measure-block .title .item span {
    font-size: 200px;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}

.measure .measure-block .title:before {
    content: '';
    position: absolute;
    left: 48%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    height: 5px;
    width: 48px;
    background: #ffe2b7;
}

.measure .measure-block ul li {
    font-size: 18px;
    padding-left: 96px;
    position: relative;
    margin: 0 0 42px;
    color: #FFF;
    line-height: 28px;
}

.measure .measure-block ul li:before {
    content: '';
    width: 51px;
    height: 2px;
    background: #FFF;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}

.measure .measure-block ul li:after {
    content: '';
    position: absolute;
    left: 51px;
    top: 50%;
    width: 15px;
    height: 15px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    background: #ffe2b7;
    border-radius: 100px;
    border: 5px solid #FFF;
}

.measure .measure-block h3 {
    color: #FFF;
    text-transform: uppercase;
    font-size: 30px;
    font-weight: bold;
    font-family: 'Bebas Neue';
    letter-spacing: 1px;
    margin: 0 0 35px;
}

.measure .measure-block i {
    font-style: italic;
    color: #FFF;
    line-height: 1.6;
    font-size: 16px;
}


/***** TEAM *****/


.team {
    background: url(../img/bg/team.jpg) no-repeat center top;
    margin-top: -400px;
    padding: 400px 0 275px;
}

.section-title.white {
    color: #FFF;
}

.team .section-title {
    font-size: 45px;
    font-weight: normal;
    line-height: 80px;
    margin: 0 0 60px;
}

.team .section-title span {
    display: block;
    font-size: 72px;
    font-weight: normal;
}

.team .team-list {
    max-width: 960px;
}

.team .team-list .caption {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    margin: 0 0 40px;
}

.team .team-list .caption .item {
    color: #FFF;
    float: left;
    text-align: center;
    margin-right: 38px;
    cursor: pointer;
}

.team .team-list .caption .item .image {
    border-radius: 10px;
    margin: 0 0 20px;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

.team .team-list .caption .item .image:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(41, 41, 41, 0.6);
}

.team .team-list .caption .item.active-1 .image:before {
	display: none;
}

.team .team-list .caption .item .image img {
    border-radius: 10px;
}

.team .team-list .caption .item:last-child {
    margin-right: 0;
}

.team .team-list .caption .item .title {
    text-align: center;
    text-transform: uppercase;
    font-weight: 500;
}

.team .team-list .tabs-list {
    padding: 36px 40px;
    background: rgba(56, 46, 33, .8);
    color: #FFF;
    border-radius: 10px;
}

.team .team-list .tabs-list .tab {
    display: none;
    font-size: 16px;
    line-height: 28px;
}

.team .team-list .tabs-list .tab.active-1 {
    display: block;
}

.team .team-list .tabs-list .tab p {
    margin: 0 0 15px;
}

.team .team-list .tabs-list .tab a {
    color: #ffae38;
    text-transform: uppercase;
    font-weight: bold;
}

.team .team-list .tabs-list .tab a img {
    vertical-align: middle;
    margin-right: 10px;
    margin-bottom: 2px;
}

.team .team-list .tabs-list .tab p i {
    font-style: italic;
}


/***** NO BUILD *****/


.not-build {
    margin-top: -175px;
}

.not-build .slider-container {
    position: relative;
    overflow: hidden;
    max-width: 980px;
    margin: 0 auto;
    box-shadow: 0px 0px 50px 0px rgba(67, 67, 67, 0.15);
    border-radius: 10px;
}

.not-build .why-slider .item .info {
    height: 250px;
    font-size: 16px;
}

.why-slider .item .info b {
    display: block;
    text-transform: uppercase;
    font-family: 'Bebas Neue';
    font-size: 24px;
    color: #342b1e;
    margin: 0 0 10px;
}

.not-build .why-slider {
	margin: 0 auto !important;
}

.not-build .controls {
    margin-left: 70px;
}


/***** MONEY *****/

.money {
    background: url(../img/bg/money.jpg) no-repeat center top;
    padding: 225px 0 75px;
    overflow: hidden;
}

.money .section-title {
    padding-left: 486px;
    font-size: 45px;
    color: #342b1e;
    line-height: 1.2;
    font-weight: normal;
    margin: 0 0 87px;
}

.money .money-block {
    margin-left: 575px;
    background: url(../img/bg/money-block.png) no-repeat top -20px left -26px;
    padding: 50px 40px 40px 195px;
    width: 580px;
    font-size: 16px;
    border-radius: 10px;
    margin-bottom: 190px;
}

.money .money-block .title {
    line-height: 1.4;
    color: #444444;
    font-size: 18px;
    margin: 0 0 15px;
}

.money .money-block .title span {
    font-style: italic;
    font-weight: 500;
    color: #ffae38;
}

.money .money-block a {
    color: #ffaf24;
    text-transform: uppercase;
    font-weight: bold;
}

.money .money-block a img {
    vertical-align: middle;
    margin-right: 7px;
}

.money .money-table {
    background: #FFF;
    overflow: hidden;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 50px 0px rgba(67, 67, 67, 0.15);
            box-shadow: 0px 0px 50px 0px rgba(67, 67, 67, 0.15);
    position: relative;
    z-index: 3;
}

.money .money-table .table-title {
    padding: 47px 50px 35px;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    text-transform: uppercase;
    color: #342b1e;
    font-family: 'Bebas Neue';
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 0.5px;
    line-height: 1;
    margin: 0;
}

.money .money-table .table-title .left {
    float: left;
    width: 70%;
}

.money .money-table .table-title .right {
    float: left;
    width: 30%;
    text-align: right;
    color: #afafaf;
}

.money .money-table .table {
    display: table;
}

.money .money-table .table .table-header {
    display: table-header-group;
}

.money .money-table .table .item-header {
    display: table-cell;
    background: #ffe2b7;
    padding: 20px 38px;
    border-right: 2px solid #f8dcb2;
    vertical-align: middle;
    color: #444444;
    line-height: 24px;
    font-size: 16px;
}

.money .money-table .table .item-header:last-child {
    border: none;
}

.money .money-table .table .item-header:nth-child(1) {
    width: 25%;
}

.money .money-table .table .item-header:nth-child(2) {
    width: 35%;
}

.money .money-table .table .item-header:nth-child(3) {
    width: 40%;
}

.money .money-table .table .table-body {
    display: table-row-group;
}

.money .money-table .table .table-tr {
    display: table-row;
}

.money .money-table .table .table-tr .item {
    display: table-cell;
    padding: 20px 30px;
    font-size: 16px;
    color: #444444;
    border-right: 2px solid #f3f3f3;
}

.money .money-table .table .table-tr .item:nth-child(1) {
    width: 25%;
    padding-left: 38px;
}

.money .money-table .table .table-tr .item:nth-child(2) {
    width: 35%;
}

.money .money-table .table .table-tr .item:nth-child(3) {
    width: 40%;
}

.money .money-table .table .table-tr:nth-child(2n) {
    background: #fafafa;
}

/***** EXPENSIVE *****/


.expensive {
    padding: 75px 0;
}

.expensive .section-title {
    color: #342b1e;
    font-weight: normal;
    font-size: 72px;
    line-height: 80px;
    margin: 0 0 50px;
}

.expensive .section-title span {
    color: #ffae38;
}

.expensive-table {
    margin: 0 auto;
    margin-bottom: -200px;
    white-space: nowrap;
    position: relative;
}

.table-title {
    margin: 0 0 50px;
    position: relative;
    /* padding: 0 0 50px; */
}

.table-title .title {
    color: #444444;
    font-weight: bold;
    font-size: 24px;
    text-transform: uppercase;
    font-family: 'Bebas Neue';
}

.table-title .title a {
    font-size: 16px;
    display: block;
    margin: 28px 0 0;
    color: #ffae38;
    font-family: 'Museo Sans Cyrl 500', sans-serif;
}

.table-title .title a img {
	vertical-align: top;
	margin-right: 10px;
}

.expensive-table .table-slider {
    background: #FFF;
    -webkit-box-shadow: -13px 0 15px rgba(0, 0, 0, 0.1);
            box-shadow: -13px 0 15px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    overflow: hidden;
    padding: 10px 0;
    width: auto;
    left: calc(50% + 238px);
    position: relative;
    margin-left: -570px;
    border-radius: 0 10px 10px 0;
}

.expensive-table .table-slider.left-p-1 {
    left: calc(50% + 238px + 451px);
}

.expensive-table .table-slider.left-p-2 {
    left: calc(50% + 238px + 451px*2);
}

.expensive-table .table-slider.fix {
    top: 0;
    position: absolute;
    left: 50%;
    height: 100%;
    border-radius: 10px 0 0 10px;
}

.expensive-table .table-slider.left-p-2.fix {
	width: 100%;
}

.expensive-table:after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 200px;
    background-color: rgba(255, 255, 255, 0.1);
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zd…IgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCN2c2dnKSIgLz48L3N2Zz4=);
    background-image: -webkit-gradient(linear, 0% 0%, 100% 0%,color-stop(0, rgba(255, 255, 255, 0)),color-stop(0.745, rgb(255, 255, 255)));
    background-image: -webkit-linear-gradient(left,rgba(255, 255, 255, 0) 0%,rgb(255, 255, 255) 74.5%);
    background-image: linear-gradient(to right,rgba(255, 255, 255, 0) 0%,rgb(255, 255, 255) 74.5%);
    background-image: -ms-linear-gradient(left,rgba(255, 255, 255, 0) 0%,rgb(255, 255, 255) 74.5%);
}

.expensive-table .table-slider .item-slider {
	float: left;
    line-height: 24px;
    width: 451px;
    min-width: 451px;
    max-width: 451px;
    opacity: .5;
    -webkit-transition: .3s opacity;
    -o-transition: .3s opacity;
    transition: .3s opacity;
}

.expensive-table .table-slider .item-slider.none {
	display: none;
}

.expensive-table .table-slider .item-slider.active {
	opacity: 1;
}

.expensive-table .table-slider #permament {
	width: 238px;
	min-width: 238px;
	max-width: 238px;
	display: block;
}

.expensive-table .table-slider.fix .item-slider {
    display: none;
}

.expensive-table .table-slider.fix .item-slider.active {
    display: block;
}

.expensive-table .table-slider .item {
	white-space: normal;
	padding: 10px 30px;
	line-height: 24px;
}

.expensive-table .table-slider .item-slider .item:nth-child(2n) {
    background: #fafafa;
}

.expensive-table .table-slider .item-slider .item:nth-child(2) {
    background: #ffe1b7;
}

.expensive-table .table-slider .item.title {
    padding: 0 30px 15px;
    display: table-cell;
    line-height: 22px;
    vertical-align: bottom;
    text-transform: uppercase;
    font-weight: bold;
    color: #d1d1d1;
    opacity: 1;
    width: 451px;
    min-width: 451px;
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
    position: relative;
    z-index: 33;
    cursor: pointer;
    height: 69px;
}

.expensive-table .table-slider .item.title.small {
    text-transform: none;
    color: #444;
    font-weight: normal;
    padding-top: 10px;
    opacity: 1;
    width: 238px;
    min-width: 238px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
}

.expensive-table .table-slider .item.title span {
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    border: 2px solid #d1d1d1;
    margin-right: 15px;
    position: relative;
    border-radius: 3px;
}

.expensive-table .table-slider .item.title span:before {
    content: '\f00c';
    font-family: 'Font Awesome 5 Free';
    font-weight: 700;
    position: absolute;
    left: 1px;
    top: -5px;
    font-size: 22px;
    color: #252525;
    display: none;
}

.expensive-table .table-slider .item-slider.active .item.title span {
    border-color: #ffae38;
}

.expensive-table .table-slider .item-slider.active .item.title span:before {
	display: block;
}

.expensive-table .table-slider.fix .item-slider.active:not(#permament) {
	animation-name: pullUp;
	-webkit-animation-name: pullUp;	

	animation-duration: 1.1s;	
	-webkit-animation-duration: 1.1s;

	animation-timing-function: ease-out;	
	-webkit-animation-timing-function: ease-out;	

	transform-origin: 50% 100%;
	-ms-transform-origin: 50% 100%;
	-webkit-transform-origin: 50% 100%; 		
}

@keyframes pullUp {
	0% {
		transform: scaleY(0.1);
	}
	40% {
		transform: scaleY(1.02);
	}
	60% {
		transform: scaleY(0.98);
	}
	80% {
		transform: scaleY(1.01);
	}
	100% {
		transform: scaleY(0.98);
	}				
	80% {
		transform: scaleY(1.01);
	}
	100% {
		transform: scaleY(1);
	}							
}

@-webkit-keyframes pullUp {
	0% {
		-webkit-transform: scaleY(0.1);
	}
	40% {
		-webkit-transform: scaleY(1.02);
	}
	60% {
		-webkit-transform: scaleY(0.98);
	}
	80% {
		-webkit-transform: scaleY(1.01);
	}
	100% {
		-webkit-transform: scaleY(0.98);
	}				
	80% {
		-webkit-transform: scaleY(1.01);
	}
	100% {
		-webkit-transform: scaleY(1);
	}		
}	

#table-controls {
    position: absolute;
    left: inherit;
    right: 0;
    bottom: -20px;
    margin-left: 0;
}

#table-controls .arrow {
    background: #fdd48f;
    color: #FFF;
}

#table-controls .arrow:hover {
    color: #ffaf23;
}

#table-controls .dots ul li {
    border-color: #fdd48f;
    display: inline-block;
    vertical-align: middle;
}

#table-controls .dots ul li.slick-active {
    border-color: #ffaf23;
}


/***** HEADTING *****/


.heating {
    background: url(../img/bg/heating.jpg) no-repeat center top;
    padding: 300px 0;
}

.heating .heating-block {
    margin-left: 505px;
}

.heating .heating-block .title .small {
    font-size: 30px;
    text-transform: uppercase;
    color: #342b1e;
    font-family: 'Bebas Neue';
    line-height: 40px;
    margin: 0 0 30px;
}

.heating .heating-block .title .big {
    font-size: 72px;
    text-transform: uppercase;
    font-family: 'Bebas Neue';
    line-height: 80px;
    color: #FFF;
    margin: 0 0 50px;
}

.heating .heating-block .title .medium {
    font-size: 18px;
    line-height: 28px;
    color: #444;
    font-style: italic;
    margin: 0 0 20px;
}

.heating .heating-block .title .medium b {
    font-style: normal;
}

.heating .heating-block .form {
    display: inline-block;
    vertical-align: top;
    width: 100%;
}

.heating .heating-block .form input {
    width: 50%;
    height: 60px;
    line-height: 60px;
    border: none;
    background: #f6f6f6;
    border-radius: 10px 0 0 10px;
    padding: 0 20px;
    font-size: 16px;
    float: left;
}

.heating .heating-block .form button {
    width: 50%;
    height: 60px;
    line-height: 60px;
    color: #FFF;
    border: none;
    background: #fab045;
    background-image: -webkit-linear-gradient( 90deg, rgb(240,150,19) 0%, rgb(255,189,92) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(240,150,19) 0%, rgb(255,189,92) 100%);
    border-radius: 0 10px 10px 0;
    font-size: 16px;
    font-weight: bold;
    padding: 0;
    float: left;
    cursor: pointer;
}

.heating .heating-block .form form {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    margin: 0 0 22px;
}

.heating .heating-block .form .check {
    color: #444444;
    line-height: 24px;
}

.heating .heating-block .form .check a {
    color: #444444;
    display: block;
    text-decoration: underline;
}



/***** PAYBACK *****/


.payback {
    background: url(../img/bg/payback2.png) no-repeat top center;
    padding: 320px 0 150px;
    margin-top: -250px;
}

.payback .payback-block {
    max-width: 665px;
}

.payback .payback-block .section-title {
    font-weight: normal;
    font-size: 45px;
    color: #342b1e;
    line-height: 70px;
    margin: 0 0 35px;
}

.payback .payback-block .section-title span {
    display: block;
    font-size: 72px;
    color: #ffae38;
}

.payback .payback-block .small {
    color: #444444;
    font-size: 18px;
    line-height: 28px;
    margin: 0 0 81px;
}

.payback .form {
    background: #FFF;
    border-radius: 0 0 10px 10px;
    max-width: 665px;
    padding: 45px 40px;
    -webkit-box-shadow: 0px 0px 50px 0px rgba(67, 67, 67, 0.15);
            box-shadow: 0px 0px 50px 0px rgba(67, 67, 67, 0.15);
    position: relative;;
}

.payback .form .line-top {
    position: absolute;
    top: -29px;
    left: 0;
    width: 31px;
    width: calc(50% - 31px);
    height: 31px;
    background: #FFF;
    border-radius: 10px 0 0 0;
}

.payback .form .line-bottom {
    position: absolute;
    top: -29px;
    right: 0;
    width: 31px;
    width: calc(50% - 31px);
    height: 30px;
    background: #FFF;
    border-radius: 0 10px 0 0;
}

.payback .form .line-top:after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 31px 0 0 38px;
    border-color: transparent transparent transparent #ffffff;
    position: absolute;
    right: -37px;
    bottom: 0;
}

.payback .form .line-bottom:after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    position: absolute;
    left: -37px;
    top: 0;
    border-width: 0 0 31px 38px;
    border-color: transparent transparent #ffffff transparent;
}

.payback .form input {
    width: 100%;
    height: 60px;
    line-height: 60px;
    border: none;
    background: #f6f6f6;
    border-radius: 10px;
    padding: 0 20px;
    font-size: 16px;
    margin: 0 0 20px;
}

.payback .form textarea {
    width: 100%;
    padding: 23px 21px;
    border: none;
    background: #f6f6f6;
    resize: none;
    height: 100px;
    border-radius: 10px;
    font-size: 16px;
    margin: 0 0 20px;
}

.payback .form .check {
    color: #444444;
    line-height: 20px;
}

.payback .form button {
    width: 100%;
    height: 60px;
    line-height: 60px;
    color: #FFF;
    border: none;
    background-color: #f8aa38;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0idnNnZyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSIwJSIgeTE9IjAlIiB4Mj0iMCUiIHkyPSIxMDAlIj48c3RvcCBzdG9wLWNvbG9yPSIjZmZiZDVjIiBzdG9wLW9wYWNpdHk9IjEiIG9mZnNldD0iMCIvPjxzdG9wIHN0b3AtY29sb3I9IiNmMDk2MTMiIHN0b3Atb3BhY2l0eT0iMSIgb2Zmc2V0PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI3ZzZ2cpIiAvPjwvc3ZnPg==);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%,color-stop(0, rgb(255, 189, 92)),color-stop(1, rgb(240, 150, 19)));
    background-image: -webkit-linear-gradient(top,rgb(255, 189, 92) 0%,rgb(240, 150, 19) 100%);
    background-image: -webkit-gradient(linear,left top, left bottom,from(rgb(255, 189, 92)),to(rgb(240, 150, 19)));
    background-image: -o-linear-gradient(top,rgb(255, 189, 92) 0%,rgb(240, 150, 19) 100%);
    background-image: linear-gradient(to bottom,rgb(255, 189, 92) 0%,rgb(240, 150, 19) 100%);
    background-image: -ms-linear-gradient(top,rgb(255, 189, 92) 0%,rgb(240, 150, 19) 100%);
    border-radius: 10px;
    font-size: 16px;
    font-weight: bold;
    padding: 0;
    cursor: pointer;
}


/***** FOOTER *****/


footer {
    background: #231f20;
    padding: 26px 0;
    color: #FFF;
}

footer .logo {
    margin: 3px 0;
}

footer .text {
    font-size: 30px;
    text-align: center;
    line-height: 40px;
    font-family: 'Bebas Neue';
    max-width: 350px;
    margin: 6px auto 0;
}



/***** MODALS *****/


.modal {
    position: relative;
    margin: 0 auto;
    background: #FFF;
    max-width: 790px;
    padding: 50px 125px;
    border-radius: 0 0 10px 10px;
}

.modal .line-top {
    position: absolute;
    top: -31px;
    left: 0;
    width: 31px;
    width: calc(50% - 31px);
    height: 31px;
    background: #FFF;
    border-radius: 10px 0 0 0;
}

.modal .line-bottom {
    position: absolute;
    top: -31px;
    right: 0;
    width: 31px;
    width: calc(50% - 31px);
    height: 31px;
    background: #FFF;
    border-radius: 0 10px 0 0;
}

.modal .line-top:after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 31px 0 0 38px;
    border-color: transparent transparent transparent #ffffff;
    position: absolute;
    right: -38px;
    bottom: 0;
}

.modal .line-bottom:after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    position: absolute;
    left: -38px;
    top: 0;
    border-width: 0 0 31px 38px;
    border-color: transparent transparent #ffffff transparent;
}

.modal .modal-title {
    text-align: center;
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 600;
    font-family: 'Bebas Neue';
    letter-spacing: 0.5px;
    margin: 0 0 30px;
}

.modal .modal-content {}

.modal .modal-content .text {
    text-align: center;
    color: #444444;
    margin: 0 50px 30px;
    font-size: 18px;
    line-height: 28px;
}

.modal .modal-content .text:last-child {
    margin-bottom: 0;
}

.modal .modal-content form {
    margin: 0 0 30px;
}

.modal .modal-content form input {
    float: left;
    width: 50%;
    height: 60px;
    line-height: 60px;
    border-radius: 10px 0 0 10px;
    background: #f6f6f6;
    border: none;
    padding: 0 20px;
    font-size: 16px;
}

.modal .modal-content form button {width: 50%;height: 60px;line-height: 60px;color: #FFF;border: none;background: #fab045;background-image: -webkit-linear-gradient( 90deg, rgb(240,150,19) 0%, rgb(255,189,92) 100%);background-image: -ms-linear-gradient( 90deg, rgb(240,150,19) 0%, rgb(255,189,92) 100%);border-radius: 0 10px 10px 0;font-size: 16px;font-weight: bold;cursor: pointer;}

.modal .modal-content .text.small {
    font-size: 14px;
    line-height: 1.4;
}

.modal .modal-content .text a {
    color: #444444;
    border-bottom: 1px solid #444;
    transition: .3s border-color;
}

.modal .modal-content .text a:hover {
    border-color: transparent;
}

.modal .mfp-close {
    font-size: 0;
    height: 22px;
    width: 22px;
    top: -15px;
    right: 15px;
}

.modal .mfp-close:after, .modal .mfp-close:before {
    content: '';
    position: absolute;
    left: 10px;
    top: 0;
    width: 2px;
    height: 100%;
    background: #9c9c9c;
    transform: rotate(45deg);
    transition: .3s background;
}

.modal .mfp-close:before {
    transform: rotate(-45deg);
}

.modal .mfp-close:hover:after, .modal .mfp-close:hover:before {
    background: #342b1e;
}

.modal .thanks {
    text-align: center;
    font-size: 18px;
    text-transform: none;
}

.modal .thanks .title {
    font-family: 'Bebas Neue';
    font-weight: bold;
    font-size: 72px;
    line-height: 1.2;
    color: #342b1e;
    text-transform: uppercase;
    margin: 0 0 10px;
}

.modal .thanks .text {
    line-height: 28px;
}

#politic {
    padding: 50px;
    margin: 50px auto;
}

#includedContent p {
    margin: 0 0 20px;
    line-height: 1.4;
}

#includedContent h4 {
    margin: 0 0 20px;
    font-weight: bold;
    font-size: 20px;
}


/***** ERROR PAGE *****/


.error-page {
    text-align: center;
    padding: 50px 0;
}

.error-page .logo {
    margin: 0 0 50px;
}

.error-page .title {
    font-family: 'Bebas Neue';
    font-size: 40px;
    color: #343434;
    margin: 0 0 10px;
}

.error-page .title span {
    display: block;
    font-size: 200px;
    font-weight: bold;
    color: #343434;
}

.error-page .text {
    font-size: 18px;
}

.error-page .text a {
    color: #ffa704;
}

.error-page .text a:hover {
    transition: .3s color;
    color: #343434;
}


/***** HOW HOUSE *****/

.how-house {
    padding: 330px 0 140px;
    background: url(../img/bg/how-house.png) no-repeat center top;
    margin-top: -342px;
}

.how-house .hh-block {
    width: 760px;
}

.how-house .hh-block .section-title {
    font-size: 72px;
    line-height: 80px;
    font-family: 'Bebas Neue';
    color: #342b1e;
    font-weight: 500;
    margin: 0 0 30px;
}

.how-house .hh-block p {
    font-size: 16px;
    color: #444444;
    margin: 0 0 30px;
}

.how-house .hh-block h3 {
    font-size: 24px;
    color: #444444;
    text-transform: uppercase;
    font-family: 'Bebas Neue';
    font-weight: bold;
    line-height: 1.2;
    margin: 0 0 30px;
}

.how-house .hh-block .hh-list {
    display: flex;
    margin: 0 0 30px;
}

.how-house .hh-block .hh-list .item {
    border-radius: 130px 130px 30px 30px;
    background: #FFF;
    padding: 28px 0 20px;
    text-align: center;
    width: 33.3333%;
    margin-right: 25px;
    box-shadow: 0px 0px 50px 0px rgba(67, 67, 67, 0.15);
}

.how-house .hh-block .hh-list .item:last-child {
    margin-right: 0;
}

.how-house .hh-block .hh-list .item .title {
    margin: 0 0 10px;
    color: #444444;
    font-size: 16px;
}

.how-house .hh-block .hh-list .item .image {
    height: 157px;
    line-height: 157px;
    margin: 0 0 10px;
}

.how-house .hh-block .hh-list .item .image img {
    vertical-align: bottom;
}

.how-house .hh-block .hh-list .item .price {
    font-size: 18px;
    color: #ffae38;
    font-style: italic;
}

.how-house .hh-block .blockquote {
    display: block;
    font-size: 16px;
    padding: 26px 20px;
    font-style: normal;
    text-align: left;
    border-radius: 0 10px 10px 0;
    position: relative;
    background: #FFF;
    color: #444444;
    line-height: 1.4;
    margin-left: 30px;
    box-shadow: 0px 0px 50px 0px rgba(67, 67, 67, 0.15);
}

.how-house .hh-block .blockquote .line-top {
    position: absolute;
    left: -30px;
    top: 0;
    width: 31px;
    height: calc(50% - 22px);
    background: #FFF;
    border-radius: 10px 0 0 0;
}

.how-house .hh-block .blockquote .line-bottom {
    position: absolute;
    left: -30px;
    bottom: 0;
    width: 31px;
    height: calc(50% - 22px);
    background: #FFF;
    border-radius: 0 0 0 10px;
}

.how-house .hh-block .blockquote .line-top:after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 31px 31px 0;
    border-color: transparent #FFF transparent transparent;
    position: absolute;
    left: 0;
    bottom: -30px;
}

.how-house .hh-block .blockquote .line-bottom:after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 31px 31px;
    border-color: transparent transparent #FFF transparent;
    position: absolute;
    left: 0;
    top: -30px;
}


/***** WHERE PRICE *****/


.where-price {
    padding: 80px 0 130px;
}

.where-price .wp-block {
    padding-left: 410px;
    position: relative;
    padding-bottom: 60px;
}

.where-price .wp-block:before {
    content: '';
    position: absolute;
    left: -250px;
    top: 0;
    width: 672px;
    height: 675px;
    background: url(../img/bg/where-price.png) no-repeat left top;
}

.where-price .wp-block .section-title {
    font-family: 'Bebas Neue';
    font-size: 72px;
    line-height: 64px;
    font-weight: normal;
    color: #342b1e;
    margin: 0 0 40px;
}

.where-price .wp-block .section-title span {
    display: block;
    font-weight: normal;
    font-size: 45px;
}

.where-price .wp-block .block-title {
    color: #342b1e;
    font-family: 'Bebas Neue';
    font-size: 24px;
    font-weight: bold;
    margin: 0 0 40px;
}

.where-price .wp-block .wp-list .item .title {
    font-size: 46px;
    color: #444444;
    text-transform: uppercase;
    font-weight: normal;
    font-family: 'Bebas Neue';
    margin: 0 0 30px;
}

.where-price .wp-block .wp-list .item .text {
    font-size: 16px;
    line-height: 1.4;
}

.where-price .wp-block .wp-list .item .text p {
    margin: 0 0 30px;
    line-height: 1.6;
}

.where-price .wp-block .wp-list .item .text p:last-child {
    margin: 0;
}

#wp-controls {
    left: 0;
    margin-left: 410px;
}

#wp-controls .arrow {
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}

#wp-controls .dots ul li {
    border-color: rgba(255, 175, 36, 0.5);
}


/***** WE EXP *****/

.we-exp {
    padding: 220px 0 242px;
    background: url(../img/bg/we-exp.png) no-repeat center top;
}

.we-exp .we-block {
    max-width: 680px;
}

.we-exp .we-block .section-title {
    font-size: 72px;
    line-height: 82px;
    font-weight: normal;
    color: #342b1e;
    margin: 0 0 50px;
}

.we-exp .we-block .section-title span {
    display: block;
    color: #ffae38;
}

.we-exp .we-block .info p {
    margin: 0 0 20px;
    font-size: 18px;
    line-height: 1.6;
}

.we-exp .we-block .info em, .we-exp .we-block .info i {
    font-style: italic;
}

.go-up {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    background: rgb(253, 212, 143);
    position: fixed;
    left: 20px;
    bottom: 20px;
    line-height: 50px;
    font-size: 30px;
    width: 50px;
    height: 50px;
    text-align: center;
    color: #fff;
    border-radius: 100px;
    cursor: pointer;
    -webkit-transition: .5s all;
    -o-transition: .5s all;
    transition: .5s all;
    z-index: 9999;
}

.go-up.show {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

@media all and (min-width: 800px) {
  .fancybox-thumbs {
    top: auto;
    width: auto;
    bottom: 0;
    left: 0;
    right : 0;
    height: 95px;
    padding: 10px 10px 5px 10px;
    box-sizing: border-box;
    background: rgba(0, 0, 0, 0.3);
  }
  
  .fancybox-show-thumbs .fancybox-inner {
    right: 0;
    bottom: 95px;
  }
}

.btn-call {
    position: fixed;
    right: 60px;
    bottom: 80px;
    z-index: 330;
}

.btn-call a {
    display: block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    background-color: #25d366;
    border-radius: 100px;
    text-align: center;
    color: #FFF;
    font-size: 34px;
}

.btn-call a.mobile-btn {
    display: none;
}

.btn-call a i {
    position: relative;
    z-index: 10;
}

.btn-call a:before {
    content: "";
    position: absolute;
    border-radius: 50%;
    z-index: 1;
    transition: all .5s;
    top: -10px;
    left: -10px;
    width: 80px;
    height: 80px;
    background-color: #25d366;
    -webkit-animation: callback-btn-inner 1.5s ease-in-out infinite;
    animation: callback-btn-inner 1.5s ease-in-out infinite;
}

.btn-call a:after {
    content: "";
    position: absolute;
    border-radius: 50%;
    z-index: 1;
    transition: all .5s;
    top: -30px;
    left: -30px;
    background-color: transparent;
    border: .125rem solid #25d366;
    width: 120px;
    height: 120px;
    -webkit-animation: callback-btn-outer 1.5s ease-in-out infinite;
    animation: callback-btn-outer 1.5s ease-in-out infinite;
}


@-webkit-keyframes callback-btn-inner {
    0% {
        transform: rotate(0) scale(.6) skew(1deg);
        opacity: 0
    }
    50% {
        transform: rotate(0) scale(1) skew(1deg);
        opacity: .2
    }
    to {
        transform: rotate(0) scale(.6) skew(1deg);
        opacity: .2
    }
}

@keyframes callback-btn-inner {
    0% {
        transform: rotate(0) scale(.6) skew(1deg);
        opacity: 0
    }
    50% {
        transform: rotate(0) scale(1) skew(1deg);
        opacity: .2
    }
    to {
        transform: rotate(0) scale(.6) skew(1deg);
        opacity: .2
    }
}

@-webkit-keyframes callback-btn-outer {
    0% {
        transform: rotate(0) scale(.5) skew(1deg);
        opacity: .01
    }
    30% {
        transform: rotate(0) scale(.7) skew(1deg);
        opacity: .5
    }
    to {
        transform: rotate(0) scale(1) skew(1deg);
        opacity: .01
    }
}

@keyframes callback-btn-outer {
    0% {
        transform: rotate(0) scale(.5) skew(1deg);
        opacity: .01
    }
    30% {
        transform: rotate(0) scale(.7) skew(1deg);
        opacity: .5
    }
    to {
        transform: rotate(0) scale(1) skew(1deg);
        opacity: .01
    }
}



/*** VIDEO ***/

.video {
    padding: 100px 0;
    background: #f5f5f5;
    margin: 100px 0 0;
    text-align: center;
}

.video .section-title span {
    color: #ffae38;
}

.video-list {
    display: flex;
    flex-wrap: wrap;
}

.video-list .item {
    width: calc(100%/3 - 30px*2/3);
    margin: 0 30px 30px 0;
}

.video-list .item:nth-child(3n) {
    margin-right: 0;
}

.video .section-title {
    margin: 0 0 100px;
    text-align: center;
    font-weight: normal;
    font-size: 72px;
    color: #342b1e;
}

.video-list .item a {
    text-align: left;
    display: block;
    position: relative;
    overflow: hidden;
    border-radius: 5px;
}

.video-list .item a:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgb(0,0,0);
    background: linear-gradient(0deg, rgb(0 0 0 / 55%) 0%, rgba(9,9,121,0) 100%);
}

.video-list .item a:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: url('../img/icons/play.png') no-repeat center center;
    width: 40px;
    height: 40px;
    border-radius: 100px;
    background-size: 40px;
}

.video-list .item a span {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 0 12px 10px;
    color: #FFF;
    font-size: 12px;
    z-index: 10;
}

.video .more-link {
    text-align: center;
    margin-top: 30px;
}

.video .btn-more {
display: inline-block;
    vertical-align: top;
    text-align: center;
    width: 300px;
    height: 60px;
    line-height: 60px;
    color: #342b1e;
    border: none;
    background: #fab045;
    background-image: -webkit-linear-gradient( 90deg, rgb(240,150,19) 0%, rgb(255,189,92) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(240,150,19) 0%, rgb(255,189,92) 100%);
    border-radius: 10px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    margin: 0 auto;
}