@font-face {
    font-family: "Muller";
    src: local("Muller Regular"), local("MullerRegular"), url("fonts/Muller/MullerRegular.ttf") format("truetype"), url("fonts/Muller/MullerRegular.woff2") format("woff2"), url("fonts/Muller/MullerRegular.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
html,
body {
    padding: 0;
    margin: 0;
    color: #18222e !important;
    font-family: "Muller", "Ubuntu", "Roboto", "Arial", sans-serif;
    font-weight: 500;
    overflow: visible !important;
}
.wrapperheader {
    margin: 0 auto;
    max-width: 1400px;
}
.wrapper {
    margin: 0 auto;
    max-width: 1170px;
}
.displaynone {
    display: none;
}
.btn {
    padding: 0 0 0 0;
    margin: 0 0 0 0;
}
.mobile-version {
    display: none;
}
.always-opened {
    display: none;
}
.fancybox-skin {
    color: #18222e;
}
.man {
    display: none;
}
.logo2 {
    display: none;
}
.logo2 img {
    max-width: 233px;
    margin-bottom: 15px;
}
.green {
    color: #66cc00;
}
a.button_global,
.button_global {
    box-sizing: border-box;
    position: relative;
    list-style: none;
    background-color: #66cc00;
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 600;
    color: #fff;
    line-height: 1;
    text-align: center;
    display: inline-block;
    cursor: pointer;
    text-decoration: none;
    text-transform: uppercase;
    height: 67px;
    padding: 28px 40px;
    -moz-transition: background-color ease 0.15s;
    -webkit-transition: background-color ease 0.15s;
    transition: background-color ease 0.15s;
}
a.button_global.button_white,
.button_global.button_white {
    background-color: #fff;
    color: #66cc00;
}
a.button_global:hover,
.button_global:hover {
    background-color: #339900;
    color: #fff;
    text-decoration: none;
}
a.button_global:active,
.button_global:active {
    background-color: #336600;
    text-decoration: none;
}
h1 {
    font-size: 35px;
    font-weight: 500;
    color: #18222e;
}
.text-1 {
    color: #9c9fa2;
}
.hr {
    margin-bottom: 40px;
    width: 100%;
    height: 2px;
    opacity: 0.2;
    background: #7f7f7f;
}
.hr:after {
    content: "";
    position: relative;
    border-style: solid;
    border-width: 10px 15px 0;
    border-color: #fff transparent;
    display: block;
    width: 0;
    z-index: 1;
    top: -12px;
    left: 50%;
}
.hr:before {
    content: "";
    position: relative;
    border-style: solid;
    border-width: 10px 15px 0;
    border-color: #7f7f7f transparent;
    display: block;
    width: 0;
    z-index: 1;
    top: 0;
    left: 50%;
}
label.lbl {
    position: relative;
    width: 100%;
    background-color: #f1f1f1;
}
label.lbl input:focus {
    outline: 0;
    background-color: #dadada;
}
label.lbl input[name="name"] {
    background: url("img/icons/user.svg") right 30px center no-repeat;
    background-size: 17px;
}
label.lbl input[name="phone"] {
    background: url("img/icons/phone1.svg") right 30px center no-repeat;
    background-size: 17px;
}
label.lbl input[name="email"] {
    background: url("img/icons/mail.svg") right 30px center no-repeat;
    background-size: 17px;
}
label.lbl input {
    width: 100%;
    height: 72px;
    font-size: 16px;
    padding-left: 29px;
    background-color: #f5f5f5;
    border: 0;
}
label.lbl input.error {
    background-color: #ffeaea;
    outline: 1px #ffa8a2 solid;
}
label.lbl.last {
    margin-left: 30px;
}
.row {
    margin: 0 0 0 0;
}
.dwnl-files-btn div {
    color: #66cc00;
    cursor: pointer;
    text-align: left;
    font-size: 14px;
    font-weight: 500;
    text-decoration: underline;
}
.dwnl-files-btn div:hover {
    color: #66cc00;
    text-decoration: none;
}
.dwnl-files-btn input[type="file"] {
    display: none;
}
.js--delete-files {
    color: #66cc00;
    cursor: pointer;
    text-decoration: underline;
    font-size: 12px;
    display: inline-block;
    margin: 10px 0 0 0;
}
.result {
    -moz-box-shadow: 0 0 8px 0 rgba(50, 50, 50, 0.3);
    -webkit-box-shadow: 0 0 8px 0 rgba(50, 50, 50, 0.3);
    box-shadow: 0 0 8px 0 rgba(50, 50, 50, 0.3);
    width: 100%;
    padding: 20px;
    margin-top: 10px;
    display: none;
}
.result.active,
.result-modal.active {
    display: block;
}
.result-modal {
    padding: 10px 20px;
    margin-top: 35px;
    text-align: center;
    border-top: 1px solid #dcdcdc;
    display: none;
}
a {
    color: #18222e;
    text-decoration: none;
}
a:hover {
    color: #66cc00;
    text-decoration: underline;
}
header {
    margin: 36px 0 100px 0;
}
header .row {
    width: 100%;
}
header .contacts {
    margin-left: 11px;
}
header .logo {
    font-size: 32px;
    font-weight: 600;
}
header .logo img {
    display: block;
    max-width: 250px;
}
header .social {
    text-align: center;
    font-size: 13px;
}
header .social .social_a {
    width: auto;
    white-space: nowrap;
}
header .social .social_a .socialimg {
    text-decoration: none;
    padding-right: 5px;
}
header .social .social_a .socialimg img {
    width: 20px;
}
header .contact {
    padding-top: 5px;
    padding-left: 20px;
    list-style: none;
    text-align: left;
}
header .contact .social {
    text-align: center;
}
header .contact .social-title {
    padding-right: 6px;
}
header .contact a {
    color: #18222e;
    text-decoration: none;
    font-weight: 800;
}
header .contact a:hover {
    text-decoration: underline;
}
header .contact .button {
    text-transform: uppercase;
    text-decoration: none;
    color: #66cc00;
    border-bottom: 1px dashed #66cc00;
    -moz-transition: border-bottom ease 0.15s;
    -webkit-transition: border-bottom ease 0.15s;
    transition: border-bottom ease 0.15s;
}
header .contact .button:hover {
    text-decoration: none;
    border-bottom: 1px solid #66cc00;
}
header .contact .col-phone {
    text-align: center;
}
header .contact .phone {
    position: relative;
    padding-left: 10px;
}
header .contact .phone::before {
    content: "";
    position: absolute;
    width: 15px;
    height: 15px;
    left: -10px;
    top: 0;
    background: url("img/icons/phone.svg") center 0 no-repeat;
}
header .contact .col-email {
    font-size: 15px;
    white-space: nowrap;
    text-align: right;
}
#block-1 .back {
    display: block;
    position: absolute;
    height: 889px;
    width: 100%;
    z-index: -1;
    top: -2px;
    background-color: #f4f4f6;
    background-position: center 0;
    background-repeat: no-repeat;
    background-size: cover;
}
#block-1 .scroll {
    position: relative;
}
#block-1 .scroll li {
    top: 520px;
    position: absolute;
    list-style: none;
    -ms-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    left: 40px;
}
#block-1 .scroll li a {
    color: #e3e6eb;
    text-transform: uppercase;
}
#block-1 .scroll li a:hover {
    color: #66cc00;
}
#block-1 .container {
    margin-left: 8px;
    padding: 0;
    display: flex;
    flex-wrap: nowrap;
    max-width: 100%;
    flex-direction: row;
    justify-content: space-between;
}
#block-1 .container .container-1 {
    width: 55%;
}
#block-1 .container .container-1 h1 {
    font-weight: 600;
    line-height: 3rem;
    font-size: 40px;
    margin: 68px 0 0 0;
    color: #18222e;
}
#block-1 .container .container-1 h1.sm {
    font-size: 32px;
    white-space: nowrap;
}
#block-1 .container .container-1 h1 .small-h1 {
    font-size: 25px;
    line-height: 1.4;
    margin-top: 18px;
}
#block-1 .container .container-1 .box-1 .logo {
    position: relative;
    max-width: 400px;
    width: 100%;
    margin-top: 36px;
    padding: 0 49px 0 10px;
}
#block-1 .container .container-1 .box-1 .logo::before {
    content: "";
    position: absolute;
    width: 19px;
    height: 15px;
    left: -25px;
    top: 7px;
    background: url("img/icons/Polygon1.png");
}
#block-1 .container .container-1 .box-2 {
    margin-top: 25px;
    font-size: 1.2rem;
    line-height: 2rem;
}
#block-1 .container .container-1 .box-2 li {
    list-style: none;
    margin-top: 46px;
}
#block-1 .container .container-1 .box-2 li a {
    position: relative;
    padding: 27px 75px 0 45px;
    letter-spacing: 1px;
}
#block-1 .container .container-1 .box-2 li a::before {
    content: "";
    position: absolute;
    width: 20px;
    height: 15px;
    right: 40px;
    top: 22px;
    color: #fff;
    background: url("img/icons/next.svg");
    background-size: 20px;
}
#block-2 {
    margin-top: 316px;
}
#block-2 h1 {
    text-align: center;
    margin-bottom: 67px;
    font-size: 32px;
}
#block-2 .box {
    position: relative;
    max-width: 360px;
    height: 270px;
    border: 2px solid rgba(107, 107, 107, 0.1);
    margin-bottom: 30px;
    -moz-box-shadow: 0 3px 0 0 #66cc00;
    -webkit-box-shadow: 0 3px 0 0 #66cc00;
    box-shadow: 0 3px 0 0 #66cc00;
}
#block-2 .box img {
    margin: 38px 0 0 30px;
    width: 90px;
}
#block-2 .box .number {
    position: absolute;
    top: 50px;
    right: 50px;
    font-size: 24px;
    color: #e3e6eb;
    font-weight: 500;
}
#block-2 .box .text {
    position: absolute;
    top: 140px;
    max-width: 300px;
    left: 40px;
    font-size: 18px;
}
#block-3 {
    margin-top: 110px;
}
#block-3 h1 {
    margin-bottom: 71px;
}
#block-3 a.box {
    margin: 1px;
    height: 325px;
    color: #fff;
    display: block;
    font-size: 18px;
    -moz-transition: all ease 0.15s;
    -webkit-transition: all ease 0.15s;
    transition: all ease 0.15s;
    background-repeat: no-repeat;
    background-position: center 0;
    background-size: cover;
}
#block-3 a.box .text {
    position: absolute;
    bottom: 55px;
    max-width: 300px;
    left: 60px;
    z-index: 1;
    -moz-transition: bottom ease 0.15s;
    -webkit-transition: bottom ease 0.15s;
    transition: bottom ease 0.15s;
}
#block-3 a.box li {
    opacity: 0;
    position: absolute;
    bottom: 0;
    -moz-transition: all ease 0.15s;
    -webkit-transition: all ease 0.15s;
    transition: all ease 0.15s;
    left: 60px;
    z-index: 1;
    list-style: none;
    text-transform: uppercase;
}
#block-3 a.box li .link_button {
    color: #fff;
    text-decoration: none;
}
#block-3 a.box li .link_button::before {
    content: "";
    position: absolute;
    width: 20px;
    height: 15px;
    right: -40px;
    top: 2px;
    color: #fff;
    background: url("img/icons/next.svg");
    background-size: 20px;
}
#block-3 a.box li .link_button:hover {
    text-decoration: underline;
}
#block-3 a.box:before {
    content: "";
    position: absolute;
    top: 1px;
    bottom: 1px;
    left: 1px;
    right: 1px;
    background-color: rgba(0, 0, 14, 0.4);
    -moz-transition: background-color ease 0.15s;
    -webkit-transition: background-color ease 0.15s;
    transition: background-color ease 0.15s;
}
#block-3 a.box:hover .text {
    bottom: 105px;
}
#block-3 a.box:hover li {
    opacity: 1;
    bottom: 55px;
}
#block-3 a.box:hover:before {
    background-color: rgba(102, 204, 0, 0.9);
}
#block-4 h1 {
    max-width: 1016px;
    margin: 0 auto;
    margin-bottom: 35px;
}
#block-4 .text {
    margin: 0 auto;
    margin-bottom: 40px;
    max-width: 515px;
    font-weight: 500;
    font-size: 24px;
}
#block-4 .slider {
    margin-left: 9px;
    max-width: 537px;
    height: 360px;
    margin-top: 37px;
}
#block-4 .slider .btn {
    text-align: center;
    list-style: none;
    margin-top: 63px;
    width: 100%;
}
#block-4 .slider .btn .button_global {
    text-align: center;
    padding: 33px 0 0;
    width: 100%;
    font-weight: 500;
    height: 78px;
}
#block-4 .link-center {
    padding: 20px 0 40px 0;
}
#block-4 .link-center a {
    color: #66cc00;
}
#block-4 .owl-1 {
    width: 100%;
    margin-top: 44px;
}
#block-4 .owl-1 .owl-item .logo {
    position: relative;
    height: 45px;
    text-align: center;
}
#block-4 .owl-1 .owl-item .logo h4 {
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    position: relative;
    display: inline;
    text-transform: uppercase;
    padding-top: 13px;
}
#block-4 .owl-1 .owl-item .logo img {
    width: auto;
    display: inline;
    max-width: 100%;
    max-height: 100%;
    height: auto;
    margin-right: 20px;
}
#block-4 .owl-1 .owl-item .text {
    line-height: 2;
    max-width: 550px;
    padding-left: 55px;
    display: grid;
    font-size: 16px;
}
#block-4 .owl-1 .owl-item .text .hidetext {
    overflow: hidden;
    position: relative;
    max-height: 100px;
}
#block-4 .owl-1 .owl-item .text .readmore-container span.a {
    cursor: pointer;
    box-sizing: content-box;
    float: right;
    position: relative;
    text-align: right;
    background-size: 100% 100%;
    background: linear-gradient(to right, rgba(255, 255, 255, 0), #fff 30%, #fff);
    top: -36px;
    left: 0;
    color: #66cc00;
    text-decoration: underline;
    width: 165px;
    padding-right: 5px;
}
#block-4 .owl-1 .owl-item .text .readmore-container span.a:hover {
    color: #66cc00;
    text-decoration: none;
}
#block-4 .owl-1 .owl-item .text .hd {
    position: relative;
    font-size: 18px;
    margin: 28px 0 0 0;
    font-weight: 700;
}
#block-4 .owl-1 .owl-item .text .hd2 {
    margin: 17px 0 0 0;
}
#block-4 .owl-1 .owl-item .text .hd3 {
    margin: 0 0 0 0;
}
#block-4 .owl-1 .owl-item .text .hd1::before {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    top: 7px;
    left: -35px;
    background: url("img/icons/document.svg") no-repeat;
    background-size: 16px;
}
#block-4 .owl-1 .owl-item .text .hd2::before {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    top: 7px;
    left: -35px;
    background: url("img/icons/case.svg") no-repeat;
    background-size: 16px;
}
#block-4 .owl-1 .owl-item .text .hd3::before {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    top: 7px;
    left: -35px;
    background: url("img/icons/marker.svg") no-repeat;
    background-size: 16px;
}
#block-4 .owl-1 .owl-item .text .stats {
    margin-top: 12px;
    display: grid;
    font-size: 14px;
}
#block-4 .owl_nav {
    background-color: #66cc00;
    width: 100%;
    padding-top: 58px;
    height: 132px;
    text-align: center;
}
#block-4 .owl_nav .wrapper {
    max-width: 600px;
    position: relative;
    text-align: center;
    padding-top: 1px;
}
#block-4 .owl_nav .owl-next,
#block-4 .owl_nav .owl-prev {
    position: absolute;
    top: -20px;
    width: 200px;
    background-color: #66cc00;
    border: none;
    outline: none;
    font-weight: 500;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
}
#block-4 .owl_nav .owl-prev {
    left: 0;
    text-align: right;
}
#block-4 .owl_nav .owl-next {
    right: 0;
    text-align: left;
}
#block-4 .owl_nav .owl-next::before {
    content: "";
    position: absolute;
    width: 33px;
    height: 29px;
    right: -70px;
    top: 5px;
    color: #fff;
    background: url("img/icons/next.svg");
    background-size: 33px;
}
#block-4 .owl_nav .owl-prev::before {
    content: "";
    position: absolute;
    width: 33px;
    height: 29px;
    top: 9px;
    left: -70px;
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    color: #fff;
    background: url("img/icons/next.svg");
    background-size: 33px;
}
#block-4 .owl_nav .counter {
    display: inline-block;
    color: rgba(255, 255, 255, 0.6);
    font-size: 16px;
    width: 150px;
    letter-spacing: 2px;
    margin-top: -20px;
}
#block-4 .owl_nav .counter i {
    color: #fff;
    font-style: normal;
    font-size: 30px;
}
#block-4 .owl_nav .proekt1,
#block-4 .owl_nav .proekt2 {
    margin-top: 12px;
    color: rgba(255, 255, 255, 0.5);
    width: 200px;
    line-height: 1;
}
#block-4 .owl_nav .proekt1 {
    float: left;
    text-align: right;
}
#block-4 .owl_nav .proekt2 {
    float: right;
    text-align: left;
}
#block-4 .owl-2 {
    height: 359px;
    position: relative;
}
#block-4 .owl-2 .slide {
    position: relative;
    overflow: hidden;
    height: 359px;
    background-color: #eee;
    display: flex;
    justify-content: center;
    align-items: center;
}
#block-4 .owl-2 .slide img {
    width: 100%;
    margin: 0 auto;
}
#block-4 .owl-2 .slide.height100 {
    display: block;
}
#block-4 .owl-2 .slide.height100 img {
    max-height: 100%;
    width: auto;
    margin: 0 auto;
}
#block-4 .owl-2 .owl-nav {
    position: absolute;
    top: 45%;
    display: block;
    width: 100%;
}
#block-4 .owl-2 .owl-prev,
#block-4 .owl-2 .owl-next {
    position: absolute;
    outline: none;
    color: #66cc00;
}
#block-4 .owl-2 .owl-prev img,
#block-4 .owl-2 .owl-next img {
    color: #66cc00;
    background-color: #fff;
    padding: 12px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    width: 41px;
}
#block-4 .owl-2 .owl-prev {
    left: -20px;
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
#block-4 .owl-2 .owl-next {
    right: -20px;
}
#block-4 .owl-2 .owl-dots {
    text-align: center;
    padding-top: 16px;
}
#block-4 .owl-2 .owl-dots button.active {
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    border: none;
    background-color: #fff;
    -moz-box-shadow: 0 0 0 2px rgba(102, 204, 0, 0.6);
    -webkit-box-shadow: 0 0 0 2px rgba(102, 204, 0, 0.6);
    box-shadow: 0 0 0 2px rgba(102, 204, 0, 0.6);
}
#block-4 .owl-2 .owl-dots button {
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    border: none;
    margin: 9px;
    background-color: #fff;
    -moz-box-shadow: 0 0 0 2px rgba(0, 0, 16, 0.1);
    -webkit-box-shadow: 0 0 0 2px rgba(0, 0, 16, 0.1);
    box-shadow: 0 0 0 2px rgba(0, 0, 16, 0.1);
    text-indent: -9999px;
    outline: 0;
}
#block-5 {
    margin-top: 20px;
}
#block-5 .wrapper {
    max-width: 1400px;
}
#block-5 h1 {
    max-width: 515px;
    margin: 0 auto;
}
#block-5 .tabs {
    margin-top: 69px;
    margin-left: 10px;
}
#block-5 .tabs ul,
#block-5 .tabs li {
    margin: 0;
    padding: 0;
    list-style: none;
}
#block-5 .tabs .button {
    padding-left: 0;
    font-size: 0;
}
#block-5 .tabs .button .btn {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    line-height: 1.2;
    display: inline-flex;
    justify-content: center;
    text-align: center;
    align-items: center;
    margin: 0;
    width: 198.56px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    height: 70px;
    color: #fff;
    background-color: #545659;
    -moz-transition: background-color ease 0.15s;
    -webkit-transition: background-color ease 0.15s;
    transition: background-color ease 0.15s;
}
#block-5 .tabs .button .btn span {
    display: inline-block;
    vertical-align: middle;
}
#block-5 .tabs .button .btn span.m1 {
    margin-top: -7px;
}
#block-5 .tabs .button .btn span.m2 {
    margin-top: -7px;
    font-size: 15px;
}
#block-5 .tabs .button .btn:hover {
    background-color: #7c8086;
}
#block-5 .tabs .button .btn.active {
    background-color: #66cc00;
}
#block-5 .block {
    display: none;
    justify-content: center;
}
#block-5 .block .content {
    -moz-box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.1) inset, -1px -1px 0 rgba(0, 0, 0, 0.1) inset;
    -webkit-box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.1) inset, -1px -1px 0 rgba(0, 0, 0, 0.1) inset;
    box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.1) inset, -1px -1px 0 rgba(0, 0, 0, 0.1) inset;
}
#block-5 .block .content .text-content {
    display: none;
}
#block-5 .block .content .text-content .price {
    padding: 30px 0;
    width: 100%;
    font-size: 19px;
    text-align: center;
}
#block-5 .block .content .text-content .price strong {
    color: #66cc00;
}
#block-5 .block .content .text-content .material-preview {
    overflow: hidden;
    height: auto;
    position: relative;
    margin: 50px 30px 0 30px;
    max-height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#block-5 .block .content .text-content .button-content {
    display: flex;
    list-style: none;
    padding: 30px 0;
}
#block-5 .block .content .text-content .button-content div {
    margin-right: 17px;
}
#block-5 .block .content .text-content .button-content a.btn-2 {
    display: none;
    background-color: #fff;
    color: #66cc00;
    border: 1px solid #66cc00;
    -moz-transition: background-color ease 0.15s;
    -webkit-transition: background-color ease 0.15s;
    transition: background-color ease 0.15s;
}
#block-5 .block .content .text-content .button-content a.btn-2:hover {
    background-color: #66cc00;
    color: #fff;
}
#block-5 .block .content .text-content .button-content a.btn-2:active {
    color: #fff;
    background-color: #336600;
}
#block-5 .block .content .text-content.active {
    display: flex;
}
#block-5 .block .content .button-2 {
    width: 198.56px;
    display: grid;
}
#block-5 .block .content .button-2 .btn-2 {
    color: #18222e;
    cursor: pointer;
    display: inline-flex;
    justify-content: center;
    text-align: center;
    align-items: center;
    text-align: center;
    height: 70px;
    list-style: none;
    border: 1px solid rgba(0, 0, 0, 0.1);
    -moz-transition: background-color ease 0.15s;
    -webkit-transition: background-color ease 0.15s;
    transition: background-color ease 0.15s;
}
#block-5 .block .content .button-2 .btn-2:hover {
    background-color: #efefef;
}
#block-5 .block .content .button-2 .btn-2.active {
    color: #66cc00;
    font-weight: bold;
}
#block-5 .block .content .button-2 .smll {
    height: 50px;
}
#block-5 .block .content img {
    width: 100%;
}
#block-5 .block .content .text {
    display: grid;
    margin: 46px 0 0 20px;
}
#block-5 .block .content .text .hd {
    font-size: 24px;
    font-weight: 500;
}
#block-5 .block .content .text .hd1 {
    font-size: 14px;
}
#block-5 .block .content .text .text-2 {
    line-height: 2;
    margin-top: 27px;
}
#block-5 .block .content .text .text-2 .title-2 {
    font-size: 17px;
    font-weight: 700;
    padding: 0;
    margin: 0 0 10px 0;
}
#block-5 .block .content .text .text-2 tr:nth-child(2n) {
    background-color: #f3f3f3;
}
#block-5 .block .content .text .text-2 td {
    height: 40px;
    padding: 0 10px 0 10px;
}
#block-5 .block .content .text .text-2 .snd {
    padding-left: 10px;
}
#block-5 .block .content .text .text-2 .content-2 div {
    text-align: center;
    font-size: 16px;
    padding: 10px 0 10px 0;
}
#block-5 .block.active {
    display: flex;
}
#block-6 {
    margin-top: 50px;
}
#block-6 .back {
    width: 830px;
    position: absolute;
    z-index: -1;
    left: -202px;
}
#block-6 .content {
    margin: 47px 0 0 8px;
}
#block-6 h1 {
    margin-bottom: 13px;
    font-size: 33px;
}
#block-6 h1 .firstword {
    font-size: 40px;
    color: #66cc00;
}
#block-6 .text-1 {
    line-height: 2.4;
}
#block-6 .text-2 {
    font-size: 22px;
    font-weight: 500;
}
#block-6 .form {
    margin-top: 23px;
    display: block;
}
#block-6 .form label.lbl {
    position: relative;
    width: 100%;
}
#block-6 .form label.lbl input:focus {
    outline: 0;
    background-color: #dadada;
}
#block-6 .form label.lbl input {
    width: 100%;
    height: 72px;
    font-size: 16px;
    padding-left: 29px;
    background-color: #f5f5f5;
    border: 0;
}
#block-6 .form-sub {
    margin-top: 20px;
}
#block-6 .form-sub button {
    outline: none;
    border: 0;
    padding: 0;
    width: 100%;
}
#block-6 .form-sub .btn {
    list-style: none;
    margin: 11px 0 0 32px;
    position: relative;
}
#block-6 .form-sub .btn img {
    position: absolute;
    left: -31px;
    top: 12px;
}
#block-6 .form-sub .btn a {
    color: #66cc00;
    font-size: 14px;
}
#block-6 .form-sub .text-1 {
    font-size: 14px;
}
#block-6 .form-sub .contact {
    margin: 2px 0 0 36px;
}
#block-6 .form-sub .contact .tel {
    font-weight: 500;
    font-size: 17px;
}
#block-7 {
    margin-top: 120px;
    height: 643px;
    background-position: center;
    background-repeat: no-repeat;
}
#block-7 .content {
    margin: 118px 0 0 6px;
    color: #fff;
    font-size: 17px;
    display: grid;
}
#block-7 .content h1 {
    margin-bottom: 41px;
    color: #fff;
    white-space: nowrap;
}
#block-7 .content div {
    margin: 0 0 35px 0;
}
#block-7 .content .sub {
    margin: 11px 0 4px 0;
}
#block-7 .content .sub-1 {
    font-size: 14px;
}
#block-8 {
  margin-top: 100px;
}
#block-8 .hd {
    max-width: 590px;
    margin: 109px auto 0;
}
#block-8 .hd div {
    padding: 21px 0 78px 0;
    display: block;
    font-size: 18px;
}
#block-8 .slider {
    display: block;
    overflow: hidden;
}
#block-8 .slider .owl-3 {
    max-width: 800px;
    margin: 0 auto;
}
#block-8 .slider .owl-3 .owl-stage-outer {
    overflow: visible;
}
#block-8 .slider .owl-3 .slide {
    max-height: 535px;
    overflow: hidden;
    opacity: 0.4;
    -moz-transition: 0.4s ease opacity;
    -webkit-transition: 0.4s ease opacity;
    transition: 0.4s ease opacity;
}
#block-8 .slider .owl-3 .owl-item.active.center .slide {
    opacity: 1;
}
#block-8 .slider .owl-3 .owl-nav {
    display: block;
    position: absolute;
    height: 0;
    width: 100%;
    top: 50%;
}
#block-8 .slider .owl-3 .owl-prev,
#block-8 .slider .owl-3 .owl-next {
    outline: none;
    color: #66cc00;
    background-color: #fff;
    height: 67px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    width: 67px;
    margin-top: -33.5px;
}
#block-8 .slider .owl-3 .owl-prev img,
#block-8 .slider .owl-3 .owl-next img {
    width: 30px;
    height: auto;
}
#block-8 .slider .owl-3 .owl-prev {
    margin-left: -33.5px;
    float: left;
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
#block-8 .slider .owl-3 .owl-next {
    margin-right: -33.5px;
    float: right;
}
#block-8 .slider .owl-3 .owl-dots {
    margin-top: 16px;
    text-align: center;
}
#block-8 .slider .owl-3 .owl-dots button.active {
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    border: none;
    background-color: #fff;
    -moz-box-shadow: 0 0 0 2px rgba(102, 204, 0, 0.6);
    -webkit-box-shadow: 0 0 0 2px rgba(102, 204, 0, 0.6);
    box-shadow: 0 0 0 2px rgba(102, 204, 0, 0.6);
}
#block-8 .slider .owl-3 .owl-dots button {
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    border: none;
    margin: 9px;
    background-color: #fff;
    -moz-box-shadow: 0 0 0 2px rgba(0, 0, 16, 0.1);
    -webkit-box-shadow: 0 0 0 2px rgba(0, 0, 16, 0.1);
    box-shadow: 0 0 0 2px rgba(0, 0, 16, 0.1);
    text-indent: -9999px;
    outline: 0;
}
#block-9 {
    margin-top: 109px;
}
#block-9 .text {
    max-width: 100%;
}
#block-9 .text h1 {
    margin: 0 0 35px 0;
}
#block-9 .text .button-3 {
    max-width: 407px;
    list-style: none;
    padding: 52px 0 0 7px;
}
#block-9 .text .button-3 .btn-3 {
    position: relative;
    color: #18222e;
    cursor: pointer;
    text-transform: uppercase;
    padding: 25px 35px;
    height: 70px;
    list-style: none;
    border: 1px solid rgba(0, 0, 0, 0.1);
}
#block-9 .text .button-3 .btn-3.active {
    background-color: #66cc00;
    color: #fff;
}
#block-9 .text .button-3 .btn-3.active:after {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    border-left-color: #66cc00;
    border-width: 35px;
    margin-top: -35px;
}
#block-9 .tab {
    display: none;
    margin: 10px 0 0 0;
    height: 585px;
}
#block-9 .tab img {
    width: 100%;
}
#block-9 .tab .number {
    position: absolute;
    color: #d2d2d2;
    font-size: 352px;
    left: -111px;
    font-weight: 500;
    top: -62px;
    z-index: -1;
}
#block-9 .tab .text {
    margin-top: 31px;
    line-height: 2;
    width: 100%;
}
#block-9 .tab.active {
    display: grid;
}
#block-10 {
    margin-top: 91px;
    margin-left: 14px;
}
#block-10 h1 {
    text-align: center;
    margin-bottom: 40px;
    font-size: 27px;
    font-weight: 700;
}
#block-10 .card {
    position: relative;
    border: none;
    display: block;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    max-width: 370px;
    margin-top: 50px;
    height: auto;
}
#block-10 .card .card-body {
    padding: 0;
}
#block-10 .card .card-body .text img {
    padding-left: 10px;
}
#block-10 .card img {
    z-index: -1;
    max-width: 100%;
}
#block-10 .card .text {
    max-width: 370px;
    top: 0;
    background-color: #fff;
    position: relative;
    padding: 32px 25px;
    height: 140px;
    -moz-box-shadow: 0 3px 0 0 #66cc00;
    -webkit-box-shadow: 0 3px 0 0 #66cc00;
    box-shadow: 0 3px 0 0 #66cc00;
    border: 2px solid rgba(107, 107, 107, 0.1);
}
#block-11 {
    margin-top: 100px;
    height: 670px;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
}
#block-11 .clipboard {
    position: absolute;
    bottom: 0;
    right: 40%;
}
#block-11 .content {
    margin: 107px 0 0 205px;
    color: #fff;
    font-size: 17px;
    display: grid;
}
#block-11 .content h1 {
    margin-bottom: 41px;
    color: #fff;
}
#block-11 .form {
    -moz-box-shadow: 0 0 30px 0 rgba(50, 50, 50, 0.1);
    -webkit-box-shadow: 0 0 30px 0 rgba(50, 50, 50, 0.1);
    box-shadow: 0 0 30px 0 rgba(50, 50, 50, 0.1);
    right: 20%;
    position: absolute;
    height: auto;
    max-width: 435px;
    padding: 56px 43px 54px;
    background-color: #fff;
    display: grid;
}
#block-11 .form label.lbl {
    position: relative;
}
#block-11 .form label.lbl input:focus {
    outline: 0;
    background-color: #dadada;
}
#block-11 .form label.lbl textarea:focus {
    outline: 0;
    background-color: #dadada;
}
#block-11 .form label.lbl textarea {
    width: 100%;
    resize: none;
    height: 141px;
    font-size: 16px;
    padding-top: 21px;
    padding-left: 29px;
    background-color: #f5f5f5;
    border: 0;
}
#block-11 .form label.lbl input {
    width: 100%;
    height: 72px;
    font-size: 16px;
    padding-left: 29px;
    background-color: #f5f5f5;
    border: 0;
}
#block-11 .result {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-top: solid 1px #eee;
    margin: 30px 0 0 0;
    padding: 20px 10px 0 10px;
}
#block-11 .form-sub button {
    outline: none;
    border: 0;
}
#block-11 .form-sub .btn {
    list-style: none;
    padding: 11px 0 0 33px;
    position: relative;
}
#block-11 .form-sub .btn img {
    position: absolute;
    left: 5px;
    top: 24px;
}
#block-11 .form-sub .btn a {
    color: #66cc00;
    font-size: 14px;
}
#block-12 {
    margin: 172px 0 0 0;
}
#block-12 .hd {
    margin: 0 auto;
    display: grid;
    max-width: 575px;
}
#block-12 .slider {
    margin: 0 auto;
    max-width: 760px;
    height: 300px;
}
#block-12 .slider img {
    width: 86px;
    margin: 7px auto 37px;
}
#block-12 .slider .slide .text {
    max-width: 545px;
    margin: 0 auto 0;
    line-height: 2;
    text-align: center;
}
#block-12 .slider #owl4-dots {
    display: flex;
    list-style: none;
    margin: 62px 0 46px 0;
}
#block-12 .slider #owl4-dots button {
    color: #18222e;
    cursor: pointer;
    position: relative;
    display: block;
    width: 240px;
    height: 60px;
    text-align: center;
    list-style: none;
    text-transform: uppercase;
    outline: none;
    font-weight: 700;
    border: 1px solid rgba(0, 0, 0, 0.1);
    -moz-transition: background-color ease 0.15s;
    -webkit-transition: background-color ease 0.15s;
    transition: background-color ease 0.15s;
}
#block-12 .slider #owl4-dots button.active {
    background-color: #66cc00;
    color: #fff;
}
#block-12 .slider #owl4-dots button.active:hover {
    background-color: #66cc00;
    color: #fff;
}
#block-12 .slider #owl4-dots button:hover {
    background-color: #c3c0c0;
}
#block-12 .slider .owl-4 {
    height: 352px;
}
#block-12 .slider .owl-4 .owl-prev,
#block-12 .slider .owl-4 .owl-next {
    outline: none;
    color: #66cc00;
}
#block-12 .slider .owl-4 .owl-prev img,
#block-12 .slider .owl-4 .owl-next img {
    color: #66cc00;
    background-color: #fff;
    padding: 12px;
    -moz-box-shadow: 0 0 0 2px rgba(0, 0, 16, 0.1);
    -webkit-box-shadow: 0 0 0 2px rgba(0, 0, 16, 0.1);
    box-shadow: 0 0 0 2px rgba(0, 0, 16, 0.1);
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    width: 41px;
}
#block-12 .slider .owl-4 .owl-prev,
#block-12 .slider .owl-4 .owl-next {
    position: absolute;
}
#block-12 .slider .owl-4 .owl-prev {
    left: -93px;
    top: 17.3%;
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
#block-12 .slider .owl-4 .owl-next {
    top: 25.3%;
    right: -110px;
}
#block-13 {
    margin: 200px 0 0 0;
}
#block-13 .wrapper {
    max-width: 485px;
}
#block-13 .wrapper .text {
    position: relative;
}
#block-13 .wrapper img {
    position: absolute;
    width: 260px;
    z-index: -1;
    left: -35%;
    opacity: 0.04;
}
#block-13 h1 {
    margin: 0 0 0 0;
}
#block-13 .btn {
    margin-top: 26px;
}
#block-13 .btn a.button_global {
    padding: 27px 60px;
}
#block-13 .content {
    display: grid;
    line-height: 1.9;
}
#block-13 .content div {
    margin-top: 30px;
}
#block-13 .hr {
    margin: 130px 0 80px 0;
}
#block-14 .text {
    max-width: 830px;
    margin: 0 auto 60px;
}
#block-14 .text h1 {
    margin-bottom: 23px;
}
#block-14 .text div {
    font-size: 20px;
}
#block-14 .logo {
    justify-content: center;
    text-align: center;
    height: 70px;
    margin: 0 0 0 0;
    padding: -20px 0 40px 10px;
    border-right: 2px solid #f1f1f1;
    line-height: 70px;
}
#block-14 .logo img {
    width: 130px;
    margin-top: 10px;
}
#block-14 .yandex img {
    margin-top: 0;
}
#block-14 .logo:last-child {
    border-right: 0;
}
#block-14 .owl-5 {
    margin-top: 100px;
    height: 352px;
}
#block-14 .owl-5 .owl-nav {
    height: 0;
    position: relative;
}
#block-14 .owl-5 .owl-prev,
#block-14 .owl-5 .owl-next {
    outline: none;
    color: #66cc00;
}
#block-14 .owl-5 .owl-prev img,
#block-14 .owl-5 .owl-next img {
    color: #66cc00;
    background-color: #fff;
    padding: 12px;
    -moz-box-shadow: 0 0 0 2px rgba(0, 0, 16, 0.1);
    -webkit-box-shadow: 0 0 0 2px rgba(0, 0, 16, 0.1);
    box-shadow: 0 0 0 2px rgba(0, 0, 16, 0.1);
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    width: 41px;
}
#block-14 .owl-5 .owl-prev,
#block-14 .owl-5 .owl-next {
    position: absolute;
    bottom: 150px;
}
#block-14 .owl-5 .owl-prev {
    left: -40px;
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
#block-14 .owl-5 .owl-next {
    right: -40px;
}
#block-14 .owl-5 .slide {
    text-align: center;
    margin: 15px;
    overflow: hidden;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -moz-box-shadow: 0 4px 25px -9px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0 4px 25px -9px rgba(0, 0, 0, 0.25);
    box-shadow: 0 4px 25px -9px rgba(0, 0, 0, 0.25);
}
#block-14 .owl-5 .slide img {
    width: auto;
    max-width: 200px;
    margin: 0 auto;
}
#block-14 .owl-5 .slide a {
    position: relative;
}
#block-14 .owl-5 .slide a span {
    display: none;
    position: absolute;
    left: 50%;
    margin: 0 0 0 -35px;
    top: 94px;
    z-index: 1;
    background: url("img/icons/search.png") no-repeat;
    width: 70px;
    height: 70px;
}
#block-14 .owl-5 .slide a:hover span {
    display: block;
}
#block-15 {
    margin-top: 100px;
}
#block-15 .wrapper {
    max-width: 675px;
}
#block-15 .wrapper h1 {
    margin-left: 59px;
}
#block-15 .wrapper .content {
    margin-top: 30px;
    margin-left: 59px;
    max-width: 600px;
    line-height: 2;
}
#block-16 {
    margin-top: 72px;
    position: relative;
    overflow: hidden;
}
#block-16 img {
    width: 100%;
}
#block-16 .fly {
    width: 350px;
    position: absolute;
    right: 290px;
    top: 120px;
    visibility: hidden;
}
#block-16 .truck {
    width: 880px;
    position: absolute;
    bottom: 0;
    left: 19%;
    visibility: hidden;
}
#block-16.animated .fly {
    -webkit-animation: fly 1.5s linear 1;
    -moz-animation: fly 1.5s linear 1;
    animation: fly 1.5s linear 1;
    visibility: visible;
}
#block-16.animated .truck {
    -webkit-animation: truck 1.5s linear 1;
    -moz-animation: truck 1.5s linear 1;
    animation: truck 1.5s linear 1;
    visibility: visible;
}
#block-17 {
    margin-top: 0;
    background-position: right top;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 0;
    position: relative;
}
#block-17 .wrapper {
    height: 647px;
    z-index: 2;
    position: relative;
}
#block-17 .content {
    padding: 75px 0 0 0;
    max-width: 490px;
    color: #000;
    font-size: 17px;
    display: grid;
}
#block-17 .content h1 {
    margin-bottom: 20px;
    color: #000;
}
#block-17 .content button {
    outline: none;
    border: 0;
    width: 200px;
    margin: 30px 0 0 0;
    padding: 22px 25px;
    height: 57px;
}
#block-18 {
    position: relative;
    min-height: 200px;
    background-color: #eee;
    overflow: hidden;
}
#block-18 .contact {
    position: absolute;
    max-width: 393px;
    height: 400px;
    padding: 45px 30px 20px 60px;
    left: 19.6%;
    top: 12%;
    display: grid;
    background-color: #fff;
    -moz-box-shadow: 0 10px 30px -10px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 10px 30px -10px rgba(0, 0, 0, 0.3);
    box-shadow: 0 10px 30px -10px rgba(0, 0, 0, 0.3);
}
#block-18 .contact h1 {
    margin-bottom: 0;
}
#block-18 .contact > div {
    position: relative;
    padding: 0 0 0 32px;
}
#block-18 .contact-title {
    font-size: 18px;
    font-weight: 700;
}
#block-18 .contact .map {
    margin: 0 0 16px 0;
}
#block-18 .contact .map:before {
    content: "";
    position: absolute;
    width: 15px;
    height: 15px;
    left: 0;
    top: 3px;
    background: url("img/icons/map.svg") center 0 no-repeat;
    background-size: 15px;
}
#block-18 .contact .phone:before {
    content: "";
    position: absolute;
    width: 15px;
    height: 15px;
    left: 0;
    top: 3px;
    background: url("img/icons/phone-red.svg") center 0 no-repeat;
    background-size: 15px;
}
#block-18 .contact .mail:before {
    content: "";
    position: absolute;
    width: 15px;
    height: 15px;
    left: 0;
    top: 3px;
    background: url("img/icons/mail-red.svg") center 0 no-repeat;
    background-size: 15px;
}
footer {
    margin: 253px 0 53px 11px;
}
footer .logo img {
    max-width: 233px;
    margin-bottom: 30px;
}
.logo-text {
  font-size: 32px;
  font-weight: 900;
}
footer li {
    list-style: none;
    text-decoration: underline;
    margin-bottom: 10px;
}
footer li a:hover {
    color: #66cc00;
}
footer .text-1 {
    font-size: 14px;
    margin-bottom: 12px;
}
footer .text {
    font-size: 14px;
}
footer .hd {
    font-size: 16px;
    margin-bottom: 10px;
    font-weight: 500;
    color: #18222e;
}
footer .hd1 {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 10px;
}
footer .money img {
    padding: 10px 30px 0 0;
}
footer .social {
    margin-top: 25px;
}
footer .social .soc-title {
    font-size: 14px;
}
footer .social a {
    display: inline-block;
    width: 32px;
    height: 32px;
    text-align: center;
    margin: 0 9px 0 0;
    text-decoration: none;
}
footer .social a img {
    padding: 7px 0 0 0;
}
footer .soc .hd1 {
    font-size: 18px;
    font-weight: 700;
}
footer .soc .mail {
    margin-top: 10px;
}
#block-gallery {
    padding: 0 0 70px 0;
}
#block-gallery .wrapper {
    max-width: 1350px;
    padding: 0 30px;
}
#block-gallery .tags {
    padding: 0 0 30px 0;
}
#block-gallery .tags .tag {
    cursor: pointer;
    background-color: #dcdcdc;
    color: #fff;
    font-size: 14px;
    padding: 10px 20px;
    margin: 5px 10px 5px 10px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    display: inline-block;
    text-decoration: none;
    -moz-transition: background-color 0.15s ease;
    -webkit-transition: background-color 0.15s ease;
    transition: background-color 0.15s ease;
}
#block-gallery .tags .tag:hover {
    background-color: #66cc00;
}
#block-gallery .tag.active {
    background-color: #66cc00;
}
#block-gallery .action-button {
    margin: 50px 0 30px 0;
}
#block-gallery .gallery > [id^="gallery"] {
    overflow: hidden;
    margin-bottom: 15px;
}
#block-gallery .gallery .brick {
    position: relative;
    cursor: pointer;
    overflow: hidden;
}
#block-gallery .gallery .brick a {
    display: block;
    position: relative;
    overflow: hidden;
}
#block-gallery .gallery .brick a:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 60px;
    height: 60px;
    margin-top: -30px;
    margin-left: -30px;
    background-image: url("img/icons/search.svg");
    background-repeat: no-repeat;
    background-position: center center;
    visibility: hidden;
    opacity: 0;
    -moz-transition: 0.2s;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}
#block-gallery .gallery .brick a:hover {
    background-color: #66cc00;
}
#block-gallery .gallery .brick a:hover:after {
    visibility: visible;
    opacity: 1;
}
#block-gallery .gallery .brick a:hover img {
    opacity: 0.6;
}
#block-gallery .gallery .fnbximage:hover .cover_bg,
#block-gallery .gallery .fnbximage:hover .cover_fullimg {
    opacity: 1;
}
#block-gallery .button_white {
    margin-right: 30px;
    margin-left: -250px;
}
.fancybox-close {
    background: #fff;
    font-size: 0;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
}
.fancybox-close:after,
.fancybox-close:before {
    content: "";
    position: absolute;
    left: 7px;
    top: 50%;
    display: inline-block;
    width: 21px;
    height: 1px;
    background-color: #66cc00;
    -ms-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}
.fancybox-close:after {
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.fancybox-close:before {
    -ms-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.fancybox-inner {
    overflow: hidden !important;
    min-height: 180px;
}
.fnbx-block {
    display: block;
    padding: 31px 44px;
    font-size: 16px;
    line-height: 1.9;
    max-width: 400px;
    height: auto;
}
.fnbx-block .title {
    font-size: 24px;
    font-weight: 700;
    padding: 0;
    margin: 0 0 10px 0;
}
#fnbx-order form,
#fnbx-callback form {
    padding: 25px 0 0 0;
}
#fnbx-order .descript,
#fnbx-callback .descript {
    width: 300px;
    font-size: 17px;
}
#fnbx-order .form-sub,
#fnbx-callback .form-sub {
    display: inline-block;
    width: 100%;
    padding: 10px 0 0 0;
}
#fnbx-order .form-sub button,
#fnbx-callback .form-sub button {
    outline: none;
    border: 0;
    width: 65%;
    padding: 0 22px;
}
#fnbx-order .form-sub div,
#fnbx-callback .form-sub div {
    width: 100px;
    display: inline-block;
    padding: 5px 0 0 23px;
    position: relative;
    font-size: 14px;
    font-weight: 500;
}
#fnbx-order .form-sub div img,
#fnbx-callback .form-sub div img {
    position: absolute;
    left: 14px;
    top: 22px;
}
#fnbx-tech {
    max-width: 500px;
    padding: 30px;
    font-size: 14px;
}
#fnbx-tech tr:nth-child(2n) {
    background-color: #f3f3f3;
}
#fnbx-tech td {
    height: 40px;
    padding: 0 10px 0 10px;
}
#fnbx-tech .snd {
    padding-left: 10px;
}
#fnbx-tech .content div {
    text-align: center;
    font-size: 16px;
    padding: 10px 0 10px 0;
}
#fnbx-tech button {
    outline: none;
    border: 0;
    width: 100%;
    padding: 0 22px;
}
#fnbx-thankyou {
    padding: 25px 0;
}
#fnbx-thankyou img {
    width: 80px;
    margin: 20px 0 0 10px;
}
#fnbx-thankyou .title {
    margin: 0 0 0 0;
    padding: 0 0 0 20px;
}
@media (min-width: 0) and (max-width: 1700px) {
    #block-1 .scroll {
        display: none;
    }
}
@media (min-width: 320px) and (max-width: 719px) {
    #block-1 .back {
        background: url("img/bodyimg/back2.jpg") center 0 no-repeat !important;
        background-size: cover;
    }
}
@media (min-width: 720px) and (max-width: 991px) {
    #block-4 .owl-1 .owl-item .logo h4 {
        margin: 0 auto;
    }
    #block-4 .owl-1 .owl-item .text {
        padding: 150px 0 0 0;
    }
}
@media (min-width: 720px) and (max-width: 767px) {
    header .social {
        display: none;
    }
    #block-6 .back {
        display: none;
    }
}
@media (min-width: 1280px) and (max-width: 1440px) {
    #block-11 .clipboard {
        position: absolute;
        bottom: 0;
        right: 45%;
    }
}
@media (min-width: 321px) and (max-width: 575px) {
    #block-11 .form-sub .btn {
        margin: 14px 0 0 0;
        padding: 0 0 0 20px;
        text-align: center;
        width: 100%;
    }
    #block-11 .form-sub .btn img {
        left: -5px;
        top: 7px;
    }
}
@media (min-width: 991px) and (max-width: 1023px) {
    #block-5 .col-lg-2,
    #block-5 .col-lg-5,
    #block-5 .col-lg-7,
    #block-5 .col-lg-10 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}
@media (min-width: 1200px) {
    .col-xl-14 {
        flex: 0 0 14.285%;
        max-width: 14.285%;
    }
}
@media (min-width: 390px) {
    #block-5 .tabs .button .btn i {
        display: none;
    }
    #block-5 .tabs .block .content .button-2 .btn-2 i {
        display: none;
    }
}
@media (min-width: 1280px) and (max-width: 1439px) {
    .wrapperheader {
        padding: 0 40px 0 40px;
    }
    header .contact {
        padding-top: 10px;
    }
    header .contact ul li {
        list-style: none;
    }
    header .descrip {
        font-size: 13px;
    }
    header .logo img {
        max-width: 230px;
    }
    #block-1 .scroll {
        display: none;
    }
    #block-9 br {
        display: none;
    }
}
@media (min-width: 1024px) and (max-width: 1279px) {
    .wrapperheader {
        padding: 0 10px 0 10px;
    }
    header .contact {
        padding-top: 7px;
    }
    header .contact ul li {
        list-style: none;
        padding: 0 0 0 0;
        font-size: 14px;
    }
    header .logo img {
        max-width: 180px;
    }
    header .descrip {
        font-size: 11px;
    }
    header .social {
        font-size: 11px;
    }
    #block-1 .back {
        height: 1000px;
    }
    #block-1 .scroll {
        display: none;
    }
    #block-1 .container .container-1 h1.sm {
        white-space: normal;
    }
    #block-1 .container .container-1 h1.sm br {
        display: none;
    }
    #block-3 h1 {
        width: 800px;
        margin: 0 auto 71px;
    }
    #block-3 a.box .text {
        left: 40px;
        width: 200px;
    }
    #block-3 a.box li {
        left: 40px;
    }
    #block-4 h1 {
        width: 660px;
    }
    #block-4 .owl-1 .owl-item .logo img {
        width: 70px;
        position: absolute;
        left: 30%;
        top: -10px;
    }
    #block-5 .tabs {
        margin-left: 0;
    }
    #block-5 .block .content .text-content .button-content {
        display: flex;
        flex-flow: wrap;
        justify-content: space-between;
        margin: 20px 0 0 0;
    }
    #block-5 .block .content .text-content .button-content div {
        margin-right: 17px;
        width: 100%;
        padding: 0 0 10px 0;
    }
    #block-5 .block .content .text-content .button-content div a {
        width: 100%;
    }
    #block-5 .block .content .button-2 {
        width: 198.56px;
    }
    #block-6 .content {
        margin: 47px 0 0 39px;
    }
    #block-6 .form {
        display: grid;
    }
    #block-6 .form label.lbl input[type="tel"] {
        margin-left: 0;
    }
    #block-6 .form label.lbl.last {
        padding-left: 0;
        margin-left: 9px;
    }
    #block-6 .form-sub .btn {
        margin: 11px 0 0 14px;
    }
    #block-6 .form-sub .text-1 {
        margin-top: 0;
        line-height: 1.5;
    }
    #block-6 .form-sub button {
        outline: none;
        border: 0;
        padding: 0 11px;
        font-size: 11px;
        height: 60px;
        width: 100%;
    }
    #block-6 .form-sub .contact {
        margin: 2px 0 0 16px;
    }
    #block-7 .content {
        margin: 118px 0 0 30px;
        width: 600px;
    }
    #block-8 .slider .owl-3 {
        overflow: visible;
    }
    #block-8 .slider .owl-3 .owl-stage-outer {
        overflow: hidden;
    }
    #block-9 br {
        display: none;
    }
    #block-9 .tabs {
        padding: 0 40px;
    }
    #block-9 .text .button-3 {
        padding: 62px 0 0 7px;
    }
    #block-10 {
        margin-left: 0;
    }
    #block-10 .wrapper {
        padding: 0 40px;
    }
    #block-11 .content {
        margin: 107px 0 0 25px;
    }
    #block-11 .form {
        right: 50px;
    }
    #block-11 .clipboard {
        right: 35%;
    }
    #block-14 .logo {
        text-align: center;
    }
    #block-14 .slider {
        width: 900px;
        margin: 0 auto;
    }
    #block-16 .truck {
        width: 550px;
    }
    #block-16 .fly {
        width: 250px;
        right: 150px;
    }
    #block-16.animated .fly {
        -webkit-animation: fly2 1.5s linear 1;
        -moz-animation: fly2 1.5s linear 1;
        animation: fly2 1.5s linear 1;
    }
    #block-17 .wrapper {
        max-width: 80%;
    }
    #block-17:before {
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        width: 100%;
        height: 100%;
        content: "";
        z-index: 1;
        left: 0;
        background-image: -moz-linear-gradient(left, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
        background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
        background-image: linear-gradient(left, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
    }
    #block-17 .content {
        margin: 85px 0 0 0;
    }
    #block-18 .contact {
        left: 10%;
    }
    footer {
        margin: 153px 0 53px 0;
    }
    footer .wrapper {
        padding: 0 30px;
    }
    footer .time {
        margin-left: 0;
    }
    @-moz-keyframes fly2 {
        0% {
            right: -250px;
            top: 200px;
        }
        100% {
            right: 150px;
            top: 120px;
        }
    }
    @-webkit-keyframes fly2 {
        0% {
            right: -250px;
            top: 200px;
        }
        100% {
            right: 150px;
            top: 120px;
        }
    }
    @-o-keyframes fly2 {
        0% {
            right: -250px;
            top: 200px;
        }
        100% {
            right: 150px;
            top: 120px;
        }
    }
    @keyframes fly2 {
        0% {
            right: -250px;
            top: 200px;
        }
        100% {
            right: 150px;
            top: 120px;
        }
    }
}
@media (min-width: 720px) and (max-width: 1023px) {
    .wrapperheader {
        padding: 0 10px 0 10px;
    }
    h1 {
        font-size: 30px !important;
    }
    header {
        margin: 30px 0 0 0;
    }
    header .contacts {
        margin-left: 0;
    }
    header .contact {
        padding-top: 7px;
    }
    header .contact ul {
        padding: 0 0 0 0;
    }
    header .contact ul li {
        list-style: none;
        padding: 0 0 0 0;
        font-size: 12px;
    }
    header .contact ul li .phone::before {
        width: 10px;
        height: 10px;
        left: -2px;
    }
    header .logo {
      font-size: 22px;
    }
    header .logo img {
        width: 150px;
    }
    header .col-md-9 .col-sm-9 {
        padding: 0 0 0 0;
    }
    header .social {
        font-size: 10px;
    }
    header .social .socialimg img {
        width: 15px;
    }
    header .descrip {
        display: none;
    }
    #block-1 .back {
        height: 900px;
    }
    #block-1 .scroll {
        display: none;
    }
    #block-1 .container .container-1 {
        margin-left: 30px;
    }
    #block-1 .container .container-1 h1 {
        line-height: 2rem;
    }
    #block-1 .container .container-1 h1.sm {
        white-space: normal;
    }
    #block-1 .container .container-1 h1.sm br {
        display: none;
    }
    #block-1 .container .container-1 .box-1 div {
        font-size: 14px;
        width: 400px;
    }
    #block-1 .container .container-1 .box-1 .logo {
        padding: 0 0 0 0;
    }
    #block-1 .container .container-1 .box-2 {
        font-size: 14px;
    }
    #block-2 .box {
        height: 210px;
    }
    #block-2 .box img {
        margin: 30px 0 0 20px;
        width: 75px;
    }
    #block-2 .box .text {
        top: 110px;
        left: 15px;
        font-size: 11px;
    }
    #block-2 .box .number {
        top: 30px;
        right: 30px;
    }
    #block-3 h1 {
        width: 650px;
        margin: 0 auto 71px;
    }
    #block-3 a.box {
        height: 210px;
        font-size: 16px;
    }
    #block-3 a.box .text {
        left: 30px;
        width: 200px;
        bottom: 30px;
    }
    #block-3 a.box li {
        left: 30px;
    }
    #block-4 .slider {
        margin: 0 auto;
    }
    #block-4 h1 {
        width: 660px;
    }
    #block-4 .owl-1 .owl-item .logo img {
        width: 70px;
        position: absolute;
        left: 25%;
        top: -10px;
    }
    #block-5 .block .content .text-content .button-content {
        display: flex;
        flex-flow: wrap;
        justify-content: space-between;
        margin: 20px 0 0 0;
    }
    #block-5 .block .content .text-content .button-content div {
        margin-right: 17px;
        width: 100%;
        padding: 0 0 10px 0;
    }
    #block-5 .block .content .text-content .button-content div a {
        width: 100%;
    }
    #block-5 .block .content .button-2 .smll {
        height: 70px;
    }
    #block-5 .tabs {
        margin-left: 0;
    }
    #block-5 .tabs .button {
        list-style: none;
        overflow: hidden;
    }
    #block-5 .tabs .button .btn {
        width: 25%;
        float: left;
        font-size: 14px;
    }
    #block-5 .tabs .button-2 {
        overflow: hidden;
        display: inline !important;
    }
    #block-5 .tabs .button-2 .btn-2 {
        width: 25%;
        float: left;
        font-size: 13px;
    }
    #block-5 .tabs .content {
        width: 100%;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    #block-5 .tabs .content img {
        width: 300px;
        display: block;
        margin: 0 auto;
    }
    #block-5 .tabs .content .text {
        margin: 46px auto 0 auto;
        display: block;
        max-width: 460px;
    }
    #block-5 .tabs .content .text-content.active {
        display: block;
    }
    #block-5 .tabs .content .text-content .button-content {
        display: block;
    }
    #block-5 .tabs .content .text-content .button-content li {
        margin-right: 0;
        padding-top: 10px;
    }
    #block-5 .tabs .content .text-content .button-content li a {
        width: 100%;
    }
    #block-6 .back {
        width: 500px;
        position: absolute;
        z-index: -1;
        left: -80px;
        top: 70px;
    }
    #block-6 .content {
        margin: 47px 0 0 0;
        padding: 0 0 0 30px;
    }
    #block-6 .form {
        display: grid;
    }
    #block-6 .form label.lbl input[type="tel"] {
        margin-left: 0;
    }
    #block-6 .form label.lbl.last {
        padding-left: 0;
        margin-left: 0;
    }
    #block-6 .form-sub .btn {
        margin: 0 0 0 0;
        padding: 10px 0 0 0;
        text-align: center;
        width: 100%;
    }
    #block-6 .form-sub .btn img {
        left: 70px;
        top: 10px;
    }
    #block-6 .form-sub .text-1 {
        margin-top: 0;
        line-height: 1.5;
    }
    #block-6 .form-sub input {
        outline: none;
        border: 0;
        padding: 0 11px;
        font-size: 11px;
        height: 60px;
        width: 100%;
    }
    #block-6 .form-sub .contact {
        margin: 0 0 0 0;
        padding: 10px 0 0 0;
        text-align: center;
    }
    #block-7 {
        background-size: auto 100%;
        height: auto;
        padding-bottom: 30px;
    }
    #block-7 .content {
        margin: 50px 0 0 30px;
        width: 530px;
    }
    #block-7 .content > div {
        margin: 0 0 18px 0;
    }
    #block-7 .content h1 {
        margin-bottom: 24px;
    }
    #block-8 .slider {
        margin: 0 50px;
        overflow: visible;
    }
    #block-8 .slider .owl-3 {
        overflow: visible;
    }
    #block-8 .slider .owl-3 .owl-stage-outer {
        overflow: hidden;
    }
    #block-9 .tab {
        padding: 0 0 0 30px;
    }
    #block-9 .tab .number {
        left: -61px;
    }
    #block-9 .tabs {
        padding: 0 40px;
    }
    #block-9 .text .button-3 {
        padding: 62px 0 0 0;
        font-size: 14px;
    }
    #block-9 .text .button-3 .btn-3 {
        padding: 25px 30px;
    }
    #block-10 {
        margin-left: 0;
    }
    #block-10 h1 {
        font-size: 24px !important;
    }
    #block-10 h1 br {
        display: none;
    }
    #block-10 .wrapper {
        padding: 0 40px;
    }
    #block-10 .card .text {
        font-size: 14px;
        padding: 10px;
        height: 100px;
    }
    #block-11 .content {
        margin: 107px 0 0 25px;
    }
    #block-11 .form {
        right: 50px;
    }
    #block-11 .clipboard {
        right: 40%;
    }
    #block-12 .hd {
        text-align: center;
    }
    #block-12 .owl-nav {
        display: none;
    }
    #block-14 .wrapper {
        max-width: 640px;
    }
    #block-14 .logo {
        text-align: center;
    }
    #block-14 .logo img {
        max-width: 130px;
    }
    #block-14 .logo:last-child {
        display: none;
    }
    #block-14 .text {
        text-align: center;
    }
    #block-14 .owl-nav {
        height: 0;
    }
    #block-14 .owl-5 {
        height: auto;
    }
    #block-14 .owl-5 .slide {
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    #block-14 .owl-5 .slide img {
        -moz-box-shadow: 0 4px 25px -9px rgba(0, 0, 0, 0.25);
        -webkit-box-shadow: 0 4px 25px -9px rgba(0, 0, 0, 0.25);
        box-shadow: 0 4px 25px -9px rgba(0, 0, 0, 0.25);
    }
    #block-14 .slider {
        width: 100%;
        margin: 0 auto;
        height: auto;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    #block-14 .slider .owl-nav {
        width: 100%;
    }
    #block-14 .slider .owl-dots {
        text-align: center;
    }
    #block-14 .slider .owl-dots button.active {
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        width: 10px;
        height: 10px;
        border: none;
        background-color: #fff;
        -moz-box-shadow: 0 0 0 2px rgba(102, 204, 0, 0.6);
        -webkit-box-shadow: 0 0 0 2px rgba(102, 204, 0, 0.6);
        box-shadow: 0 0 0 2px rgba(102, 204, 0, 0.6);
    }
    #block-14 .slider .owl-dots button {
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        width: 10px;
        height: 10px;
        border: none;
        margin: 9px;
        background-color: #fff;
        -moz-box-shadow: 0 0 0 2px rgba(0, 0, 16, 0.1);
        -webkit-box-shadow: 0 0 0 2px rgba(0, 0, 16, 0.1);
        box-shadow: 0 0 0 2px rgba(0, 0, 16, 0.1);
        text-indent: -9999px;
        outline: 0;
    }
    #block-16 .fly {
        width: 200px;
        right: 100px;
    }
    #block-16 .truck {
        width: 400px;
    }
    #block-16.animated .fly {
        -webkit-animation: none;
        -moz-animation: none;
        animation: none;
    }
    #block-16.animated .truck {
        -webkit-animation: none;
        -moz-animation: none;
        animation: none;
    }
    #block-17 .wrapper {
        height: auto;
    }
    #block-17:before {
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        width: 100%;
        height: 100%;
        content: "";
        z-index: 1;
        left: 0;
        background-image: -moz-linear-gradient(left, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
        background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
        background-image: linear-gradient(left, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
    }
    #block-17 .content {
        padding: 85px 40px 40px 40px;
    }
    #block-18 .contact {
        left: 10%;
    }
    footer {
        margin: 53px 0 53px 0;
    }
    footer .text-1 {
        font-size: 11px;
    }
    footer .wrapper {
        padding: 0 30px;
    }
    footer .time {
        margin-left: 0;
    }
    footer .money img {
        width: 70px;
    }
    footer .soc .hd1 {
        font-size: 16px;
    }
    footer .hd {
        font-size: 14px;
    }
    footer .social a {
        width: 25px;
        height: 25px;
    }
    footer .social a img {
        padding: 1px 0 0 0;
    }
}
@media (min-width: 321px) and (max-width: 719px) {
    body {
        line-height: 1.5;
        font-size: 16px;
    }
    h1 {
        font-size: 22px;
        padding: 0 20px 0 20px;
        text-align: center;
    }
    header {
        margin: 36px 0 0 0;
    }
    .desktop-version {
        display: none;
    }
    header.mobile-version {
        display: block;
    }
    header.mobile-version .logo {
        text-align: center;
        margin: 0 0 16px 0;
    }
    header.mobile-version .logo img {
        display: inline-block;
        width: 220px;
    }
    header.mobile-version .description {
        font-size: 12px;
        padding-top: 10px;
    }
    header.mobile-version .contact {
        text-align: center;
    }
    header.mobile-version .email a {
        font-weight: 400;
    }
    header.mobile-version .phone {
        font-weight: 700;
        font-size: 18px;
        text-align: center;
    }
    header.mobile-version .social {
        margin: 0 auto;
        text-align: center;
        padding-top: 24px;
    }
    header.mobile-version .social .social-title {
        font-size: 14px;
        padding: 0 0 8px 0;
    }
    header.mobile-version .social .social_a {
        text-align: center;
        float: none;
    }
    header.mobile-version .social .social_a .socialimg {
        display: inline-block;
        margin: 0 10px;
    }
    header.mobile-version .social .social_a .socialimg img {
        width: 30px;
        height: 30px;
    }
    #block-4 .wrapper,
    #block-5 .wrapper,
    #block-6 .wrapper,
    #block-15 .wrapper {
        max-width: 480px;
    }
    #block-1 {
        position: relative;
    }
    #block-1 .back {
        height: 1050px;
    }
    #block-1 .wrapperheader {
        max-width: 420px;
        margin: 0 auto;
        padding: 0 20px 0 20px;
    }
    #block-1 .container {
        margin-left: 0;
    }
    #block-1 .container .container-1 {
        width: 100%;
    }
    #block-1 .container .container-1 h1 {
        font-size: 20px;
        line-height: 1.5;
        margin: 30px 0 0 0;
    }
    #block-1 .container .container-1 h1.sm {
        white-space: normal;
        font-size: 22px;
    }
    #block-1 .container .container-1 h1.sm br {
        display: none;
    }
    #block-1 .container .container-1 h1 .small-h1 {
        font-size: 17px;
        line-height: 1.5;
    }
    #block-1 .container .container-1 .box-1 .logo {
        padding: 0 0 0 10px;
    }
    #block-1 .container .container-1 .box-2 li a {
        width: 100%;
    }
    #block-2 {
        margin-top: 100px;
    }
    #block-2 h1 {
        margin-bottom: 25px;
        font-size: 22px;
    }
    #block-2 .box {
        height: 200px;
    }
    #block-2 .box img {
        width: 70px;
        margin: 30px 0 0 30px;
    }
    #block-2 .box .number {
        top: 30px;
        right: 30px;
    }
    #block-2 .box .text {
        font-size: 13px;
        left: 30px;
        top: 100px;
    }
    #block-3 {
        margin-top: 50px;
    }
    #block-3 h1 {
        text-align: center;
        font-size: 22px;
        padding: 0 10px 0 10px;
        margin-bottom: 25px;
    }
    #block-3 a.box {
        height: 200px;
        font-size: 16px;
    }
    #block-3 a.box .text {
        left: 30px;
        bottom: 30px;
    }
    #block-4 .text {
        padding: 0 20px 0 20px;
        font-size: 16px;
    }
    #block-4 .owl_nav {
        width: 100%;
        padding-top: 0;
        padding: 10px 0 0 0;
        height: 100px;
        text-align: center;
    }
    #block-4 .owl_nav .wrapper {
        max-width: 600px;
        position: relative;
        text-align: center;
        display: block;
        height: auto;
        padding-top: 1px;
    }
    #block-4 .owl_nav .owl-prev,
    #block-4 .owl_nav .owl-next {
        font-size: 0;
        top: 15px;
        z-index: 9;
    }
    #block-4 .owl_nav .owl-prev::before {
        left: 10px;
    }
    #block-4 .owl_nav .owl-next::before {
        right: 10px;
    }
    #block-4 .owl_nav .proekt2 {
        margin-bottom: 12px;
        margin-top: 0;
    }
    #block-4 .owl_nav .proekt1,
    #block-4 .owl_nav .proekt2 {
        font-size: 0;
    }
    #block-4 .owl_nav .counter {
        height: 50px;
        width: 100%;
        margin: 0;
        position: relative;
        text-align: center;
    }
    #block-4 .owl-1 .owl-item .logo img {
        display: none;
    }
    #block-4 .owl-1 .owl-item .logo h4 {
        font-size: 16px;
    }
    #block-4 .owl-1 .owl-item .text {
        font-size: 15px;
        line-height: 1.8;
        padding: 140px 0 0 0;
        max-width: 320px;
        margin: 0 auto;
    }
    #block-4 .owl-1 .owl-item .text .hd {
        padding: 0 0 0 10px;
    }
    #block-4 .owl-1 .owl-item .text .hd1::before {
        left: -20px;
    }
    #block-4 .owl-1 .owl-item .text .hd2::before {
        left: -20px;
    }
    #block-4 .owl-1 .owl-item .text .hd3::before {
        left: -20px;
    }
    #block-4 .owl-1 .owl-item .text .hd3 {
        margin: 0 0 0 0;
    }
    #block-4 .owl-1 .owl-item .text .readmore-container span.a {
        top: -18px;
    }
    #block-4 .slider {
        margin-left: 0;
        padding-left: 5px;
        margin: 0 auto;
    }
    #block-4 .slider .btn {
        margin-top: 50px;
    }
    #block-5 .block .content .text-content .material-preview {
        margin: 50px 0 0 0;
        max-height: 300px;
    }
    #block-5 .block .content .button-2 .smll {
        height: 70px;
    }
    #block-5 .block .content .text .text-2 .snd {
        width: 110px;
    }
    #block-5 .tabs {
        margin-left: 0;
        margin-top: 25px;
    }
    #block-5 .tabs .button {
        list-style: none;
        overflow: hidden;
    }
    #block-5 .tabs .button .btn {
        width: 33.3333%;
        float: left;
        font-size: 13px;
    }
    #block-5 .tabs .button-2 {
        overflow: hidden;
        display: inline !important;
    }
    #block-5 .tabs .button-2 .btn-2 {
        width: 25%;
        float: left;
        font-size: 12px;
    }
    #block-5 .tabs .button-2 .linemin {
        line-height: 1.3;
    }
    #block-5 .tabs .content {
        width: 100%;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    #block-5 .tabs .content .text {
        margin: 25px 0 0 0;
        display: block;
    }
    #block-5 .tabs .content .text .text-2 {
        line-height: 1.5;
    }
    #block-5 .tabs .content .text-content.active {
        display: block;
    }
    #block-5 .tabs .content .text-content .button-content {
        margin: 25px 0 0 0;
        display: block;
    }
    #block-5 .tabs .content .text-content .button-content div {
        margin-right: 0;
        padding-top: 10px;
    }
    #block-5 .tabs .content .text-content .button-content div a {
        width: 100%;
    }
    #block-6 .back {
        display: none;
    }
    #block-6 .content {
        margin: 47px 0 0 0;
    }
    #block-6 h1 {
        width: 100%;
        text-align: center;
        font-size: 22px;
    }
    #block-6 h1 .firstword {
        font-size: 26px;
    }
    #block-6 .text-2 {
        font-size: 16px;
        text-align: center;
    }
    #block-6 .text-1 {
        line-height: 1.5;
    }
    #block-6 .form {
        display: grid;
    }
    #block-6 .form label.lbl {
        margin: 0 auto 0.5rem;
    }
    #block-6 .form label.lbl input[type="tel"] {
        margin-left: 0;
    }
    #block-6 .form label.lbl.last {
        padding-left: 0;
    }
    #block-6 .form-sub .btn {
        margin: 20px auto 0 auto;
        text-align: center;
        width: 100%;
        max-width: 280px;
        white-space: nowrap;
        display: block;
    }
    #block-6 .form-sub .btn img {
        top: 0;
        left: 50px;
    }
    #block-6 .form-sub .text-1 {
        margin-top: 0;
        line-height: 1.5;
    }
    #block-6 .form-sub button {
        outline: none;
        border: 0;
        padding: 0 11px;
        font-size: 11px;
        height: 60px;
        width: 100%;
    }
    #block-6 .form-sub .contact {
        margin: 30px 0 0 0;
        text-align: center;
    }
    #block-7 {
        margin-top: 30px;
        height: auto;
        padding-bottom: 80px;
        position: relative;
        background: url("img/bodyimg/bg.jpg") center no-repeat !important;
        background-size: cover;
    }
    #block-7 .wrapper {
        position: relative;
        z-index: 3;
    }
    #block-7 .content {
        margin: 30px 0 0 0;
    }
    #block-7 .content h1 {
        padding: 0;
        white-space: normal;
    }
    #block-7 .content h1 br {
        display: none;
    }
    #block-7:after {
        content: " ";
        position: absolute;
        z-index: 1;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 220px;
        background-image: url("img/bodyimg/block7new.jpg");
        background-position: 70% 0;
        background-repeat: no-repeat;
        background-size: auto 220px;
    }
    #block-8 .hd {
        margin: 30px auto 0;
    }
    #block-8 .hd div {
        padding: 20px 20px 30px 20px;
    }
    #block-8 .slider {
        max-width: 80%;
        margin: 0 auto;
        overflow: visible;
    }
    #block-8 .slider .owl-3 {
        max-height: 535px;
        overflow: visible;
    }
    #block-8 .slider .owl-3 .owl-stage-outer {
        overflow: hidden;
    }
    #block-8 .slider .owl-3 .owl-item {
        height: auto;
    }
    #block-8 .slider .owl-3 .slide img {
        height: auto;
    }
    #block-8 .slider .owl-3 .owl-prev,
    #block-8 .slider .owl-3 .owl-next {
        width: 55px;
        height: 55px;
    }
    #block-8 .slider .owl-3 .owl-prev img,
    #block-8 .slider .owl-3 .owl-next img {
        width: 25px;
    }
    #block-9 .text {
        max-width: 100%;
    }
    #block-9 .text .button-3 {
        max-width: 100%;
        padding: 52px 0 0 0;
    }
    #block-9 .text .button-3 .btn-3 {
        padding: 25px 30px;
        font-size: 12px;
    }
    #block-9 .text .button-3 .btn-3::after {
        display: none;
    }
    #block-9 .tab {
        height: auto;
    }
    #block-9 .tab .number {
        display: none;
    }
    #block-9 .tab .text {
        padding: 0 10px 0 10px;
    }
    #block-9 .tab .text br {
        display: none;
    }
    #block-10 {
        margin-left: 0;
    }
    #block-10 h1 {
        margin-bottom: 0;
        font-size: 19px;
    }
    #block-10 .card {
        max-width: 100%;
        height: 200px;
    }
    #block-10 .card img {
        width: 250px;
        margin: 0 auto;
        display: block;
    }
    #block-10 .card .text {
        max-width: 100%;
        height: 110px;
        padding: 25px;
    }
    #block-10 .card .text img {
        width: 50px;
        margin: 0;
        display: inline-block;
    }
    #block-11 .content {
        display: block;
        margin: 30px 0 0 0;
    }
    #block-11 .form {
        width: 100%;
        right: 0;
    }
    #block-11 .form-sub button {
        width: 100%;
        padding: 0;
    }
    #block-11 .form-sub .btn {
        margin: 31px 0 0 0;
        padding: 0 0 0 20px;
        text-align: center;
        width: 100%;
    }
    #block-11 .form-sub .btn img {
        left: 50px;
        top: 0;
    }
    #block-12 {
        display: none;
    }
    #block-12 .hd div {
        padding: 0 20px;
        text-align: center;
    }
    #block-12 .slider {
        height: auto;
    }
    #block-12 .slider .custom {
        display: inline-block !important;
        width: 100%;
        overflow: hidden;
    }
    #block-12 .slider #owl4-dots button {
        max-width: 50%;
        width: 50%;
        display: inline-block;
    }
    #block-12 .slider .owl-nav {
        display: none;
    }
    #block-13 {
        display: none;
        margin: 140px 0 0 0;
    }
    #block-13 .text {
        padding: 0 20px;
    }
    #block-13 .hr {
        margin: 80px 0 80px 0;
    }
    #block-13 .btn {
        width: 100%;
    }
    #block-14 .text {
        padding: 0 20px;
        margin: 0 auto;
    }
    #block-14 .text div {
        text-align: center;
    }
    #block-14 .logo {
        text-align: center;
        height: auto;
        border-right: none;
        margin: 20px 0 0 0;
    }
    #block-14 .logo img {
        margin-left: 0;
        width: 120px;
    }
    #block-14 .logo:last-child {
        display: none;
    }
    #block-14 .owl-5 {
        height: auto;
    }
    #block-14 .owl-5 .owl-nav {
        width: 100%;
    }
    #block-14 .owl-5 .owl-prev {
        left: 10px;
    }
    #block-14 .owl-5 .owl-next {
        right: 10px;
    }
    #block-14 .owl-5 .slide {
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    #block-14 .owl-5 .slide a {
        display: block;
        position: relative;
    }
    #block-14 .owl-5 .slide a span {
        display: block;
        opacity: 0.4;
    }
    #block-14 .owl-5 .slide a img {
        border: solid 2px #66cc00;
        max-width: 200px;
        width: auto;
    }
    #block-14 .owl-5 .owl-dots {
        text-align: center;
    }
    #block-14 .owl-5 .owl-dots button.active {
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        width: 10px;
        height: 10px;
        border: none;
        background-color: #fff;
        -moz-box-shadow: 0 0 0 2px rgba(102, 204, 0, 0.6);
        -webkit-box-shadow: 0 0 0 2px rgba(102, 204, 0, 0.6);
        box-shadow: 0 0 0 2px rgba(102, 204, 0, 0.6);
    }
    #block-14 .owl-5 .owl-dots button {
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        width: 10px;
        height: 10px;
        border: none;
        margin: 9px;
        background-color: #fff;
        -moz-box-shadow: 0 0 0 2px rgba(0, 0, 16, 0.1);
        -webkit-box-shadow: 0 0 0 2px rgba(0, 0, 16, 0.1);
        box-shadow: 0 0 0 2px rgba(0, 0, 16, 0.1);
        text-indent: -9999px;
        outline: 0;
    }
    #block-15 {
        margin-top: 50px;
    }
    #block-15 .wrapper h1 {
        margin-left: 0;
    }
    #block-15 .wrapper .content {
        padding: 0 20px;
        margin-left: 0;
    }
    #block-16 .fly {
        display: none;
    }
    #block-16 .truck {
        width: 250px;
    }
    #block-16.animated .fly {
        -webkit-animation: none;
        -moz-animation: none;
        animation: none;
    }
    #block-16.animated .truck {
        -webkit-animation: none;
        -moz-animation: none;
        animation: none;
    }
    #block-17 .wrapper {
        height: auto;
    }
    #block-17:before {
        background-color: rgba(255, 255, 255, 0.5);
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        width: 100%;
        height: 100%;
        content: "";
        z-index: 1;
        left: 0;
    }
    #block-17 .content {
        padding: 75px 0;
        margin: 0 auto;
        text-align: center;
    }
    #block-17 .content button {
        margin: 75px auto 0;
    }
    #block-18 .contact {
        position: static;
        padding: 50px;
        left: 0;
        top: 0;
        width: 100%;
        max-width: 100%;
    }
    #block-18 .contact > * {
        margin: 0 auto;
        max-width: 420px;
    }
    footer {
        margin: 153px 0 53px 0;
        text-align: center;
    }
    footer .social {
        margin: 20px 0 40px;
    }
    footer .soc {
        padding: 30px 0 0 0;
        text-align: center;
    }
    footer .time .adress {
        display: none;
    }
    footer .money img {
        padding: 15px 15px 0 15px;
    }
    footer .logo {
        display: none;
    }
    footer .logo2 {
        display: block;
        padding: 25px 0 0 0;
    }
    footer li {
        margin-bottom: 0;
    }
    .fnbx-block {
        padding: 31px 0;
    }
}
@media (min-width: 0) and (max-width: 320px) {
    body {
        line-height: 1.5;
        font-size: 15px;
    }
    i {
        display: none;
    }
    h1 {
        font-size: 20px;
        padding: 0 20px 0 20px;
        text-align: center;
    }
    header {
        margin: 36px 0 0 0;
    }
    .desktop-version {
        display: none;
    }
    header.mobile-version {
        display: block;
    }
    header.mobile-version .logo {
        text-align: center;
        margin: 0 0 16px 0;
    }
    header.mobile-version .logo img {
        display: inline-block;
        width: 220px;
    }
    header.mobile-version .description {
        font-size: 12px;
        padding-top: 10px;
    }
    header.mobile-version .description br {
        display: none;
    }
    header.mobile-version .contact {
        text-align: center;
    }
    header.mobile-version .email a {
        font-weight: 400;
    }
    header.mobile-version .phone {
        font-weight: 700;
        font-size: 18px;
        text-align: center;
    }
    header.mobile-version .social {
        margin: 0 auto;
        text-align: center;
        padding-top: 24px;
    }
    header.mobile-version .social .social-title {
        padding: 0 0 8px 0;
    }
    header.mobile-version .social .social_a {
        text-align: center;
        float: none;
    }
    header.mobile-version .social .social_a .socialimg {
        display: inline-block;
        margin: 0 10px;
    }
    header.mobile-version .social .social_a .socialimg img {
        width: 30px;
        height: 30px;
    }
    #block-1 {
        position: relative;
    }
    #block-1 .back {
        height: 1050px;
    }
    #block-1 .wrapperheader {
        padding: 0 10px 0 10px;
    }
    #block-1 .container {
        margin-left: 0;
    }
    #block-1 .container .container-1 {
        width: 100%;
    }
    #block-1 .container .container-1 h1 {
        font-size: 20px;
        line-height: 1.5;
        margin: 30px 0 0 0;
    }
    #block-1 .container .container-1 h1.sm {
        white-space: normal;
        font-size: 22px;
    }
    #block-1 .container .container-1 h1.sm br {
        display: none;
    }
    #block-1 .container .container-1 .box-1 {
        display: grid;
    }
    #block-1 .container .container-1 .box-1 .logo {
        padding: 0 0 0 10px;
    }
    #block-1 .container .container-1 .box-2 {
        max-width: 330px;
    }
    #block-1 .container .container-1 .box-2 li a {
        width: 100%;
        font-size: 13px;
    }
    #block-2 {
        margin-top: 100px;
    }
    #block-2 h1 {
        margin-bottom: 25px;
        font-size: 20px;
    }
    #block-2 .box {
        height: 200px;
    }
    #block-2 .box img {
        width: 70px;
        margin: 20px 0 0 20px;
    }
    #block-2 .box .number {
        top: 30px;
        right: 30px;
    }
    #block-2 .box .text {
        font-size: 15px;
        left: 30px;
        top: 100px;
    }
    #block-3 {
        margin-top: 50px;
    }
    #block-3 h1 {
        font-size: 20px;
        padding: 0 10px 0 10px;
        margin-bottom: 25px;
    }
    #block-3 a.box {
        height: 200px;
        font-size: 15px;
    }
    #block-3 a.box .text {
        left: 30px;
        width: 200px;
    }
    #block-3 a.box li {
        left: 20px;
        bottom: 20px;
    }
    #block-4 {
        margin-top: 50px;
    }
    #block-4 .text {
        padding: 0 20px 0 20px;
        font-size: 15px;
    }
    #block-4 .owl_nav {
        width: 100%;
        padding-top: 0;
        padding: 10px 0 0 0;
        height: 100px;
        text-align: center;
    }
    #block-4 .owl_nav .wrapper {
        max-width: 600px;
        position: relative;
        text-align: center;
        display: block;
        height: auto;
        padding-top: 1px;
    }
    #block-4 .owl_nav .owl-prev,
    #block-4 .owl_nav .owl-next {
        font-size: 0;
        top: 15px;
        z-index: 9;
    }
    #block-4 .owl_nav .owl-prev::before {
        left: 10px;
    }
    #block-4 .owl_nav .owl-next::before {
        right: 10px;
    }
    #block-4 .owl_nav .proekt2 {
        margin-bottom: 12px;
        margin-top: 0;
    }
    #block-4 .owl_nav .proekt1,
    #block-4 .owl_nav .proekt2 {
        font-size: 0;
    }
    #block-4 .owl_nav .counter {
        height: 50px;
        width: 100%;
        margin: 0;
        position: relative;
        text-align: center;
    }
    #block-4 .owl-1 .owl-item .logo img {
        display: none;
    }
    #block-4 .owl-1 .owl-item .logo h4 {
        font-size: 16px;
    }
    #block-4 .owl-1 .owl-item .text {
        padding: 140px 0 0 0;
        font-size: 15px;
    }
    #block-4 .owl-1 .owl-item .text .hd {
        font-size: 17px;
        padding: 0 0 0 10px;
    }
    #block-4 .owl-1 .owl-item .text .hd1::before {
        left: -10px;
    }
    #block-4 .owl-1 .owl-item .text .hd2::before {
        left: -10px;
    }
    #block-4 .owl-1 .owl-item .text .hd3::before {
        left: -10px;
    }
    #block-4 .slider {
        margin-left: 0;
        padding-left: 5px;
    }
    #block-4 .slider .btn {
        margin-top: 50px;
    }
    #block-5 .block .content .text .hd {
        font-size: 20px;
    }
    #block-5 .block .content .text-content .material-preview {
        margin: 50px 0 0 0;
        max-height: 250px;
    }
    #block-5 .block .content .button-2 .smll {
        height: 70px;
    }
    #block-5 .tabs {
        margin-top: 20px;
        margin-left: 0;
    }
    #block-5 .tabs .button {
        list-style: none;
        overflow: hidden;
    }
    #block-5 .tabs .button .btn {
        width: 33.33333%;
        float: left;
        font-size: 10px;
    }
    #block-5 .tabs .button-2 {
        overflow: hidden;
        display: inline !important;
    }
    #block-5 .tabs .button-2 .btn-2 {
        width: 33.33333%;
        float: left;
        font-size: 12px;
    }
    #block-5 .tabs .button-2 .linemin {
        line-height: 1.3;
    }
    #block-5 .tabs .content {
        width: 100%;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    #block-5 .tabs .content .text {
        margin: 46px 0 0 0;
        display: block;
    }
    #block-5 .tabs .content .text-content.active {
        display: block;
    }
    #block-5 .tabs .content .text-content .button-content {
        display: block;
    }
    #block-5 .tabs .content .text-content .button-content div {
        margin-right: 0;
        padding-top: 10px;
    }
    #block-5 .tabs .content .text-content .button-content div a {
        width: 100%;
    }
    #block-6 .back {
        display: none;
    }
    #block-6 .content {
        margin: 47px 0 0 0;
    }
    #block-6 h1 {
        width: 100%;
        text-align: center;
        font-size: 20px;
    }
    #block-6 h1 .firstword {
        font-size: 23px;
    }
    #block-6 .text-2 {
        font-size: 17px;
        text-align: center;
    }
    #block-6 .text-1 {
        line-height: 1.5;
    }
    #block-6 .form {
        display: grid;
    }
    #block-6 .form label.lbl {
        margin: 0 auto 0.5rem;
    }
    #block-6 .form label.lbl input[type="tel"] {
        margin-left: 0;
    }
    #block-6 .form label.lbl.last {
        padding-left: 0;
    }
    #block-6 .form-sub .btn {
        margin: 20px 0 0 0;
        text-align: center;
        width: 100%;
    }
    #block-6 .form-sub .btn a {
        padding: 0 0 0 10px;
    }
    #block-6 .form-sub .btn img {
        top: 0;
        left: 40px;
    }
    #block-6 .form-sub .text-1 {
        margin-top: 0;
        line-height: 1.5;
    }
    #block-6 .form-sub input {
        outline: none;
        border: 0;
        padding: 0 11px;
        font-size: 11px;
        height: 60px;
        width: 100%;
    }
    #block-6 .form-sub .contact {
        margin: 30px 0 0 0;
        text-align: center;
    }
    #block-7 {
        margin-top: 30px;
        height: 800px;
        position: relative;
        background: url("img/bodyimg/bg.jpg") center no-repeat;
        background-size: cover;
    }
    #block-7 .content {
        margin: 30px 0 0 0;
    }
    #block-7 .content h1 {
        padding: 0;
        white-space: normal;
    }
    #block-7 .wrapper {
        position: relative;
        z-index: 3;
    }
    #block-7:after {
        content: " ";
        position: absolute;
        z-index: 1;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 220px;
        background-image: url("img/bodyimg/block7new.jpg");
        background-position: 70% 0;
        background-repeat: no-repeat;
        background-size: auto 220px;
    }
    #block-8 .hd {
        margin: 25px auto 0;
    }
    #block-8 .hd div {
        padding: 20px 20px 30px 20px;
    }
    #block-8 .slider .owl-3 {
        max-height: 535px;
    }
    #block-8 .slider .owl-3 .owl-nav {
        display: none;
    }
    #block-9 .text .button-3 {
        max-width: 100%;
        padding: 52px 0 0 0;
    }
    #block-9 .text .button-3 .btn-3 {
        padding: 25px 30px;
        font-size: 14px;
    }
    #block-9 .text .button-3 .btn-3::after {
        display: none;
    }
    #block-9 .tab {
        height: auto;
    }
    #block-9 .tab .number {
        display: none;
    }
    #block-9 .tab .text {
        padding: 0 10px 0 10px;
    }
    #block-9 .tab .text br {
        display: none;
    }
    #block-10 {
        margin-left: 0;
    }
    #block-10 h1 {
        margin-bottom: 0;
    }
    #block-10 .card {
        max-width: 100%;
        height: 200px;
    }
    #block-10 .card img {
        width: 250px;
        margin: 0 auto;
        display: block;
    }
    #block-10 .card .text {
        max-width: 100%;
        height: 110px;
        padding: 25px;
    }
    #block-10 .card .text img {
        width: 50px;
        margin: 0;
        display: inline-block;
    }
    #block-11 .content {
        display: block;
        margin: 30px 0 0 0;
    }
    #block-11 .form {
        right: 0;
        width: 100%;
        padding: 50px 20px;
    }
    #block-11 .form-sub button {
        width: 100%;
        padding: 0;
    }
    #block-11 .form-sub .btn {
        margin: 11px 0 0 0;
        text-align: center;
        width: 100%;
    }
    #block-11 .form-sub .btn img {
        left: 40px;
        top: 10px;
    }
    #block-12 .hd div {
        padding: 0 20px;
        text-align: center;
    }
    #block-12 .slider {
        height: auto;
    }
    #block-12 .slider .custom {
        display: inline-block !important;
        width: 100%;
        overflow: hidden;
    }
    #block-12 .slider #owl4-dots {
        margin: 45px 0 45px 0;
    }
    #block-12 .slider #owl4-dots button {
        max-width: 50%;
        width: 50%;
        display: inline-block;
    }
    #block-12 .slider .owl-nav {
        display: none;
    }
    #block-12 .slider .slide .text {
        padding: 0 15px;
    }
    #block-13 {
        margin: 100px 0 0 0;
    }
    #block-13 .text {
        padding: 0 20px;
    }
    #block-14 .text {
        padding: 0 20px;
        margin: 0 auto;
    }
    #block-14 .logo {
        text-align: center;
        height: auto;
        border-right: none;
        margin: 20px 0 0 0;
    }
    #block-14 .logo img {
        margin-left: 0;
        width: 110px;
    }
    #block-14 .logo:last-child {
        display: none;
    }
    #block-14 .owl-5 .owl-nav {
        width: 100%;
    }
    #block-14 .owl-5 .owl-prev {
        left: 10px;
    }
    #block-14 .owl-5 .owl-next {
        right: 10px;
    }
    #block-14 .owl-5 .slide a {
        display: block;
        position: relative;
    }
    #block-14 .owl-5 .slide a span {
        display: block;
        opacity: 0.4;
        left: 45%;
    }
    #block-14 .owl-5 .owl-dots {
        text-align: center;
    }
    #block-14 .owl-5 .owl-dots button.active {
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        width: 10px;
        height: 10px;
        border: none;
        background-color: #fff;
        -moz-box-shadow: 0 0 0 2px rgba(102, 204, 0, 0.6);
        -webkit-box-shadow: 0 0 0 2px rgba(102, 204, 0, 0.6);
        box-shadow: 0 0 0 2px rgba(102, 204, 0, 0.6);
    }
    #block-14 .owl-5 .owl-dots button {
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        width: 10px;
        height: 10px;
        border: none;
        margin: 9px;
        background-color: #fff;
        -moz-box-shadow: 0 0 0 2px rgba(0, 0, 16, 0.1);
        -webkit-box-shadow: 0 0 0 2px rgba(0, 0, 16, 0.1);
        box-shadow: 0 0 0 2px rgba(0, 0, 16, 0.1);
        text-indent: -9999px;
        outline: 0;
    }
    #block-15 {
        margin-top: 50px;
    }
    #block-15 .wrapper h1 {
        margin-left: 0;
    }
    #block-15 .wrapper .content {
        padding: 0 20px;
        margin-left: 0;
    }
    #block-16 .fly {
        display: none;
    }
    #block-16 .truck {
        width: 200px;
    }
    #block-16.animated .fly {
        -webkit-animation: none;
        -moz-animation: none;
        animation: none;
    }
    #block-16.animated .truck {
        -webkit-animation: none;
        -moz-animation: none;
        animation: none;
    }
    #block-17 .wrapper {
        height: auto;
    }
    #block-17:before {
        background-color: rgba(255, 255, 255, 0.5);
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        width: 100%;
        height: 100%;
        content: "";
        z-index: 1;
        left: 0;
    }
    #block-17 .content {
        padding: 75px 10px;
        text-align: center;
    }
    #block-17 .content br {
        display: none;
    }
    #block-17 .content button {
        margin: 75px auto 0;
        width: 280px;
    }
    #block-18 .contact {
        position: relative;
        padding: 50px;
        left: 0;
        top: 0;
    }
    footer {
        margin: 0 0 53px 0;
        text-align: center;
    }
    footer .social {
        margin: 20px 0 40px;
    }
    footer .soc {
        padding: 30px 0 0 0;
        text-align: center;
    }
    footer .time .adress {
        display: none;
    }
    footer .money img {
        padding: 15px 15px 0 15px;
    }
    footer .logo {
        display: none;
    }
    footer .logo2 {
        display: block;
        padding: 25px 0 0 0;
    }
    footer li {
        margin-bottom: 0;
    }
    .fnbx-block {
        padding: 31px 0;
    }
}
@-moz-keyframes truck {
    0% {
        left: -880px;
    }
    100% {
        left: 19%;
    }
}
@-webkit-keyframes truck {
    0% {
        left: -880px;
    }
    100% {
        left: 19%;
    }
}
@-o-keyframes truck {
    0% {
        left: -880px;
    }
    100% {
        left: 19%;
    }
}
@keyframes truck {
    0% {
        left: -880px;
    }
    100% {
        left: 19%;
    }
}
@-moz-keyframes fly {
    0% {
        right: -350px;
        top: 300px;
    }
    100% {
        right: 290px;
        top: 120px;
    }
}
@-webkit-keyframes fly {
    0% {
        right: -350px;
        top: 300px;
    }
    100% {
        right: 290px;
        top: 120px;
    }
}
@-o-keyframes fly {
    0% {
        right: -350px;
        top: 300px;
    }
    100% {
        right: 290px;
        top: 120px;
    }
}
@keyframes fly {
    0% {
        right: -350px;
        top: 300px;
    }
    100% {
        right: 290px;
        top: 120px;
    }
}
