/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
    line-height: 1.15; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
    ========================================================================== */

/**
* Remove the margin in all browsers.
*/

body {
    margin: 0;
}

/**
* Render the `main` element consistently in IE.
*/

main {
    display: block;
}

/**
* Correct the font size and margin on `h1` elements within `section` and
* `article` contexts in Chrome, Firefox, and Safari.
*/

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/* Grouping content
    ========================================================================== */

/**
* 1. Add the correct box sizing in Firefox.
* 2. Show the overflow in Edge and IE.
*/

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box; /* 1 */
    height: 0; /* 1 */
    overflow: visible; /* 2 */
}

/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/

pre {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
}

/* Text-level semantics
    ========================================================================== */

/**
* Remove the gray background on active links in IE 10.
*/

a {
    background-color: transparent;
}

/**
* 1. Remove the bottom border in Chrome 57-
* 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
*/

abbr[title] {
    border-bottom: none; /* 1 */
    text-decoration: underline; /* 2 */
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted; /* 2 */
}

/**
* Add the correct font weight in Chrome, Edge, and Safari.
*/

b,
strong {
    font-weight: bolder;
}

/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
}

/**
* Add the correct font size in all browsers.
*/

small {
    font-size: 80%;
}

/**
* Prevent `sub` and `sup` elements from affecting the line height in
* all browsers.
*/

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
    ========================================================================== */

/**
* Remove the border on images inside links in IE 10.
*/

img {
    border-style: none;
}

/* Forms
    ========================================================================== */

/**
* 1. Change the font styles in all browsers.
* 2. Remove the margin in Firefox and Safari.
*/

button,
input,
optgroup,
select,
textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 1 */
    line-height: 1.15; /* 1 */
    margin: 0; /* 2 */
}

/**
* Show the overflow in IE.
* 1. Show the overflow in Edge.
*/

button,
input { /* 1 */
    overflow: visible;
}

/**
* Remove the inheritance of text transform in Edge, Firefox, and IE.
* 1. Remove the inheritance of text transform in Firefox.
*/

button,
select { /* 1 */
    text-transform: none;
}

/**
* Correct the inability to style clickable types in iOS and Safari.
*/

button,
[type="button"],
[type="reset"],
[type="submit"] {
    cursor: pointer;
    -webkit-appearance: button;
}

/**
* Remove the inner border and padding in Firefox.
*/

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
* Restore the focus styles unset by the previous rule.
*/

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
* Correct the padding in Firefox.
*/

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

/**
* 1. Correct the text wrapping in Edge and IE.
* 2. Correct the color inheritance from `fieldset` elements in IE.
* 3. Remove the padding so developers are not caught out when they zero out
*    `fieldset` elements in all browsers.
*/

legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box; /* 1 */
    color: inherit; /* 2 */
    display: table; /* 1 */
    max-width: 100%; /* 1 */
    padding: 0; /* 3 */
    white-space: normal; /* 1 */
}

/**
* Add the correct vertical alignment in Chrome, Firefox, and Opera.
*/

progress {
    vertical-align: baseline;
}

/**
* Remove the default vertical scrollbar in IE 10+.
*/

textarea {
    overflow: auto;
}

/**
* 1. Add the correct box sizing in IE 10.
* 2. Remove the padding in IE 10.
*/

[type="checkbox"],
[type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

/**
* Correct the cursor style of increment and decrement buttons in Chrome.
*/

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
* 1. Correct the odd appearance in Chrome and Safari.
* 2. Correct the outline style in Safari.
*/

[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    outline-offset: -2px; /* 2 */
}

/**
* Remove the inner padding in Chrome and Safari on macOS.
*/

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
* 1. Correct the inability to style clickable types in iOS and Safari.
* 2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
    -webkit-appearance: button; /* 1 */
    font: inherit; /* 2 */
}

/* Interactive
    ========================================================================== */

/*
* Add the correct display in Edge, IE 10+, and Firefox.
*/

details {
    display: block;
}

/*
* Add the correct display in all browsers.
*/

summary {
    display: list-item;
}

/* Misc
    ========================================================================== */

/**
* Add the correct display in IE 10+.
*/

template {
    display: none;
}

/**
* Add the correct display in IE 10.
*/

[hidden] {
    display: none;
}

/* /Подключаем шрифты/ */
@font-face {
    font-family: 'Circe';
    src: url('../fonts/') format('woff2'),
    url('../fonts/Circe-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Circe';
    src: url('../fonts/Circe-ExtraBold.woff2') format('woff2'),
    url('../fonts/Circe-ExtraBold.woff') format('woff');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'Circe';
    src: url('../fonts/Circe-Thin.woff2') format('woff2'),
    url('../fonts/Circe-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'Circe';
    src: url('../fonts/Circe-Regular.woff2') format('woff2'),
    url('../fonts/Circe-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Circe';
    src: url('../fonts/Circe-Bold.woff2') format('woff2'),
    url('../fonts/Circe-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}

*,*::before,*::after{
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html{
    min-width: 320px;
    overflow-y: auto!important;
    overflow-x: hidden;
    min-height: 100vh;
}

body{
    min-height: 100vh;
    overflow: hidden;
    font-family: 'Circe', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.4;
    color: #5a5f66;

    display: -ms-grid;

    display: grid;
    grid-template-areas:
    "header main"
    "header footer"
    "jivo jivo";
    -ms-grid-columns: 190px auto;
    grid-template-columns: 190px auto;
}

.header{
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
    background-color: #1d2025;
    width: 190px;
    height: 100%;
    position: relative;
    padding: 30px 0;
    grid-area: header;
}
.main{
    -ms-grid-row: 1;
    -ms-grid-column: 2;
    grid-area: main;
}
.footer{
    -ms-grid-row: 2;
    -ms-grid-column: 2;
    grid-area: footer;
}

.nav-container{
    width: 100%;
}
.nav-btn{
    display: none;
    background-color: transparent;
    border: 0;
    min-width: 40px;
    height: 31px;
    padding: 5px;
    -webkit-transition: all .6s ease-out;
    -o-transition: all .6s ease-out;
    transition: all .6s ease-out;
}
.nav-btn:focus{
    outline: none;
}
.nav-btn span{
    display: block;
    width: 100%;
    height: 3px;
    background-color: #e56427;
    margin-bottom: 6px;
    border-radius: 5px;
    -webkit-transition: all .6s ease-out;
    -o-transition: all .6s ease-out;
    transition: all .6s ease-out;
}
.nav-btn span:last-child{
    margin-bottom: 0;
}
.nav-btn.show span:nth-child(1){
    opacity: 0;
}
.nav-btn.show span:nth-child(2){
    -webkit-transform: rotate(315deg)translate(0, 1px);
    -ms-transform: rotate(315deg)translate(0, 1px);
    transform: rotate(315deg)translate(0, 1px);
}
.nav-btn.show span:nth-child(3){
    -webkit-transform: rotate(-315deg)translate(-5px, -7px);
    -ms-transform: rotate(-315deg)translate(-5px, -7px);
    transform: rotate(-315deg)translate(-5px, -7px);
}
.h_contact{
    display: none;
}
.h_contact .phone{
    color: #ffffff;
    font-size: 18px;
    line-height: 1;
    text-decoration: none;
    margin-right: 40px;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.h_contact .phone i{
    color: #e35f27;
    margin-right: 10px;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.h_contact .phone:hover{
    color: #e35f27
}
.h_contact .phone:hover i{
    color: #ffffff;
}

.head_nav{
    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-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.side-logo{
    line-height: 1;
    margin-bottom: 50px;
}

.head_nav .nav-list{
    list-style: none;
    padding: 0;
    width: 100%;
    margin: 0;
}

.head_nav .nav-li{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    position: relative;
}

.head_nav .nav-li:before{
    content: '';
    position: absolute;
    width: 10px;
    height: 3px;
    border-radius: 3px;
    background-color: #e35f27;
    top: 48%;
    left: -1px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.head_nav .nav-link{
    padding: 25px;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 14px;
    font-weight: 700;
    color: #ffffff;
    line-height: 1;
    width: 100%;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.head_nav .nav-li:hover:before{
    opacity: 1;
}

.head_nav .nav-li:hover .nav-link{
    color:#e35f27;
}

.container{
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.banner{
    background-image: url('/wp-content/themes/optimasnab/assets/img/banner.png');
    background-repeat: no-repeat;
    background-size: cover;
}

.banner.enable_video{
    background-image: none;
    background: rgba(0,0,0,.6);
    position: relative;
}
.video-list{
    width: 100%;
    height: 100%;
}
.video-list .b_video{
    -webkit-transition: all 2s ease-out;
    -o-transition: all 2s ease-out;
    transition: all 2s ease-out;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: 0;
    top: 0;
}
.video-list .b_video.active{
    opacity: 1;
    visibility: visible;
}

.banner .video-list{
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}

.banner .b_contact{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 20px 35px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.b_contact .phone{
    color: #ffffff;
    font-size: 18px;
    line-height: 1;
    text-decoration: none;
    margin-right: 40px;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.b_contact .phone i{
    color: #e35f27;
    margin-right: 10px;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.b_contact .phone:hover{
    color: #e35f27
}
.b_contact .phone:hover i{
    color: #ffffff;
}

.banner .b_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;
    padding: 170px 0 300px;
}

.main-logo{
    margin-bottom: 10px;
    width: 650px;
}

.banner .b_title_utp{
    font-size: 32px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 1.3;
    text-align: center;
    color: #ffffff;
    padding: 0 15px;
}
.call-back{
    font-size: 14px;
    font-weight: 400;
    padding: 12px 20px;
    background: -webkit-gradient(linear, left bottom, left top, from(#cc2827), to(#e56427));
    background: -o-linear-gradient(bottom, #cc2827, #e56427);
    background: linear-gradient(to top, #cc2827, #e56427);
    border-radius: 50px;
    border: none;
    color: #ffffff;
    text-transform: uppercase;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.call-back:hover{
    -webkit-box-shadow: inset 0px 0px 8px 0px black;
    box-shadow: inset 0px 0px 8px 0px black;
}
.banner .b_form{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.banner .b_form div{
    position: relative;
}
.banner .b_form .f_input, .banner .b_form .b_btn{
    margin: 0 5px;
}
.f_input{
    position: relative;
    background-color: #ffffff;
    border: none;
    border-radius: 20px;
    padding: 20px 20px 20px 45px;
    font-size: 16px;
    display: block;
    max-width: 300px;
    width: 300px;
}
[class^=f_input_]{
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
[class^=f_input_]:after{
    font-family: 'Font Awesome 5 Pro';
    display: block;
    position: absolute;
    left: 25px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.f_input_name:after{
    content: '\f007';
    font-weight: 300;
}
.f_input_phone:after{
    content: '\f095';
    font-weight: 300;
}
.btn{
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    background: -o-linear-gradient(40deg, #cc2827, #e56427);
    background: linear-gradient(50deg, #cc2827, #e56427);
    border: none;
    padding: 20px 40px;
    border-radius: 20px;
    width: 300px;
    color: #ffffff;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.btn:hover{
    -webkit-box-shadow: inset 0px 0px 8px 0px black;
    box-shadow: inset 0px 0px 8px 0px black;
}

.privileges{
    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;
    position: absolute;
    right: 35px;
}
.p_item{
    border-radius: 20px;
    background: rgb(0,0,0, 29%);
    padding: 20px;
    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;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 150px;
    height: 150px;
    margin: 10px 0;
}
.p_item .p_icon{
    margin-bottom: 10px;
}
.p_item span{
    color: #ffffff;
    text-transform: uppercase;
    font-size: 14px;
    text-align: center;
    font-weight: 300;
}

.disel{
    background-color: #111316;
    padding: 80px 0;
}
.disel .d_container{
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 10px 370px;
    grid-template-columns: 1fr 370px;
    grid-gap: 10px;
}
.title{
    font-size: 24px;
    font-weight: 800;
    text-transform: uppercase;
    color: #ffffff;
    line-height: 1;
    margin-bottom: 20px;
    margin-top: 0;
}
.title.t_orange{
    color: #e35f27;
}
.title.t_big{
    font-size: 52px;
}
.disel p{
    line-height: 1.3;
    font-weight: 600;
}
.d_list{
    margin-top: 25px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 4px 1fr 4px 1fr;
    grid-template-columns: repeat(3, 1fr);
    -ms-grid-rows: minmax(130px, 1fr);
    grid-template-rows: minmax(130px, 1fr);
    grid-auto-columns: 1fr;
    grid-auto-rows: minmax(130px, 1fr);
    grid-column-gap: 4px;
    grid-row-gap: 15px;
}
.d_list > *:nth-child(1){
    -ms-grid-row: 1;
    -ms-grid-column: 1;
}
.d_list > *:nth-child(2){
    -ms-grid-row: 1;
    -ms-grid-column: 3;
}
.d_list > *:nth-child(3){
    -ms-grid-row: 1;
    -ms-grid-column: 5;
}
.d_list .d_item{
    background-color: #1d2025;
    border-radius: 15px;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.d_item .name{
    margin: 0;
    padding: 10px 15px;
    display: block;
    background: -o-linear-gradient(40deg,#23262c, #23262c);
    background: linear-gradient(50deg,#23262c, #23262c);
    /* background: #23262c; */
    /* background: linear-gradient(50deg, #cc2827, #e56427); */
    border-radius: 15px;
    color: #ffffff;
    font-weight: 400;
    font-size: 14px;
    line-height: 1;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.d_item .desc{
    padding: 10px 15px;
    margin: 0;
    color: #898a8b;
    font-size: 15px;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.d_item .gost{
    margin-top: auto;
    text-align: right;
    padding: 5px 25px;
    color: #898a8b;
    font-size: 13px;
    font-weight: 400;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.d_list .d_item:hover{
    background-color: #ffffff;
}
.d_list .d_item:hover .name{
    background: -o-linear-gradient(40deg, #cc2827, #e56427);
    background: linear-gradient(50deg, #cc2827, #e56427);
}
.d_list .d_item:hover .desc{
    color: #000000;
}
.d_banner{
    background-color: #ffffff;
    border-radius: 20px;
    padding: 25px;
}
.d_banner .d_b_title{
    color: #000000;
    font-size: 24px;
    font-weight: 800;
    text-transform: uppercase;
    text-align: center;
    line-height: 1.2;
}
.fac_list{
    list-style: none;
    padding: 0;
}
.fac_item{
    margin: 40px 0;
}
.fac_link{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 26px;
    text-decoration: none;
    font-weight: 800;
    text-align: center;
    text-transform: none;
    color: #e35f27;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.fac_link:hover{
    color: #111316;
}

.company{
    background-image: url('/wp-content/themes/optimasnab/assets/img/background_logo.png');
    background-repeat: no-repeat;
    background-size: auto;
    background-position-x: 100%;
    background-position-y: 10%;
    background-color: #08090b;
    padding: 65px 0;
}
.company .co_container{
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 30px 180px;
    grid-template-columns: 1fr 180px;
    grid-column-gap: 30px;
}
.company p{
    font-weight: 600;
    line-height: 1.2;
    color: #5a5f66;
    margin-top: 15px;
}
.co_info{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.co_info .btn{
    margin: 0 auto;
}
.a_priviliges{
    margin: 40px 0;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 5px 1fr 5px 1fr;
    grid-template-columns: repeat(3,1fr);
    grid-column-gap: 5px;
    -ms-grid-rows: minmax(90px, 1fr);
    grid-template-rows: minmax(90px, 1fr);
}
.a_priviliges > *:nth-child(1){
    -ms-grid-row: 1;
    -ms-grid-column: 1;
}
.a_priviliges > *:nth-child(2){
    -ms-grid-row: 1;
    -ms-grid-column: 3;
}
.a_priviliges > *:nth-child(3){
    -ms-grid-row: 1;
    -ms-grid-column: 5;
}
.a_priviliges .a_priv-item{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #ffffff;
    border-radius: 20px;
    padding: 20px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.a_priv-item span{
    color: #000000;
    font-weight: 700;
    line-height: 1.2;
    max-width: 200px;
}
.a_priv-item img{
    margin-right: 20px;
}
.co_images img{
    border-radius: 30px;
    margin-bottom: 15px;
    max-height: 309px;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
}
.co_images img:last-child{
    margin-bottom: 0;
}

.why-work{
    background-image: url('/wp-content/themes/optimasnab/assets/img/background_wh.png');
    background-repeat: no-repeat;
    background-size: cover;
    padding: 105px 0 80px;
}
.why-work .wh_container{

}
.why-work .title{
    text-align: center;
}
.wh_list{
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 30px 1fr 30px 1fr 30px 1fr;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 30px;
    margin: 50px 0 0;
}
.wh_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-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}
.wh_item .image{
    height: 55px;
    margin-bottom: 10px;
}
.wh_item span{
    font-size: 16px;
    font-weight: 700;
    color: #ffffff;
}

.facts-map{
    background-image: url('/wp-content/themes/optimasnab/assets/img/background_fm.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #111316;
    padding: 80px 0;
}
.facts{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.ft_list{
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
    grid-template-columns: repeat(3, 1fr);
    -ms-grid-rows: 90px;
    grid-template-rows: 90px;
    grid-auto-rows: 90px;
    grid-column-gap: 30px;
    grid-row-gap: 50px;
}
.ft_list > *:nth-child(1){
    -ms-grid-row: 1;
    -ms-grid-column: 1;
}
.ft_list > *:nth-child(2){
    -ms-grid-row: 1;
    -ms-grid-column: 3;
}
.ft_list > *:nth-child(3){
    -ms-grid-row: 1;
    -ms-grid-column: 5;
}
.ft_list .ft_item{
    background-color: #ffffff;
    border-radius: 15px;
}
.ft_item .number{
    margin-left: 20px;
    margin-bottom: 0;
    margin-top: -20px;
    border-radius: 15px;
    background: -o-linear-gradient(40deg, #cc2827, #e56427);
    background: linear-gradient(50deg, #cc2827, #e56427);
    max-width: 90px;
    color: #ffffff;
    font-weight: 300;
    font-size: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    line-height: 0.9;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    padding: 10px 0 7px;
}
.ft_item .desc{
    padding: 0 20px;
    color: #000000;
    font-weight: 700;
    line-height: 1.2;
    font-size: 16px;
    margin-top: 10px;
}
.interactive-map{
    padding: 70px 0 0;
    overflow: hidden;
}
.map_title{
    max-width: 300px;
    margin-bottom: -120px;
}
.partners-certif{
    background-image: url('/wp-content/themes/optimasnab/assets/img/background_ptcf.png');
    background-repeat: no-repeat;
    background-size: cover;
    padding: 66px 0 120px;
}
.partners-certif .slick-slider{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.partners-certif .slick-arrs{
    margin-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.partners-certif .slick-arr{
    background: transparent;
    border: none;
    font-size: 30px;
    color: #ffffff;
    margin: 0 15px;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.partners-certif .slick-arr:hover{
    color: #e56427;
}
.slick-slider .slick-slide{
    padding: 8px;
}
.p_slider{
    margin-top: 30px;
}
.p_slideitem{
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 150px;
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 16px 0 rgba(255,255,255,50%);
    box-shadow: 0 0 16px 0 rgba(255,255,255,50%);
    border-radius: 15px;
    padding: 15px;
}
.p_slideitem img{
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}
.partners{
    margin-bottom: 40px;
}

.c_slideitem{
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 290px;
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 16px 0 rgba(255,255,255,50%);
    box-shadow: 0 0 16px 0 rgba(255,255,255,50%);
    border-radius: 15px;
    padding: 15px;
}
.c_slideitem img{
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.contact-map{
    background-color: #1d2025;
}
.contact-map .cm_container{
    position: relative;
}
.cm_info{
    width: 270px;
    position: absolute;
    left: 0;
    z-index: 1;
    background: #1d2025;
    border-radius: 0 0 20px 20px;
    padding: 20px 35px 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.cm_info .title{
    line-height: 1.2;
}
.cm_info a, .cm_info span{
    color: #ffffff;
    font-size: 18px;
    text-decoration: none;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.cm_info a i, .cm_info span i{
    min-width: 18px;
    color: #e56427;
    margin-right: 10px;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.cm_info .phone{
    margin-bottom: 15px;
}
.cm_info .address{
    margin-top: 15px;
    margin-bottom: 5px;
}
.cm_info a:hover{
    color: #e56427;
}
.cm_info a:hover i{
    color: #ffffff;
}
.contact-map .map{
    width: 100%;
    height: 500px;
}

.footer{
    background-color: #111316;
    padding: 30px 0;
}
.footer .foot_container{
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
}
.foot_info{
    color: #5a5c5e;
    font-size: 14px;
}
.foot_logo, .foot_logo:hover{
    text-decoration: none;
}
.foot_info span{
    line-height: 1.3;
    margin-bottom: 20px;
    display: inline-block;
}
.foot_info p{
    color: #ffffff;
    margin-top: 40px;
    margin-bottom: 0;
}
.foot_links{
    -ms-grid-column: 2;
    -ms-grid-column-span: 2;
    grid-column: 2 / 4;
}
.foot_nav .nav-list{
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 200px 200px;
    grid-template-columns: 200px 200px;
    grid-auto-columns: 1fr 1fr;
    list-style: none;
    padding: 0;
    margin: 0;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.foot_nav .nav-link{
    color: #ffffff;
    font-weight: 400;
    font-size: 16px;
    text-decoration: none;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.foot_nav .nav-li{
    margin-bottom: 10px;
}
.foot_nav .nav-link:hover{
    color: #e56427;
}
.foot_contact{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.foot_contact .phone{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.foot_contact .phone a{
    font-size: 22px;
    margin-right: 5px;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    text-decoration: none;
}
.foot_contact .phone .number{
    font-weight: 800;
    color: #e56427;
    margin-right: 15px;
}
.foot_contact .phone .whatsapp{
    color: #3ddc4c;
}
.foot_contact .phone .viber{
    color: #864cb3;
}
.foot_contact .phone .telegram{
    color: #259cd8;
}
.foot_contact .phone .number:hover{
    color: #ffffff;
}
.foot_contact .phone .whatsapp:hover{
    color: #cc2827;
}
.foot_contact .phone .viber:hover{
    color: #cc2827;
}
.foot_contact .phone .telegram:hover{
    color: #cc2827;
}
.foot_contact span{
    color: #5a5c5e;
    display: inline;
    line-height: 1.2;
    font-size: 14px;
    margin-top: 5px;
    margin-bottom: 20px;
    max-width: 150px;
}

.email, .address{
    color: #ffffff;
    font-size: 14px;
    text-decoration: none;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    margin-bottom: 5px;
}
.email i, .address i{
    min-width: 14px;
    color: #e56427;
    margin-right: 10px;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.email:hover, .address:hover{
    color: #e56427;
}
.email:hover i, .address:hover i{
    color: #ffffff;
}

.social-list{
    padding: 0;
    margin: 20px 0 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.social-li .social-link{
    line-height: 1;
    font-size: 12px;
    color: #ffffff;
    height: 27px;
    min-width: 27px;
    margin-right: 8px;
    background: #dddddd;
    border-radius: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-decoration: none;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.social-li .social-link.twitter{
    background: #0badfb;
}
.social-li .social-link.vk{
    background: #20608e;
}
.social-li .social-link.facebook{
    background: #155595;
}
.social-li .social-link.instagram{
    background: -webkit-gradient(linear, left top, left bottom, from(#9c3fa8), to(#f29855));
    background: -o-linear-gradient(top, #9c3fa8, #f29855);
    background: linear-gradient(to bottom, #9c3fa8, #f29855);
}
.social-li .social-link:hover{
    background: #e56427;
}

.modal{
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.7);
    z-index: 9999;
    -webkit-transition: all .7s ease-out;
    -o-transition: all .7s ease-out;
    transition: all .7s ease-out;
    overflow-y: auto;
    overflow-x: hidden;
}
.modal.hidden{
    opacity: 0;
    visibility: hidden;
}
.modal.show{
    opacity: 1;
    visibility: visible;
}
.modal-dialog{
    position: absolute;
    left: 500%;
    top: 200px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
    max-width: 320px;
    -webkit-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    transition: all 1s ease-out;
}
.modal.show .modal-dialog{
    left: 50%;
}
.modal-container{
    padding: 25px;
    background-color:#1d2025;
    border-radius: 20px;
    -webkit-box-shadow: 0 0 14px 0px #ffffff7a;
    box-shadow: 0 0 14px 0px #ffffff7a;
}
.modal .close{
    position: absolute;
    right: 0;
    top: -30px;
    color: #ffffff;
    font-size: 24px;
    cursor: pointer;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.modal .close:hover{
    color: #e56427;
    -webkit-transform: rotate(10deg);
    -ms-transform: rotate(10deg);
    transform: rotate(10deg);
}
#call-modal .title{
    text-align: center;
}
#call-modal .modal-head{
    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;
}
#call-modal .modal-logo{
    margin-bottom: 20px;
}
.modal .label-input{
    margin-bottom: 15px;
}
.modal .f_input{
    width: 100%;
}
.modal .ps{
    line-height: 1.1;
    display: block;
    font-size: 15px;
    margin-bottom: 15px;
    color:#9f9f9f;
}
.modal .btn{
    width: 100%;
}
.selected_path{
    fill: #d03427!important;
}
.selected_path:hover{
    fill: #85241b!important;
}
.seococktail{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 10px;
}
.seococktail img{
    max-width: 160px;
    -o-object-fit: contain;
    object-fit: contain;
}

#jivo-iframe-container{
    grid-area: jivo;
}
/* ####################################### */
/* //////////////// Media //////////////// */
/* ####################################### */

@media only screen and (max-width: 1599px){
    .container{
        max-width: 1000px;
    }
    .main-logo{
        width: 550px;
    }
    .banner .b_title{
        font-size: 40px;
    }
    .f_input{
        max-width: 250px;
        padding: 18px 20px 18px 45px;
    }
    .btn{
        min-width: 250px;
    }
    .banner .b_form .b_btn{
        min-width: auto;
        max-width: 250px;
    }
    .privileges{
        right: 15px;
    }
    .p_item{
        height: 130px;
        max-width: 120px;
        padding: 10px;
    }
    .p_item span{
        font-size: 12px;
    }
    .company .co_container{
        -ms-grid-columns: 1fr 390px;
        grid-template-columns: 1fr 390px;
    }
    .a_priviliges .a_priv-item{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 15px;
    }
    .a_priv-item img{
        margin-right: 0;
        margin-bottom: 10px;
    }
    .a_priv-item span{
        text-align: center;
    }
    .c_slideitem{
        height: 250px;
    }
    .foot_contact .phone a{
        font-size: 19px;
    }
}
@media only screen and (max-width: 1279px){
    body{
        grid-template-areas:
        "header header"
        "main main"
        "footer footer"
        "jivo jivo";
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    }
    .header{
        padding: 10px 15px;
        width: 100%;
        height: auto;
        position: fixed;
        z-index: 10;
    }
    .header .nav-container{
        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;
    }
    .main{
        padding-top: 51px;
    }
    .header .h_contact{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .banner .b_contact{
        display: none;
    }
    .head_nav{
        position: absolute;
        width: 300px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        height: 100vh;
        background-color: #1d2025;
        top: 100%;
        left: -600px;
        padding: 25px;
        z-index: 10;
        border-radius: 0 0 25px 0;
        -webkit-box-shadow: 4px 5px 6px 0px #ffffff17;
        box-shadow: 4px 5px 6px 0px #ffffff17;
        -webkit-transition: all 1s ease-out;
        -o-transition: all 1s ease-out;
        transition: all 1s ease-out;
    }
    .head_nav.show{
        left: 0;
        overflow-y: auto;
    }
    .nav-btn{
        display: block;
    }
    .side-logo{
        margin-bottom: 50px;
    }
    .head_nav .nav-list{
        display: block;
    }
    .head_nav .nav-link{
        padding: 25px 15px;
    }
    .main-logo{
        width: 480px;
    }
    .banner .b_title{
        font-size: 36px;
    }
    .banner .b_container{
        position: relative;
    }
    .privileges{
        left: 50%;
        right: auto;
        bottom: 60px;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .p_item{
        max-width: 140px;
        padding: 25px;
        margin: 10px;
    }
    .ft_item .desc{
        font-size: 14px;
    }
    .facts .title{
        width: 35%;
    }
    .header{
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
        -ms-grid-column-span: 2;
    }
    .main{
        -ms-grid-row: 2;
        -ms-grid-column: 1;
        -ms-grid-column-span: 2;
    }
    .footer{
        -ms-grid-row: 3;
        -ms-grid-column: 1;
        -ms-grid-column-span: 2;
    }
}
@media only screen and (max-width: 1023px){
    .container{
        max-width: 725px;
    }
    .banner .b_form{
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .banner .b_form .f_input, .banner .b_form .b_btn{
        margin: 8px 5px;
    }
    .p_item{
        max-width: 150px;
        width: 150px;
    }
    .disel .d_container{
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        grid-gap: 25px;
    }
    .company .co_container{
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }
    .co_images{
        padding: 15px 0;
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 1fr 8px 1fr;
        grid-template-columns: 1fr 1fr;
        grid-auto-columns: 1fr 1fr;
        grid-gap: 8px;
    }
    .co_images img{
        margin-bottom: 0;
        max-height: 200px;
        width: 100%;
    }
    .p_slideitem{
        height: 130px;
    }
    .wh_item span{
        font-size: 14px;
    }
    .title.t_big{
        font-size: 46px;
    }
    .facts{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .facts .title{
        margin-bottom: 50px;
    }
    .facts-map{
        padding: 80px 0 0;
    }
    .cm_info{
        width: 250px;
    }
    .cm_info a, .cm_info span{
        font-size: 16px;
    }
    .footer .foot_container{
        -ms-grid-columns: 1fr 20px 1fr;
        grid-template-columns: 1fr 1fr;
        grid-gap: 20px;
    }
    .foot_nav .nav-list{
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    }
    .foot_contact{
        -ms-grid-column: 1;
        -ms-grid-column-span: 3;
        grid-column: 1 / 4;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-top: 10px;
    }
    .facts .title{
        width: 100%;
    }
}
@media only screen and (max-width: 767px){
    .container{
        max-width: 550px;
    }
    .call-back{
        font-size: 12px;
    }
    .h_contact .phone{
        font-size: 16px;
        margin-right: 15px;
    }
    .side-logo{
        margin-bottom: 30px;
    }
    .head_nav .nav-link{
        padding: 20px 15px;
    }
    .main-logo{
        max-width: 390px;
        margin-bottom: 20px;
    }
    .main-logo{
        width: 450px;
    }
    .banner .b_title{
        font-size: 36px;
    }
    .f_input{
        padding: 16px 20px 16px 45px;
    }
    .btn{
        padding: 18px 40px;
    }
    .d_item .desc{
        font-size: 14px;
    }
    .d_item .gost{
        font-size: 12px;
    }
    .title{
        font-size: 22px;
    }
    .title.t_big{
        font-size: 38px;
    }
    body{
        font-size: 15px;
    }
    .wh_list{
        -ms-grid-columns: 1fr 30px 1fr;
        grid-template-columns: repeat(2, 1fr);
    }
    .ft_item .number{
        font-size: 20px;
    }
    .ft_list{
        -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    }
    .foot_contact span{
        margin-bottom: 20px;
    }
    .foot_contact .phone a{
        font-size: 24px;
    }
}
@media only screen and (max-width: 575px){
    .container{
        max-width: 310px;
    }
    .header{
        padding: 10px;
    }
    .h_contact .phone{
        font-size: 14px;
        margin-right: 10px;
        letter-spacing: -0.4px;
    }
    .call-back{
        font-size: 11px;
        padding: 12px 5px;
    }
    .banner .b_container{
        padding: 100px 0 500px;
    }
    .main-logo{
        max-width: 266px;
    }
    .banner .b_title{
        font-size: 25px;
    }
    .f_input{
        font-size: 14px;
    }
    .btn{
        font-size: 13px;
        padding: 17px 40px;
    }
    .privileges{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        bottom: 30px;
    }
    .disel{
        padding: 50px 0;
    }
    .disel .d_container{
        -ms-grid-columns: 100%;
        grid-template-columns: 100%;
    }
    .fac_link{
        font-size: 22px;
    }
    .title{
        font-size: 20px;
    }
    body{
        font-size: 14px;
    }
    .d_list{
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }
    .d_banner .d_b_title{
        font-size: 20px;
    }
    .fac_link img{
        max-width: 100%;
    }
    .company .co_container{
        -ms-grid-columns: 100%;
        grid-template-columns: 100%;
    }
    .title.t_big{
        font-size: 32px;
    }
    .a_priviliges{
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        grid-gap: 10px;
    }
    .a_priviliges .a_priv-item{
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        padding: 20px;
    }
    .a_priv-item img{
        margin-bottom: 0;
        margin-right: 20px;
    }
    .a_priv-item span{
        text-align: unset;
    }
    .co_images{
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }
    .wh_item span{
        font-size: 13px;
    }
    .ft_list{
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }
    .interactive-map{
        padding: 80px 0 0;
    }
    .map_title{
        margin-bottom: -100px;
    }
    .interactive-map svg{
        height: 400px;
    }
    .c_slideitem{
        height: 200px;
    }
    .cm_info{
        width: 100%;
        position: relative;
        left: 0;
    }
    .map [id^=ymaps]:first-child{
        height: 350px!important;
    }
    .footer .foot_container{
        -ms-grid-columns: 100%;
        grid-template-columns: 100%;
    }
    .foot_links{
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        grid-column: unset;
    }
    .foot_contact{
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        margin-top: 0;
        padding: 10px 0;
        grid-column: unset;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .foot_info{
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }
    .modal-dialog{
        max-width: 300px;
    }
    .modal .ps{
        font-size: 14px;
    }
    .modal-dialog{
        top: 150px;
    }
}


/**
    ######################################################
                    Wordpress styles
*/
div.wpcf7 .ajax-loader{
    display: none!important;
}
.wpcf7-form{
    position: relative;
}
.wpcf7-response-output{
    z-index: 2;
    margin: 15px 0 0!important;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    padding: 12px 20px!important;
    background: -o-linear-gradient(40deg, #cc2827, #e56427);
    background: linear-gradient(50deg, #cc2827, #e56427);
    border: 0!important;
    border-radius: 20px;
    color: #ffffff;
    font-weight: 500;
    -webkit-box-shadow: 2px 4px 5px 0px #00000063;
    box-shadow: 2px 4px 5px 0px #00000063;
    width: 100%;
    max-width: 440px;
}
.modal .wpcf7-response-output{
    position: unset;
    left: unset;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}
/* @media only screen and (max-width: 1599px){

}
@media only screen and (max-width: 1279px){

}
@media only screen and (max-width: 1023px){

}
@media only screen and (max-width: 767px){

} */
@media only screen and (max-width: 575px){
    .wpcf7-response-output{
        max-width: 250px;
    }
}