.wdth-content-full,
img {
    width: 100%;
}
a,
a:active,
a:focus,
a:hover {
    text-decoration: none;
}
.btn,
.checkbox,
a {
    cursor: pointer;
}
.btn,
.head__nav:after,
a {
    transition: all 0.25s linear;
}
.wrap-page,
html {
    overflow-x: hidden;
}
.foot .container,
.overflow-hid,
.video {
    overflow: hidden;
}
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
button,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline;
}
*,
b,
p,
span {
    line-height: inherit;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}
ul {
    list-style: none;
}
blockquote,
q {
    quotes: none;
}
blockquote:after,
blockquote:before,
q:after,
q:before {
    content: "";
    content: none;
}
.checkbox span:before,
.clearfix:after,
.clearfix:before,
.head__wrap:after,
.head__wrap:before,
ul.circle li:before {
    content: "";
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
.clearfix:after,
.clearfix:before {
    display: table;
    clear: both;
}
img {
    max-width: 100%;
}
.disp-block {
    display: block;
}
.pull-right {
    float: right;
}
.pull-left {
    float: left;
}
.mt-none {
    margin-top: 0;
}
.mt-xs {
    margin-top: 5px !important;
}
.mt-sm {
    margin-top: 10px;
}
.mt-md {
    margin-top: 15px;
}
.mt-lg {
    margin-top: 20px;
}
.mt-lg-30 {
    margin-top: 30px;
}
.mt-xlg {
    margin-top: 40px;
}
.mt-xxlg {
    margin-top: 60px;
}
.mt-xxxlg {
    margin-top: 80px;
}
.mt-xxxxlg {
    margin-top: 100px;
}
.mb-none {
    margin-bottom: 0 !important;
}
.mb-sm,
.mb-xs {
    margin-bottom: 10px;
}
.mb-md {
    margin-bottom: 15px !important;
}
.mb-lg {
    margin-bottom: 20px;
}
.mb-xlg {
    margin-bottom: 25px !important;
}
.pb-none {
    padding-bottom: 0 !important;
}
.pt-none {
    padding-top: 0 !important;
}
.pl-none {
    padding-left: 0;
}
.pr-none {
    padding-right: 0;
}
@media all and (max-width: 479px) {
    .hidden-xs {
        display: none !important;
    }
}
@media all and (min-width: 480px) and (max-width: 767px) {
    .hidden-sm {
        display: none !important;
    }
}
@media all and (min-width: 768px) and (max-width: 989px) {
    .hidden-md {
        display: none !important;
    }
}
@media all and (min-width: 990px) and (max-width: 1199px) {
    .hidden-lg {
        display: none !important;
    }
}
@media all and (min-width: 1200px) {
    .hidden-xlg {
        display: none !important;
    }
}
html {
    background-color: #fff;
    font-size: 15px;
    color: #404040;
    font-weight: 300;
    font-family: "Exo 2", sans-serif;
    font-style: normal;
    line-height: 1.4;
}
.btn,
ul.circle li:before {
    background-color: #54a000;
    display: inline-block;
}
* {
    box-sizing: border-box;
    font-family: inherit;
    font-size: inherit;
    color: inherit;
    font-weight: inherit;
    outline: 0;
}
p {
    margin: 0 0 10px;
}
b {
    font-weight: 700;
}
span {
    font-weight: inherit;
}
a.link {
    color: #54a000;
    border-bottom: 1px solid #54a000;
}
a.link:hover {
    border-bottom-color: transparent;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
    line-height: 1.4;
    text-transform: uppercase;
}
.h1,
h1 {
    font-size: 46px;
    line-height: 1.2;
    margin-top: 15px;
    margin-bottom: 25px;
}
.h2,
.h3,
h2,
h3 {
    margin-top: 30px;
    margin-bottom: 20px;
}
.h2,
h2 {
    font-size: 30px;
}
.h3,
h3 {
    font-size: 24px;
}
h5 {
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 15px;
}
.txt-center {
    text-align: center;
}
.txt-left {
    text-align: left;
}
.txt-right {
    text-align: right;
}
ul.circle li {
    font-size: 15px;
    font-weight: 300;
    line-height: 1.3;
    margin-bottom: 10px;
    margin-left: 15px;
    position: relative;
}
ul.circle li:before {
    position: absolute;
    left: -15px;
    top: 7px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    vertical-align: top;
    float: left;
}
.btn.btn-full,
.form-horizontal .form-group {
    width: 100%;
}
.btn {
    color: #fff;
    font-size: 15px;
    border-radius: 10px;
    padding: 5px 15px;
    border-width: 0;
}
.btn.btn-mid,
.form-control {
    line-height: 55px;
    padding: 0 15px;
}
.btn.btn-mid {
    font-size: 20px;
}
.btn:hover {
    background-color: #3d7400;
}
.btn.btn-circle {
    border-radius: 50px;
}
.form-control {
    display: block;
    width: 100%;
    font-size: 15px;
    color: #555;
    border-width: 0;
    border-radius: 10px;
}
.form-control.lg {
    font-size: 16px;
    height: 56px;
    line-height: 56px;
}
.form-group {
    margin-bottom: 20px;
}
.head__btn span:not(:last-child),
.head__nav li:last-child {
    margin-bottom: 5px;
}
.form-inline .form-group {
    width: auto;
    display: inline-block;
}
.form.mod .form-control {
    line-height: 60px;
    border-radius: 50px;
    padding: 0 25px;
    background-color: transparent;
    border: 2px solid #fff;
    color: #fff;
}
.form.mod .btn {
    background-color: #fef668;
    border-radius: 50px;
    color: #448009;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 30px;
    padding: 0 25px;
    line-height: 60px;
}
.checkbox {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.checkbox.vertical-align {
    position: relative;
    top: 9px;
}
.checkbox input {
    display: none;
}
.checkbox input:checked + span:before {
    background-color: #333;
}
.checkbox span {
    font-family: Helvetica;
    letter-spacing: 0.5px;
    font-size: 15px;
    color: #333;
}
.checkbox span:before {
    width: 9px;
    height: 9px;
    display: inline-block;
    box-shadow: 0 0 0 1px #333;
    border-radius: 3px;
    margin-right: 5px;
    position: relative;
    background-color: transparent;
    top: 1px;
    transparent: all 0.25s linear;
}
.head,
.head__nav {
    left: 0;
    width: 100%;
}
.head,
.head__nav,
.head__nav:after {
    position: absolute;
}
textarea.form-control {
    height: auto;
    padding: 10px 15px;
}
textarea.form-control.lg {
    height: auto;
    line-height: 1.2;
}
.head {
    top: 0;
    z-index: 9;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.4);
}
.head__wrap:after,
.head__wrap:before {
    display: table;
    clear: both;
}
.head__info {
    height: 50px;
    padding-top: 10px;
}
.head__info .btn {
    float: right;
}
.head__num-phone {
    font-size: 16px;
    margin-top: 5px;
    display: inline-block;
}
.head__nav {
    top: 40px;
    text-align: left;
}
.head__menu:after,
.head__nav:after {
    left: -500px;
    width: 1500px;
    top: 0;
    height: 100%;
    background-color: #54a000;
    z-index: -1;
    content: "";
}
.head__nav:after {
    border-top: 1px solid transparent;
}
.head__nav ul {
    display: none;
}
.head__nav li:first-child {
    margin-top: 5px;
}
.head__nav a {
    font-size: 15px;
    display: block;
    padding: 5px 0;
}
.head__menu {
    position: relative;
    text-align: right;
    min-height: 40px;
}
.head__menu:after {
    position: absolute;
}
.head__btn,
.head__btn span {
    display: inline-block;
    width: 25px;
}
.head__menu.active .head__nav:after {
    border-top: 1px solid #fff;
}
.head__menu.active .head__btn span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 9px;
}
.head__menu.active .head__btn span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: -7px;
}
.head__menu.active .head__btn span:nth-child(2) {
    opacity: 0;
}
.head__btn {
    font-size: 0;
    margin-top: 10px;
    height: 19px;
}
.head__btn span {
    height: 3px;
    background-color: #fff;
    transition: all 0.15s linear;
    position: relative;
}
@media all and (min-width: 768px) {
    .head__btn {
        display: none;
    }
    .head__nav {
        position: relative;
        top: 0;
        left: 0;
    }
    .head__nav ul {
        width: 100%;
        display: block !important;
    }
    .head__nav ul:after,
    .head__nav ul:before {
        content: "";
        display: table;
        clear: both;
    }
    .head__nav li {
        display: inline-block;
        float: left;
    }
    .head__nav li:first-child,
    .head__nav li:last-child {
        margin: 0;
    }
    .head__nav li:first-child a {
        padding-left: 0;
    }
    .head__nav a {
        display: inline-block;
        padding: 10px 25px;
    }
    .head__nav a:hover {
        opacity: 0.7;
    }
}
@media all and (min-width: 990px) {
    .head__menu:after,
    .head__nav:after {
        display: none;
    }
    .head-wrap {
        height: 63px;
        padding-top: 10px;
    }
    .head-wrap:after,
    .head-wrap:before {
        content: "";
        display: table;
        clear: both;
    }
    .head__info,
    .head__menu {
        float: left;
    }
    .head__info {
        width: 40%;
        float: right;
        padding-top: 6px;
        text-align: right;
    }
    .head__info .btn {
        float: none;
        vertical-align: top;
        margin-left: 20px;
    }
    .head__menu {
        width: 60%;
    }
    .head__num-phone {
        font-size: 24px;
        margin: 0;
        line-height: 30px;
    }
}
.foot,
.foot__logo {
    text-align: center;
}
.foot {
    background: url(../img/foot-bg.jpg) 50% 50% no-repeat;
    background-size: cover !important;
    padding: 40px 0;
    color: #fff;
}
.foot__title {
    font-size: 24px;
}
.foot__sub-title {
    font-size: 20px;
    line-height: 1.2;
}
.foot .form {
    margin-top: 25px;
}
.foot__wrap-logo {
    display: inline-block;
    margin-left: 40px;
    position: relative;
}
.foot__wrap-logo:after,
.foot__wrap-logo:before {
    content: "";
    height: 8px;
    position: absolute;
    right: 165px;
    top: 85px;
    border-top: 1px solid #8cc55b;
    border-bottom: 1px solid #8cc55b;
    width: 1000px;
}
.video,
.wrap-page {
    position: relative;
}
.foot__wrap-logo:before {
    right: inherit;
    left: 125px;
}
.foot__wrap-logo img {
    width: 150px;
}
.foot__copyright-txt {
    margin-top: 20px;
}
.foot__copyright-txt,
.foot__copyright-txt-2 {
    color: rgba(255, 255, 255, 0.7);
    font-size: 15px;
    margin-bottom: 0;
}
@media all and (min-width: 768px) {
    .foot__copyright-txt,
    .foot__copyright-txt-2 {
        margin-top: -42px;
        text-align: left;
    }
    .foot__copyright-txt-2 {
        text-align: right;
    }
}
.block__title,
.block__txt,
.job__info,
.services,
.video__info {
    text-align: center;
}
@media all and (min-width: 990px) {
    .foot {
        padding: 60px 0 30px;
    }
    .foot__sub-title,
    .foot__title {
        font-size: 30px;
    }
    .foot__wrap-logo:after,
    .foot__wrap-logo:before {
        top: 116px;
    }
    .foot__wrap-logo:before {
        left: 165px;
    }
    .foot__wrap-logo:after {
        right: 217px;
    }
    .foot__wrap-logo img {
        width: 200px;
    }
    .foot__copyright-txt,
    .foot__copyright-txt-2 {
        margin-top: -60px;
        padding-left: 50px;
    }
    .foot__copyright-txt {
        padding-left: 0;
        padding-right: 50px;
    }
}
@media all and (min-width: 1200px) {
    .foot__copyright-txt-2 {
        padding-left: 50px;
    }
    .foot__copyright-txt {
        padding-right: 50px;
    }
}
hr.tall {
    width: 70%;
    display: block;
    margin: 20px 0;
    height: 6px;
    background-color: #54a000;
    opacity: 0.8;
    border-width: 0;
}
.video {
    height: 100vh;
    width: 100%;
    background: url(../img/bg-main-banner.jpg) 50% 50% no-repeat;
    background-size: cover !important;
}
.video #bgvid {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    display: none;
}
.video__info {
    position: absolute;
    left: 0;
    top: 0;
    padding: 90px 20px 0;
    width: 100%;
    height: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
}
.video__title {
    font-size: 24px;
    line-height: 1.4;
    width: 100%;
    padding-bottom: 10px;
}
.video .tall,
.video__subtitle {
    display: none;
}
.video__logo {
    width: 100%;
}
.video__logo img {
    position: relative;
    right: -20px;
    width: 180px;
}
.video__wrap-arrow {
    display: block;
    width: 100%;
}
.video__wrap-arrow .arrow {
    display: inline-block;
    width: 40px;
    height: 40px;
    border: 2px solid #fff;
    border-radius: 50%;
    position: relative;
}
.video__wrap-arrow .arrow:before {
    content: "\f107";
    position: absolute;
    top: 0;
    left: 9px;
    display: inline-block;
    font-family: FontAwesome;
    font-size: 28px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.video__wrap-arrow .arrow:hover {
    opacity: 0.6;
}
.block {
    padding: 40px 0;
}
.block__title {
    margin: 0 0 40px;
    color: #3d7400;
}
.block__txt p {
    margin: 0;
}
.services {
    font-size: 0;
    margin-top: 40px;
}
.services:after,
.services:before {
    content: "";
    display: table;
    clear: both;
}
.services li {
    display: inline-block;
    width: 50%;
    padding: 0 10px;
    font-size: 15px;
    vertical-align: top;
    margin-bottom: 25px;
}
.services .icon {
    display: inline-block;
    width: 100px;
    height: 100px;
    border: 3px solid #dadada;
    border-radius: 50%;
    margin-bottom: 20px;
    background-image: url(../img/icons-services.png);
    background-size: 2500px 120px;
    background-repeat: no-repeat;
}
.services .icon.service-1 {
    background-position: -4px -14px;
}
.services .icon.service-2 {
    background-position: -139px -14px;
}
.services .icon.service-3 {
    background-position: -271px -14px;
}
.services .icon.service-4 {
    background-position: -413px -14px;
}
.services .icon.service-5 {
    background-position: -564px -15px;
}
.services .icon.service-6 {
    background-position: -710px -15px;
}
.services .icon.service-7 {
    background-position: -840px -14px;
}
.services .icon.service-8 {
    background-position: -981px -15px;
}
.services .icon.service-9 {
    background-position: -1125px -13px;
}
.services .icon.service-10 {
    background-position: -1268px -12px;
}
.services .icon.service-11 {
    background-position: -1385px -12px;
}
.services .icon.service-12 {
    background-position: -1511px -13px;
}
.services .icon.service-13 {
    background-position: -1649px -14px;
}
.services .icon.service-14 {
    background-position: -1791px -14px;
}
.services .icon.service-15 {
    background-position: -1923px -14px;
}
.services__title,
.services__txt {
    word-wrap: break-word;
}
.services__title {
    font-weight: 700;
    text-transform: none;
    font-size: 15px;
    margin-bottom: 10px;
    color: #3d7400;
}
.appl,
.services__txt {
    color: #3f3f3f;
}
.appl {
    background: url(../img/services-bg.jpg) 50% 50% no-repeat;
    background-size: cover !important;
    padding: 35px 0;
}
.review .uk-slidenav:after,
.review__item a:after {
    color: #fff;
    font-family: FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.appl__title {
    margin-top: 0;
    font-size: 28px;
    line-height: 1.2;
    margin-bottom: 15px;
}
.appl__txt {
    font-weight: 700;
    font-size: 16px;
    line-height: 1.2;
    margin-bottom: 20px;
}
.review__slider {
    padding: 0 30px;
    position: relative;
}
.review__slider li {
    width: 100%;
    padding: 0 10px;
}
.review__item a {
    display: block;
    height: 320px;
    border: 3px solid #54a000;
    background-size: cover !important;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    position: relative;
}
.review__item a:before {
    content: "";
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(84, 160, 0, 0.6);
    transition: all 0.25s linear;
}
.review .uk-slidenav,
.review__item a:after {
    top: 50%;
    display: inline-block;
    position: absolute;
}
.review__item a:after {
    content: "\f002";
    opacity: 0;
    left: 50%;
    margin-top: -22px;
    margin-left: -15px;
    font-size: 32px;
    transition: all 0.25s linear;
}
.review__item a:hover:after,
.review__item a:hover:before {
    opacity: 1;
}
.review .uk-slidenav {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background-color: #54a000;
    margin-top: -19px;
    left: -5px;
}
.review .uk-slidenav:after {
    content: "\f104";
    display: inline-block;
    font-size: 36px;
    top: -7px;
    left: 11px;
    position: absolute;
}
.review .uk-slidenav:hover {
    opacity: 0.7;
}
.review .uk-slidenav.uk-slidenav-next {
    left: inherit;
    right: -5px;
}
.review .uk-slidenav.uk-slidenav-next:after {
    content: "\f105";
    left: 15px;
}
.uk-modal-dialog-lightbox .uk-lightbox-content {
    position: relative;
}
.uk-modal-dialog-lightbox .uk-slidenav {
    position: absolute;
    top: 50%;
    left: 10px;
    color: #54a000;
    display: inline-block !important;
    font-family: FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 40px;
    margin-top: -20px;
    opacity: 0.5;
}
.uk-modal-dialog-lightbox .uk-slidenav:hover {
    opacity: 1;
}
.uk-modal-dialog-lightbox .uk-slidenav:before {
    content: "\f053";
}
.uk-modal-dialog-lightbox .uk-slidenav.uk-slidenav-next {
    left: inherit;
    right: 10px;
}
.uk-modal-dialog-lightbox .uk-slidenav.uk-slidenav-next:before {
    content: "\f054";
}
.ymaps-2-1-44-controls__control,
.ymaps-2-1-44-controls__control_toolbar,
.ymaps-2-1-44-map-copyrights-promo {
    display: none !important;
}
.contacts {
    position: relative;
}
.contacts__title {
    font-size: 20px;
}
.contacts__content {
    width: 260px;
    position: absolute;
    top: 50px;
    left: 0;
    left: inherit;
    z-index: 999;
    background-color: #fff;
    padding: 30px 35px;
}
.job__photo img {
    width: 140px;
}
.job__vacancy {
    margin-top: 10px;
}
.job__vacancy .type {
    font-weight: 300;
    font-size: 36px;
    line-height: 36px;
    margin-bottom: 30px;
}
.job__vacancy .txt-email {
    margin-bottom: 0;
}
.job__requir {
    margin-top: 40px;
}
.job__requir .title {
    font-weight: 700;
    font-size: 18px;
}
.modal-call {
    background-color: rgba(0, 0, 0, 0.9);
}
.modal-call .uk-modal-dialog {
    background-color: transparent;
    max-width: 490px;
}
.modal-call .uk-close {
    width: 34px;
    height: 34px;
    background-color: #fff;
    opacity: 1;
    border-radius: 50%;
    float: none !important;
    display: block;
    margin: 0 auto 70px !important;
    position: relative;
    right: inherit;
    left: inherit;
}
.modal-call .uk-close:after {
    font-size: 25px;
    position: relative;
    top: 7px;
    color: #991d00;
}
.modal-call .uk-close:before {
    content: "Закрыть";
    position: absolute;
    font-size: 15px;
    color: rgba(255, 255, 255, 0.8);
    border-bottom: 1px solid rgba(255, 255, 255, 0.8);
    left: -12px;
    bottom: -25px;
}
.modal-call__content {
    color: #fff;
    text-align: center;
}
.modal-call__title {
    font-size: 24px;
    font-weight: 700;
}
.modal-call__sub-title {
    font-size: 18px;
    margin-bottom: 40px;
}
@media all and (min-width: 480px) {
    .video__title {
        display: inline-block;
        width: auto;
        padding-bottom: 20px;
        margin-bottom: 20px;
        border-bottom: 5px solid rgba(61, 116, 0, 0.5);
    }
    .video .tall {
        display: block;
    }
    .video__subtitle {
        width: 100%;
        margin-top: 0;
        display: block;
        font-weight: 200;
        font-size: 18px;
    }
    .video__wrap-arrow {
        margin-top: 40px;
    }
    .services li {
        padding: 0 15px;
    }
    .review__slider {
        padding: 0 40px;
    }
    .review__slider li {
        width: 50%;
    }
    .review__item a {
        height: 280px;
    }
    .review .uk-slidenav {
        left: 7px;
    }
    .review .uk-slidenav.uk-slidenav-next {
        right: 7px;
    }
    .job__info:after,
    .job__info:before {
        content: "";
        display: table;
        clear: both;
    }
    .job__photo,
    .job__vacancy {
        float: left;
        width: 40%;
        text-align: left;
        margin-top: 0;
    }
    .job__vacancy {
        width: 55%;
    }
    .job__vacancy .type {
        margin-bottom: 50px;
    }
    .job__requir {
        margin-top: 30px;
    }
}
@media all and (min-width: 768px) {
    .video #bgvid {
        display: block;
        min-width: 280%;
    }
    .video__logo img {
        width: 260px;
    }
    .review__slider li,
    .services li {
        width: 33.333%;
    }
    .appl__title {
        font-size: 36px;
    }
    .appl__txt {
        font-size: 20px;
        margin-bottom: 30px;
    }
    .review .uk-slidenav {
        left: 0;
    }
    .review .uk-slidenav.uk-slidenav-next {
        right: 0;
    }
    .job__photo,
    .job__vacancy {
        width: 50%;
    }
    .job__requir {
        margin-top: 0;
    }
    .modal-call .form {
        padding: 0 25px;
    }
}
@media all and (min-width: 990px) {
    .video__logo img {
        width: 320px;
    }
    .video #bgvid {
        min-width: 200%;
    }
    .video__info {
        padding-left: 50px;
        padding-right: 50px;
    }
    .video__title {
        font-size: 40px;
    }
    .video__subtitle {
        font-size: 28px;
    }
    .video__wrap-arrow {
        margin-top: 60px;
    }
    .video__wrap-arrow .arrow {
        width: 60px;
        height: 60px;
    }
    .video__wrap-arrow .arrow:before {
        font-size: 45px;
        top: -2px;
        left: 14px;
    }
    .block {
        padding: 60px 0;
    }
    .block__title {
        font-size: 40px;
        margin-bottom: 50px;
    }
    .review__slider li,
    .services li {
        width: 25%;
    }
    .review__item a {
        height: 320px;
    }
    .job__photo {
        width: 40%;
    }
    .job__vacancy {
        width: 55%;
    }
    .job__vacancy .type {
        font-size: 40px;
        line-height: 1.2;
        margin-bottom: 30px;
    }
    .modal-call__sub-title,
    .modal-call__title {
        font-size: 30px;
    }
}
@media all and (min-width: 1200px) {
    .video__logo {
        margin-bottom: 10px;
    }
    .video__logo img {
        right: -40px;
        width: 340px;
    }
    .video #bgvid {
        min-width: 150%;
    }
    .video__title {
        font-size: 46px;
    }
    .video__subtitle {
        font-size: 35px;
    }
    .video__info {
        padding-top: 0;
    }
    .video__wrap-arrow {
        margin-top: 90px;
    }
    .video__wrap-arrow .arrow {
        width: 80px;
        height: 80px;
    }
    .video__wrap-arrow .arrow:before {
        font-size: 62px;
        top: -3px;
        left: 18px;
    }
    .services li {
        width: 20%;
    }
    .appl .btn {
        margin-top: 5px;
    }
    .appl > .container {
        position: relative;
    }
    .appl > .container:after {
        content: "";
        width: 429px;
        height: 418px;
        position: absolute;
        top: -60px;
        right: -69px;
        background: url(../img/girl.png) 50% 50% no-repeat;
        background-size: contain !important;
    }
    .review__slider li {
        padding: 0 15px;
    }
    .job__vacancy {
        width: 45%;
    }
}
@media all and (min-width: 1440px) {
    .video #bgvid {
        min-width: 125%;
    }
}
@media all and (min-width: 1600px) {
    .video #bgvid {
        min-width: 120%;
    }
    .video__logo img {
        width: 440px;
    }
}
@media all and (min-width: 1900px) {
    .video #bgvid {
        min-width: 115%;
    }
}
@media all and (min-width: 2500px) {
    .video #bgvid {
        min-width: 128%;
    }
}

/* Alert */
.alert {
    position: fixed;
    width: 300px;
    background-color: rgba(0, 0, 0, .8);
    color: #fff;
    border-radius: 10px;
    text-align: center;
    z-index: 999;
    top: 30px;
    left: 50%;
    line-height:80px;
    margin-left:-150px;
    display: none;
}
.form-contact ::-webkit-input-placeholder {color:#fff;}
.form-contact ::-webkit-input-placeholder {color:#fff;}/* Firefox 19+ */
.form-contact ::-webkit-input-placeholder {color:#fff;}/* Firefox 18- */
.form-contact ::-webkit-input-placeholder {color:#fff;}


.form_zakazat ::-webkit-input-placeholder {color:#000;}
.form_zakazat ::-moz-placeholder          {color:#000;}/* Firefox 19+ */
.form_zakazat :-moz-placeholder           {color:#000;}/* Firefox 18- */
.form_zakazat :-ms-input-placeholder      {color:#000;}

.uk-modal{
    z-index:100 !important;
}

.form-voprosy .error {color:#fff !important;}
.error_phone {display:block; height:30px;}
.text ol {
	list-style-type: none; 
	counter-reset: num;
	margin: 0 0 0 60px;
	padding: 15px 0 5px 0;
	font-size: 16px;
}
.text ol li {
	position: relative;	
	margin: 0 0 0 0;
	padding: 10px 0 10px 0;
}
.text ol li:before {
	content: counter(num); 
	counter-increment: num;
	display: inline-block;
	position: absolute;
	top: 0px;
	left: -60px;
	width: 50px;    
	color: #54a000;
	text-align: center;
	font-size: 30px;
	font-weight: bold;
}
.text ul {
	list-style-type: none; 
	counter-reset: num;
	margin: 0 0 0 60px;
	#padding: 15px 0 5px 0;
	font-size: 16px;
}
.text ul li {
	position: relative;	
	margin: 0 0 0 0;
	padding: 9px 0 9px 0;
}
.text ul li:before {
	content: ""; 
	display: inline-block;
	position: absolute;
	top: 17px;
	left: -40px;
	width: 8px;
    height: 8px;
    border-radius: 50%; 
	background-color: #54a000;
	text-align: center;
	font-size: 30px;
	font-weight: bold;
}
.text p{margin:20px 0 20px 0;}


/*b24 footer form*/
.b24-form .b24-form-wrapper.b24-form-shadow{box-shadow: none; width: 100%; max-width: 100%; background: none;}
.b24-form .b24-form-content{padding: 0!important;}
.b24-form-control-not-empty + .b24-form-control-label{top: 2px!important;}
.b24-form .b24-from-state-on .b24-form-state-container{bottom: 15px!important; background: none!important;}
.b24-form .b24-from-state-on .b24-form-content{display: none!important}
.b24-form .b24-form-state-container .b24-form-state{background-color: rgba(161, 191, 71, 0.61)!important; border-radius: 10px!important;}

#footer .b24-form .b24-form-content form{display: flex}
#footer .b24-form .b24-form-content form > div:first-child{flex: 2; display: flex;}
#footer .b24-form .b24-form-content form .b24-form-control-container{margin-bottom: 0!important;}
#footer .b24-form .b24-form-content form .b24-form-field{flex: 1; margin-right: 20px; margin-bottom: 0;}
#footer .b24-form .b24-form-content form .b24-form-field:nth-of-type(2){margin-right: 0;}
#footer .b24-form .b24-form-content form .b24-form-field .b24-form-control{line-height: 60px; border-radius: 50px !important; padding: 0 25px; background-color: transparent; border: 2px solid #fff !important; color: #fff; font-size: 15px; height: auto; text-align: left;}
#footer .b24-form .b24-form-content form .b24-form-field .b24-form-control-label{text-align: left; padding-left: 25px;}
#footer .b24-form .b24-form-content form .b24-form-btn-container{flex: 1; margin-left: 20px;}
#footer .b24-form .b24-form-content form .b24-form-btn{background-color: #fef668; border-radius: 50px; color: #448009; text-transform: uppercase; font-weight: 700; font-size: 30px; padding: 0 25px; line-height: 60px; border-width: 0; height: auto; font-family: "Exo 2", sans-serif;}

#service-form .b24-form .b24-form-content form > div:first-child{flex: 2; display: flex;}
#service-form .b24-form .b24-form-content form .b24-form-control-container{margin-bottom: 0!important;}
#service-form .b24-form .b24-form-content form .b24-form-field{flex: 1; margin-right: 20px; margin-bottom: 0;}
#service-form .b24-form .b24-form-content form .b24-form-field:nth-of-type(2){margin-right: 0;}
#service-form .b24-form .b24-form-content form .b24-form-field .b24-form-control{line-height: 55px; border-radius: 10px !important; padding: 0 15px; background-color: #fff!important; border: none !important; color: #555; font-size: 15px; height: auto; text-align: left;}
#service-form .b24-form .b24-form-content form .b24-form-field .b24-form-control-label{text-align: left; padding-left: 15px; color: #777;}
#service-form .b24-form .b24-form-content form .b24-form-btn-container{margin-top: 50px;}
#service-form .b24-form .b24-form-content form .b24-form-btn{background-color: #54a000; border-radius: 10px; color: #fff; font-size: 20px; padding: 0 15px; line-height: 55px; border-width: 0; height: auto; font-family: "Exo 2", sans-serif;}

#modal-form .b24-form .b24-form-content form .b24-form-field .b24-form-control{line-height: 60px; border-radius: 50px !important; padding: 0 25px; background-color: transparent; border: 2px solid #fff !important; color: #fff; font-size: 15px; height: auto; text-align: left;}
#modal-form .b24-form .b24-form-content form .b24-form-field .b24-form-control-label{text-align: left; padding-left: 25px;}
#modal-form .b24-form .b24-form-content form .b24-form-btn{background-color: #fef668; border-radius: 50px; color: #448009; text-transform: uppercase; font-weight: 700; font-size: 30px; padding: 0 25px; line-height: 60px; border-width: 0; height: auto; font-family: "Exo 2", sans-serif;}
