@charset "UTF-8";
html {
    overflow-x: hidden;
}
html ::-webkit-scrollbar-button {
    background-image: url();
    background-repeat: no-repeat;
    width: 6px;
    height: 0;
}
html ::-webkit-scrollbar-track {
    background-color: #32312e;
    -webkit-box-shadow: 0 0 3px #000 inset;
    box-shadow: 0 0 3px #000 inset;
}
html ::-webkit-scrollbar-thumb {
    -webkit-border-radius: 0;
    border-radius: 0;
    background-color: #ffd601;
    -webkit-box-shadow: 0 1px 1px #c4c4c4 inset;
    box-shadow: 0 1px 1px #c4c4c4 inset;
    background-image: url(../img/59610063.png);
    background-position: center;
    background-repeat: no-repeat;
}
html ::-webkit-resizer {
    background-image: url();
    background-repeat: no-repeat;
    width: 7px;
    height: 0;
}
html ::-webkit-scrollbar {
    width: 11px;
}
body {
    margin: 0;
    padding: 0;
    -webkit-user-select: inherit;
    -moz-user-select: inherit;
    -ms-user-select: inherit;
}
body ::-moz-selection {
    background: #ffd601;
    color: #fff;
}
body ::selection {
    background: #ffd601;
    color: #fff;
}
body h1,
body h2,
body h3,
body h4,
body h5,
body h6,
body p {
    margin: 0;
    line-height: 1.5;
    font-weight: 300;
}
body h1,
body h2 {
    font-size: 60px;
    font-family: "Roboto", sans-serif;
}
body h2 {
    font-size: 48px;
}
body .title-block,
body h3,
body h4,
body h5 {
    font-size: 38px;
    font-family: "Roboto", sans-serif;
}
body .title-block {
    padding: 30px 0;
    text-align: center;
    font-weight: 900;
}
body h4,
body h5 {
    font-size: 28px;
}
body h5 {
    font-size: 24px;
}
body p {
    font-size: 16px;
}
body a {
    text-decoration: none;
    cursor: pointer;
    color: #000;
}
body ul li {
    list-style: none;
}
body .button,
body .button-sl,
body .button-mini,
body a,
body h6,
body p,
body table,
body ul li {
    font-family: "Roboto", sans-serif;
}
body .button,
body .button-sl,
body .button-mini {
    font-size: 18px;
    -webkit-border-radius: 0;
    border-radius: 0;
    outline: 0;
    -webkit-box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.3);
    box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.3);
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    cursor: pointer;
    display: block;
    margin: auto;
}
body .button {
    background: 0 0;
    position: relative;
    padding: 7px 45px 9px;
    border: 2px solid #000;
    color: #000;
}
body .button-sl {
    background: 0 0;
    position: relative;
    text-align:center;
    border: 2px solid #000;
    color: #000;
}
body .button-sl:before ,
.block-1 .wrapper-gl .item .content-box a:before,
body .button:before {
    content: "";
    border: 2px solid #ffd601;
    position: absolute;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}
body .button-sl:before,
body .button:before {
    z-index: -1;
    padding: 20px 112px;
    left: 5px;
    top: -8px;
}
body .button-sl:hover:before,
body .button:hover:before {
    left: -1px;
    top: -1px;
    padding: 19px 115px;
    background: #ffd601;
}
body .button-sl:active,
body .button:active {
    -webkit-box-shadow: 3px 3px 8px transparent;
    box-shadow: 3px 3px 8px transparent;
}
body .button-mini {
    padding: 2px 40px 4px;
    border: 0 solid #fff;
    background: #ffd601;
    color: #fff;
}
body .button-mini:hover {
    background: #cca300;
}
body .button-mini:active {
    -webkit-box-shadow: 3px 3px 8px transparent;
    box-shadow: 3px 3px 8px transparent;
}
.head-container {
    width: 100%;
    min-height: 77px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}
.head-container .head-boxs {
    padding: 5px 15px;
    margin: 5px 10px;
    position: relative;
}
.head-container .head-boxs #logo {
    position: absolute;
    width: 180px;
    top: 20px;
    right: 0;
    bottom: 0;
    line-height: normal;
}
.head-container .phone-box {
    font-size: 12px;
}
.head-container .phone-box b,
body h6 {
    font-size: 20px;
}
.menu-container {
    position: relative;
    z-index: 99;
}
.menu-container .menu-button {
    display: none;
    position: absolute;
    padding: 10px;
    cursor: pointer;
    color: #ffd601;
    right: 0;
    font-size: 55px;
    background: #484848;
}
@media screen and (max-width: 854px) {
    .menu-container .menu-button {
        display: block;
    }
}
.menu-container .menu-box {
    width: 100%;
    min-height: 38px;
    background: #484848;
    position: absolute;
    z-index: 9;
}
.menu-container .menu-box .menu {
    padding-inline-start: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    width: 80%;
    margin: auto;
    text-align: center;
}
@media screen and (max-width: 1038px) {
    .menu-container .menu-box .menu {
        width: 100%;
    }
}
@media screen and (max-width: 854px) {
    .menu-container .menu-box .menu {
        display: none;
    }
}
.menu-container .menu-box .menu a {
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    font-size: 18px;
    padding: 19px 10px;
    color: #fff;
    -webkit-box-shadow: 0 0 0 0 #ffd601 inset;
    box-shadow: 0 0 0 0 #ffd601 inset;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    display: inline-block;
}
@media screen and (max-width: 854px) {
    .menu-container .menu-box .menu a {
        display: block;
        width: 33%;
        margin: auto;
        text-align: center;
    }
}
.menu-container .menu-box .menu .active-a-menu,
.menu-container .menu-box .menu a:hover {
    -webkit-box-shadow: 0 -6px 0 0 #ffd601 inset;
    box-shadow: 0 -6px 0 0 #ffd601 inset;
}
.fixed {
    -webkit-box-shadow: 0 3px 30px rgba(0, 0, 0, 0.3);
    box-shadow: 0 3px 30px rgba(0, 0, 0, 0.3);
    position: fixed !important;
    top: 0;
}
.active-menu {
    background: green;
    -webkit-box-shadow: 3px 3px 8px transparent;
    box-shadow: 3px 3px 8px transparent;
}
#block-10,
#block-11,
#block-12,
#block-13,
#block-2,
#block-3,
#block-4,
#block-5,
#block-6,
#block-7,
#block-8,
#block-9,
#comments,
#contacts,
#fund-2,
#fund-3,
#fund-4,
#main {
    display: block;
    margin-top: -80px;
    position: absolute;
}
.container-gl {
    width: 100%;
    min-height: 768px;
}
.container-gl .wrapper-gl {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: auto;
}
.container,
.container .wrapper,
.container-gl,
.container-gl .wrapper-gl {
    outline: 0 solid;
    position: relative;
    padding: 0.1px 0;
}
.container {
    width: 100%;
}
.container .wrapper {
    max-width: 1100px;
    min-width: 360px;
    margin: 0 auto 70px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.block-1 .wrapper-gl,
.block-1 .wrapper-gl .item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
@media screen and (max-width: 900px) {
    .block-1 .wrapper-gl {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}
.block-1 .wrapper-gl .item {
    width: 640px;
    height: 900px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.block-1 .wrapper-gl .item .content-box {
    height: 390px;
    text-align: center;
    position: relative;
    width: 100%;
}
.block-1 .wrapper-gl .item .content-box h2 {
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    font-size: 40px;
    text-align: center;
    color: #fff;
    padding: 0 15px;
}
.block-1 .wrapper-gl .item .content-box h4,
.block-1 .wrapper-gl .item .content-box p {
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    font-size: 28px;
    text-align: center;
    padding: 10px;
    color: #fff;
}
.block-1 .wrapper-gl .item .content-box a {
    padding: 12px 50px;
    background: #ffd601;
    left: 0;
    right: 0;
    width: 100px;
    margin: auto;
    bottom: 160px;
    position: absolute;
}
.block-1 .wrapper-gl .item .content-box a:before {
    padding: 18px 108px;
    left: -10px;
    right: 0;
    top: 12px;
}
.block-1 .wrapper-gl .item .content-box a:hover:before {
    padding: 18px 98px;
    left: 0;
    top: 0;
}
.block-1 .wrapper-gl .item .content-box h4 {
    font-weight: 900;
    font-size: 30px;
    position: absolute;
    bottom: 15px;
    margin: auto;
    left: 0;
    right: 0;
}
.block-1 .wrapper-gl .item .content-box h4 b,
.fund .wrapper h4 b,
.shtuk .wrapper h1 b {
    color: #ffd601;
}
.block-1 .wrapper-gl .img1 {
    background: url(../img/fon1-main-1.jpg) no-repeat;
}
.block-1 .wrapper-gl .img2 {
    background: url(../img/fon1-main-2.jpg) no-repeat;
}
.block-1 .wrapper-gl .img3 {
    background: url(../img/fon1-main-3.jpg) no-repeat;
}
.fund {
    min-height: 408px;
}
@media screen and (max-width: 1160px) {
    .fund {
        background: url(../img/fon-1-fund.jpg) center top/cover no-repeat;
    }
}
.fund .wrapper {
    margin-top: 100px;
    margin-bottom: 30px;
}
.fund .wrapper h1,
.fund .wrapper h4,
.op .wrapper h1,
.op .wrapper h4,
.price .wrapper h1,
.shtuk .wrapper h1,
.shtuk .wrapper h4 {
    font-style: normal;
    font-weight: 900;
    line-height: 67px;
    font-size: 48px;
    text-align: center;
    color: #fff;
}
.fund .wrapper h4,
.op .wrapper h4,
.shtuk .wrapper h4 {
    line-height: normal;
    font-size: 30px;
    padding: 10px;
}
.fund .wrapper-button {
    max-width: 1100px;
    margin: 0 auto 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.fund .wrapper-button a {
    padding: 0;
}
.fund .wrapper-button .button {
    width: 200px;
    height: 65px;
    border-color: #ffd601;
    color: #fff;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    text-align: center;
    margin: 10px;
}
.fund .wrapper-button .button:hover {
    background: #ffd601;
    color: #000;
    font-weight: 900;
}
.fund .wrapper-button .button-sl {
    width: 200px;
    height: 65px;
    border-color: #ffd601;
    color: #fff;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    text-align: center;
    margin: 10px;
}
.fund .wrapper-button .button-sl:hover {
    background: #ffd601;
    color: #000;
    font-weight: 900;
}
.shtuk {
    min-height: 408px;
}
@media screen and (max-width: 1300px) {
    .shtuk {
        background: url(../img/fon-1-shtukrab.jpg) center top/cover no-repeat;
    }
}
.shtuk .wrapper {
    margin-top: 150px;
    margin-bottom: 30px;
}
.shtuk .wrapper p {
    color: #ffd601;
    font-size: 22px;
    text-align: center;
}
.shtuk .wrapper p b {
    color: #fff;
}
.op .wrapper h4 b,
.shtuk .wrapper h4 b {
    color: #ffd601;
}
.op {
    min-height: 408px;
}
@media screen and (max-width: 1160px) {
    .op {
        background: url(../img/fon-1-opalubka.jpg) center top/cover no-repeat;
    }
}
.op .wrapper,
.price .wrapper {
    margin-top: 120px;
    margin-bottom: 30px;
    max-width: 650px;
}
.price {
    min-height: 200px;
}
.price .wrapper {
    margin-top: 100px;
}
.price .wrapper h1 {
    line-height: 58px;
    color: #000;
}
.block-5 .wrapper form .button.sendkonsult:hover {
    background: #ffd601;
    transition: background 0.5s ease-out;
}
.block-5 .wrapper form .button.sendkonsult {
    transition: background 0.5s ease-out;
}
ul.social {
    display: flex;
    margin: 15px 0 0 0;
}
li.social__item {
    margin: 0 5px;
    display: flex;
    align-items: center;
}
.social__link:hover {
    transform: scale(1.1);
}
.footer a.social__link {
    display: block;
    transition: transform 150ms ease-out;
    padding: 0;
}
.comments button:hover:before {
    padding: 19px 112px;
}
.sub-menu {
    display: none;
    position: absolute;
    background: #484848;
    text-align: left;
    padding: 0 15px 0 25px;
}
.menu-item-has-children > a::after {
    background: url(../img/nav.png) no-repeat;
    width: 7px;
    height: 4px;
    position: absolute;
    content: " ";
    bottom: 25px;
    right: -10px;
}
.menu-item-has-children:hover .sub-menu {
    display: block;
}
.menu-item-has-children > a {
    position: relative;
}
.price-2 .title-block {
    background: #ffd601;
    font-weight: 600;
    padding: 15px;
    font-size: 36px;
}
.price-2 .wrapper {
    margin-bottom: 30px;
}
.price-2.gallery .title-block {
    color: #000000;
}
.price-2.gallery {
    background: none;
}
.price-2.gallery .wrapper:after,
.price-2.gallery .wrapper:before {
    content: none;
}
