.twentytwenty-horizontal .twentytwenty-handle:before,
.twentytwenty-horizontal .twentytwenty-handle:after,
.twentytwenty-vertical .twentytwenty-handle:before,
.twentytwenty-vertical .twentytwenty-handle:after {
    content: " ";
    display: block;
    background: white;
    position: absolute;
    z-index: 30;
    -webkit-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
    -moz-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
    box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
}

.twentytwenty-horizontal .twentytwenty-handle:before,
.twentytwenty-horizontal .twentytwenty-handle:after {
    width: 3px;
    height: 9999px;
    left: 50%;
    margin-left: -1.5px;
}

.twentytwenty-vertical .twentytwenty-handle:before,
.twentytwenty-vertical .twentytwenty-handle:after {
    width: 9999px;
    height: 3px;
    top: 50%;
    margin-top: -1.5px;
}

.twentytwenty-before-label,
.twentytwenty-after-label,
.twentytwenty-overlay {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}

.twentytwenty-before-label,
.twentytwenty-after-label,
.twentytwenty-overlay {
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    transition-duration: 0.5s;
}

.twentytwenty-before-label,
.twentytwenty-after-label {
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    transition-property: opacity;
}

.twentytwenty-before-label:before,
.twentytwenty-after-label:before {
    color: white;
    font-size: 13px;
    letter-spacing: 0.1em;
}

.twentytwenty-before-label:before,
.twentytwenty-after-label:before {
    position: absolute;
    background: rgba(255, 255, 255, 0.2);
    line-height: 38px;
    padding: 0 20px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.twentytwenty-horizontal .twentytwenty-before-label:before,
.twentytwenty-horizontal .twentytwenty-after-label:before {
    top: 50%;
    margin-top: -19px;
}

.twentytwenty-vertical .twentytwenty-before-label:before,
.twentytwenty-vertical .twentytwenty-after-label:before {
    left: 50%;
    margin-left: -45px;
    text-align: center;
    width: 90px;
}

.twentytwenty-left-arrow,
.twentytwenty-right-arrow,
.twentytwenty-up-arrow,
.twentytwenty-down-arrow {
    width: 0;
    height: 0;
    border: 6px inset transparent;
    position: absolute;
}

.twentytwenty-left-arrow,
.twentytwenty-right-arrow {
    top: 50%;
    margin-top: -6px;
}

.twentytwenty-up-arrow,
.twentytwenty-down-arrow {
    left: 50%;
    margin-left: -6px;
}

.twentytwenty-container {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    z-index: 0;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
}
.twentytwenty-container img {
    max-width: 100%;
    position: absolute;
    top: 0;
    display: block;
}
.twentytwenty-container.active .twentytwenty-overlay,
.twentytwenty-container.active :hover.twentytwenty-overlay {
    background: rgba(0, 0, 0, 0);
}
.twentytwenty-container.active .twentytwenty-overlay .twentytwenty-before-label,
.twentytwenty-container.active .twentytwenty-overlay .twentytwenty-after-label,
.twentytwenty-container.active
    :hover.twentytwenty-overlay
    .twentytwenty-before-label,
.twentytwenty-container.active
    :hover.twentytwenty-overlay
    .twentytwenty-after-label {
    opacity: 0;
}
.twentytwenty-container * {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.twentytwenty-before-label {
    opacity: 0;
}
.twentytwenty-before-label:before {
    content: "Before";
}

.twentytwenty-after-label {
    opacity: 0;
}
.twentytwenty-after-label:before {
    content: "After";
}

.twentytwenty-horizontal .twentytwenty-before-label:before {
    left: 10px;
}

.twentytwenty-horizontal .twentytwenty-after-label:before {
    right: 10px;
}

.twentytwenty-vertical .twentytwenty-before-label:before {
    top: 10px;
}

.twentytwenty-vertical .twentytwenty-after-label:before {
    bottom: 10px;
}

.twentytwenty-overlay {
    -webkit-transition-property: background;
    -moz-transition-property: background;
    transition-property: background;
    background: rgba(0, 0, 0, 0);
    z-index: 25;
}
.twentytwenty-overlay:hover {
    background: rgba(0, 0, 0, 0.5);
}
.twentytwenty-overlay:hover .twentytwenty-after-label {
    opacity: 1;
}
.twentytwenty-overlay:hover .twentytwenty-before-label {
    opacity: 1;
}

.twentytwenty-before {
    z-index: 20;
}

.twentytwenty-after {
    z-index: 10;
}

.twentytwenty-handle {
    height: 38px;
    width: 38px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -22px;
    margin-top: -22px;
    border: 3px solid white;
    -webkit-border-radius: 1000px;
    -moz-border-radius: 1000px;
    border-radius: 1000px;
    -webkit-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
    -moz-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
    box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
    z-index: 40;
    cursor: pointer;
}

.twentytwenty-horizontal .twentytwenty-handle:before {
    bottom: 50%;
    margin-bottom: 22px;
    -webkit-box-shadow:
        0 3px 0 white,
        0px 0px 12px rgba(51, 51, 51, 0.5);
    -moz-box-shadow:
        0 3px 0 white,
        0px 0px 12px rgba(51, 51, 51, 0.5);
    box-shadow:
        0 3px 0 white,
        0px 0px 12px rgba(51, 51, 51, 0.5);
}
.twentytwenty-horizontal .twentytwenty-handle:after {
    top: 50%;
    margin-top: 22px;
    -webkit-box-shadow:
        0 -3px 0 white,
        0px 0px 12px rgba(51, 51, 51, 0.5);
    -moz-box-shadow:
        0 -3px 0 white,
        0px 0px 12px rgba(51, 51, 51, 0.5);
    box-shadow:
        0 -3px 0 white,
        0px 0px 12px rgba(51, 51, 51, 0.5);
}

.twentytwenty-vertical .twentytwenty-handle:before {
    left: 50%;
    margin-left: 22px;
    -webkit-box-shadow:
        3px 0 0 white,
        0px 0px 12px rgba(51, 51, 51, 0.5);
    -moz-box-shadow:
        3px 0 0 white,
        0px 0px 12px rgba(51, 51, 51, 0.5);
    box-shadow:
        3px 0 0 white,
        0px 0px 12px rgba(51, 51, 51, 0.5);
}
.twentytwenty-vertical .twentytwenty-handle:after {
    right: 50%;
    margin-right: 22px;
    -webkit-box-shadow:
        -3px 0 0 white,
        0px 0px 12px rgba(51, 51, 51, 0.5);
    -moz-box-shadow:
        -3px 0 0 white,
        0px 0px 12px rgba(51, 51, 51, 0.5);
    box-shadow:
        -3px 0 0 white,
        0px 0px 12px rgba(51, 51, 51, 0.5);
}

.twentytwenty-left-arrow {
    border-right: 6px solid white;
    left: 50%;
    margin-left: -17px;
}

.twentytwenty-right-arrow {
    border-left: 6px solid white;
    right: 50%;
    margin-right: -17px;
}

.twentytwenty-up-arrow {
    border-bottom: 6px solid white;
    top: 50%;
    margin-top: -17px;
}

.twentytwenty-down-arrow {
    border-top: 6px solid white;
    bottom: 50%;
    margin-bottom: -17px;
}
@font-face {
    font-family: "reg";
    src: url("../fonts/ProximaNovaRegular.eot");
    src:
        url("../fonts/ProximaNovaRegular.eot?#iefix")
            format("embedded-opentype"),
        url("../fonts/ProximaNovaRegular.woff") format("woff"),
        url("../fonts/ProximaNovaRegular.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
@font-face {
    font-family: "extrab";
    src: url("../fonts/ProximaNovaExtrabold.eot");
    src:
        url("../fonts/ProximaNovaExtrabold.eot?#iefix")
            format("embedded-opentype"),
        url("../fonts/ProximaNovaExtrabold.woff") format("woff"),
        url("../fonts/ProximaNovaExtrabold.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
@font-face {
    font-family: "light";
    src: url("../fonts/ProximaNovaLight.eot");
    src:
        url("../fonts/ProximaNovaLight.eot?#iefix") format("embedded-opentype"),
        url("../fonts/ProximaNovaLight.woff") format("woff"),
        url("../fonts/ProximaNovaLight.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
@font-face {
    font-family: "bold";
    src: url("../fonts/ProximaNova-Bold.eot");
    src:
        url("../fonts/ProximaNova-Bold.eot?#iefix") format("embedded-opentype"),
        url("../fonts/ProximaNova-Bold.woff") format("woff"),
        url("../fonts/ProximaNova-Bold.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
@font-face {
    font-family: "bold";
    src: url("../fonts/ProximaNova-Bold.eot");
    src:
        url("../fonts/ProximaNova-Bold.eot?#iefix") format("embedded-opentype"),
        url("../fonts/ProximaNova-Bold.woff") format("woff"),
        url("../fonts/ProximaNova-Bold.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
@font-face {
    font-family: "black";
    src: url("../fonts/ProximaNova-Black.eot");
    src:
        url("../fonts/ProximaNova-Black.eot?#iefix") format("embedded-opentype"),
        url("../fonts/ProximaNova-Black.woff") format("woff"),
        url("../fonts/ProximaNova-Black.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
@font-face {
    font-family: "semib";
    src: url("../fonts/ProximaNovaSemibold.eot");
    src:
        url("../fonts/ProximaNovaSemibold.eot?#iefix")
            format("embedded-opentype"),
        url("../fonts/ProximaNovaSemibold.woff") format("woff"),
        url("../fonts/ProximaNovaSemibold.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
@font-face {
    font-family: "thin";
    src: url("../fonts/ProximaNovaThin.eot");
    src:
        url("../fonts/ProximaNovaThin.eot?#iefix") format("embedded-opentype"),
        url("../fonts/ProximaNovaThin.woff") format("woff"),
        url("../fonts/ProximaNovaThin.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
@font-face {
    font-family: "archive";
    src: url("../fonts/Archive.eot");
    src:
        url("../fonts/Archive.eot?#iefix") format("embedded-opentype"),
        url("../fonts/Archive.woff") format("woff"),
        url("../fonts/Archive.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
@font-face {
    font-family: "FontAwesome";
    src: url("../fonts/fontawesome-webfont.eot?v=4.4.0");
    src:
        url("../fonts/fontawesome-webfont.eot?#iefix&v=4.4.0")
            format("embedded-opentype"),
        url("../fonts/fontawesome-webfont.woff2?v=4.4.0") format("woff2"),
        url("../fonts/fontawesome-webfont.woff?v=4.4.0") format("woff"),
        url("../fonts/fontawesome-webfont.ttf?v=4.4.0") format("truetype"),
        url("../fonts/fontawesome-webfont.svg?v=4.4.0#fontawesomeregular")
            format("svg");
    font-weight: normal;
    font-style: normal;
}
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.fa-circle-o:before {
    content: "\f10c";
}

body {
    font-family: "reg";
    font-size: 16px;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}
.reg {
    font-family: "reg";
}
.light {
    font-family: "light";
}
.bold {
    font-family: "bold";
}
.extrab {
    font-family: "extrab";
}
.thin {
    font-family: "thin";
}
.black {
    font-family: "black";
}
.semib {
    font-family: "semib";
}
.nopadl {
    padding-left: 0;
}
.nopadr {
    padding-right: 0;
}
.right {
    text-align: right !important;
}
.left {
    text-align: left !important;
}
.one {
    box-shadow: 1px 0px 5px rgba(0, 0, 0, 0.19);
    padding-top: 10px;
    padding-bottom: 10px;
    position: fixed !important;
    z-index: 1001 !important;
    background-color: #fff;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    transform: translate3d(0, 0, 0) !important;
    -webkit-transform: translate3d(0, 0, 0) !important;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    will-change: transform;
}

/* Уменьшенная ширина контейнера в шапке */
.top-menu {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    z-index: 1001;
    height: 30px;
    background-color: #8d8d8d;
}
.container.top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 30px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.top-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: "Proxima nova regular", sans-serif;
    color: #fff;
    font-size: 12px;
}

.top-link:hover {
    background-color: #dadada;
    color: #91ba3d;
}
.topnav {
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none;
}
.topnav > li {
    display: inline-block;
    vertical-align: middle;
    position: relative;
}
.topnav > li::after {
    content: "";
    width: 1px;
    height: 14px;
    background-color: #d6d6d7;
    display: inline-block;
    vertical-align: middle;
    margin-left: 18px;
    margin-right: 18px;
    margin-top: -2px;
}
.topnav > li:last-child::after {
    display: none;
}
.topnav > li > a {
    font-size: 13px;
    text-transform: uppercase;
    color: #000000 !important;
    text-decoration: none;
    letter-spacing: 0.075em;
}
.topnav > li > a:hover {
    text-decoration: underline;
}
.emailtop {
    display: block;
    text-decoration: none !important;
    font-size: 18px;
    color: #181818 !important;
    vertical-align: middle;
    text-align: right;
    margin-top: 5px;
}
.emailtop::before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    background-image: url(../img/mail.jpg);
    width: 19px;
    height: 14px;
    margin-right: 8px;
    margin-top: -2px;
}
.two {
    background-color: rgba(255, 255, 255, 0.85);
    box-shadow: 1px 0px 5px rgba(0, 0, 0, 0.31);
    padding-top: 55px;
    padding-bottom: 15px;
    margin-bottom: 100px;
    position: relative;
    z-index: 1000; /*margin-top: 61px;*/
}
.logo {
    margin-top: 14px;
}
.soc {
    padding-left: 0;
    margin-bottom: 0;
    margin-top: 6px;
    list-style-type: none;
}
.soc > li {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}
.soc li a {
    display: block;
    background-image: url(../img/soc.png);
    width: 37px;
    height: 37px;
    transition: 0.3s;
}
.soc li a:hover {
    opacity: 0.4;
}
.sc1 {
    width: 38px !important;
}
.sc2 {
    background-position: -38px 0px;
    width: 38px !important;
}
.sc3 {
    background-position: -76px 0px;
    width: 38px !important;
}
.sc4 {
    background-position: -114px 0px;
    width: 38px !important;
}
.sc5 {
    background-position: right;
    width: 38px !important;
}
.headspis {
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none;
}
.headspis > li {
    display: inline-block;
    vertical-align: middle;
}
.phonetop {
    margin-bottom: 0;
    font-size: 25px;
    color: #181818;
    display: block;
    vertical-align: middle;
    text-align: right;
}
.phonetop::before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    background-image: url(../img/tel.png);
    width: 19px;
    height: 19px;
    margin-right: 6px;
}
.phonetop > a {
    color: #000;
}
.phonetop > a:hover {
    text-decoration: none;
}
.buttop {
    background: none;
    border: none;
    font-size: 15px;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 0.075em;
    font-family: "semib";

    border-radius: 29px;
    background-image: -moz-linear-gradient(90deg, #ffb000 0%, #ffd300 100%);
    background-image: -webkit-linear-gradient(90deg, #ffb000 0%, #ffd300 100%);
    background-image: -ms-linear-gradient(90deg, #ffb000 0%, #ffd300 100%);
    box-shadow: inset 0px -3px 0px 0px rgba(0, 0, 0, 0.2);
    transition: 0.3s;
    text-shadow: 1px 0px 2px rgba(0, 0, 0, 0.28);
    margin-left: 30px;
    width: 227px;
    height: 57px;
}
.buttop:hover {
    box-shadow: none;
}
* {
    outline: none !important;
}
.three {
    background-image: url(../img/bg-1.jpg);
    background-color: rgba(255, 255, 255, 0.85);
    background-size: cover;
    background-position: center;
    /*padding-top: 230px;*/
    margin-top: 70px;
    /*padding-bottom: 80px;*/
}
h1 {
    margin-top: 0;
    line-height: 1.2;
    font-size: 45px;
    color: #181818;
    text-transform: uppercase;
    margin-bottom: 0;
    display: inline-block;
    background-color: #ffd000;
    padding: 10px 14px;
    border-radius: 15px;
}
h4 {
    /*margin: 0;*/
    line-height: 1;
    font-size: 30px;
    color: #000000;
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.91);
    display: inline-block;
    padding: 10px 20px;
    /*border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;*/
    margin-bottom: 55px;
}

h3 {
    background-color: rgba(255, 255, 255, 0.85);
    display: inline-block;
    padding: 10px 20px;
    border-radius: 15px;
    margin-top: 15px;
    margin-bottom: 0;
}
.line1 {
    margin-top: 90px;
    margin-bottom: 45px;
}
.line2 {
    margin-bottom: 80px;
}
.box {
    background-color: rgba(255, 255, 255, 0.85);
    font-size: 20px;
    padding: 25px;
    text-align: center;
    border-radius: 15px;
    margin-bottom: 25px;
}
.box2 {
    background-color: rgba(117, 163, 178, 0.65);
    font-size: 20px;
    padding: 25px;
    text-align: center;
    border-radius: 15px;
    margin-bottom: 25px;
}
.mouse {
    text-align: center;
    position: relative;
    bottom: -81px;
}
.mouse2 {
    text-align: center;
    position: relative;
    bottom: -41px;
}
.topform {
    background-image: url(../img/bgformto.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    padding: 30px;
    padding-top: 58px;
}
.topformtt {
    text-align: center;
    font-size: 34px;
    color: #181818;
    text-transform: uppercase;
}
.youllget {
    text-align: center;
    font-size: 23px;
    color: #181818;
}
.etapt {
    margin-bottom: 0;
    font-size: 18px;
    line-height: 18px;
}
.punktnum {
    color: #fff;
    font-size: 21px;
    background-color: #91ba3d;
    display: inline-block;
    padding: 10px 12px;
    margin-bottom: 20px;
    margin-top: 20px;
    position: relative;
    border: 3px solid #99c045;
    line-height: 1;
}
.punktnum::after {
    content: "";
    display: block;
    height: 1px;
    width: 142px;
    background-color: #91ba3d;
    position: absolute;
    margin: -12px 0px 0px 57px;
}
.noafter::after {
    display: none !important;
}
.marg0 {
    margin-left: 0;
    margin-right: 0;
}
.in1 {
    background: none;
    border: none;
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    width: 100%;
    color: rgba(0, 0, 0, 0.5);
    border-radius: 100px;
    padding-left: 30px;
    transition: 0.3s;
    padding-right: 66px;
    margin-left: 10px;
    margin-right: 10px;
    border-width: 2px;
    border-color: rgb(52, 52, 57);
    border-style: solid;
    max-width: 385px;
    height: 74px;
}
.in1:focus {
    background-position: 130% 50% !important;
}
.sendform {
    display: block;
    background: none;
    border: none;
    border-radius: 100px;
    width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    font-size: 20px;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 0.075em;
    transition: 0.3s;
    background-image: -moz-linear-gradient(90deg, #81b033 0%, #adcb4e 100%);
    background-image: -webkit-linear-gradient(90deg, #81b033 0%, #adcb4e 100%);
    background-image: -ms-linear-gradient(90deg, #81b033 0%, #adcb4e 100%);
    box-shadow:
        0px 3px 7px 0px rgba(0, 0, 0, 0.2),
        inset 0px -5px 0px 0px rgba(0, 0, 0, 0.2);
    max-width: 489px;
    height: 122px;
    margin-top: 22px;
    text-shadow: 1px 0px 2px rgba(0, 0, 0, 0.57);
    border: 11px solid #f0f0f0;
}
.sendform:hover {
    box-shadow: none;
}
.formwrap {
    margin-top: 30px;
}
.sendform:active {
    border: 0px solid #fff;
}
.preimtt {
    font-size: 20px;
    color: #fff;
    margin-bottom: 0;
    text-shadow: 1px 0px 2px rgba(0, 0, 0, 0.32);
}
.imgprr {
    min-height: 74px;
    margin-top: 40px;
}
h2 {
    font-size: 32px;
    color: #181818;
    margin-top: 0;
    margin-bottom: 0;
    letter-spacing: 0.075em;
    font-family: "light";
    line-height: 1.3;
    text-transform: uppercase;
}
h2 span {
    font-family: "black";
}
.chislowrap {
    display: block;
    text-align: center;
    font-size: 45px;
    color: #8ec131;
    text-transform: uppercase;
    font-family: "light";
}
.four {
    background-image: url(../img/bg2.jpg);
    background-size: cover;
    padding: 80px 0px 0px 0px;
}
.icnround {
    display: table;
    border-radius: 50%;
    background-color: #fff;
    box-shadow: 0px 0px 21px 0px rgba(50, 50, 50, 0.1);
    vertical-align: middle;
    transition: 0.3s;
    width: 156px;
    margin: 0 auto;
    height: 156px;
}
/*.four .col-md-3:hover .icnround {

  background-color: #95c141;
  box-shadow: 0px 5px 40px 0px rgba(131, 192, 12, 0.8);


}*/
.icnround span span {
    background-image: url(../img/icns/krugs/1.png);
    width: 84px;
    height: 84px;
    background-position: top;
    background-repeat: no-repeat;
    display: block;
    margin: 0 auto;
}
.icnround span {
    display: table-cell;
    vertical-align: middle;
}
/*.four .col-md-3:hover .icnround span span {
    background-position: bottom

}*/
.four .col-md-3 {
    height: 470px;
}
.whytt {
    margin-bottom: 0;
    font-size: 16px;
    color: #252525;
    font-family: "light";
    margin-top: 20px;
}
/*.whytt:hover {font-size:110%;}*/
.whytt span {
    font-family: "bold";
}
.icn2 {
    background-image: url(../img/icns/krugs/2.png) !important;
    width: 61px !important;
    height: 57px !important;
}
.icn3 {
    background-image: url(../img/icns/krugs/3.png) !important;
    width: 68px !important;
    height: 62px !important;
}
.icn4 {
    background-image: url(../img/icns/krugs/4.png) !important;
    width: 73px !important;
    height: 73px !important;
}
.icn5 {
    background-image: url(../img/icns/krugs/5.png) !important;
    width: 95px !important;
    height: 54px !important;
}
.icn6 {
    background-image: url(../img/icns/krugs/6.png) !important;
    width: 60px !important;
    height: 79px !important;
}
.icn7 {
    background-image: url(../img/icns/krugs/7.png) !important;
    width: 61px !important;
    height: 73px !important;
}
.icn8 {
    background-image: url(../img/icns/krugs/8.png) !important;
    width: 88px !important;
    height: 66px !important;
}
.icncwrap {
    margin-top: 20px;
}
.sledstvie {
    text-align: center;
    border: 2px solid #a0d046;
    border-radius: 25px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.sledstvie p {
    text-transform: uppercase;
    font-size: 26px;
    line-height: 40px;
    margin-bottom: 0;
}
.mt30 {
    margin-top: 30px;
}
.name {
    background-image: url(../img/name.png);
    background-repeat: no-repeat;
    background-position: 93% 50%;
}
.tel {
    background-image: url(../img/phone.png);
    background-repeat: no-repeat;
    background-position: 93% 50%;
}
.mobslidewrap {
    position: relative;
    border-radius: 25px;
    padding: 8px;
    width: 100%;
    height: 406px;
    background-position: center;
    background-size: cover;
}
.mobslidewrap span {
    width: calc(100% - 16px);
    border-radius: 25px;
    height: calc(100% - 16px);
    position: absolute;
    border: 2px solid #fff;
}
.owl1 .owl-prev {
    background-image: url(../img/prev.png);
    display: inline-block;
    vertical-align: middle;
    width: 62px;
    height: 62px;
    margin-right: -4px;
}
.owl1 .owl-next {
    background-image: url(../img/next.png);
    display: inline-block;
    vertical-align: middle;
    width: 62px;
    height: 62px;
    margin-left: -4px;
}
.owl1 .owl-prev:hover {
    background-image: url(../img/prev1.png);
}
.owl1 .owl-next:hover {
    background-image: url(../img/next1.png);
}
.owl1 .owl-nav {
    position: absolute;
    right: 29px;
    bottom: 29px;
}

.five {
    padding-top: 90px;
    padding-bottom: 60px;
}
.owl1 {
    position: relative;
}
.owl1::before {
    content: "";
    display: block;
    background-image: url(../img/rama.png);
    width: 405px;
    height: 381px;
    position: absolute;
    left: -92px;
    bottom: -87px;
}
.greenlin {
    display: block;
    margin-top: 20px;
    margin-bottom: 20px;
    width: 100%;
    height: 1px;
    background-color: #aed369;
}
.mame {
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none;
}
.mame li {
    position: relative;
    line-height: 23px;
    padding-left: 55px;
    margin-bottom: 22px;
    color: #181818;
    font-size: 18px;
}
.mame li::before {
    content: "01";
    position: absolute;
    left: 0;
    top: 3px;
    color: #a0d046;
    font-family: "black";
    transition: 0.3s;
    font-size: 20px;
    border-bottom: 3px solid transparent;
}
.mame li:hover::before {
    border-color: #a0d046;
}
.mame li:nth-child(2)::before {
    content: "02";
}
.mame li:nth-child(3)::before {
    content: "03";
}
.mame li:nth-child(4)::before {
    content: "04";
}
.mame li:nth-child(5)::before {
    content: "05";
}
.mame li:nth-child(6)::before {
    content: "06";
}
.mame li:nth-child(7)::before {
    content: "07";
}
.mame li:nth-child(8)::before {
    content: "08";
}
.mame li:nth-child(9)::before {
    content: "09";
}
.mame li:nth-child(10)::before {
    content: "10";
}
.mb50 {
    margin-bottom: 50px;
}
.getdis {
    text-transform: uppercase;
    font-size: 26px;
    color: #181818;
    letter-spacing: 0.075em;
    padding-left: 120px;
    padding-top: 16px;
    position: relative;
    margin-bottom: 0;
}
.getdis::before {
    content: "";
    background-image: url(../img/getdiz.png);
    width: 90px;
    height: 90px;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
}
.getdiza {
    font-size: 18px;
    background: none;
    border: none;
    border-radius: 100px;
    margin-top: -8px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-family: "extrab";
    text-shadow: 1px 0px 2px rgba(0, 0, 0, 0.2);
    background-image: -moz-linear-gradient(90deg, #7fb236 0%, #accd53 100%);
    background-image: -webkit-linear-gradient(90deg, #7fb236 0%, #accd53 100%);
    background-image: -ms-linear-gradient(90deg, #7fb236 0%, #accd53 100%);
    box-shadow:
        0px 3px 7px 0px rgba(0, 0, 0, 0.2),
        inset 0px -5px 0px 0px rgba(0, 0, 0, 0.2);
    width: 100%;
    height: 110px;
}
.getdiza:hover {
    box-shadow: none;
}
button {
    transition: 0.3s;
}
.six {
    background-image: url(../img/bg3.jpg);
    background-size: cover;
    background-position: center;
    padding-top: 65px;
    padding-bottom: 100px;
}
.whatcanimg {
    border-radius: 50%;
    border-width: 11px;
    border-color: #fff;
    background-position: center;
    background-size: cover;
    display: block;
    margin: 0 auto;
    margin-top: -77px;
    border-style: solid;
    background-color: rgb(225, 225, 225);
    box-shadow: 0px 0px 21px 0px rgba(50, 50, 50, 0.1);
    width: 155px;
    height: 155px;
}
.whatcantext {
    font-size: 16px;
    color: #252525;
    margin-bottom: 0;
    padding: 26px 10px 0px 17px;
}
.whatcantext span {
    font-family: "bold";
}
.whatcawrap {
    border-width: 2px;
    border-color: #fff;
    border-style: solid;
    border-radius: 15px;
    background-color: #fff;
    box-shadow: 0px 0px 21px 0px rgba(50, 50, 50, 0.1);
    width: 100%;
    transition: 0.3s;
    height: 270px;
    margin-top: 140px;
}
.whatcawrap:hover {
    border-color: #9ece45;
}
.seven {
    padding-top: 70px;
    background-color: #fdfdfd;
    background-image: url(../img/textura.png);
}
.twentytwenty-overlay {
    display: none;
}

.beorderdbefa {
    border: 2px solid #a0d046;
    position: relative;
    border-radius: 30px;
    padding: 42px;
    margin-top: 70px;
    margin-bottom: 150px;
}
.twentytwenty-handle {
    background: none;
    border: none;
    box-shadow: none;
}
.twentytwenty-handle > span {
    display: none !important;
}
.twentytwenty-horizontal .twentytwenty-handle:after {
    background: none;
    background-color: transparent;
    box-shadow: none;
    border: none;
    position: absolute;
    background-image: url(../img/mouse.png);
    width: 106px;
    height: 105px;
    position: absolute;
    left: -26px;
    top: 328px !important;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: shake;
    animation-name: shake;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.twentytwenty-horizontal .twentytwenty-handle:hover::after {
    animation: none !important;
}
.twentytwenty-horizontal .twentytwenty-handle:before {
    width: 3px;
    height: 600px;
    left: 50%;
    margin-left: -1.5px;
    bottom: -308px !important;
    position: absolute;
    width: 11px;
    border-radius: 15px;
}
.onlymove {
    text-transform: uppercase;
    font-size: 15px;
    color: #181818;
    letter-spacing: 0.075em;
    display: block;
    text-align: center;
    margin: 0 auto;
    padding-top: 15px;
    margin-top: 30px;
    border-radius: 24px;
    background-color: rgb(255, 255, 255);
    box-shadow: 1.169px 3.825px 13px 0px rgba(104, 104, 104, 0.1);
    width: 350px;
    height: 49px;
}
.bupru {
    position: relative;
    color: #000 !important;
    text-transform: uppercase;
    font-family: "extrab";
    margin: 0;
    margin-top: 12px;
    margin-left: 46px;
    font-size: 23px;
    margin-bottom: -35px;
}
.bgvar2 {
    background-image: none !important;
    background-color: #fff !important;
}
.whatslide {
    text-align: center;
    font-size: 24px;
    color: #181818;
    margin-bottom: 40px;
}
.slidewrap {
    padding-top: 36px;
    padding-bottom: 46px;
    background-color: #fdfdfd;
    background-image: url(../img/textura.png);
}
.slidewrap.last {
    padding-bottom: 0;
}
.sadimga {
    position: relative;
    background-position: center;
    background-size: cover;
    height: 260px;
    padding: 8px;
}
.sadimga span {
    position: absolute;
    width: calc(100% - 16px);
    height: calc(100% - 16px);
}

.owl2 .owl-prev {
    background-image: url(../img/prev.png);
    display: inline-block;
    vertical-align: middle;
    width: 62px;
    height: 62px;
    margin-right: -4px;
    position: absolute;
    left: -90px;
    top: calc(50% - 31px);
}
.owl2 .owl-next {
    background-image: url(../img/next.png);
    display: inline-block;
    vertical-align: middle;
    width: 62px;
    height: 62px;
    margin-left: -4px;
    position: absolute;
    right: -90px;
    top: calc(50% - 31px);
}
.owl2 .owl-prev:hover {
    background-image: url(../img/prev1.png);
}
.owl2 .owl-next:hover {
    background-image: url(../img/next1.png);
}
.chcitake {
    background: none;
    border: none;
    text-transform: uppercase;
    color: #fff;
    font-family: "extrab";
    text-shadow: 1px 0px 2px rgba(0, 0, 0, 0.2);
    letter-spacing: 0.075em;
    background-image: -moz-linear-gradient(90deg, #feb900 0%, #fed200 100%);
    background-image: -webkit-linear-gradient(90deg, #feb900 0%, #fed200 100%);
    background-image: -ms-linear-gradient(90deg, #feb900 0%, #fed200 100%);
    box-shadow:
        0px 3px 7px 0px rgba(0, 0, 0, 0.2),
        inset 0px -3px 0px 0px rgba(0, 0, 0, 0.15);
    max-width: 333px;
    width: 100%;
    margin-top: 25px;
    height: 94px;
    font-size: 16px;
    border-radius: 100px;
    border: 10px solid #f7f7f7;
}
.chcitake:hover {
    box-shadow: none;
}
.chcitake:active {
    border-width: 0px;
}
.calc {
    background-image: url(../img/bg4.jpg);
    background-size: cover;
    background-position: center;
    padding-top: 80px;
    /*padding-bottom: 80px;*/
}
.calc .line {
    margin-bottom: 40px;
}
.calc .input {
    background: none;
    border: none;
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    /*width: 100%;*/
    color: rgba(0, 0, 0, 0.5);
    border-radius: 100px;
    padding-left: 30px;
    transition: 0.3s;
    padding-right: 66px;
    margin-left: 10px;
    margin-right: 10px;
    border-width: 2px;
    border-color: rgb(52, 52, 57);
    border-style: solid;
    max-width: 385px;
    height: 64px;
    margin-bottom: 20px;
    margin-top: 20px;
}
.calc .select {
    background: none;
    /*border: none;
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;*/
    width: 110%;
    color: rgba(0, 0, 0, 0.5);
    /*border-radius: 100px;*/
    padding-left: 30px;
    transition: 0.3s;
    padding-right: 66px;
    /*margin-left: 10px;*/
    /*margin-right: 10px;*/
    /*border-width: 2px;
    border-color: rgb(52, 52, 57);
    border-style: solid;*/
    max-width: 385px;
    height: 64px;
}
.calc .new-select-style {
    border-radius: 100px;
    height: 64px;
    border-width: 2px;
    border-color: rgb(52, 52, 57);
    border-style: solid;
    overflow: hidden;
    font-size: 18px;
    line-height: 1;
    -webkit-appearance: none;
    /*width: 90%;*/
    background: url(../img/arrow-down.jpg) no-repeat center right 20px #fff;
    margin-bottom: 20px;
    margin-top: 20px;
    max-width: 345px;
}
.calc .result {
    color: #99c045;
    font-size: 26px;
}
.calc .bigtext {
    font-size: 24px;
    color: #99c045;
}
.calc .valign {
    vertical-align: baseline;
}
.calc .topform {
    background: url(../img/bgformto1.png) center no-repeat;
    background-size: 100% 100%;
    padding: 80px 30px;
}
.calc .punktnum1 {
    color: #91ba3d;
    font-size: 21px;
    background-color: transparent;
    display: inline-block;
    padding: 10px 12px;
    /*margin-bottom: 20px;*/
    /*margin-top: 20px;*/
    position: relative;
    border: 3px solid #99c045;
    line-height: 1;
    margin-right: 10px;
    float: left;
}
.calc .podpis {
    margin-bottom: 0;
    font-size: 18px;
    /*line-height: 18px;*/
    /*display:inline-block;*/
    /*margin-left:15px;*/
}
.podarki {
    background-image: url(../img/textura.png);
    padding-top: 80px;
    padding-bottom: 50px;
}
.podarki .topformtt {
    font-size: 26px;
}
.podarki .topform {
    padding-bottom: 58px;
    min-height: initial;
}
.eight {
    background-image: url(../img/bg4.jpg);
    background-size: cover;
    background-position: center;
    padding-top: 80px;
    padding-bottom: 80px;
}
.eight .punktnum {
    color: #91ba3d;
    font-size: 21px;
    background-color: transparent;
    display: inline-block;
    padding: 10px 12px;
    margin-bottom: 20px;
    margin-top: 20px;
    position: relative;
    border: 3px solid #99c045;
    line-height: 1;
}
.eight .punktnum::after {
    content: "";
    display: block;
    height: 1px;
    width: 159px;
    background-color: #91ba3d;
    position: absolute;
    margin: -12px 0px 0px 85px;
}
.mail {
    background-image: url(../img/mail.png);
    background-repeat: no-repeat;
    background-position: 94% 50%;
}
.eight .sendform {
    display: inline-block;
    vertical-align: middle;
    height: 90px;
    margin-top: 25px;
    /*max-width: 370px;*/
}
.eight .in1 {
    max-width: 370px;
    margin-left: 20px;
    margin-right: 20px;
    height: 78px;
}
.konfa {
    display: inline-block;
    vertical-align: middle;
    font-size: 15px;
    color: #909090;
    margin-bottom: 0;
    margin-top: 22px;
}
.konfa::before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
    width: 21px;
    background-image: url(../img/konf.png);
    height: 27px;
    margin-top: -8px;
}
.eight .topform {
    /*min-height: 495px;*/
}
.nine {
    /*background-image: url(../img/ramko.png);*/
    /*background-position: top center;*/
    /*background-repeat: no-repeat;*/
    /*min-height: 1297px;*/
    /*background-color: #f3f3f3;*/
    background-image: url(../img/textura.png);
    padding-top: 50px;
    padding-bottom: 50px;
}
.nine h2 {
    margin-bottom: 40px;
}

.page {
    width: 960px;
    display: block;
    padding: 50px 0;
    position: relative;
    overflow: visible;
    border: 0px solid #ccc;
    margin: 0 auto;
}
section.page p {
    margin: 0 0 20px 0;
    color: #454a51;
    font-size: 20px;
    line-height: 24px;
    font-family: "robotolight";
}
section.page h2,
h2 {
    font-size: 40px;
    font-family: "robotomedium";
    line-height: 47px;
    margin: 0 0 40px 0;
    text-align: center;
    color: #454a51;
}
.red-line {
    display: inline-block;
    border-bottom: 5px solid #dd474d;
}
.uslugwrap {
    /*background-image: url(../img/ramka1.png);
	background-position: top center;
	background-repeat: no-repeat;
	background-size:cover;*/
    /*padding: 30px;*/
    position: relative;
    margin-bottom: 40px;
}
.uslugwrap .ramka {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0;
}
.uslugwrap .title-uslug {
    font-size: 22px;
    text-align: center;
    font-family: "black";
    position: relative;
    top: -5px;
    padding-right: 40px;
    padding-left: 15px;
}
.uslugwrap .title-uslug span {
    padding-left: 15px;
    padding-right: 15px;
    background: #fff;
    background-image: url(../img/textura.png);
}
.uslugwrap ul {
    padding-left: 30px;
    padding-right: 15px;
    padding-bottom: 20px;
    list-style-type: none;
    margin-bottom: 0;
    font-size: 19px;
    margin-top: 40px;
    position: relative;
    z-index: 10;
}
.uslugwrap ul li {
    margin-bottom: 35px;
}
.uslugwrap ul li .list-type {
    float: left;
    font-size: 24px;
    font-weight: bold;
    text-shadow: 0 0 5px rgba(254, 207, 0, 0.88);
    color: #fecf00;
    margin-right: 20px;
    /*margin-bottom: 20px;*/
}
.uslugwrap ul li .text {
    display: inline-block;
    width: 90%;
}
.uslugwrap ul li .text span {
    border-bottom: 1px solid #a3a3a3;
}
.uslugwrap ul li:hover {
}
.uslugwrap ul li:hover .list-type {
    color: #8ec131;
    text-shadow: 0 0 5px rgba(185, 185, 185, 0.88);
}
.uslugwrap ul li:hover .text,
.uslugwrap ul li:hover .text span {
    color: #8ec131;
    border-color: #8ec131;
}
.ulugwrap {
    padding-left: 0;
    list-style-type: none;
    margin-bottom: 0;
    margin-top: 70px;
}
.ulugwrap > li {
    display: block;
    margin-bottom: 24px;
    position: relative;
    font-size: 16px;
    color: #252525 !important;
    text-decoration: none !important;
    line-height: 18px;
}
.ulugwrap > li:hover {
    color: #ffa200 !important;
}
.ulugwrap span {
    display: inline-block;
    vertical-align: middle;
}

.ulugwrap p {
    margin-bottom: 0;
    display: inline-block;
    margin-bottom: 0;
    display: inline-block;
    margin-left: 25px;
    vertical-align: middle;
    width: calc(100% - 99px);
    vertical-align: middle;
}
.mt120 {
    margin-top: 120px;
}
.pot1 {
    background-image: url(../img/pot/1.png);
    background-repeat: no-repeat;
    background-position: center;
    height: 656px;
    padding-top: 168px;
    position: relative;
    z-index: 10;
    /*background-color: #f3f3f3;*/
}
.pots {
    background-image: url(../img/textura.png);
}
.pots .subtitle {
    font-size: 22px;
}
.stop {
    width: 100%;
}
.ploxtt {
    position: relative;
    text-transform: uppercase;
    color: #fff;
    font-size: 22px;
    margin-bottom: 0;
    letter-spacing: 0.075em;
    margin-top: 100px;
}
.ploxtt::after {
    display: block;
    content: "";
    width: 25px;
    height: 6px;
    background-color: #fff;
    position: absolute;
    left: 0;
    margin-top: 10px;
}
.blackpot {
    color: #181818;
}
.blackpot::after {
    background-color: #8ec131;
}
.pot2 {
    background-image: url(../img/pot/2.png);
    background-repeat: no-repeat;
    background-position: center;
    height: 736px;
    position: relative;
    z-index: 100;
    margin-top: -238px;
    padding-top: 140px;
}
.pot6 {
    background-image: url(../img/pot/6.png);
    background-repeat: no-repeat;
    background-position: top;
}
.pot3 {
    background-image: url(../img/pot/3.png);
    height: 656px;
    position: relative;
    z-index: 1000;
    margin-top: -313px;
    padding-top: 196px;
}
.pot2 .ploxtt {
    position: relative;
    text-transform: uppercase;

    font-size: 22px;
    margin-bottom: 0;
    margin-top: 134px;
}
.pot4 {
    background-image: url(../img/pot/4.png);
    height: 646px;
    padding-top: 144px;
    margin-top: -240px;
    background-color: transparent !important;
}
.worst {
    font-size: 19px !important;
}
.pot4 img {
    margin-top: 20px;
}
.derect {
    margin-top: -25px;
    padding-bottom: 70px;
    background-image: url(../img/textura.png);
}
.videoobr {
    border-radius: 20px;
    background-image: url(../img/dir.jpg);
    background-position: 50% 50%;
    background-size: cover;
    height: 370px;
    position: relative;
    margin-top: 40px;
    padding: 9px;
    margin-bottom: 20px;
}
.author {
    font-size: 18px;
}
.videoobr > span {
    border: 2px solid #fff;
    position: absolute;
    border-radius: 20px;
    width: calc(100% - 18px);
    height: calc(100% - 18px);
}
.videoobr > span > span {
    position: absolute;
    /*background-image: url(../img/play.png);*/
    display: block;
    width: 81px;
    height: 80px;
    left: calc(50% - 40px);
    top: calc(50% - 40px);
    cursor: pointer;
}
.videoobr a {
    width: 100%;
    display: block;
    height: 100%;
}
.ouremploy {
    text-transform: uppercase;
    font-size: 28px;
    color: #181818;
    letter-spacing: 0.075em;
    margin-bottom: 40px;
    margin-top: 70px;
}
.sotr {
    position: relative;
    border-radius: 50%;
    background-position: center;
    background-size: cover;
    width: 165px;
    padding: 9px;
    height: 165px;
}
.sotr-wrap .photo img {
    border-radius: 50%;
}
.sotr-wrap .photo {
    margin-bottom: 15px;
}
.sotr-wrap .description {
    margin-bottom: 20px;
    text-align: center;
    font-size: 16px;
}
@media (min-width: 1200px) {
    .sotr-wrap .col-lg-2 {
        width: 20%;
    }
}
.sotr span {
    border-radius: 50%;
    border: 2px solid #fff;
    position: absolute;
    width: calc(100% - 18px);
    height: calc(100% - 18px);
    left: 9px;
}
.sotrudniks {
    padding-left: 0;
    list-style-type: none;
}
.sotrudniks li {
    display: inline-block;
    margin-left: 15px;
    margin-right: 15px;
    vertical-align: middle;
}
.stopme {
    width: 100%;
    max-width: 100%;
}
.dareker {
    background-image: -moz-linear-gradient(90deg, #fba800 0%, #fdca10 100%);
    background-image: -webkit-linear-gradient(90deg, #fba800 0%, #fdca10 100%);
    background-image: -ms-linear-gradient(90deg, #fba800 0%, #fdca10 100%);
}
.etaps {
    background-image: url(../img/bg5.jpg);
    background-repeat: no-repeat;
    background-position: center;
    height: 864px;
}
.textpopover {
    margin-top: 80px;
    min-height: 100px;
    /*max-width:400px;*/
}
.textpopover div {
    display: none;
    position: relative;
    background: #fff;
    padding: 10px 20px 20px 20px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    font-size: 20px;
}
.textpopover > div#text1 {
    display: block;
}
.textpopover div > span {
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    top: -60px;
    position: absolute;
    background: #fff;
    padding: 10px 20px 10px 20px;
    left: 0px;
    color: #8ec131;
    font-size: 38px;
}
.fonp {
    display: inline-block;
    font-size: 40px;
    color: #181818;
    text-transform: uppercase;
    margin-bottom: 0;
    padding: 8px;
    line-height: 1;
    background-color: #ffffff;
}
.fonp span {
    color: #a0d046;
}
.brd1 {
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    margin-top: 40px;
}
.brd2 {
    border-top-right-radius: 7px;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
}
.punkticn {
    font-size: 18px;
    color: #181818;
    padding-left: 85px;
    height: 64px;
    position: relative;

    height: 64px;
    vertical-align: middle;
    padding-top: 12px;
    margin-top: 38px;
    cursor: pointer;
}
.punkticn::before {
    content: "1";
    font-size: 32px;
    color: #ffffff;
    font-family: "extrab";
    border-radius: 11px;
    text-align: center;
    display: block;
    line-height: 63px;
    background-color: #8ec131;
    box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.08);
    width: 64px;
    height: 64px;
    position: absolute;
    left: 0;
    top: 0;
}
.punkticn:hover {
    text-decoration: underline;
}
.punkticn:hover::before {
    background-color: #ffbc00;
}

.punkt2::before {
    content: "2";
}
.punkt3::before {
    content: "3";
}
.punkt4::before {
    content: "4";
}
.punkt5::before {
    content: "5";
}
.punkt6::before {
    content: "6";
}
.punkt7::before {
    content: "7";
}
.punkt8::before {
    content: "8";
}
.punkt9::before {
    content: "9";
}
.punkt7,
.punkt8,
.punkt9 {
    padding-top: 21px;
}
.punkt2 {
    margin-left: 25px;
}
.punkt3 {
    margin-left: 50px;
}
.punkt4 {
    margin-left: 75px;
}
.punkt5 {
    margin-left: 100px;
}
.punkt6 {
    margin-left: 125px;
    margin-bottom: 50px;
}
.punkt7 {
    margin-left: 150px;
}
.punkt8 {
    margin-left: 175px;
}
.punkt9 {
    margin-left: 200px;
}
.hidmi {
    display: none;
}
.iconcawrapplusjquery > div {
    font-size: 21px;
    font-family: "extrab";
}

.iconcawrapplusjquery {
    /*margin-top: 229px;*/
    margin-left: -36px;
}
.bg6 {
    background-image: url(../img/bg6.jpg);
}
.bg9 {
    background-image: url(../img/bg9.jpg);
}
.bg6 .topform {
    min-height: 660px;
}
.disfree {
    font-size: 28px;
    color: #000000;
    margin-bottom: 0;
    margin-top: 20px;
}
.bg6 .sendform {
    height: 122px;
    max-width: 500px;
    margin-top: 30px;
    display: block;
}
.revswrapper {
    background-color: #f7f7f7;
    padding-top: 80px;
    /*padding-bottom: 60px;*/
    background-image: url(../img/textura.png);
}
.boxshadowedrev {
    border-radius: 25px;
    background-color: #fff;
    padding-bottom: 20px;
    margin-top: 44px;
    box-shadow: 0px 16px 35px 0px rgba(0, 0, 1, 0.07);
    width: 100%;

    padding: 45px;
}
.danie {
    font-size: 18px;
    color: #000000;
    font-family: "bold";
    line-height: 24px;
}
.danie span {
    font-size: 15px;
    color: #808080;
    font-family: "light";
}
.avatarka {
    background-image: url(../img/avatar.jpg);
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 280px;
    border-radius: 15px;
    position: relative;
    padding: 9px;
    margin-bottom: 20px;
}
.avatarka span {
    position: absolute;
    border: 2px solid #fff;
    width: calc(100% - 18px);
    border-radius: 15px;

    height: calc(100% - 18px);
}
.whatstranka {
    font-size: 40px;
    color: #99c045;
    display: inline-block;
    vertical-align: top;
    line-height: 1;
    margin-bottom: 0;
}
.whatstranka span {
}
.ofp {
    font-size: 22px;
    color: #99c045;
    vertical-align: top;
}
.ofp::before {
    content: "/";
    font-size: 22px;
    color: #99c045;
    vertical-align: top;
    margin: 0px 6px 0px 1px;
}
.linreva {
    display: block;
    width: 100%;
    height: 4px;
    background-color: #99c045;
    margin-top: 20px;
    margin-bottom: 20px;
}
.revtt {
    font-size: 16px;
    color: #000000;
    line-height: 22px;
    margin-bottom: 20px;
}
teaser-job {
    margin-bottom: 15px;
}
.zadacha {
    font-size: 16px;
    color: #000000;
}
.zadacha span {
    font-size: 20px;
}
.galleryimgs {
    padding-left: 0;
    list-style-type: none;
    margin-bottom: 0;
    height: 80px;
}
.galleryimgs li {
    display: inline-block;
    margin-right: 4px;
    vertical-align: middle;
}
.galleryimgs li img {
    height: auto;
    border-radius: 15px;
    width: 100px !important;
    border: 4px solid transparent;
}
.galleryimgs li img:hover {
    border-color: #add37f;
}

.owl33 .owl-prev {
    background-image: url(../img/prev.png);
    display: inline-block;
    vertical-align: middle;
    width: 62px;
    height: 62px;
    margin-right: -4px;
    position: absolute;
    left: -130px;
    top: calc(50% - 31px);
}
.owl33 .owl-next {
    background-image: url(../img/next.png);
    display: inline-block;
    vertical-align: middle;
    width: 62px;
    height: 62px;
    margin-left: -4px;
    position: absolute;
    right: -130px;
    top: calc(50% - 31px);
}
.owl33 .owl-prev:hover {
    background-image: url(../img/prev1.png);
}
.owl33 .owl-next:hover {
    background-image: url(../img/next1.png);
}
#karta {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    z-index: 100;
    top: 0;
}
.gm-style-iw * {
    display: block;
    width: 100%;
}
.gm-style-iw h4,
.gm-style-iw p {
    margin: 0;
    padding: 0;
}
.gm-style-iw a {
    color: #4272db;
}
.mapawrp {
    position: relative;
    height: 600px;
    width: 100%;
    display: block;
}
.mapawrp .col-md-5 {
    position: relative;
    z-index: 1000;
}
.pl20pr20 {
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 50px;
}
.postsr {
    font-size: 16px;
    color: #181818;
    margin-bottom: 0;
    font-family: "semib";
    line-height: 22px;
    position: relative;
    padding-left: 135px;
}
.postsr::before {
    content: "";
    display: block;
    position: absolute;
    background-image: url(../img/ps.png);
    width: 110px;
    height: 54px;
    left: 0;
    top: 5px;
}
.addzakl {
    background: none;
    border: none;
    display: block;
    width: 100%;
    font-size: 15px;
    color: #8ac31f;
    text-transform: uppercase;
    font-family: "extrab";
    border-width: 3px;
    border-color: #a0d046;
    border-style: solid;
    transition: 0.3s;
    border-radius: 100px;
    height: 66px;
}
.modal-backdrop {
    z-index: 10000000;
}
.modal {
    z-index: 10000000000;
}
.addzakl:hover {
    color: #fff;
    background-color: #a0d046;
}
.bookmark {
    padding-top: 60px;
    padding-bottom: 60px;
    background-image: url(../img/bg7.jpg);
    background-position: center;
    background-size: cover;
}
.footer {
    background-image: url(../img/bg8.jpg);
    background-position: center;
    padding-top: 60px;
    padding-bottom: 60px;
    background-size: cover;
}
.ourcont {
    font-size: 26px;
    color: #181818;
    text-transform: uppercase;
    margin-bottom: 0;
    line-height: 1;
}
.linkont {
    display: block;
    max-width: 240px;
    height: 3px;
    width: 100%;
    background-color: #828282;
    margin-top: 17px;
    margin-bottom: 15px;
}
.kontt {
    line-height: 22px;
    color: #181818;
    margin-bottom: 0;
    font-size: 16px;
}
.footer .buttop {
    margin-left: 0;
    margin-top: 20px;
}
.footer .footlogo {
    display: block;
    margin-top: 10px;
}
.politica {
    display: block;
    text-decoration: none !important;
    font-size: 16px;
    color: #181818 !important;
}
.politica:hover {
    text-decoration: underline !important;
}
.pot4 {
    position: relative;
    z-index: 1000;
}
.mobslide img {
    width: auto !important;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.owl-dots {
    text-align: center;
    margin-top: 15px;
    margin-bottom: 15px;
}
.owl-dot {
    display: inline-block;
    width: 15px;
    height: 15px;
    margin-left: 5px;
    margin-right: 5px;
    border: 2px solid #91ba3d;
}
.owl-dot.active {
    background-color: #91ba3d;
}

.modal-body {
    padding: 0;
}
.modal-content {
    background: none;
    border: none;
    box-shadow: none;
    border-radius: 0px;
    background-image: url(../img/bgmodal.png);
    background-size: 100% 100%;

    padding: 55px;
    padding-top: 55px;
}
.modal-header {
    min-height: auto;
    border: none;
    padding: 0px;
}
.modalform .topform {
    background: none;
    padding: 0;
}
.mt35 {
    margin-top: 20px;
}
.mt0 {
    margin-top: 0;
}
.close {
    position: absolute;
    z-index: 100000;
    opacity: 1;
    right: -56px;
    top: 21px;
}
.politicak {
    font-size: 17px;
    color: #000;
    line-height: 22px;
    margin-bottom: 0;
}
.razraband {
    text-decoration: none !important;
    text-transform: uppercase;
    color: #000;
    font-weight: bold;
    font-size: 11px;
    position: relative;
    margin-left: 46px;
    margin-bottom: -12px;
    letter-spacing: 0.03em;
}
.razraband:hover {
    text-decoration: none !important;
}
.madeby {
    text-decoration: none !important;
    display: block;
    width: 262px;
}
.madeby:hover {
    opacity: 0.6;
}
.iconcawrapplusjquery img {
    width: 100%;
    max-width: 320px;
}
/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
    -webkit-animation-duration: 1000ms;
    animation-duration: 1000ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
    z-index: 0;
}
.owl-carousel .owl-animated-out {
    z-index: 1;
}
.owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}
@keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out;
}

/*
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    /* position relative and z-index fix webkit rendering fonts issue */
    position: relative;
    z-index: 1;
}
.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.owl-carousel.owl-loaded {
    display: block;
}
.owl-carousel.owl-loading {
    opacity: 0;
    display: block;
}
.owl-carousel.owl-hidden {
    opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
    display: none;
}
.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    -webkit-transform-style: preserve-3d;
}
.owl-carousel.owl-text-select-on .owl-item {
    -webkit-user-select: auto;
    -moz-user-select: auto;
    -ms-user-select: auto;
    user-select: auto;
}
.owl-carousel .owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab;
}
.owl-carousel.owl-rtl {
    direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
    float: right;
}

/* No Js */
.no-js .owl-carousel {
    display: block;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    -webkit-transition: opacity 400ms ease;
    -moz-transition: opacity 400ms ease;
    -ms-transition: opacity 400ms ease;
    -o-transition: opacity 400ms ease;
    transition: opacity 400ms ease;
}
.owl-carousel .owl-item img {
    transform-style: preserve-3d;
}

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000;
}
.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url("owl.video.play.png") no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -webkit-transition: scale 100ms ease;
    -moz-transition: scale 100ms ease;
    -ms-transition: scale 100ms ease;
    -o-transition: scale 100ms ease;
    transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
    -webkit-transition: scale(1.3, 1.3);
    -moz-transition: scale(1.3, 1.3);
    -ms-transition: scale(1.3, 1.3);
    -o-transition: scale(1.3, 1.3);
    transition: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
    display: none;
}
.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    -webkit-transition: opacity 400ms ease;
    -moz-transition: opacity 400ms ease;
    -ms-transition: opacity 400ms ease;
    -o-transition: opacity 400ms ease;
    transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
}

/*
 * 	мои дополнения
 */
.fsize23 {
    font-size: 20px !important;
    line-height: 28px !important;
}

.razdel {
    font-size: 30px;
    font-family: "semib";
    margin: 45px 0 30px;
}
.razdel img {
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px;
}
span.bridge {
    color: #f99e20;
}

.form_first_screen .formwrap {
    margin-top: 0px !important;
}

.form_first_screen button {
    height: 77px !important;
}

.form_first_screen .mt35 {
    margin-top: 18px !important;
}

body {
    overflow-x: hidden;
}

.form_first_screen .in1 {
    height: 54px !important;
}

.form_first_screen .topformtt {
    font-size: 24px;
}

.kontt a {
    text-decoration: none;
    color: #181818;
}

/* Стили для чекбоксов в формах */
.form-checkbox {
    display: block;
    cursor: pointer;
    font-size: 13px;
    margin-top: 15px;
    margin-bottom: 10px;
    text-align: left;
    max-width: 385px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 10px;
    line-height: 1.5;
    color: #555555;
}

.form-checkbox input[type="checkbox"] {
    margin-right: 8px;
    width: 16px;
    height: 16px;
    cursor: pointer;
    vertical-align: middle;
    position: relative;
    top: -1px;
}

.form-checkbox span {
    vertical-align: middle;
    display: inline;
}

.form-checkbox a {
    color: #8ec131;
    text-decoration: underline;
    font-weight: normal;
}

.form-checkbox a:hover {
    color: #7aa028;
    text-decoration: underline;
}

/* Стили для чекбокса в модальном окне с темным фоном */
.modalform .form-checkbox {
    color: #fff;
}

.modalform .form-checkbox a {
    color: #ffd300;
    font-weight: normal;
}

.modalform .form-checkbox a:hover {
    color: #ffb000;
    text-decoration: underline;
}

/* Темный текст для формы на странице (с form_first_screen) */
.modalform .form-checkbox {
    color: #555555 !important;
}

.modalform .form-checkbox a {
    color: #8ec131;
}

/* Cookie Consent Banner Styles */
.cookie-consent {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #f5f5f5;
    color: #333;
    padding: 20px;
    z-index: 10000;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.15);
    border-top: 2px solid #e0e0e0;
    animation: slideUp 0.4s ease-out;
}

@keyframes slideUp {
    from {
        transform: translateY(100%);
    }
    to {
        transform: translateY(0);
    }
}

.cookie-consent-content {
    max-width: 1170px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    position: relative;
    padding-right: 50px;
}

.cookie-text {
    margin: 0;
    font-size: 14px;
    line-height: 1.6;
    flex: 1;
    padding-right: 40px;
}

.cookie-text a {
    color: #8ec131;
    text-decoration: underline;
    transition: color 0.3s;
    font-weight: 600;
}

.cookie-text a:hover {
    color: #7aa028;
}

.cookie-accept {
    background-color: #8ec131;
    color: #fff;
    border: none;
    padding: 12px 30px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.3s;
    white-space: nowrap;
}

.cookie-accept:hover {
    background-color: #7aa028;
}

.cookie-close {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    background: none;
    border: none;
    color: #999;
    font-size: 32px;
    line-height: 1;
    cursor: pointer;
    padding: 0;
    width: 30px;
    height: 30px;
    transition: color 0.3s;
}

.cookie-close:hover {
    color: #333;
}

/* Responsive styles for cookie banner */
@media screen and (max-width: 768px) {
    .cookie-consent {
        padding: 15px;
    }

    .cookie-consent-content {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
        padding-right: 40px;
    }

    .cookie-text {
        font-size: 13px;
        padding-right: 30px;
    }

    .cookie-accept {
        width: 100%;
        padding: 10px 20px;
    }

    .cookie-close {
        top: 10px;
        right: 5px;
        transform: none;
        font-size: 28px;
    }
}
