@font-face {
    font-family: 'Montserrat';
    src: url("../fonts/Montserrat-Regular.woff2") format('woff2'), url("../fonts/Montserrat-Regular.woff") format('woff');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Montserrat';
    src: url("../fonts/Montserrat-Bold.woff2") format('woff2'), url("../fonts/Montserrat-Bold.woff") format('woff');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'Montserrat';
    src: url("../fonts/Montserrat-Black.woff2") format('woff2'), url("../fonts/Montserrat-Black.woff") format('woff');
    font-weight: 900;
    font-style: normal;
}
@font-face {
    font-family: 'PT Sans';
    src: url("../fonts/PTSans-Regular.woff2") format('woff2'), url("../fonts/PTSans-Regular.woff") format('woff');
    font-weight: 900;
    font-style: normal;
}
.clear {
    clear: both;
}
.align-image-center {
    text-align: center;
}
.fluid-image {
    max-width: 100%;
    height: auto;
    display: block;
}

.header-phone {
    margin: 0  0 0 15px;
}
.type--up {
    text-transform: uppercase;
}
.type--italy {
    font-style: italic;
}
.type--center {
    text-align: center;
}
.type--left {
    text-align: left;
}
.type--right {
    text-align: right;
}
.disabled,
.btn--disable,
.style-label--disable {
    cursor: default;
    opacity: 0.5;
    pointer-events: none;
}
.hidden {
    display: none !important;
}
.show {
    display: block !important;
}
.invisible {
    visibility: hidden;
}
.all-page__el {
    width: 32%;
    padding: 5px;
    -webkit-box-shadow: 0px 3px 8px #e3e3e3;
    box-shadow: 0px 3px 8px #e3e3e3;
    margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
    .all-page__el {
        width: 100%;
        margin-bottom: 20px;
    }
}
.all-page {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.elements-hr {
    margin: 40px 0;
    display: block;
    height: 1px;
    border-bottom: 1px solid #d1d1d1;
}
.all-page__title {
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    padding: 10px;
    font-size: 14px;
    color: #000;
}
.old-browser {
    background: #808080;
    width: 100%;
    height: 100vh;
    padding-top: 200px;
}
.all-page-color {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.all-page-color__el {
    margin: 20px;
}
.all-page-color__block {
    width: 100px;
    height: 100px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    margin-bottom: 10px;
}
.all-page-color__el-name {
    text-align: center;
    font-size: 14px;
    font-weight: 700;
}
.old-browser-text {
    text-align: center;
    color: #fff;
    font-size: 20px;
}
.element-list-svg {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.element-list-svg__icon {
    width: 12%;
    margin: 20px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column;
}
.element-list-svg__icon .icon-el {
    margin-bottom: 10px;
    width: 25px;
    height: 25px;
}
.clearfix {
    zoom: 1;
}
.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}
.clearfix:after {
    clear: both;
}
@-webkit-keyframes slideInDown {
    from {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
.shrink {
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
    width: 100%;
    margin: 0;
    -webkit-animation: slideInDown 1s 1 ease-in-out;
    animation: slideInDown 1s 1 ease-in-out;
}
@-webkit-keyframes slideInDown {
    from {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@keyframes slideInDown {
    from {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
*,
*:before,
*:after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}
a {
    text-decoration: none;
}
a:hover {
    text-decoration: none;
}

img,
iframe {
    max-width: 100%;
    height: auto;
    border: 0;
    -ms-interpolation-mode: bicubic;
    display: block;
}
table {
    max-width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    margin-bottom: 18px;
    border: 1px solid #ddd;
    border-collapse: separate;
    *border-collapse: collapsed;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
table th,
table td {
    padding: 8px;
    line-height: 18px;
    text-align: left;
    vertical-align: top;
    border-top: 1px solid #ddd;
}
table th {
    font-weight: bold;
}
table thead th {
    vertical-align: bottom;
}
table thead:first-child tr th,
table thead:first-child tr td {
    border-top: 0;
}
table tbody + tbody {
    border-top: 2px solid #ddd;
}
table th + th,
table td + td,
table th + td,
table td + th {
    border-left: 1px solid #ddd;
}
table thead:first-child tr:first-child th,
table tbody:first-child tr:first-child th,
table tbody:first-child tr:first-child td {
    border-top: 0;
}
table thead:first-child tr:first-child th:first-child,
table tbody:first-child tr:first-child td:first-child {
    -webkit-border-radius: 4px 0 0 0;
    border-radius: 4px 0 0 0;
}
table thead:first-child tr:first-child th:last-child,
table tbody:first-child tr:first-child td:last-child {
    -webkit-border-radius: 0 4px 0 0;
    border-radius: 0 4px 0 0;
}
table thead:last-child tr:last-child th:first-child,
table tbody:last-child tr:last-child td:first-child {
    -webkit-border-radius: 0 0 0 4px;
    border-radius: 0 0 0 4px;
}
table thead:last-child tr:last-child th:last-child,
table tbody:last-child tr:last-child td:last-child {
    -webkit-border-radius: 0 0 4px 0;
    border-radius: 0 0 4px 0;
}
table tbody tr:nth-child(odd) td,
table tbody tr:nth-child(odd) th {
    background-color: #f9f9f9;
}
table tbody tr:hover td,
table tbody tr:hover th {
    background-color: #f5f5f5;
}
body > svg {
    display: none;
}
.small-only {
    display: none;
}
@media only screen and (max-width: 768px) {
    .small-only {
        display: table;
    }
}
@media only screen and (max-width: 768px) {
    .large-only {
        display: none;
    }
}
.rub {
    font-family: 'RUB';
    font-style: normal;
}
.type--xs,
h5 {
    font-size: 12px;
}
@media only screen and (max-width: 768px) {
    .type--xs,
    h5 {
        font-size: 10px;
    }
}
.type--sm,
h4 {
    font-size: 14px;
}
@media only screen and (max-width: 768px) {
    .type--sm,
    h4 {
        font-size: 12px;
    }
}
.type--main,
h3,
p,
body {
    font-size: 16px;
}
@media only screen and (max-width: 768px) {
    .type--main,
    h3,
    p,
    body {
        font-size: 14px;
    }
}
.type--md {
    font-size: 18px;
}
@media only screen and (max-width: 768px) {
    .type--md {
        font-size: 15px;
    }
}
.type--lg,
h2 {
    font-size: 26px;
}
@media only screen and (max-width: 768px) {
    .type--lg,
    h2 {
        font-size: 18px;
    }
}
.type--xl,
h1 {
    font-size: 36px;
}
@media only screen and (max-width: 768px) {
    .type--xl,
    h1 {
        font-size: 20px;
    }
}
.type--bold {
    font-weight: bold;
}
a {
    color: #2f2f2f;
}
a:hover {
    color: #000;
}

.link--mark {
    color: #3a90c8;
}
.link--mark:hover {
    color: #22577a;
}

.link--main {
    color: #2f2f2f;
    border-bottom: solid transparent;
}
.link--main:hover {
    border-bottom: #2f2f2f solid;
}
.link--main:hover {
    color: #000;
}

.link--text {
    color: #2f2f2f;
    text-decoration: underline;
}
.link--text:hover {
    text-decoration: none;
}
.btn,
.btn--sm,
.btn--md,
.btn--lg,
.btn--mobile,
.btn--mark,
.btn--red,
.btn--light,
.btn--grey,
.btn--dotted,
.btn--white,
.modal-send,
.header-get,
.tender-get,
.offer__el-get,
.form-order-get,
.form-get,
.form-get--yellow,
.slide-menu-get {
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    display: inline-block;
    background: none;
    border: 0px;
    color: #3a90c8;
    text-align: center;
    font-weight: bold;
}
.btn:hover,
.btn--sm:hover,
.btn--md:hover,
.btn--lg:hover,
.btn--mobile:hover,
.btn--mark:hover,
.btn--red:hover,
.btn--light:hover,
.btn--grey:hover,
.btn--dotted:hover,
.btn--white:hover,
.modal-send:hover,
.header-get:hover,
.tender-get:hover,
.offer__el-get:hover,
.form-order-get:hover,
.form-get:hover,
.form-get--yellow:hover,
.slide-menu-get:hover {
    cursor: pointer;
}
.btn--sm {
    font-size: 10px;
    padding: 5px 10px;
}
.btn--sm .nav-icon {
    width: 10px;
    height: 10px;
}
.btn--md,
.modal-send,
.header-get,
.tender-get,
.offer__el-get,
.form-order-get,
.form-get,
.slide-menu-get {
    font-size: 14px;
    padding: 4px 25px ;
    -webkit-border-radius: 16px;
    border-radius: 16px;
    /*text-transform: uppercase;*/
    line-height: 1.714;
}
.btn--lg {
    font-size: 20px;
    padding: 10px 30px;
}

@media only screen and (max-width: 400px) {
    .btn--md,
    .modal-send,
    .header-get,
    .tender-get,
    .offer__el-get,
    .form-order-get,
    .form-get,
    .slide-menu-get {
        font-size: 12px;
        padding: 4px 15px;
        -webkit-border-radius: 15px;
        border-radius: 15px;
    }
}

@media only screen and (max-width:360px) {
    .btn--md,
    .modal-send,
    .header-get,
    .tender-get,
    .offer__el-get,
    .form-order-get,
    .form-get,
    .slide-menu-get {
        padding: 4px 7px;
    }
}

@media only screen and (max-width: 768px) {
    .btn--mobile {
        width: 100%;
        text-align: center;
    }
}
.btn--mark,
.modal-send,
.header-get,
.tender-get,
.offer__el-get,
.form-get--yellow,
.slide-menu-get {
    color: #a10003;
    background: #ffd355;
}
.btn--mark .nav-icon,
.modal-send .nav-icon,
.header-get .nav-icon,
.tender-get .nav-icon,
.offer__el-get .nav-icon,
.form-get--yellow .nav-icon,
.slide-menu-get .nav-icon {
    fill: #fff;
}
.btn--mark:hover,
.modal-send:hover,
.header-get:hover,
.tender-get:hover,
.offer__el-get:hover,
.form-get--yellow:hover,
.slide-menu-get:hover {
    background-color: #ffda6e;
}
.btn--mark:active,
.modal-send:active,
.header-get:active,
.tender-get:active,
.offer__el-get:active,
.form-get--yellow:active,
.slide-menu-get:active {
    background-color: #ffda6e;
}
.btn--mark input[type="submit"],
.modal-send input[type="submit"],
.header-get input[type="submit"],
.tender-get input[type="submit"],
.offer__el-get input[type="submit"],
.form-get--yellow input[type="submit"],
.slide-menu-get input[type="submit"] {
    border: 0;
}
.btn--mark .nav-icon,
.modal-send .nav-icon,
.header-get .nav-icon,
.tender-get .nav-icon,
.offer__el-get .nav-icon,
.form-get--yellow .nav-icon,
.slide-menu-get .nav-icon {
    fill: #fff;
}
.btn--red,
.form-order-get {
    color: #fff;
    background: #b31b1f;
}
.btn--red .nav-icon,
.form-order-get .nav-icon {
    fill: #fff;
}
.btn--red:hover,
.form-order-get:hover {
    background-color: #c91e23;
}
.btn--red:active,
.form-order-get:active {
    background-color: #c91e23;
}
.btn--red input[type="submit"],
.form-order-get input[type="submit"] {
    border: 0;
}
.btn--red .nav-icon,
.form-order-get .nav-icon {
    fill: #fff;
}
.btn--disable {
    border: 1px solid #ddd;
    background-color: #fff;
    color: #000;
}
.btn--light {
    border: 1px solid #ddd;
    background-color: #fff;
}
.btn--light:hover {
    border: 1px solid #3a90c8;
}
.btn--light .nav-icon {
    fill: #3a90c8;
}
.btn--grey {
    border: 1px solid #ddd;
    background-color: #fff;
}
.btn--dotted {
    border: 1px dashed #d7d7d7;
    background-color: #fff;
    text-align: center;
}
.btn--white {
    border: 1px solid rgba(255,255,255,0.9);
    color: rgba(255,255,255,0.9);
}
.btn--white .nav-icon {
    fill: rgba(255,255,255,0.9);
}
.btn--icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.nav-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 10px;
}
.btn--hover {
    -webkit-transform: perspective(100px) translateZ(0);
    transform: perspective(100px) translateZ(0);
    -webkit-box-shadow: 0 0 1px transparent;
    box-shadow: 0 0 1px transparent;
    position: relative;
    overflow: hidden;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.1s;
    transition-duration: 0.1s;
}
.btn--hover:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #aaa;
    -webkit-border-radius: 10%;
    border-radius: 10%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition-property: -webkit-transform;
    transition-property: transform;
    -webkit-transition-duration: 0.35s;
    transition-duration: 0.35s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.btn--hover:hover,
.btn--hover:focus,
.btn--hover:active {
    color: #fff;
}
.btn--hover:hover:before {
    -webkit-transform: scale(2);
    -ms-transform: scale(2);
    transform: scale(2);
}
.btn--hover:focus:before {
    -webkit-transform: scale(2);
    -ms-transform: scale(2);
    transform: scale(2);
}
.btn--hover:active:before {
    -webkit-transform: scale(2);
    -ms-transform: scale(2);
    transform: scale(2);
}
button {
    font-family: 'Montserrat', sans-serif;
}
.input,
.textarea,
.select {
    border: 0px;
    padding: 20px;
    border: 1px solid #ddd;
    resize: none;
    outline: 0 !important;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    font-family: 'Montserrat', sans-serif;
    display: block !important;
    margin-bottom: 10px;
    background: #fff;
    font-size: 16px !important;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}
.input input::-webkit-input-placeholder,
.textarea input::-webkit-input-placeholder,
.select input::-webkit-input-placeholder {
    color: #888;
}
.input input::-moz-placeholder,
.textarea input::-moz-placeholder,
.select input::-moz-placeholder {
    color: #888;
}
.input input:-moz-placeholder,
.textarea input:-moz-placeholder,
.select input:-moz-placeholder {
    color: #888;
}
.input input:-ms-input-placeholder,
.textarea input:-ms-input-placeholder,
.select input:-ms-input-placeholder {
    color: #888;
}
.input:focus,
.textarea:focus,
.select:focus {
    border: 1px solid #ffd355;
}
.style-label {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.check-el input {
    position: absolute;
    top: 0;
    left: -9999px;
}
.check-el .sytle-input-element {
    width: 20px;
    height: 20px;
    position: relative;
    display: inline-block;
    margin-right: 10px;
    background: #fff;
    border: 1px solid #cfcfcf;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}
.check-el .sytle-input-element:hover {
    cursor: pointer;
}
.check-el .sytle-input-element:hover {
    border: 1px solid #8d8d8d;
}
.check-el .icon-check {
    display: none;
}
.check-el .sytle-input:checked ~ .sytle-input-element {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
}
.check-el .sytle-input:checked ~ .sytle-input-element .icon-check {
    display: block;
    fill: #b31b1f;
    width: 12px;
    height: 12px;
}
.style-label--radio input {
    position: absolute;
    top: 0;
    left: -9999px;
}
.style-label--radio .sytle-input-element {
    width: 22px;
    height: 22px;
    position: relative;
    display: inline-block;
    margin-right: 10px;
    background: #fff;
    border: 1px solid #cfcfcf;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.style-label--radio .sytle-input-element:hover {
    cursor: pointer;
}
.style-label--radio .icon-check {
    display: none;
}
.style-label--radio .sytle-input:checked ~ .sytle-input-element {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
}
.style-label--radio .sytle-input:checked ~ .sytle-input-element .icon-radio {
    -webkit-border-radius: 50%;
    border-radius: 50%;
    width: 14px;
    height: 14px;
    background: #3a90c8;
}
/* block footer*/
/*block footer end */
body {
    font-family: 'Montserrat', sans-serif;
    color: #2f2f2f;
    line-height: 1.2;
    letter-spacing: 0.01em;
}
.main-cont {
    *zoom: 1;
    width: auto;
    max-width: 1200px;
    float: none;
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0;
    padding-right: 0;
    position: relative;
    width: 100%;
    padding: 0 10px;
}
.main-cont:before,
.main-cont:after {
    content: '';
    display: table;
}
.main-cont:after {
    clear: both;
}
@media only screen and (min-width: 1200px) {
    .main-cont {
        width: 1200px;
    }
}
@media only screen and (max-width: 1280px) {
    .main-cont {
        padding-left: 60px;
    }
}
@media only screen and (max-width: 960px) {
    .main-cont {
        padding-left: 10px;
    }
}
.modal-layer {
    width: 100%;
    height: 100vh;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    visibility: hidden;
    -webkit-transition: all 1s;
    transition: all 1s;
    opacity: 0;
}
.modal-layer-show {
    visibility: visible;
    opacity: 1;
}
.modal-cont {
    width: 100%;
    height: 100%;
    position: relative;
    max-height: 100%;
    overflow: auto;
}
.modal-filter {
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(24,25,29,0.631);
    width: 100%;
    height: 100vh;
    min-height: 100vh;
}
.modal {
    -webkit-box-shadow: 0 2px 4px rgba(0,0,0,0.24);
    box-shadow: 0 2px 4px rgba(0,0,0,0.24);
    -webkit-transform: translateY(-350%);
    -ms-transform: translateY(-350%);
    transform: translateY(-350%);
    position: absolute;
    opacity: 0.1;
    -webkit-transition: -webkit-transform 0.8s, opacity 1s;
    transition: transform 0.8s, opacity 1s;
    max-width: 470px;
}
@media only screen and (max-width: 768px) {
    .modal {
        width: 100%;
        -webkit-box-shadow: 0 0 0;
        box-shadow: 0 0 0;
    }
}
.modal-content {
    background: #fff;
    position: relative;
    padding: 40px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
@media only screen and (max-width: 768px) {
    .modal-content {
        padding: 20px;
    }
}
@media only screen and (max-width: 640px) {
    .modal-content {
        height: 100%;
        padding: 20px 10px;
        overflow-y: scroll;
        width: 100% !important;
    }
}
@media only screen and (max-width: 768px) {
    .modal-content {
        width: 80%;
    }
}
.modal-content--register {
    width: 500px;
}
.modal-content--register input {
    width: 100%;
    margin-bottom: 20px;
}
.modal__show {
    max-height: 100%;
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
.modal-close {
    position: absolute;
    top: 20px;
    right: 20px;
}
@media only screen and (max-width: 768px) {
    .modal-close {
        top: 15px;
        right: 15px;
    }
}
.modal-close:hover {
    cursor: pointer;
}
.modal-close .icon {
    width: 20px;
    height: 20px;
    fill: #2f2f2f;
}
@media only screen and (max-width: 768px) {
    .modal-close .icon {
        width: 15px;
        height: 15px;
    }
}
.modal-open {
    overflow: hidden;
    overflow-y: scroll;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
}
.modal-wrap {
    position: fixed;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    overflow-y: auto;
}
.modal-title {
    margin-bottom: 20px;
    text-align: center;
    font-weight: 900;
    font-size: 24px;
    color: #2f2f2f;
}
@media only screen and (max-width: 768px) {
    .modal-title {
        font-size: 20px;
    }
}
.modal-text {
    text-align: center;
    margin: 10px auto 20px auto;
    font-size: 16px;
    line-height: 1.2;
    color: #5f5f5f;
}
@media only screen and (max-width: 768px) {
    .modal-text {
        width: 100%;
        font-size: 12px;
    }
}
.validate-form input,
.validate-form textarea {
    width: 100%;
    margin-bottom: 20px;
}
.modal-send {
    border: 0;
    width: 100%;
    font-weight: 600;
    padding: 15px;
    font-size: 16px;
}
.agree-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 10px 0 20px 0;
}
.agree-row a {
    color: #2f2f2f !important;
    text-decoration: underline !important;
    display: inline-block;
    margin-left: 5px;
}
.agree-row__text {
    width: 100%;
    color: #2f2f2f;
    font-size: 12px;
}
.agree-row__text a {
    color: #9c9a9a;
    text-decoration: none;
}
.field-error input {
    border: 1px solid #ffd355;
}
.style-label--checkbox.field-error .sytle-input-element {
    border: 2px solid #ffd355;
}
.modal-content--true {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
.modal-content--true .icon {
    fill: #2ecc40;
    width: 120px;
    height: 120px;
    margin-bottom: 20px;
}
.modal-text-true {
    text-align: center;
    font-weight: bold;
}
.main {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 100vh;
    border-top: 6px solid #d12024;
}
@media only screen and (max-width: 1440px) {
    .main {
        min-height: 550px;
    }
}
@media only screen and (max-width: 640px) {
    .main {
        min-height: 400px;
        height: 100vh;
    }
}
@media only screen and (max-width: 1200px) {
    .header-wrap .main-cont {
        padding-left: 10px;
    }
}
.header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 15px;
}
@media only screen and (max-width: 960px) {
    .header {
        padding-top: 5px;
    }
}
@media only screen and (max-width: 960px) {
    .header-logo img {
        width: 100px;
    }
}
@media only screen and (max-width: 640px) {
    .header-logo img {
        width: 80px;
    }
}
.header-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 35%;
}
@media only screen and (max-width: 960px) {
    .header-menu {
        display: none;
    }
}
.header-menu__el {
    text-transform: uppercase;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    background: none !important;
    color: #fff;
    font-weight: 700;
    font-size: 12px;
}
@media only screen and (max-width: 1200px) {
    .header-menu__el {
        font-size: 10px;
    }
}
.header-menu__el:hover {
    opacity: 0.7;
    color: #fff;
}

.header-phone__el {
    display: inline-block;
    margin: 0 15px 0 0;
    color: #fff;
    font-weight: 700;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}
@media only screen and (max-width: 540px) {
    .header-phone__el {
        display: block;
        font-size: 12px;
        margin: 0 6px 2px 0;
    }
    .header-phone {
        margin: 0 0 0 6px;
    }
}
.header-phone__el:hover {
    opacity: 0.7;
    color: #fff;
}

.main-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: -webkit-calc(100vh - 68px);
    height: calc(100vh - 68px);
}
.main-content {
    width: 54%;
}
@media only screen and (max-width: 960px) {
    .main-content {
        width: 65%;
    }
}
@media only screen and (max-width: 640px) {
    .main-content {
        width: 100%;
    }
}
.main-title {
    font-weight: 900;
    font-size: 44px;
    color:rgb(249, 249, 249);
    margin-bottom: 45px;
    line-height: 1.5;
}

.main-subtitle{
     font-size: 16px;
     color: rgb(249, 249, 249);
     font-weight: bold;
     line-height: 1.5;
    margin-bottom: 45px;
}

.main-subtitle span{
    font-size: 47px;
    color: #ffd355;;
}


@media only screen and (max-width: 1200px) {
    .main-title {
        font-size: 28px;
        margin-bottom: 30px;
    }

    .main-subtitle{
        font-size: 14px;
        margin-bottom: 30px;
    }

    .main-subtitle span {
        font-size: 42px;
    }
}
@media only screen and (max-width: 640px) {
    .main-title {
        font-size: 24px;
        margin-top: -6%;
    }
    .main-subtitle{
        font-size: 12px;
    }

    .main-subtitle span {
        font-size: 36px;
    }
}
.main-title span {
    display: inline;
    color: #ffd355;
}
.main-text {
    color: #fff;
    line-height: 1.6;
    margin-bottom: 4%;
}
@media only screen and (max-width: 1200px) {
    .main-text {
        font-size: 14px;
    }
}
@media only screen and (max-width: 640px) {
    .main-text {
        font-size: 12px;
    }
    .main-text br {
        display: none;
    }
}
.tender-wrap {
    width: 450px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 3%;
}
@media only screen and (max-width: 1440px) {
    .tender-wrap {
        width: 400px;
    }
}
@media only screen and (max-width: 1200px) {
    .tender-wrap {
        display: none;
    }
}
.tender-el {
    font-size: 32px;
    font-weight: 700;
    color: #fff;
    width: 150px;
}
@media only screen and (max-width: 1440px) {
    .tender-el {
        font-size: 24px;
    }
}
.tender-el__val {
    color: #ffd355;
    display: inline-block;
    font-size: 32px;
    font-weight: bold;
}
.tender-el__text {
    color: #fff;
    margin-bottom: 30px;
    margin-top: 10px;
    font-size: 20px;
}
@media only screen and (max-width: 1440px) {
    .tender-el__val {
        font-size: 28px;
    }
}
.tender-plus .icon {
    width: 58px;
    height: 58px;
    fill: #ffd355;
}
@media only screen and (max-width: 1440px) {
    .tender-plus .icon {
        margin-left: -40px;
        width: 40px;
        height: 40px;
    }
}
.tender-text {
    color: #fff;
    opacity: 0.8;
    margin-bottom: 5%;
}
@media only screen and (max-width: 1440px) {
    .tender-text {
        display: none;
    }
}
@media only screen and (max-width: 1440px) {
    .main-img {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .main-img img {
        width: 100%;
    }
}
@media only screen and (max-width: 960px) {
    .main-img {
        width: 40%;
    }
}
@media only screen and (max-width: 640px) {
    .main-img {
        display: none;
    }
    .main-block .main-cont .main-wrap .main-content {
        text-align: center;
    }

}
.panel {
    width: 65px;
    position: fixed;
    top: 22%;
    left: 0;
    overflow: hidden;
    z-index: 10000;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    background: #ca1b20;
}
@media only screen and (max-width: 1440px) {
    .panel {
        width: 40px;
    }
}
@media only screen and (max-width: 960px) {
    .panel {
        display: none;
    }
}
.panel:hover {
    width: 270px;
}
.panel__el {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-right: 20px;
    overflow: hidden;
    min-width: 300px;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    border-bottom: 1px solid #b31b1f;
}
@media only screen and (max-width: 1440px) {
    .panel__el {
        width: 200px;
    }
}
.panel__el:last-child {
    border-bottom: 0;
}
.panel__el:hover {
    background: #ffd355;
    cursor: pointer;
}
.panel__el:hover .panel__el-text {
    color: #2f2f2f;
}
.panel__el:hover .icon {
    fill: #2f2f2f;
}
.panel__el--active {
    background: #ffd355;
    cursor: pointer;
}
.panel__el--active .panel__el-text {
    color: #2f2f2f;
}
.panel__el--active .icon {
    fill: #2f2f2f !important;
}
.panel__el-icon {
    width: 65px;
    height: 65px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
@media only screen and (max-width: 1440px) {
    .panel__el-icon {
        width: 40px;
        height: 40px;
    }
}
.panel__el-icon .icon {
    width: 35px;
    height: 35px;
    fill: #fff;
}
@media only screen and (max-width: 1440px) {
    .panel__el-icon .icon {
        width: 25px;
        height: 25px;
    }
}
.panel__el-text {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    padding-left: 20px;
}
@media only screen and (max-width: 1440px) {
    .panel__el-text {
        font-size: 14px;
    }
}
.section {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 100px 0;
}
@media only screen and (max-width: 1024px) {
    .section {
        padding: 50px 0;
    }
}
.case {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
@media only screen and (max-width: 1024px) {
    .case {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}
.case-chart {
    width: 60%;
}
@media only screen and (max-width: 1024px) {
    .case-chart {
        width: 80%;
        margin-bottom: 40px;
    }
}
@media only screen and (max-width: 640px) {
    .case-chart {
        width: 100%;
    }
}
.case-info {
    width: 35%;
}
@media only screen and (max-width: 1024px) {
    .case-info {
        width: 100%;
    }
}
.section-title {
    text-transform: uppercase;
    color: #b31b1f;
    font-size: 40px;
    font-weight: 900;
    margin-bottom: 5%;
    line-height: 1.4;
}
@media only screen and (max-width: 1024px) {
    .section-title {
        font-size: 32px;
    }
}
@media only screen and (max-width: 768px) {
    .section-title {
        font-size: 24px;
        margin-bottom: 30px;
    }
}
.section-title--white {
    color: #fff;
}
.section-title--sm {
    width: 80%;
}
.section--mount {
    background-repeat: no-repeat;
    background-position: bottom right;
}
@media only screen and (max-width: 1024px) {
    .section--mount .main-cont {
        *zoom: 1;
        width: auto;
        max-width: 768px;
        float: none;
        display: block;
        margin-right: auto;
        margin-left: auto;
        padding-left: 0;
        padding-right: 0;
        position: relative;
        width: 100%;
        padding: 0 10px;
    }
    .section--mount .main-cont:before,
    .section--mount .main-cont:after {
        content: '';
        display: table;
    }
    .section--mount .main-cont:after {
        clear: both;
    }
}
@media only screen and (max-width: 1024px) and (min-width: 768px) {
    .section--mount .main-cont {
        width: 768px;
    }
}
.section--command {
    background-repeat: no-repeat;
    background-position: bottom right;
}
.case-el {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
}
.case-el__icon {
    margin-right: 40px;
}
@media only screen and (max-width: 1024px) {
    .case-el__icon {
        margin-right: 20px;
    }
}
.case-el__icon .icon {
    width: 50px;
    height: 50px;
    fill: #b31b1f;
}
@media only screen and (max-width: 1024px) {
    .case-el__icon .icon {
        width: 40px;
        height: 40px;
    }
}
.case-el__title {
    font-weight: 700;
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 1;
}
.case-el__val {
    font-size: 40px;
    color: #b31b1f;
    font-weight: 700;
    margin-bottom: 5px;
}
@media only screen and (max-width: 1024px) {
    .case-el__val {
        font-size: 28px;
    }
}
.case-el__val-descr {
    color: #b31b1f;
    margin-bottom: 10px;
    font-weight: 700;
}
.case-el__text {
    line-height: 1.4;
    font-family: 'PT Sans', sans-serif;
}
@-webkit-keyframes slideInDown {
    from {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
.logo-black {
    display: none;
}
.shrink {
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
    width: 100%;
    margin: 0;
    -webkit-animation: slideInDown 1s 1 ease-in-out;
    animation: slideInDown 1s 1 ease-in-out;
    z-index: 2;
    -webkit-box-shadow: 0 0 10px #dbdbdb;
    box-shadow: 0 0 10px #dbdbdb;
}
.shrink .header {
    padding-bottom: 15px;
}
@media only screen and (max-width: 960px) {
    .shrink .header {
        padding-bottom: 5px;
    }
}
.shrink .header-logo {
    width: 140px;
}
@media only screen and (max-width: 640px) {
    .shrink .header-logo {
        width: 80px;
    }
}
.shrink .header-menu__el {
    color: #2f2f2f;
}
.shrink .header-phone__el {
    color: #2f2f2f;
}
.shrink .logo-black {
    display: block;
}
.shrink .logo-white {
    display: none;
}
.shrink .head-toggle .icon {
    fill: #2f2f2f;
}
.section-gray {
    background: #f4f4f4;
}
.advant {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.advant__el {
    width: 30%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 6%;
}
@media only screen and (max-width: 768px) {
    .advant__el {
        width: 48%;
    }
}
@media only screen and (max-width: 640px) {
    .advant__el {
        width: 100%;
    }
}
.advant__el-icon .icon {
    width: 50px;
    height: 50px;
    margin-right: 30px;
    fill: #b31b1f;
}
.advant__el-content {
    width: -webkit-calc(100% - 90px);
    width: calc(100% - 90px);
}
.advant__el-title {
    font-weight: 900;
    color: #2f2f2f;
    font-size: 24px;
    margin-bottom: 10px;
}
.advant__el-text {
    line-height: 1.4;
    font-family: 'PT Sans', sans-serif;
}
.offer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
@media only screen and (max-width: 1024px) {
    .offer {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}
.offer__el {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column;
    width: 23%;
    padding: 40px 30px;
    background: #fff;
}
@media only screen and (max-width: 1024px) {
    .offer__el {
        width: 48%;
        margin-bottom: 30px;
    }
}
@media only screen and (max-width: 640px) {
    .offer__el {
        width: 100%;
    }
    .offer__el:last-child {
        margin-bottom: 0;
    }
}
.offer__el-title {
    font-size: 24px;
    margin-bottom: 30px;
    font-weight: 900;
}
.offer__el-val {
    margin-bottom: 15px;
    font-weight: 700;
    color: #b31b1f;
}
.offer__el-text {
    font-family: 'PT Sans', sans-serif;
    margin-bottom: 30px;
    line-height: 1.4;
}
.offer__el-get {
    margin-top: auto;
    padding: 15px;
}
.why {
    margin-bottom: 100px;
}
@media only screen and (max-width: 768px) {
    .why {
        margin-bottom: 30px;
    }
}
.why-head {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
@media only screen and (max-width: 640px) {
    .why-head {
        display: none;
    }
}
.why-head__el {
    width: -webkit-calc(50% - 50px);
    width: calc(50% - 50px);
    padding: 30px;
    font-size: 20px;
    font-weight: 900;
}
.why-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
@media only screen and (max-width: 640px) {
    .why-row {
        -webkit-flex-flow: column;
        -ms-flex-flow: column;
        flex-flow: column;
    }
}
.why-row:nth-child(even) {
    background: #fff;
}
.why__text {
    padding: 30px;
    width: -webkit-calc(50% - 50px);
    width: calc(50% - 50px);
    font-family: 'PT Sans', sans-serif;
    font-size: 16px;
    line-height: 1.4;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
@media only screen and (max-width: 640px) {
    .why__text {
        width: 100%;
        padding: 20px;
        font-size: 14px;
    }
}
.why__icon {
    width: 100px;
    padding: 20px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
@media only screen and (max-width: 640px) {
    .why__icon {
        display: none;
    }
}
.why__icon .icon {
    width: 50px;
    height: 50px;
    fill: #b31b1f;
}
.why__icon-mobile {
    width: 100%;
    padding: 20px;
}
@media only screen and (min-width: 640px) {
    .why__icon-mobile {
        display: none;
    }
}
.why__icon-mobile .icon {
    width: 50px;
    height: 50px;
    fill: #b31b1f;
}
.form-order-wrap {
    max-width: 550px;
    margin-left: auto;
    margin-right: auto;
}
.input {
    width: 100%;
}
.input-row {
    margin-bottom: 20px;
}
.form-order-get {
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-top: 40px;
}
@media only screen and (max-width: 640px) {
    .form-order-get {
        font-size: 12px;
    }
}
.tabs {
    position: relative;
}
.tabs-head {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
@media only screen and (max-width: 640px) {
    .tabs-head {
        overflow-y: auto;
    }
}
.tabs-head__el {
    width: 19%;
    text-align: center;
    background: #f9f9f9;
    height: 60px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    border-top: 2px solid #f9f9f9;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 12px;
}
@media only screen and (max-width: 1024px) {
    .tabs-head__el {
        text-transform: none;
    }
}
@media only screen and (max-width: 640px) {
    .tabs-head__el {
        min-width: 130px;
        padding: 10px;
    }
}
.tabs-head__el:hover {
    cursor: pointer;
}
@media only screen and (min-width: 641px) {
    .tabs-head__el:hover {
        border-top: 2px solid #b31b1f;
        color: #b31b1f;
        background: #fff;
    }
}
.tabs-head__el--active {
    border-top: 2px solid #b31b1f;
    color: #b31b1f;
    background: #fff;
}
.tabs-content {
    background: #fff;
    height: 0;
    overflow: hidden;
    -webkit-transform: translateY(9999px);
    -ms-transform: translateY(9999px);
    transform: translateY(9999px);
    position: relative;
}
@media only screen and (max-width: 640px) {
    .tabs-content .slick-dots {
        bottom: -35px;
        left: 0;
    }
}
.slick-dotted.slick-slider {
    margin-bottom: 0;
}
.tabs-content--active {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 80px 80px 120px 80px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    overflow: initial;
    height: 500px;
    overflow: initial;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}
@media only screen and (max-width: 1024px) {
    .tabs-content--active {
        padding: 40px 40px 80px 40px;
        height: 400px;
    }
}
@media only screen and (max-width: 640px) {
    .tabs-content--active {
        display: block;
        padding: 30px;
        height: auto;
    }
}
.tabs-content-wrap {
    width: 100%;
}
.tabs-col {
    width: 30%;
}
@media only screen and (max-width: 640px) {
    .tabs-col {
        width: 100%;
        padding-left: 25px;
    }
}
.tabs-col--four {
    width: 23%;
}
@media only screen and (max-width: 640px) {
    .tabs-col--four {
        width: 100%;
    }
}
.tabs-col__icon .icon {
    width: 60px;
    height: 60px;
    margin-bottom: 20px;
    fill: #b31b1f;
}
.tabs-col__title {
    font-weight: 700;
}
.tabs-col__text {
    font-family: 'PT Sans', sans-serif;
}
.tabs-col__text ul {
    padding-left: 15px;
}
.tabs-col__text ul li {
    margin-bottom: 20px;
}
.command {
    display: grid;
    grid-gap: 30px;
    grid-template-columns: repeat(4, 1fr);
}
@media only screen and (max-width: 1024px) {
    .command {
        grid-gap: 20px;
    }
}
@media only screen and (max-width: 768px) {
    .command {
        grid-template-columns: 1fr 1fr;
    }
}
@media only screen and (max-width: 640px) {
    .command {
        grid-template-columns: 1fr;
    }
}
.command__el {
    background: #fff;
    padding: 60px 20px 100px 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-shadow: 0px 3px 20px #e3e3e3;
    box-shadow: 0px 3px 20px #e3e3e3;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
@media only screen and (max-width: 768px) {
    .command__el {
        padding: 30px 30px 50px 30px;
    }
}
.command__el:hover {
    cursor: pointer;
}
.command__el-img {
    margin-bottom: 100px;
}
@media only screen and (max-width: 768px) {
    .command__el-img {
        margin-bottom: 30px;
    }
}
.command__el-title {
    margin-top: auto;
    font-weight: 700;
    font-size: 18px;
    color: #b31b1f;
}
@media only screen and (max-width: 1024px) {
    .command__el-title {
        font-size: 16px;
    }
}
.section-order {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(152,0,0,0.5)), to(rgba(152,0,0,0)));
    background-image: linear-gradient(to top, rgba(152,0,0,0.5) 0%, rgba(152,0,0,0) 100%);
    background-color: #d32b1c;
    min-height: 100vh;
}
.order {
    margin-bottom: 40px;
}
.order .error {
    color: #fff;
}
.order-form {
    width: 80%;
}
@media only screen and (max-width: 768px) {
    .order-form {
        width: 100%;
    }
}
.form-get {
    padding: 5px 20px;
    text-transform: uppercase;
}
.order-title {
    font-weight: 700;
    margin-bottom: 40px;
    color: #fff;
    opacity: 0.8;
}
.agreement {
    margin-bottom: 40px;
}
.agreement .style-label {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.agreement .sytle-input-text {
    width: -webkit-calc(100% - 60px);
    width: calc(100% - 60px);
}
.agreement .sytle-input-text a {
    display: inline-block;
    margin: 0 3px;
}
.agreement .sytle-input-text {
    color: #fff;
    font-family: "PT Sans";
}
.agreement .sytle-input-text a {
    color: #fff;
    text-decoration: underline;
    display: inline-block;
}
.order-phone {
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 20px;
}
.head-toggle {
    width: 50px;
    height: 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.head-toggle:hover {
    cursor: pointer;
}
@media only screen and (min-width: 1025px) {
    .head-toggle {
        display: none;
    }
}
.head-toggle .icon {
    width: 25px;
    height: 25px;
    fill: #fff;
}
.head-toggle .icon-close {
    display: none;
}
.head-toggle--open .icon-close {
    display: block;
}
.head-toggle--open .icon-open {
    display: none;
}
.slide-menu {
    background: #b31b1f;
    position: fixed;
    height: -webkit-calc(100% - 50px);
    height: calc(100% - 50px);
    z-index: 1250;
    top: 80px;
    right: 0;
    width: 320px;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}
@media only screen and (min-width: 1025px) {
    .slide-menu {
        display: none !important;
    }
}
@media only screen and (max-width: 960px) {
    .slide-menu {
        top: 50px;
    }
}
@media only screen and (max-width: 480px) {
    .slide-menu {
        width: 70%;
    }
}
.slide-menu .panel__el {
    padding: 5px 0;
    width: 100%;
    min-width: auto;
}
.slide-menu--open {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
    overflow-y: auto;
}
.slide-menu__list {
    margin-bottom: 40px;
}
.slide-menu__list-el {
    display: block;
    margin-bottom: 40px;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}
.slide-menu__list-el:hover {
    color: #ff4136;
}
.body-fix {
    overflow: hidden !important;
    position: fixed !important;
    overflowY: scroll !important;
    width: 100% !important;
}
.slide-menu-get {
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    max-width: 80%;
}
.why-title-mobile {
    font-weight: 900;
    font-size: 16px;
    padding-left: 20px;
}
@media only screen and (min-width: 640px) {
    .why-title-mobile {
        display: none;
    }
}
.order-phone__el {
    margin-left: 10px;
    color: #fff;
    font-weight: 700;
    display: inline-block;
}
@media only screen and (max-width: 640px) {
    .order-phone__el {
        font-size: 24px;
    }
}
.order-phone__el:hover {
    color: #fff;
}
.error {
    display: block;
    margin-bottom: 20px;
}
.slick-dots li button:before {
    content: '���';
    font-size: 12px !important;
}
.slider-control {
    -webkit-border-radius: 50%;
    border-radius: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    width: 40px;
    height: 40px;
    background: #fff;
    position: absolute;
    top: 50%;
    margin-top: 10px;
    z-index: 10;
}
@media only screen and (min-width: 641px) {
    .slider-control {
        display: none;
    }
}
.slider-control:hover {
    cursor: pointer;
}
.slider-control .icon {
    width: 28px;
    height: 28px;
    fill: #b31b1f;
}
.slider-control--left {
    left: 0px;
}
.slider-control--right {
    right: 0px;
}
.order-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.order-content {
    width: 70%;
}
@media only screen and (max-width: 1200px) {
    .order-content {
        width: 100%;
    }
}
.order-slogan {
    color: #fff;
    width: 30%;
    font-weight: 700;
    font-size: 28px;
    line-height: 1.6;
    position: relative;
    margin-right: 30px;
    font-style: italic;
}
@media only screen and (max-width: 1200px) {
    .order-slogan {
        display: none;
    }
}
.order-slogan:before {
    content: '';
    position: absolute;
    bottom: -30px;
    left: -30px;
    width: 50px;
    height: 50px;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
}
.order-slogan:after {
    content: '';
    position: absolute;
    top: -30px;
    right: -30px;
    width: 50px;
    height: 50px;
    border-right: 1px solid #fff;
    border-top: 1px solid #fff;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
    select:focus,
    textarea:focus,
    input:focus,
    input {
        font-size: 16px !important;
    }
}
@-webkit-keyframes slideInDown {
    from {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@keyframes slideInDown {
    from {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}