@font-face {
    font-family: "Geometria Regular";
    src: url("../fonts/Geometria_1.otf") format("opentype");
    font-style: normal;
    font-weight: 300;
}

@font-face {
    font-family: "GeometriaBold";
    src: url("../fonts/Geometria-Bold_1.otf") format("opentype");
    font-style: normal;
    font-weight: 900;
}

@font-face {
    font-family: "GeometriaExtraBlack";
    src: url("../fonts/Geometria-ExtaBlack_1.otf") format("opentype");
    font-style: normal;
    font-weight: 800;
}

*,
*::before,
*::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
    display: block;
}

body {
    margin: 0;
    text-align: left;
}

[tabindex="-1"]:focus {
    outline: 0 !important;
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
}

p {
    margin-top: 0;
}

abbr[title],
abbr[data-original-title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
    text-decoration-skip-ink: none;
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit;
}

ol,
ul,
dl {
    margin-top: 0;
    margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
    margin-bottom: 0;
}

dd {
    margin-bottom: .5rem;
    margin-left: 0;
}

blockquote {
    margin: 0 0 1rem;
}

sub,
sup {
    position: relative;
    line-height: 0;
    vertical-align: baseline;
}

sub {
    bottom: -.25em;
}

sup {
    top: -.5em;
}

a:not([href]):not([tabindex]) {
    color: inherit;
    text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
    outline: 0;
}

pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
}

figure {
    margin: 0 0 1rem;
}

img {
    vertical-align: middle;
    border-style: none;
}

svg {
    overflow: hidden;
    vertical-align: middle;
}

th {
    text-align: inherit;
}

button {
    border-radius: 0;
}

/*button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}*/
input,
button,
select,
optgroup,
textarea {
    margin: 0;
    font-family: inherit;
    line-height: inherit;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

select {
    word-wrap: normal;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    padding: 0;
    border-style: none;
}

input[type="radio"],
input[type="checkbox"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
    -webkit-appearance: listbox;
}

textarea {
    overflow: auto;
    resize: vertical;
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal;
}

progress {
    vertical-align: baseline;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    outline-offset: -2px;
    -webkit-appearance: none;
}

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button;
}

output {
    display: inline-block;
}

summary {
    display: list-item;
    cursor: pointer;
}

template {
    display: none;
}

[hidden] {
    display: none !important;
}

:root {
    font-size: 16px;
}

@media screen and (max-width: 992px) {
    :root {
        font-size: 15px;
    }
}

@media screen and (max-width: 768px) {
    :root {
        font-size: 14px;
    }
}

@media screen and (max-width: 600px) {
    :root {
        font-size: 13px;
    }
}

@media screen and (max-width: 400px) {
    :root {
        font-size: 12px;
    }
}

/*::selection {
  color: white;
}*/
.disallow-transitions * {
    -webkit-transition: none !important;
    transition: none !important;
}

body {
    font-size: 14px;
    line-height: 1.3;
}

@media screen and (max-width: 480px) {
    body {
        font-size: 12px;
    }
}

section {
    padding: 40px 0;
    text-align: center;
}

@media screen and (max-width: 768px) {
    section {
        padding: 20px 0;
    }
}

div {
    font-family: Geometria Regular, "Open Sans", sans-serif;
    line-height: 1.3;
}

p,
li,
ul {
    font-family: Geometria Regular, "Open Sans", sans-serif;
    margin: 0;
    padding: 0;
    max-width: 100%;
    color: #4a4f54;
}

a {
    text-decoration: none;
}

img {
    display: block;
    max-width: 100%;
}

.no-scroll {
    overflow: hidden;
}

* {
    color: #4a4f54;
}

.container {
    margin: 0 auto;
    padding-left: 55px;
    padding-right: 55px;
    max-width: 1112px;
}

@media screen and (max-width: 1200px) {
    .container {
        max-width: 960px;
    }
}

@media screen and (max-width: 992px) {
    .container {
        max-width: 720px;
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media screen and (max-width: 768px) {
    .container {
        max-width: 100%;
    }
}

@media screen and (max-width: 579px) {
    .container {
        width: 100%;
    }
}

.text-align-left {
    text-align: left;
}

.text-align-center {
    text-align: left;
}

.machine-types {
    text-align: center;
    width: 100%;
    padding-top: 25px;
    padding-bottom: 25px;
    background-color: #dcdcdc;
}

.machine-types .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    margin-top: 30px;
}

@media screen and (max-width: 450px) {
    .machine-types .container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

.machine-types .container .machine-type {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media screen and (max-width: 450px) {
    .machine-types .container .machine-type {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        max-width: 200px;
        width: 100%;
    }
}

.machine-types .container .machine-type .icon-wrapper {
    max-width: 110px;
    height: auto;
}

.machine-types .container .machine-type .icon-wrapper img {
    width: 100%;
    height: auto;
}

@media screen and (max-width: 620px) {
    .machine-types .container .machine-type .icon-wrapper {
        max-width: 75px;
    }
}

@media screen and (max-width: 450px) {
    .machine-types .container .machine-type .icon-wrapper {
        margin-right: 15px;
    }
}

.machine-types .container .machine-type_descr {
    margin-top: 20px;
}

@media screen and (max-width: 620px) {
    .machine-types .container .machine-type_descr {
        font-size: 9px;
    }
}

.types-mobile {
    display: none;
}

@media screen and (max-width: 768px) {
    .types-mobile {
        display: block;
        padding: 0;
    }
}

.opacity {
    opacity: 0.3;
}

[js-popup],
[data-href] {
    cursor: pointer;
}

.checkbox_container .form-checkbox {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.checkbox_container .form-checkbox + .form-checkbox-label {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: left;
    font-size: 10px;
}

.checkbox_container .form-checkbox + .form-checkbox-label:before {
    content: '';
    display: block;
    top: 0;
    left: 0;
    max-width: 20px;
    width: 100%;
    height: 20px;
    border-radius: 4px;
    border: 1px solid #eaeaea;
    background-color: #fff;
    margin-right: 10px;
}

.checkbox_container .form-checkbox + .form-checkbox-label:after {
    content: '';
    position: absolute;
}

.checkbox_container .form-checkbox:checked + .form-checkbox-label:after {
    background: url(../img/form-marker.png) center center no-repeat;
    content: '';
    position: absolute;
    top: 6px;
    left: 3px;
    display: block;
    width: 12px;
    height: 10px;
    background-color: #fff;
}

.header {
    position: fixed;
    width: 100%;
    height: auto;
    top: 0;
    z-index: 50;
    padding: 15px 0;
}

@media screen and (max-width: 768px) {
    .header {
        padding: 37px 0;
    }
}

.header:before {
    position: absolute;
    z-index: 2;
    content: '';
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: #f6fafe;
}

@media screen and (max-width: 768px) {
    .header:before {
        background-color: #1d2730;
    }
}

.header .container {
    position: relative;
    z-index: 3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media screen and (max-width: 992px) {
    .header .container {
        padding-left: 0;
        padding-right: 0;
    }
}

@media screen and (max-width: 768px) {
    .header .container {
        position: static;
        padding: 0 22px;
    }
}

@media screen and (max-width: 420px) {
    .header .container {
        padding: 0 10px;
    }
}

.header .container .header_burger {
    display: none;
    position: relative;
    z-index: 3;
    width: 30px;
    height: 25px;
}

@media screen and (max-width: 768px) {
    .header .container .header_burger {
        display: block;
    }

    .header .container .header_burger.active:before {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        top: 11px;
    }

    .header .container .header_burger.active:after {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        top: 11px;
    }

    .header .container .header_burger.active span {
        display: none;
    }

    .header .container .header_burger:before, .header .container .header_burger:after {
        position: absolute;
        content: '';
        background-color: white;
        width: 100%;
        height: 3px;
        display: block;
        -webkit-transition: all 0.4s linear;
        transition: all 0.4s linear;
    }

    .header .container .header_burger:before {
        top: 0;
    }

    .header .container .header_burger:after {
        bottom: 0;
    }

    .header .container .header_burger span {
        position: absolute;
        width: 100%;
        height: 3px;
        top: 11px;
        left: 0;
        background: white;
    }
}

@media screen and (max-width: 420px) {
    .header .container .header_burger {
        width: 25px;
    }
}

.header .container .header_logo {
    display: none;
    position: relative;
    z-index: 4;
}

@media screen and (max-width: 768px) {
    .header .container .header_logo {
        display: block;
        max-width: 155px;
        height: auto;
    }
}

@media screen and (max-width: 420px) {
    .header .container .header_logo {
        max-width: 110px;
    }
}

.header .container .navigation .menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.header .container .navigation .menu-item {
    position: relative;
    padding: 0 40px;
    list-style: none;
    line-height: 14px;
    border-right: 1px solid #cccfd4;
    cursor: pointer;
}

@media screen and (max-width: 1200px) {
    .header .container .navigation .menu-item {
        padding: 0 20px;
    }
}

@media screen and (max-width: 992px) {
    .header .container .navigation .menu-item {
        padding: 0 10px;
    }
}

.header .container .navigation .menu-item a {
    text-decoration: none;
}

.header .container .navigation .menu-item:nth-child(4) {
    border-right: none;
}

@media screen and (max-width: 768px) {
    .header .container .navigation {
        position: fixed;
        z-index: 0;
        top: -100%;
        left: 0;
        width: 100%;
        height: 50%;
        padding-top: 120px;
        background-color: white;
        -webkit-transition: all 0.4s linear;
        transition: all 0.4s linear;
    }

    .header .container .navigation.active {
        top: 0;
    }

    .header .container .navigation .menu {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        height: 100%;
    }

    .header .container .navigation .menu-item {
        border: none;
        padding: 0;
        font-size: 20px;
        margin-bottom: 15px;
    }
}

.header .container .phone {
    color: #294da4;
    font-family: GeometriaBold, "Open Sans", sans-serif;
}

.header .container .phone:before {
    position: absolute;
    content: '';
    bottom: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
    width: 12px;
    height: 15px;
    background: url(../img/phone.png);
}

@media screen and (max-width: 768px) {
    .header .container .phone {
        position: relative;
        z-index: 3;
        font-size: 17px;
        color: white;
    }

    .header .container .phone:before {
        height: 22px;
        background: url(../img/phone-white.png);
    }
}

@media screen and (max-width: 420px) {
    .header .container .phone {
        font-size: 12px;
    }

    .header .container .phone:before {
        bottom: -4px;
    }
}

.footer {
    padding: 60px 0;
    background-color: #4a4f54;
}

.footer .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    color: white;
}

.footer .container a {
    margin-top: 38px;
    margin-bottom: 28px;
    text-decoration: none;
    color: white;
    font-family: GeometriaBold, "Open Sans", sans-serif;
    font-size: 18px;
}

.footer .container .time {
    color: white;
}

.section {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.section-main {
    padding-top: 40px;
    margin-top: 48px;
    text-align: center;
    background: url(../img/bg_main.jpg) center center no-repeat;
    background-size: cover;
}

@media screen and (max-width: 992px) {
    .section-main {
        background: url(../img/banner-mobile.png) center center no-repeat;
        background-size: cover;
    }
}

@media screen and (max-width: 768px) {
    .section-main {
        padding-top: 25px;
        margin-top: 100px;
    }
}

.section-main .container {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
}

.section-main .container .main_title {
    color: #294da4;
    text-transform: uppercase;
    font-size: 30px;
    font-family: GeometriaExtraBlack, "Open Sans", sans-serif;
    font-weight: 900;
}

@media screen and (max-width: 992px) {
    .section-main .container .main_title {
        max-width: 100%;
    }
}

@media screen and (max-width: 579px) {
    .section-main .container .main_title {
        font-size: 18px;
    }
}

.section-main .container .main_subtitle {
    font-size: 19px;
    font-family: Geometria Regular, "Open Sans", sans-serif;
}

@media screen and (max-width: 579px) {
    .section-main .container .main_subtitle {
        font-size: 14px;
    }
}

.section-main .container .main_wrapper {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media screen and (max-width: 992px) {
    .section-main .container .main_wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.section-main .container .main_wrapper .machine_descr {
    margin-top: 30px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
}

@media screen and (max-width: 579px) {
    .section-main .container .main_wrapper .machine_descr {
        font-size: 13px;
    }
}

.section-about {
    padding: 40px 0 0;
}

.section-about .about_description {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 40px;
}

.section-about .about_description .about_logo {
    max-width: 188px;
    height: auto;
}

.section-about .about_description .about_logo img {
    width: 100%;
    height: auto;
}

@media screen and (max-width: 768px) {
    .section-about .about_description {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .section-about .about_description .about_logo {
        margin-bottom: 20px;
    }
}

.section-about .about_description .text {
    text-align: left;
    max-width: 695px;
    margin-left: 60px;
}

@media screen and (max-width: 992px) {
    .section-about .about_description .text {
        max-width: 500px;
        max-width: 390px;
        margin-left: 30px;
        text-align: justify;
        font-size: 12px;
    }
}

@media screen and (max-width: 768px) {
    .section-about .about_description .text {
        margin-left: 0;
    }
}

@media screen and (max-width: 579px) {
    .section-about .about_description .text {
        max-width: 390px;
    }
}

.section-about .about_brands {
    padding-top: 30px;
    text-align: center;
    width: 100%;
}

.section-about .about_brands .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    margin-top: 45px;
    padding-bottom: 35px;
}

.section-about .about_brands .container .brand-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    max-width: 117px;
    height: auto;
}

.section-about .about_brands .container .brand-item img {
    width: 100%;
    height: auto;
}

@media screen and (max-width: 768px) {
    .section-about .about_brands .container .brand-item {
        max-width: 71px;
    }
}

@media screen and (max-width: 420px) {
    .section-about .about_brands .container .brand-item {
        max-width: 60px;
    }
}

.section-about .about_brands .brand-text {
    text-align: center;
    font-size: 16px;
}

@media screen and (max-width: 768px) {
    .section-about .about_brands .brand-text {
        margin: 0 auto;
        max-width: 360px;
        font-size: 12px;
    }
}


.section-credit {
    background-color: #99b927;
    padding: 0;
}

.section-credit .text {
    font-size: 16px;
    line-height: 18px;
    font-weight: 700;
    color: #ffffff;
    padding: 19px 0;
}

.section-machines {
    background-color: #ededed;
}

.section-machines h3 {
    text-transform: uppercase;
}

.section-machines .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}

@media screen and (max-width: 1200px) {
    .section-machines .container {
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }
}

@media screen and (max-width: 768px) {
    .section-machines .container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

.section-machines .container .machine-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 310px;
    padding: 10px;
    margin: 20px 15px;
}

@media screen and (max-width: 768px) {
    .section-machines .container .machine-item {
        max-width: 350px;
    }
}

.section-machines .container .machine-item .img_wrapper {
    max-width: 300px;
    height: auto;
}

.section-machines .container .machine-item .img_wrapper img {
    width: 100%;
    height: auto;
}

.section-machines .container .machine-item .machine-brand {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: bold;
    font-family: GeometriaBold, "Open Sans", sans-serif;
}

.section-machines .container .machine-item .machine-item_descr {
    margin-bottom: auto;
    font-size: 14px;
}

.section-machines .container .machine-item .btn-transparent {
    margin-bottom: 13px;
    margin-top: 18px;
}

.section-machines .container .machine-item .machine-item_descr ul {
    list-style-position: inside;
}

.section-company-info {
    padding-bottom: 40px;
    text-align: left;
}

@media screen and (max-width: 768px) {
    .section-company-info {
        text-align: center;
    }
}

.section-company-info .container {
    line-height: 1.5;
}

@media screen and (max-width: 992px) {
    .section-company-info .container .company-info_title {
        text-align: center;
    }
}

@media screen and (max-width: 768px) {
    .section-company-info .container {
        padding-left: 50px;
        padding-right: 50px;
    }
}

.section-company-info .container .brands {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-around;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
}

.section-company-info .container .brands .brand-logo_wrapper {
    width: 25%;
    text-align: center;
    height: auto;
}

.section-company-info.small .container .brands .brand-logo_wrapper {
    max-width: 130px;
    text-align: center;
    height: auto;
}


.section-company-info .container .brands .brand-logo_wrapper img {
    max-width: 130px;
    width: 100%;
    height: auto;
}

@media screen and (max-width: 768px) {
    .section-company-info .container .brands {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .section-company-info .container .brands .brand-logo_wrapper {
        max-width: 110px;
    }
}

.section-company-info .container .brands .mr-70 {
    margin-right: 70px;
}

.section-company-info .container .brands-justify-fs {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.section-company-info .container ul {
    padding-left: 60px;
}

@media screen and (max-width: 768px) {
    .section-company-info .container ul {
        list-style-position: inside;
        padding-left: 0;
    }
}

.section-company-info .container .info_btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    margin-top: 35px;
    width: 100%;
    text-align: center;
}

.section-company-info .container .info_btns .btn {
    margin-right: 12px;
}

.section-company-info .container .info_btns .btn:last-child {
    margin-right: 0;
}

@media screen and (max-width: 579px) {
    .section-company-info .container .info_btns .btn {
        font-size: 12px;
    }
}

@media screen and (max-width: 1250px) {
    .section-company-info .container .info_btns {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .section-company-info .container .info_btns .btn {
        margin-right: 0;
    }

    .section-company-info .container .info_btns .btn-video {
        margin-top: 15px;
    }

    .section-company-info .container .info_btns .btns--light {
        margin-top: 15px;
    }

    .section-company-info .container .info_btns .btns--light .btn:first-child {
        margin-right: 10px;
    }
}

@media screen and (max-width: 992px) and (max-width: 480px) {
    .section-company-info .container .info_btns .btns--light .btn:first-child {
        margin-right: 0;
        margin-bottom: 15px;
    }
}

.section-feedback {
    background-color: #efefef;
}

.section-feedback .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
}

@media screen and (max-width: 992px) {
    .section-feedback .container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.section-feedback .container .feedback-info {
    text-align: left;
    max-width: 260px;
}

.section-feedback .container .feedback-info_title {
    margin-bottom: 32px;
    font-family: GeometriaBold, "Open Sans", sans-serif;
    text-transform: uppercase;
    font-size: 26px;
    font-weight: bold;
    color: #294da4;
}

.section-feedback .container .feedback-info_text {
    font-size: 13px;
}

@media screen and (max-width: 992px) {
    .section-feedback .container .feedback-info {
        margin-bottom: 20px;
        text-align: center;
        max-width: 390px;
    }

    .section-feedback .container .feedback-info_title {
        margin-bottom: 10px;
        font-size: 20px;
    }

    .section-feedback .container .feedback-info_text {
        max-width: 355px;
        margin-bottom: 10px;
        font-size: 10px;
    }
}

.section-feedback .container .feedback-form {
    background-color: white;
    width: 600px;
    padding: 20px 40px;
    border-radius: 20px;
}

@media screen and (max-width: 768px) {
    .section-feedback .container .feedback-form {
        width: 100%;
    }
}

@media screen and (max-width: 579px) {
    .section-feedback .container .feedback-form {
        padding: 10px 20px;
    }
}

.section-feedback .container .feedback-form_title {
    font-family: GeometriaBold, "Open Sans", sans-serif;
    font-size: 16px;
}

.section-feedback .container .feedback-form .form-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 14px;
    padding-bottom: 11px;
}

.section-feedback .container .feedback-form .form-container .form-group {
    width: 100%;
    -moz-text-align-last: left;
    text-align-last: left;
    margin: 10px;
}

.section-feedback .container .feedback-form .form-container .form-group p {
    padding-left: 10px;
}

.section-feedback .container .feedback-form .form-container .form-group input {
    height: 32px;
    width: 100%;
}

@media screen and (max-width: 579px) {
    .section-feedback .container .feedback-form .form-container .form-group {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin: 0;
    }
}

.section-feedback .container .feedback-form .form-container .phone {
    max-width: 200px;
    width: 100%;
}

@media screen and (max-width: 579px) {
    .section-feedback .container .feedback-form .form-container .phone {
        max-width: 100%;
        margin-top: 5px;
    }
}

@media screen and (max-width: 579px) {
    .section-feedback .container .feedback-form .form-container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.section-feedback .container .feedback-form .form-submit {
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 490px;
}

@media screen and (max-width: 579px) {
    .section-feedback .container .feedback-form .form-submit {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

.section-feedback .container .feedback-form .form-submit .btn {
    margin-right: 20px;
}

@media screen and (max-width: 579px) {
    .section-feedback .container .feedback-form .form-submit .btn {
        margin-bottom: 10px;
    }
}

.section-production-info {
    text-align: left;
}

@media screen and (max-width: 579px) {
    .section-production-info {
        display: none;
    }
}

.section-production-info .production-info_title {
    margin-bottom: 14px;
}

.section-production-info .production-info_list {
    padding-left: 50px;
}

.section-production-info .production-info_list .production-info-item {
    position: relative;
    margin-bottom: 8px;
    list-style: none;
}

.section-production-info .production-info_list .production-info-item:before {
    position: absolute;
    content: '';
    width: 20px;
    height: 20px;
    background: url(../img/marker.png);
    -webkit-transform: translateX(-25px);
    transform: translateX(-25px);
}

.section-production-info .production-info_gallery {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.section-production-info .production-info_gallery .photo_wrapper {
    margin-top: 30px;
    max-width: 320px;
    height: auto;
}

@media screen and (max-width: 992px) {
    .section-production-info .production-info_gallery .photo_wrapper {
        display: none;
    }
}

/*.popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  z-index: 110;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}*/

@media screen and (max-width: 579px) {
    .popup {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}

.popup .popup_container {
    position: relative;
    max-width: 700px;
    width: 100%;
    height: auto;
    background: white;
    overflow: auto;
}

.popup .popup_container .form-title {
    text-align: center;
    margin-bottom: 25px;
    padding-left: 30px;
    padding-right: 30px;
    padding-right: 30px;
    padding-top: 30px;
    font-size: 36px;
    font-weight: bold;
    color: #294da4;
}

.popup .popup_container .form-description-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 25px;
    padding-left: 30px;
    padding-right: 30px;
}

@media screen and (max-width: 579px) {
    .popup .popup_container .form-description-wrapper {
        flex-direction: column;
    }
}

.popup .popup_container .form-description-wrapper .image-wrapper {
    margin-right: 30px;
    max-width: 130px;
    height: auto;
    border-radius: 50%;
    overflow: hidden;
}

@media screen and (max-width: 579px) {
    .popup .popup_container .form-description-wrapper .image-wrapper {
        margin-right: 0;
    }
}

.popup .popup_container .form-description-wrapper .image-wrapper img {
    width: 100%;
    height: auto;
}

@media screen and (max-width: 768px) {
    .popup .popup_container .form-description-wrapper .image-wrapper {
        margin-bottom: 15px;
    }
}

.popup .popup_container form {
    position: relative;
    z-index: 1;
    padding: 30px;
    background: #8eb210;
}

.popup .popup_container .form-description {
    font-size: 20px;
    font-weight: bold;
}

@media screen and (max-width: 768px) {
    .popup .popup_container .form-description {
        text-align: center;
    }
}

@media screen and (max-width: 768px) {
    .popup .popup_container .popup-descr {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

/*.popup .popup_container .popup-form {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  font-size: 10px;
}*/
.form-fields-wrapper .row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;

}

@media screen and (max-width: 768px) {
    .form-fields-wrapper .row {
        flex-direction: column;
        justify-content: center;
    }
}

/*.form-fields-wrapper  .question-wrapper {
    margin-bottom: 15px;
    max-width: 310px;
    width: 100%;
}*/
.form-fields-wrapper .question-wrapper input[type=text] {
    width: 100%;
    padding: 15px;
}


/*.question-wrapper:last-child {
    display: none;
}*/
.form-fields-wrapper .row .personal-data-wrapper {
    margin-right: 0;
    margin-bottom: 0;
    max-width: 100%;
    width: 100%;
}

.personal-data-wrapper label {
    position: relative;
    color: white;
}

.personal-data-wrapper input[type=checkbox] + label {
    position: relative;
    z-index: 2;
}

.form-fields-wrapper .row .personal-data-wrapper input[type=checkbox] {
    position: absolute;
    z-index: 2;
    opacity: 0;
}

.personal-data-wrapper input[type=checkbox] + label:before {
    position: absolute;
    content: '';
    display: block;
    top: -4px;
    left: -23px;
    max-width: 20px;
    width: 100%;
    height: 20px;
    border-radius: 4px;
    border: 1px solid #eaeaea;
    background-color: #fff;
    margin-right: 10px;
}

.personal-data-wrapper input[type=checkbox] + label:after {
    content: '';
    position: absolute;
}

/*.personal-data-wrapper input[type=checkbox]:checked +  label:after {
background: url(../img/form-marker.png) center center no-repeat;
  content: '';
  position: absolute;
  top: 1px;
  left: -19px;
  display: block;
  width: 12px;
  height: 10px;
  background-color: #fff;
}
*/

.form-fields-wrapper .submit-wrapper {
    margin-bottom: 15px;
    text-align: center;

}

.form-fields-wrapper .submit-wrapper .free-call-text {
    color: white;
}


@media screen and (max-width: 768px) {
    .popup .popup_container .popup-form {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .popup .popup_container .popup-form input {
        margin-right: 0;
        margin-bottom: 15px;
        max-width: 100%;
    }
}


.popup .popup_container label a {
    color: white;
}

.popup .form-close {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 25px;
    height: 25px;
    cursor: pointer;
    -webkit-transition: -webkit-transform .5s ease-in-out;
    transition: -webkit-transform .5s ease-in-out;
    transition: transform .5s ease-in-out;
    transition: transform .5s ease-in-out, -webkit-transform .5s ease-in-out;
    z-index: 2;
}

.popup .form-close::before, .popup .form-close::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 2px;
    background-color: black;
    -webkit-transition: background-color 0.66s ease;
    transition: background-color 0.66s ease;
}

.popup .form-close::before {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
}

.popup .form-close::after {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
}

.popup .form-close:hover {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.popup.open {
    opacity: 1;
    visibility: visible;
    background-color: rgba(0, 0, 0, 0.77);
}

.popup.open .popup-wrapper {
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.popup p.footnote {
    text-align: center;
}

.popup-container {
    padding: 40px 50px;
    background: white;
    max-width: 600px;
    position: relative;
}

@media screen and (max-width: 550px) {
    .popup-container {
        padding: 30px 15px;
    }
}

.btn {
    text-align: center;
    font-family: Geometria Regular, "Open Sans", sans-serif;
    border-radius: 18px;
    border: none;
    color: white;
    background-color: #8eb210;
    cursor: pointer;
    -webkit-transition: all 0.66s ease;
    transition: all 0.66s ease;
}

.btn-main,
.form-wrapper .form-wrapper.one-row-form .form-fields-wrapper .submit-wrapper .first-button {
    padding: 10px 25px;
    color: white;
    font-size: 16px;
    background-color: #99b927;
    text-transform: inherit;
}

.btn-small {
    padding: 12px 18px;
    border-radius: 20px;
    color: white;
    font-size: 13px;
}

.btn-transparent {
    background: transparent;
    color: #4a4f54;
    border: 1px solid #4a4f54;
    border-radius: 18px;
}

.btn-big {
    margin-right: 50px;
    padding: 14px 30px;
    border-radius: 30px;
    font-size: 15px;
}

.btn-big--light {
    color: #8eb210;
    border: 1px solid #8eb210;
    background: transparent;
}

.btn-video {
    color: #294da4;
    border: 1px solid #294da4;
    border-radius: 21px;
    padding: 14px 25px 14px 48px;
    position: relative;
    background: transparent;
}

.btn-video img{
    position: absolute;
    top: 9px;
    left: 7px;
}

.btn-light {
    background: white;
    border: 1px solid #8eb210;
}

.first-button {
    text-align: center;
    font-family: Geometria Regular, "Open Sans", sans-serif;
    border-radius: 18px;
    border: none;
    color: white;
    background-color: #8eb210;
    cursor: pointer;
    -webkit-transition: all 0.66s ease;
    transition: all 0.66s ease;
    padding: 10px 80px;
    text-transform: capitalize;
    background: #9b0600;
    font-size: 14px;
}

h1, h2, h3, h4, h5, h6 {
    padding: 0;
    margin: 0;
    font-weight: bold;
    font-family: GeometriaBold, "Open Sans", sans-serif;
    line-height: 1.44;
    max-width: 100%;
}

h1 *, h2 *, h3 *, h4 *, h5 *, h6 * {
    font-weight: inherit;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

@media screen and (max-width: 992px) {
    h1, h2, h3, h4, h5, h6 {
        text-align: center;
    }
}

h1.with-image, h2.with-image, h3.with-image, h4.with-image, h5.with-image, h6.with-image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media screen and (max-width: 768px) {
    h1.with-image, h2.with-image, h3.with-image, h4.with-image, h5.with-image, h6.with-image {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

h1.with-image > div, h2.with-image > div, h3.with-image > div, h4.with-image > div, h5.with-image > div, h6.with-image > div {
    margin-right: 15px;
}

h1.with-image > div:last-child, h2.with-image > div:last-child, h3.with-image > div:last-child, h4.with-image > div:last-child, h5.with-image > div:last-child, h6.with-image > div:last-child {
    margin-right: 0;
}

h1.with-image .img-wrap, h2.with-image .img-wrap, h3.with-image .img-wrap, h4.with-image .img-wrap, h5.with-image .img-wrap, h6.with-image .img-wrap {
    height: 5.52rem;
    width: auto;
}

@media screen and (max-width: 768px) {
    h1.with-image .img-wrap, h2.with-image .img-wrap, h3.with-image .img-wrap, h4.with-image .img-wrap, h5.with-image .img-wrap, h6.with-image .img-wrap {
        height: 4rem;
    }
}

h1.with-image .img-wrap img, h2.with-image .img-wrap img, h3.with-image .img-wrap img, h4.with-image .img-wrap img, h5.with-image .img-wrap img, h6.with-image .img-wrap img {
    height: 100%;
    width: auto;
}

h1 span, h2 span, h3 span, h4 span, h5 span, h6 span {
    color: #fc1020;
}

h1 {
    font-size: 30px;
}

h2, h3 {
    font-size: 18px;
}

.slick-arrow {
    position: absolute;
    bottom: 0;
    width: 17px;
    height: 18px;
    cursor: pointer;
    -webkit-transition: all 0.66s ease;
    transition: all 0.66s ease;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 25;
    border: none;
    font-size: 0;
}

.slick-prev {
    left: 15%;
    background: url(../img/left-arrow.png);
}

@media screen and (max-width: 579px) {
    .slick-prev {
        left: 0;
    }
}

.slick-next {
    right: 15%;
    background: url(../img/right-arrow.png);
}

@media screen and (max-width: 579px) {
    .slick-next {
        right: 0;
    }
}

.slick-disabled {
    opacity: 0;
    pointer-events: none;
}

.slick-track {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.slick-slide {
    float: none !important;
}

.slick-slide img {
    display: block;
}

.slick-slide.flex-item {
    margin: 0 20px !important;
}

.slider {
    max-width: 600px;
    height: auto;
    margin-top: 35px;
}

@media screen and (max-width: 992px) {
    .slider {
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 579px) {
    .slider {
        max-width: 400px;
    }
}

@media screen and (max-width: 480px) {
    .slider {
        max-width: 280px;
    }
}

.slider .slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 100%;
    height: auto;
}

.slider .slide .img_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

@media screen and (max-width: 579px) {
    .slider .slide .img_wrapper {
        max-width: 500px;
        height: auto;
    }
}

@media screen and (max-width: 480px) {
    .slider .slide .img_wrapper {
        max-width: 280px;
    }
}

.form-main {
    /*position: absolute;
    top: 35%;
    right: 0;*/
    text-align: center;
    max-width: 345px;
    padding: 20px;
    background: rgba(255, 255, 255, 0.8);
}

.form-main .form-main_title {
    font-size: 18px;
    font-weight: bold;
    color: #294da4;
}

.form-main .form-main_title-small {
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 14px;
    font-family: Geometria Regular, "Open Sans", sans-serif;
}

.form-main_group,
.main_wrapper .form-wrapper .form-fields-wrapper .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 14px;
}

.form-main_group input,
.main_wrapper .form-wrapper .form-fields-wrapper .row input {
    height: 37px;
    padding-left: 25px;
    margin-bottom: 6px;
    font-family: Geometria Regular, "Open Sans", sans-serif;
    font-size: 16px;
    border: 1px solid #aeacaf;
    color: #b9babd;
}

.main_wrapper .form-wrapper .form-wrapper.one-row-form.colored-back,
.section-feedback .feedback-form .form-wrapper.one-row-form.colored-back {
    background-color: transparent;
}

.main_wrapper .form-wrapper .form-wrapper.one-row-form.colored-back .form-fields-wrapper .form-title {
    display: none;
}

.main_wrapper .col-xs-12.col-sm-12.col-md-3.question-wrapper,
.main_wrapper .col-xs-12.col-sm-12.col-md-3.submit-wrapper {
    width: 100%;
}

.section-feedback .feedback-form .col-xs-12.col-sm-12.col-md-3.question-wrapper {
    height: 32px;
    width: 100%;

}

.section-feedback .feedback-form .form-wrapper .form-fields-wrapper .question-wrapper .field-wrapper input {
    height: 32px;
    width: 100%;
    border: 1px solid #333;
    border-radius: 3px;
}

.section-feedback .feedback-form .col-xs-12.col-sm-12.col-md-3.question-wrapper {

    width: 50%;
    padding-left: 0;
}

.section-feedback .feedback-form .form-wrapper.one-row-form .form-fields-wrapper .submit-wrapper .first-button {
    text-decoration: inherit;
}

.section-feedback .feedback-form .row:before {
    content: none;
}

.section-feedback .feedback-form .col-xs-12.col-sm-12.col-md-3.question-wrapper p {
    text-align: left;
    padding-left: 10px;
}

.section-feedback .feedback-form .field-wrapper.checkbox-wrapper {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: left;
    font-size: 10px;
}

.section-feedback .feedback-form .form-wrapper .form-fields-wrapper .question-wrapper .field-wrapper.checkbox-wrapper label:before {
    content: '';
    display: block;
    top: 0;
    left: 0;
    max-width: 20px;
    width: 100%;
    height: 20px;
    border-radius: 4px;
    border: 1px solid #eaeaea;
    background-color: #fff;
    margin-right: 10px;
}

.section-feedback .feedback-form .form-wrapper .form-fields-wrapper .question-wrapper .field-wrapper.checkbox-wrapper label:after {
    background: url(../img/form-marker.png) center center no-repeat;
    content: '';
    position: absolute;
    top: 6px;
    left: 3px;
    display: block;
    width: 12px;
    height: 10px;
    background-color: #fff;
    border: none;
    transform: none;
}

.section-feedback .feedback-form .form-fields-wrapper .row {
    flex-grow: unset;
}

.section-feedback .feedback-form .col-xs-12.col-sm-12.col-md-3.submit-wrapper {
    order: 3;

}

.section-feedback .feedback-form .col-xs-12.col-sm-12.col-md-3.question-wrapper:nth-child(3) {
    order: 4;
    width: 63%;
    padding-top: 13px;
}

.section-feedback .feedback-form .container {
    display: block;
}

@media screen and (max-width: 991px) {
    .section-feedback .feedback-form .col-xs-12.col-sm-12.col-md-3.question-wrapper:nth-child(3) {
        width: 100%;
        order: 2;
    }
}

@media screen and (max-width: 500px) {
    .section-feedback .feedback-form .col-xs-12.col-sm-12.col-md-3.question-wrapper {
        width: 100%;
    }
}

.form-wrapper.one-row-form .form-fields-wrapper .submit-wrapper .first-button {
    text-transform: none !important;
}

#bottom-fixed-row .auto_call-block .auto_call-form-wrapper .auto_call-form {
    display: flex;
    align-items: center;
}

#bottom-fixed-row .auto_call-block .auto_call-form-wrapper .auto_call-form .title {
    color: white;
}

.form-wrapper .form-fields-wrapper .question-wrapper .field-wrapper.checkbox-wrapper label:before {
    background: transparent;
}

.youtube-wrapper {
    -webkit-transition: 0.3s ease 0s;
    -moz-transition: 0.3s ease 0s;
    -ms-transition: 0.3s ease 0s;
    -o-transition: 0.3s ease 0s;
    transition: 0.3s ease 0s;
    transition-property: "opacity";
}
.youtube-wrapper.loading {
    opacity: 0;
}
.youtube-wrapper h3 {
    margin-bottom: 22px;
}
.youtube-wrapper .container {
    position: relative;
}
.youtube-wrapper .youtube-slider-arrow {
    position: absolute;
    top: calc(50% - 25px);
    z-index: 5;
    width: 50px;
    height: 50px;
    cursor: pointer;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: 0.3s ease 0s;
    -moz-transition: 0.3s ease 0s;
    -ms-transition: 0.3s ease 0s;
    -o-transition: 0.3s ease 0s;
    transition: 0.3s ease 0s;
    transition-property: "background-color";
}
.youtube-wrapper .youtube-slider-arrow:before {
    position: absolute;
    content: "";
    display: block;
    top: 0;
    bottom: 0;
    left: 18px;
    margin: auto;
    width: 22px;
    height: 22px;
    position: absolute;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    border: 3px solid #000;
}
.youtube-wrapper .youtube-slider-arrow:hover {
    background-color: rgba(0, 0, 0, 0.3);
}
.youtube-wrapper .youtube-slider-arrow.swiper-button-disabled {
    opacity: 0.5;
}
.youtube-wrapper .youtube-slider-arrow.youtube-slider-arrow-prev {
    left: 0;
}
.youtube-wrapper .youtube-slider-arrow.youtube-slider-arrow-prev:before {
    border-right: 0;
    border-top: 0;
}
.youtube-wrapper .youtube-slider-arrow.youtube-slider-arrow-next {
    right: 0;
}
.youtube-wrapper .youtube-slider-arrow.youtube-slider-arrow-next:before {
    right: 18px;
    left: auto;
    border-bottom: 0;
    border-left: 0;
}
.youtube-wrapper .youtube-container {
    max-width: calc(100% - 120px);
    width: 100%;
    margin: 0 auto;
}
.youtube-wrapper .youtube-container .swiper-wrapper {
    height: auto;
}
.youtube-wrapper .youtube-container .swiper-wrapper .swiper-slide {
    height: auto;
    cursor: pointer;
    padding: 0 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.youtube-wrapper .youtube-container .swiper-wrapper .swiper-slide.swiper-slide-active {
    padding: 0;
}
.youtube-wrapper .youtube-container .swiper-wrapper .swiper-slide .title {
    z-index: 1;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    padding: 15px 0 11px;
    background:rgba(255,255,255, 0.54);
    color: #ffffff;
    text-shadow: 1px 1px 2px #101010;
}

.youtube-wrapper .youtube-container .swiper-wrapper .swiper-slide .overlay {
    z-index: 2;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    background:rgba(255,255,255, 0.54);
}

.youtube-wrapper .youtube-container .swiper-wrapper .swiper-slide.swiper-slide-active .overlay {
    display: none;
}

.youtube-wrapper .youtube-container .swiper-wrapper .swiper-slide .preview-cont {
    position: relative;
}
.youtube-wrapper .youtube-container .swiper-wrapper .swiper-slide .preview-cont img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}