/*!
  Theme Name: express-group
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: express-group
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

express-group is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

*::-webkit-input-placeholder {
    color: #666;
    opacity: 1;
}

*:-moz-placeholder {
    color: #666;
    opacity: 1;
}

*::-moz-placeholder {
    color: #666;
    opacity: 1;
}

*:-ms-input-placeholder {
    color: #666;
    opacity: 1;
}

html {
    overflow-x: hidden;
    /*  margin-right: calc(-1 * (100vw - 100%)); */
}

/* html {
  margin-left: calc(100vw - 100%);
  margin-right: 0;
} */

body input:focus:required:invalid,
body textarea:focus:required:invalid {}

body input:required:valid,
body textarea:required:valid {}

body {
    min-height: 100vh;
    /* scroll-behavior: smooth; */
    /* text-rendering: optimizeSpeed; */
    min-width: 320px;
    position: relative;
    line-height: 1.6;
    font-family: 'Montserrat', sans-serif;
    overflow-x: hidden;
    display: flex;
    flex-direction: column;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    padding-top: 128px;
    /*777*/
}



/* Указываем box sizing */
*,
*::before,
*::after {
    box-sizing: border-box;
}

/* Убираем внутренние отступы */
ul,
ol {
    padding: 0;
    list-style: none;
}

/* Убираем внешние отступы */
body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
    margin: 0;
}



/* Элементы a, у которых нет класса, сбрасываем до дефолтных стилей */
a:not([class]) {
    text-decoration-skip-ink: auto;
}

/* Упрощаем работу с изображениями */
img {
    /*  max-width: 100%; */
    display: block;
}

/* Указываем понятную периодичность в потоке данных у article*/


/* Наследуем шрифты для инпутов и кнопок */
input,
button,
textarea,
select {
    font: inherit;
}


a {
    text-decoration: none;
}

h1 {
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 44px;
    color: #282828;
}


.bread__inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    /* margin-top: 80px; */
}

.bread__inner a {
    color: #C51F3A;
}

.bread__inner span a span {
    display: inline-block;
    white-space: nowrap;
    font-weight: 700;
    font-size: 12px;
    line-height: 16px;
    display: flex;
    align-items: center;
    color: #C51F3A;
}

.bread__inner .bread__last {
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    display: flex;
    align-items: center;
    color: #282828;

}

.welcom .bread__inner {

    margin-top: 0px;
    margin-bottom: 25px;

}

.welcom .bread__inner .bread__last {
    color: #fff;
}

.welcom .bread__inner span.sep {
    color: #fff;
}

.bread__inner span.sep {
    white-space: nowrap;
    width: 20px;
    text-align: center;
    color: rgba(40, 40, 40, 0.6);
}

.bg_bl {
    width: 100%;
}


.main {}

.main_content.posts {
    background-color: #F4F1F1;
    padding-top: 80px;
}

.main_content li:not(:last-child):not(.menu-item) {
   /* margin-bottom: 10px;*/
}
.main_content .col_left p {
	margin:5px 0;
}

.evacuator_post {
    background-color: #F4F1F1;

}

article.post ul {
    list-style-type: disc;
}

article.post:not(.header_post) a,
.wrap_page:not(.header_post) a {
    text-decoration: underline;
    color: #C51F3A;
}

article.post .header_post a {
    text-decoration: none;
    color: #282828;
}


.main_content .col_left ul {
   
    /* margin-bottom: 2.5rem; */
    list-style: disc;
    list-style-position: inside;
}


.service_list {
    list-style-type: disc;
}



.main_content img {
    /* object-fit: contain; */
}


.col_left {
    flex: 0 0 742px;
    margin-bottom: 60px;
}

.col_right {

    text-align: center;
}



.header {
    /* display: flex; */
    align-items: center;
    background: #ffffff;
    justify-content: space-around;
    box-shadow: 0px 2px 14px rgba(0, 0, 0, 0.1);
    align-content: center;
    height: 72px;
    align-items: center;
}

.tel_img_mob {
    display: none;
}


.main_content h1 {
    font-weight: 900;
    font-size: 2.25rem;
    line-height: 2.625rem;
    text-align: left;
    color: #282828;
}

.main_content .posts h1 {
    margin-bottom: 40px;
    /* margin-top: 25px; */
}

.main_content .page h1 {
    margin-bottom: 0;
}

.main_content h2 {
    margin: 15px 0;
}



section {

    justify-content: space-between;
}


.container {

    justify-content: space-between;
    margin: 0 auto;
    flex-wrap: wrap;
}




h4 {
    font-weight: 600;
    font-size: 1.5rem;
    line-height: 1.75rem;
    color: #282828;
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
}



/* menu */

.df {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    flex-direction: column;
    align-items: self-start;
    /* margin-right: 25px; */
}

.desctop-navigation {}

.desctop-navigation li {
    vertical-align: middle;
    align-content: center;
}

.textsub {
    color: #000 !important;
    font-weight: 800;
}

.nav-link {}

.nav-link:after {
    display: block;
    content: attr(data-title);
    font-weight: 900;
    height: 0;
    overflow: hidden;
    visibility: hidden;
}

.desctop-navigation li:hover .nav-link,
.nav-link.active {}

.sub-menu-block:not(.two_level_menu) {
    position: absolute;
    top: 128px;
    left: 0;
    right: 0;
    /* padding-top: 20px;
    padding-bottom: 20px; */
   /*  height:auto; */
    background: #FFFFFF;
    box-shadow: 0px 12px 24px rgba(0, 0, 0, 0.15);
    
    /* display: none; */
    z-index: 11;
    /* transition-delay: 0.5s;
    transition: .5s; */
    /* opacity: 0; */
    max-height: 0;
    overflow: hidden;
    transition: max-height 1s, padding 1s, box-shadow 1s;
    -webkit-transition: max-height 1s, padding 1s, box-shadow 1s;
}

.sub-menu-block.two_level_menu {
    /* display:block; */

}
.top_menu .menu-item-has-children a:hover+.sub-menu-block.first_level_menu,
.top_menu .menu-item-has-children .sub-menu-block.first_level_menu:hover {
   /* display: block;
    opacity: 1; */

    padding-top: 20px;
    padding-bottom: 20px; 
    max-height: 500px;
   

} 

/* .top_menu .menu-item-has-children a:hover+.sub-menu-block.first_level_menu {
   /* display: block;
    /* opacity: 1;
}  */
.top_menu a:hover+.sub-menu-block
/* .sub-menu-block:hover */ {
    /* display: block; */
    /* opacity:1; */
    /*  padding-top: 20px;
    padding-bottom: 20px; 
    height: auto; */
}

.top_menu .sub-menu-block .sub-menu>li.menu-item-object-category>a {
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    color: #282828;
    margin-bottom: 15px;

}

.top_menu .sub-menu-block .sub-menu>li.menu-item-object-category>a:hover {
    color: #C51F3A;
    text-decoration: underline;
}

.sub-menu-block .sub-menu li a {
    color: #282828;
    line-height: 2;
    font-weight: 500;
    font-size: 14px;

}

.sub-menu-block .sub-menu li.bold_style a {
    font-weight: 800;
}

.sub-menu-block .sub-menu li a:hover,
.top_menu .sub-menu-block .sub-menu li.current-menu-item>a {
    color: #C51F3A;
    text-decoration: underline;

}

.sub-menu-block .sub-menu .header_menu,
.sub-menu-block .sub-menu .header_menu a {
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    color: #282828;
    margin-bottom: 15px;
}

.top_menu .sub-menu {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    padding: 10px 5px 10px 0;
    flex-direction: column;
    align-items: stretch;
    max-height: 450px;
}

.two_level_menu .sub-menu {
    padding-top: 0;

}

.sub-menu li {
    /* display: block; */
    /* width: 50%; */
    /* margin-right: 50px; */
}

.sub-menu__link {
    /*  display: block;
 padding: .4375rem 0;
 line-height: 1.25rem;  */
    transition: all 0.3s;
}

.sub-menu__link:hover,
.sub-menu__link.active {
    font-weight: 900;
    text-decoration: underline;
}

.sub-menu__link.current {
    font-weight: 900;
    text-decoration: underline;
}



/*.top_menu .menu-item-has-children  a:hover+.sub-menu-block, .sub-menu-block:hover {
  display: block;
 }*/



.nav {
    display: flex;
    justify-content: flex-start;
    width: 1168px;
    margin: 0 auto;
    align-items: center;
    height: 100%;
    padding-left: 25px;
}

.left_menu>li>a:hover {

    border-bottom: 2px solid #C51F3A;
    color: #C51F3A;




}


/* form */



.top_form {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    /* padding-bottom: 1.25rem; */
}



/* new form */


.send_form {
    width: 370px;
    background-color: #FFFFFF;
    box-shadow: 0px 16px 24px rgba(20, 23, 37, 0.16);
    padding: 30px;
    text-align: left;
    margin: 0 auto;
}

.form_head {
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    color: #282828;
}

.remark {
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    color: #282828;
    margin: 10px 0;
}

.send_form label {
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    color: #282828;
    margin-bottom: 10px;
    /* margin-bottom: 5px; */
    /* display: inline-block; */
}

.send_form input {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    padding: 12px;
    color: #A2A2A2;
    align-items: center;
    width: 100%;
    height: 44px;
    margin-bottom: 25px;
    margin-top: 10px;

    /* White/1000 */
    background-color: #FFFFFF;
    /* Gray/100 */
    border: 1px solid #EEEFF1;

    /* Inside auto layout */
    flex: none;
    order: 1;
    align-self: stretch;
    flex-grow: 0;
}

.send_form textarea {
    width: 100%;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    padding: 12px;
    color: #A2A2A2;
    background-color: #FFFFFF;
    border: 1px solid #EEEFF1;
    margin-bottom: 25px;
    margin-top: 10px;
    resize: none;
}

.country-phone {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    align-content: center;
    margin: 10px 0 25px 0;
    height: 44px;
}

.country-phone input {
    width: 160px;
    margin: 0;
    border: none;
    height: 30px;
}

.country-phone input:focus-visible,
.country-phone input:focus {
    outline: none;
}

.country-phone-selector {
    /* margin-top:10px; */
}

.ring.send_post {
    width: 100%;
}

.country-phone-selected {
    /* display: flex; */
    /* background-position: 2px 4px; */
    background-position: 80px 100%;
    /* padding: 4px 0 0 20px; */
    font-size: 13px;
    cursor: pointer;
    float: left;
    height: 20px;
    min-width: 100px;
    width: auto;
    padding: 0 0 0 10px;
    /* background: url(arrow-down.png) no-repeat; */
    /* vertical-align: bottom; */
}






/* advantage */


/* posts */

.col_left .post:not(:first-of-type) {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding: 1.25rem 0;
}

.col_left .post {
    padding: 1.25rem 0;
}

.post_wrap {
    display: flex;
    flex-wrap: wrap;
}

.top_post {

    align-items: center;
    display: flex;

}

.full_text {
    padding: 15px 0;
}

.header_post {
    color: #282828;
}

.short_text {}

.img_post {
    /* flex-basis: 160px; */
    margin-left: auto;
    align-self: flex-start;
}

.wrap_post_text {
    /* width: calc(100% - 200px); */
    flex: 1;
    margin-right: 40px;
}



.top_post_inner {
    display: flex;
    position: relative;
}



.top_post_img {
    vertical-align: middle;
    margin-right: 8px;
}

.top_post_text {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #7A7878;
}


.wp-pagenavi {
    margin-top: 3.125rem;
}


.nav-links>*:not(:last-child) {
    margin-right: .9375rem;
}

.pagination a.page-numbers {
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    text-align: center;
    color: rgba(41, 45, 50, 0.7);
    text-decoration: none;

}

span.page-numbers {
    font-weight: 500;
    font-size: .875rem;
    line-height: 1.3125rem;
    text-align: center;
    color: rgba(41, 45, 50, 0.7);

}

.next.page-numbers,
.prev.page-numbers {
    position: relative;
    bottom: 1px;
}

.page-numbers.current {
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    text-align: center;
    color: #C51F3A;
}

.navigation.pagination {
    text-align: center;
    justify-content: center;
    display: flex;
}

.nav-links {
    display: flex;
    align-items: center;
}

/* prikur */

h3 {
    font-weight: 700;
    font-size: 30px;
    line-height: 37px;
    color: #282828;
    margin: 30px 0;
}


h2 {
    font-weight: 700;
    font-size: 36px;
    line-height: 44px;
    /* text-align: center; */
    color: #282828;
}

h2 a,
h3 a {
    color: #282828;
}




/* навигация */


.header {
    height: 128px;
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 22;
}

.container {
    width: 1180px;
    max-width: 90%;
    margin: 0 auto;
    margin: 0 auto;
}

.header_wrap {
    display: flex;
    justify-content: space-between;
    width: 100%;
    /* max-width: 100%; */
    align-items: center;
}

.logo {
    flex: 0 0 128px;
}

.header_right {
    width: calc(100% - 128px);
}

.header_top {
    /* padding: 14px 20px; */
    display: flex;
    justify-content: space-between;
    height: 64px;
}

.top_left {
    display: flex;
    justify-content: flex-start;
    padding: 14px 25px;
}

.outher .top_left {
    padding-left: 0;
    /*  padding-right:0; */
}

.tel_img {
    margin-right: 20px;
}

.tel_wrap {}

.tel_text {
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    color: #003399;
}

.tel_item li {
    margin-right: 15px;
    margin-bottom: 0;
}


.tel_item li a {
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: #373737;
}


.tel_item {
    display: flex;
    flex-wrap: wrap;

}

.top_right {}

.ring {
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    align-items: center;
    text-align: center;
    color: #FFFFFF;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 22px;
    width: 182px;
    height: 64px;
    background-color: #C51F3A;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.05);
    cursor: pointer;
    border: none;
}

.ring:hover {
    opacity: 0.8;
}



.header_bottom {
    display: flex;
    justify-content: space-between;
    height: 64px;
    align-items: center;
}

.nav {
    /* padding-left: 25px; */
}

.top_menu {
    display: flex;
    height: 100%;
}

.menu-child {
    /* position:relative; */
}

.top_menu>li:not(:last-of-type) {
    margin-right: 30px;
}

.top_menu>li {
    flex: 0 0 auto;
    /* max-width:100px; */
}

.top_menu>li a {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 64px;
    color: #373737;
    display: inline-block;
    height: 100%;
    /* padding: 0 5px; */
}

.top_menu>li>a:hover {
    border-bottom: 2px solid #C51F3A;
    color: #C51F3A;
}

.right_nav {
    display: flex;
    height: 100%;
    /* align-items: center; */
    justify-content: flex-start;
    /* width: 100%; */
}

.wrap_search {
    height: 100%;
    display: flex;
    align-items: center;
    border-width: 1px;
    border-style: solid;
    border-left: 0;
    border-top: 0;
    border-bottom: 0;
    border-image:
        linear-gradient(180deg, rgb(255, 255, 255), rgb(185, 185, 185) 50%, rgb(255, 255, 255) 100%);
    border-image-slice: 1;
    border-width: 1px;

}

.search {}

.searchTerm {}

.searchButton {}

.fa {}

.fa-search {}

/* #dropdown-menu.open ul
 {
  display: block;
}
#dropdown-menu ul
 {
  margin: 0;
  padding: 0;

  list-style: none;
  display: none;

} */


.lang {
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: #003399;
    text-transform: uppercase;
    border: none;
    background: none;
    width: 70px;
    padding-left: 20px;
    padding-right: 20px;
    margin-right: 25px;
    display: flex;
}


.lang select {
    border: none;
    /*  -moz-appearance: none; */
    /*  -webkit-appearance: none; */
    outline: none;
    /* width:150px; */
}

.lang option {
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: #003399;
    text-transform: uppercase;
    border: none;
    /* background: none; */
    /* width: 383px; */
    padding: 40px;
}

.searchform {
    display: flex;
}


.search {
    /* width: 60px; */
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.searchTerm {
    border: none;
    outline: none;
    width: 140px;
}

.searchTerm:focus {
    color: #380136;
}

.searchButton {
    width: 25px;
    height: 25px;
    border: none;
    background: transparent;
    cursor: pointer;
    display: flex;
    align-items: center;
    order: -1;
    background: url(./img/search_ico.svg) no-repeat center;

}

/* .wrap {
 width: 30%;
 position: absolute;
 top: 50%;
 left: 50%;
 transform: translate(-50%, -50%);
 } */



/* footer */

.footer_wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 60px 0;
}

.footer_logo {
    margin-right: 170px;
}

.footer_text {
    display: flex;
    justify-content: space-between;
    /* flex-wrap: wrap; */
    flex: 1;
    flex-direction: column;
}

.footer_top {
    flex: 1;
    display: flex;
    justify-content: space-between;
}

.footer_centr .list_second {
    margin: 0 auto;
}

.header_top_left {}

.header_top_right {
    /* flex: 1 0; */
    /* margin-left: auto; */
    display: flex;
    justify-content: space-between;
}

.footer_centr {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    /* flex: 1 0 100%; */
}

.wrap_h4 h4 {
    font-weight: 700;
    font-size: 12px;
    line-height: 15px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #C51F3A;
}

.text_wrap_center {
    display: flex;
    flex-wrap: wrap;
    flex: 1;
    margin-right: 15px;
}

.wrap_h4 {
    flex: 1 0 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    margin-bottom: 40px;
    padding-bottom: 12px;
}

.list_footer {
    /*  display:flex */
}

.footer_menu_left {
    display: grid;
    grid-template-columns:1fr 1fr;
    width: 100%;
    grid-column-gap: 25px
}

.footer_menu_left li {
    /*    column-width:: 45%; */
}

.list_footer li a {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: rgba(255, 255, 255, 0.7);

}

.copyright {
    background-color: rgba(0, 0, 0, 0.3);
    height: 58px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cop {
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    color: rgba(255, 255, 255, 0.7);
}

footer {
    background-color: #2F2E42;
    width: 100%;

}

.list_first {}

.list_second {}

.nav_bottom {}

/* welcom */

.welcom {
    background-image: url(./img/content/fon_welcom1.jpg
);
    background-repeat: no-repeat;
    background-size: cover;
    height: 620px;
    /* height: calc(100vh - 128px);  */
    position: relative;
    background-position: center;
}

.welcom.evacuator {
    background-image: url(./img/content/fon_evacuator_new.jpg
);
    /*  height: calc(100vh - 128px); */
    /* height: 620px; */
}

.welcom.outher {
    background-image: url(./img/outher_fon.jpg
);
    /* height:620px; */

}

[class*="category-technical-assistance"] .welcom {
    background-image: url(./img/content/fon_texhelp.jpg
);
    height: 620px;
}

[class*="category-equipment-lease"] .welcom {
    background-image: url(./img/content/fon_arenda.jpg
);
    /*  height:620px; */

}

[class*="category-car-carrier"] .welcom {
    background-image: url(./img/content/fon_avtovoz.jpg
);
    height: 620px;
    /*  background-size: 100% auto */
}

[class*="category-emergency-opening"] .welcom {
    background-image: url(./img/content/fon_zamok.jpg
);
    height: 620px;
    /*  background-size: 100% auto */
}



.page-template-page-outher .welcom {
    background-image: url(./img/content/fon_moyka.jpg
);
}


.page-template-page-outher [class*="wheel-alignment-trucks"].welcom {
    background-image: url(./img/content/fon_rozval.jpg);
}

[class*="cargo-hundred"].welcom {
    background-image: url(./img/content/fon_sto.jpg
);
}

[class*="transportation-oversized-cargo"].welcom {
    background-image: url(./img/content/fon_negabarit.jpg
);
    /*  height:620px; */
}

.black-overlay:before {
    content: '';
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(77, 73, 146, 0.8);
    mix-blend-mode: multiply;
}

.home .black-overlay:before {
    background: rgba(47, 46, 66, 0.8);
}

[class*="category-tow-truck"] .black-overlay:before {

    background: rgba(107, 105, 143, 0.9);

}

.page-template-page-outher .black-overlay:before {
    background: rgba(77, 73, 146, 0.8);
}

[class*="oversized-cargo"].black-overlay:before {
    background: rgba(77, 73, 146, 0.9);
}

[class*="cargo-hundred"].black-overlay:before {
    background: rgba(77, 73, 146, 0.8);
}

.black-overlay:before {
    background: rgba(50, 49, 83, 0.9);
}

[class*="category-roadside-assistance"] .black-overlay:before {
    background: rgba(50, 49, 83, 0.9);
}

[class*="category-car-carrier"] .black-overlay:before {
    background: rgba(50, 49, 83, 0.9);

}

[class*="category-emergency-opening"] .black-overlay:before {
    background: rgba(77, 73, 146, 1);
}

/* [class*="category-orenda-budivelnoi-tekhniky"] .black-overlay:before {
 background: rgba(77, 73, 146, 1);
} */

.welcom_wrap {}

[class*="category-car-carrier"] .service_ifo {
    margin: 50px 0 auto 0
}

.evacuator .welcom_text {
    height: 275px;
}

.welcom_text {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.slogan {
    font-weight: 700;
    font-size: 14px;
    line-height: 28px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #C51F3A;
}

.welcom_head {
    font-weight: 700;
    font-size: 56px;
    line-height: 68px;
    color: #FFFFFF;
    margin-top: 15px;
    position: relative;
    padding-bottom: 40px;
}

.welcom_head h1 {
    font-weight: 700;
    font-size: 40px;
    line-height: 60px;
    color: #FFFFFF;
}

.welcom_head::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    /* width: 100px; */
    background-color: #C51F3A;
    margin: 0 auto;
    display: block;
    width: 72px;
    height: 4px;
}

.slogan2 {
    font-weight: 500;
    font-size: 24px;
    line-height: 36px;
    color: #FFFFFF;
    margin: auto 0;
    width: 80%;
}

.slogan2.price_top {
    font-weight: 700;
    width: auto;
    margin-right: 10px;
}

.welcom_link {}

.ring {}

.evacuator .welcom_wrap {
    /* padding: 120px 0; */
}

.welcom_wrap {
    height: 100%;
    z-index: 2;
    position: relative;
    padding: 150px 0;
    display: flex;
}


/* gallery */
.gallery {
    padding: 20px 0;


}

.grid-container {
    display: grid;
    grid-template-columns:repeat(auto-fit, minmax(370px, 1fr));
    /* grid-template-columns: 370px 370px 370px; */
    grid-gap: 30px;
    /* width: 100% */
}


/* hover styles */
.location-listing {
    position: relative;
    transition: 2s;
    width: 100%;
    text-align: center;
}

.location-listing:after {
    content: "";
    z-index: 3;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    transition: .5s;
    background: linear-gradient(180deg, rgba(47, 46, 66, 0) 0%, rgba(47, 46, 66, 0.9) 100%);

    color: white;

}



.location-image {
    line-height: 0;
    overflow: hidden;
}

.location-image img {
    /* filter: blur(0px);*/
    transition: filter 0.3s ease-in;
    width: 100%;
    object-fit: cover;
}

.location-listing:hover {
    background: none;
}

.location-listing:hover:after {
    background: linear-gradient(180deg, rgba(47, 46, 66, 0.7) 0%, #2F2E42 100%);
    filter: drop-shadow(0px 12px 24px rgba(0, 0, 0, 0.25));
    -webkit-filter: drop-shadow(0px 12px 24px rgba(0, 0, 0, 0.25));
    border: 2px solid #C51F3A;
}

.location-listing:hover .price_wrap {
    display: block;
}

.location-listing:hover .location-image img {
    filter: blur(2px);
}

.location-listing:hover .wrap_ring {
    display: block;

}

/* moe */
.link_cat {
    position: absolute;
    left: 0;
    bottom: 30px;
    text-align: center;
    width: 100%;
    z-index: 10;
}

.link_cat .link_cat_href {
    font-weight: 700;
    font-size: 20px;
    line-height: 26px;
    text-align: center;
    color: #FFFFFF;
}

.price {
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    color: #FFFFFF;

}

.red_col {
    font-weight: 900;
    font-size: 14px;
    line-height: 17px;
    color: #C51F3A;

}

.gallery .ring {
    padding: 14px 24px;
    width: 134px;
    height: 48px;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    /* display: flex; */
    /* align-items: center; */
    text-align: center;
    color: #FFFFFF;
    display: inline-block;
}

.wrap_ring {
    width: 100%;
    text-align: center;
    margin: 0 auto;
    display: none;

}

.price_wrap {
    margin: 20px 0;
    display: none;

}

.statistic {
    background-color: #F4F1F1;
    padding-top: 80px;
    padding-bottom: 80px;
    text-align: center;
}

.statistic_wrap {
    /* text-align:center; */
}

.statistic .slogan {
    text-align: center;
}

.statistic .statistic_blocks {
    display: flex;
    /* margin: 0 auto; */
    /* justify-content: space-between; */
}

.statistic .statistic_blocks {
    display: flex;
    margin-top: 60px;
    justify-content: space-around;
}

.statistic .statistic_blocks>div {
    text-align: center;
    align-items: center;
    display: flex;
    flex-direction: column;
}

.statistic .block_img {}

.statistic .block_digit {
    font-weight: 700;
    font-size: 56px;
    line-height: 68px;
    text-align: center;
    color: #C51F3A;
    margin: 15px 0;
}

.statistic .block_details {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #282828;
}

.partner {
    text-align: center;
    padding: 80px 0;
}

.partner .partner_wrap {}

.partner .container {}

.partner .slogan {}

.contact {
    margin-bottom: 80px;
    /* width: 100%; */
}

.contact_wrap {
    padding: 60px;
    border: 1px solid #003399;
    display: flex;
    justify-content: space-between;
    background-color: #fff;

}

.contact_left {
    /* flex:0 0 50%; */
}

.contact_right {
    flex: 0 0 50%;
}

.mail_source a {
    color: #373737;
}

.contact_name {
    font-weight: bold;
    margin-top: 35px;
}

.text_wrapper {
    display: flex;
    justify-content: flex-start;
    padding: 14px 0;
}

.social .social_links {
    display: flex;
    margin-top: 15px;
}

.social_links li {
    margin-right: 25px;
}

.conact_btn {
    padding-top: 60px;
}

.conact_btn .ring {
    /* width: 167px; */
    height: 48px;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
}

.wrap_posts {
    /* display: flex;
 justify-content: space-between; */
    /* width: 100%; */
}

.remodal .send_form {
    width: 630px;
    /* height: 584px; */
}

.remodal .mail_phone {
    display: flex;
    justify-content: space-between;
    /* align-items: center; */
}

.remodal .mail_phone input,
.remodal .mail_phone label {
    width: 275px;

}

.remodal input,
.remodal label {}

.mail_wrap,
.phone_wrap {
    display: flex;
    flex-direction: column;
}

.remodal .remark {
    margin: 10px 0;
}
.remodalphone {
  width: 470px;
  max-width: 100%;
  padding: 30px 60px;
  text-align: left;
  background-color: #fff;
  -webkit-box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
}

.modal-call__title {
  font-style: normal;
  font-weight: 900;
  font-size: 26px;
  line-height: 35px;
  letter-spacing: -0.01em;
  margin-bottom: 30px;
}

.modal-call__subtitle {
  font-weight: 900;
  font-size: 14px;
  line-height: 19px;
}

.modal-call__stat {
  font-size: 30px;
  line-height: 41px;
  margin-bottom: 25px;
  display: block;
}

.modal-call__mobile {
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  margin-top: 4px;
}

.modal-call__mobile a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-top: 16px;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #373737;
}

.modal-call__mobile img {
  width: 16px;
  margin-right: 10px;
}
.remodalphone .tel_text {
    font-style: normal;
    font-weight: 600;
   font-size:18px;
    margin-bottom:10px
    
   
}




/* END HOME */

/* blog */

/* evacuator */

.top_content_wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 20px;
    background-color: #fff;
}

.top_content_wrap .bread__inner {
    grid-column: 1 / -1;
}

.top_content {
    background-color: #fff;
    padding-bottom: 80px;
    padding-top: 80px;
}

.top_content .top_left {
    padding: 0;
}

.service_item {
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    color: #282828;
    margin: 10px 0;
}

.color_red {
    font-weight: 900;
    /* font-size: 18px;  */
    line-height: 22px;
    color: #C51F3A;
    margin-left: 5px;
}

.color_red_small {
    font-weight: 800;
    color: #C51F3A;
    margin-left: 5px;
}

.small_link {
    width: 134px;
    height: 48px;
}

.text_top_content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-top: 25px;
    height: 400px;
}

.text_top_content.outher {}

.service_ifo.outher_block {
    margin-bottom: auto;
    margin-top: 20px;
}


.img_top_content {
    display: flex;
    height: 400px;
}

.img_top_content img {
    max-width: 100%;
    object-fit: contain;
    height: auto;
}

.list_text {
    list-style-type: disc;
    list-style-position: inside;
}

.text_top_content.small {
    background-color: #fff;
    padding: 60px;
    margin-bottom: 20px;
    height: 474px;
}

.top_content_wrap.small {
    padding: 60px;
    margin-bottom: 20px;
    background-color: #fff;
}

.top_content .text_top_content h1 {
    margin-bottom: 0;
}

.wrap_page {
    display: flex;
    padding: 40px 0;
    justify-content: space-between;
}


/* find */

.find_link {
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: #C51F3A;
    margin-top: 20px;
    display: inline-block;

}

.full_page a {
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: #C51F3A;
    text-decoration: underline;
}

.mobNav {
    display: none;
}

/* языковое меню */

.dropdown-menu ul {
    margin: 0;
    /*   padding: 10px 20px 10px; */
    width: 100%;
    list-style: none;
    display: none;
    position: relative;
    z-index: 1111111111111111111111111111111111111111;
    background-color: RGBA(255, 255, 255, 0.9);
    box-shadow: 0px 10px 16px -5px rgba(0, 0, 0, 0.75);
}

.dropdown-menu ul li {
    /* background: #0085b6; */
    /* height: 35px; */
    /* padding-left: 40px; */
}

.dropdown-menu ul li:hover {
    /* background: #1d9fcb; */
}

.dropdown-menu ul li a {
    display: block;
    /* width: 100%; */
    /* padding: 5px 35px; */
    /* text-decoration: none; */
    /* font-size: 15px; */
    /* color: #fff; */
}

.dropdown-menu ul li:first-child a {}

.dropdown-menu ul li:nth-child(2) a {}

.dropdown-menu ul li:last-child a {}

.dropdown-menu li a {
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: #003399;
    text-transform: capitalize;
}

.dropdown-menu .title {
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: #003399;
    text-transform: capitalize;
    border: none;
    background: none;
    padding: 22px 20px;
    display: inline-flex;
    /* align-items:center; */
}

.dropdown-menu {
    /* display:flex; */
    align-items: center;
    flex-wrap: wrap;
    width: 90px;
    vertical-align: middle;
}

.dropdown-menu .title::after {
    content: "";
    /* float: right; */
    display: block;
    background: url(img/arrow_down.svg) no-repeat 10px center;
    width: 30px;
    height: 20px;
    /* margin-right: 10px; */
    /* display: inline-flex; */
    align-items: flex-end;
}

.dropdown-menu.open .title {
    /* color: #fff;
  border-bottom: 4px solid #1d9fcb; */
}

.dropdown-menu.open .title::after {
    background: url(img/arrow_up.svg) no-repeat 10px center;
}

.dropdown-menu.open ul {
    display: block;
}

ul.lang {
    padding: 0 0;
}

ul.lang li {
    transition: .5s;
    padding: 3px 20px;
    /*   text-align:center */
}

ul.lang li a {
    transition: .5s;
}

ul.lang li:hover {
    background-color: #C51F3A;
}

ul.lang li:hover a {
    color: #fff;
}


/* .alignleft {float:left;margin-right:10px;}
.alignright {float:right; margin-left:10px;}
.aligncenter {margin-left:auto; margin-right:auto; display:block} */

/* Сотрудничество */

.block_wrap {
    display: grid;
    grid-template-columns: 3fr 1fr;
    gap: 25px;
}

.block_wrap:nth-child(2n+1) {
    grid-template-columns: 1fr 3fr;
}

.block_wrap .list {
    background-color: #fff;
    padding: 0px 25px 25px;
}

.block_wrap .list ul {
    list-style-position: outside;
}

.block_wrap:not(:last-child) {
    margin-bottom: 25px;
}

.block_wrap .img img {
    height: 100%;
    max-width: 100%;
}




/* media */


/*========== Desktop First Method ==========*/



/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {
    img {
        max-width: 100%;
    }

    .tel_img_mob {
        display: block;
        margin-right: 50px;
    }

    .text_block img {
        max-width: none;
    }

    .header {
        box-shadow: 0px 2px 14px rgba(0, 0, 0, 0.1);
    }

    .tel_img_mob {
        display: none;
    }

    body {
        padding-top: 64px;
    }

    .container {
        /*         width: auto; */
        width: calc(100% - 40px);
    }

    .grid-container {
        display: grid;
        grid-template-columns:repeat(auto-fit, minmax(340px, 1fr));
        grid-gap: 20px;
        width: 100%;
    }

    .contact_wrap {
        display: block;
        border: none;

    }

    .conact_btn {
        text-align: center;
        padding-top: 25px
    }

    .conact_btn a {
        display: inline-flex;
    }

    .contact_left {
        margin-bottom: 25px;
    }

    .contact_left h2 {
        text-align: center;
    }

    .contact_right {
        /* width: 100%; */
    }

    .contact_right img {
        width: 100%;
    }

    .footer_logo {
        margin-right: 140px;
    }

    /* page */

    .wrap_page {
        display: block;
        padding: 40px 0;
        justify-content: space-between;
    }

    /* forma */
    .send_form {
        margin: 0 auto;
    }


    .top_menu {
        display: none;
    }

    .nav {
        width: auto;
        padding-left: 0;
        order: -1;
    }

    .header_top {
        display: none;
    }

    .header {
        height: 64px;
        width: 100%;
        overflow:hidden;
    }

    .logo {
        flex: 0 0 64px;
        /* margin: 0 auto; */
        margin-right: auto;
        /*         margin-left:60px; */
    }

    .logo img {
        width: 64px;
        height: 64px;
    }

    .header_right {
        width: auto;
    }

    .searchTerm {
        width: 90%;
    }

    .wrap_search {
        flex: 1;

    }

    .partner {

        padding: 40px 0;
    }

    .contact {
        margin-bottom: 40px;

    }

    .welcom {
        height: calc(100vh - 64px);
    }

    .welcom.evacuator {
        /* height: calc(100vh - 64px); */
    }


    /* * mob menu */

    .header-toggle {
        display: block;
        -webkit-transition: all 0.1s;
        /* transition: all 0.1s; */
        width: 30px;
        height: 30px;
        background: url(./img/menu_gamb.svg) center/cover;
        cursor: pointer;
        padding: 5px;
        margin-right: 50px;
    }

    .header-toggle.active {
        width: 30px;
        height: 30px;
        background: url(./img/menu_close.svg) center/cover;
    }

    .mobNav {}

    .mobNav .mob_headertop .top_left {
        display: flex;
        justify-content: flex-start;
        padding: 0;
    }

    .mobNav .mob_headertop a.ring {
        color: #fff;
        /* width: 138px; */
        height: 60px;
        font-weight: 600;
        font-size: 14px;
        line-height: 20px;
    }

    .mobNav .mob_headertop a.ring:hover {
        opacity: 0.8;
    }

    .mobNav .mob_headertop a {
        padding: 5px 0;


    }

    .mobNav .mob_headertop .tel_text {
        margin-bottom: 5px;

    }

    .mobNav .mob_headertop .tel_text a {
        font-weight: 600;
        font-size: 12px;
        line-height: 16px;
        color: #003399;
    }




    .mob_headertop {
        margin-top: 30px;
    }

    .mob_headertop .top_right {
        margin-top: 35px;
    }

    .mobNav {
        /* display: block; */
        position: absolute;
        top: 64px;
        z-index: 21;
        width: 100%;
        padding-bottom: 30px;
        box-shadow: 0px 5px 14px rgba(0, 0, 0, 0.1);
    }

    .tel_img_mob {
        display: none;
    }


/* burger */

.burger {
    width: 24px;
    height: 16px;
    cursor: pointer;
    position: relative;
    margin-right: 25px;
}

.burger__line {
    display: block;
    width: 100%;
    height: 2px;
    background-color: #282828;
    position: absolute;
    left: 0;
    transition: .3s all linear;
}

.burger__line_first {
    top: 0;
}

.burger__line_second,
.burger__line_third {
    top: 50%;
    transform: translateY(-50%);
}

.burger__line_fourth {
    bottom: 0;
}

.burger_active .burger__line_first,
.burger_active .burger__line_fourth {
    opacity: 0;
}

.burger_active .burger__line_second {
    transform: translateY(-50%) rotate(45deg);
}

.burger_active .burger__line_third {
    transform: translateY(-50%) rotate(-45deg);
}







}





/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
    .statistic .statistic_blocks {
        display: block;

    }

    h1 {

        font-size: 32px;
        line-height: 38px;
        color: #282828;
    }

    h2 {

        font-size: 30px;
        line-height: 36px;

    }

    h3,
    h3 a {
        font-size: 26px;
        line-height: 33px;
        color: #282828;
        margin: 25px 0;
    }

    .wrap_post_text {

        margin-right: 25px;
    }

    .img_post {
        min-width: 220px;
    }


    .statistic_blocks>div:not(:last-child) {
        margin-bottom: 40px;
    }

    .footer_logo {
        width: 100px;
        margin-right: 20px;
    }

    .footer_logo img {
        max-width: 100%;
    }

    .text_wrap_center img {
        max-width: 100%;
    }

    .list_footer li a {
        font-size: 12px;
        line-height: 18px;
        color: rgba(255, 255, 255, 0.7);
    }

    /* evacuator */

    .top_content_wrap {
        display: grid;
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .welcom_wrap {

        padding: 80px 0;

    }

    .welcom .bread__inner {
        margin-top: 0px;
        margin-bottom: 95px;
    }


}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {

    /*Disable Animation on Mobile Devices*/
    .animated {
        /*CSS transitions*/
        -o-transition-property: none !important;
        -moz-transition-property: none !important;
        -ms-transition-property: none !important;
        -webkit-transition-property: none !important;
        transition-property: none !important;
        /*CSS transforms*/
        -o-transform: none !important;
        -moz-transform: none !important;
        -ms-transform: none !important;
        -webkit-transform: none !important;
        transform: none !important;
        /*CSS animations*/
        -webkit-animation: none !important;
        -moz-animation: none !important;
        -o-animation: none !important;
        -ms-animation: none !important;
        animation: none !important;
    }

    .welcom,
    .welcom.evacuator {
        /* height: 760px; */
        position: relative;
        /* mix-blend-mode: multiply; */
        background-position: center;
    }

    .footer_menu_left {
        display: grid;
        grid-template-columns: 1fr;


    }

    .footer_wrap {
        display: flex;
        flex-direction: column;
        /* justify-content: flex-start; */
        /* flex-wrap: wrap; */
        padding: 30px 0;
    }

    .footer_text {
        display: flex;
        justify-content: space-between;
        flex: 1;
        flex-direction: row;
        margin-top: 20px
    }

    .footer_centr {

        flex: 1 0 100%;

    }

    .text_wrap_center {
        display: flex;
        flex-wrap: wrap;
        flex: 1;
        margin-right: 10px;
        flex-direction: column;
    }

    .wrap_h4 {
        flex: auto;
    }

    .footer_centr {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        flex-direction: column;
    }

    .footer_centr .list_second {
        margin: 0 0 20px 0;
    }

    .wrap_h4 {
        margin-bottom: 20px;
        padding-bottom: 0px;
    }

    .wrap_h4 h4 {
        margin-bottom: 10px;
    }

    /* blog */
    .img_post {
        text-align: center;
        width: 100%;
        display: flex;
        justify-content: center;
        margin-top: 20px;
    }

    .wrap_post_text {
        margin-right: 0;
    }

    .post_wrap {
        flex-direction: column;
        /* align-items:center; */
        justify-content: center;
    }

    /* evacuator */
    .main_content .tel_wrap .tel_item li {
        margin-bottom: 0;
    }

    /* evacuator posts */
    .slogan2.price_top {
        margin-top: 20px;
    }

    .remodal .send_form {
        width: 370px;
        height: auto;
    }

    .remodal .mail_phone {
        display: flex;
        flex-direction: column;
    }

    .block_wrap {
        display: grid;
        grid-template-columns:1fr;
        gap: 25px;
    }

    .block_wrap:nth-child(2n+1) {
        grid-template-columns:1fr;
    }

    .block_wrap .img {
        order: -1;
        /* text-align: center; */
        justify-content: center;
    }

    .block_wrap .img img {
        margin: 0 auto;
        height: auto;
    }

    .remodal .mail_phone input,
    .remodal .mail_phone label {
        width: 100%;
    }

    .iti__country-list {
        width: 308px;
    }

    .remodal .iti__country-list {
        width: 308px;
    }

}

@media only screen and (max-width : 600px) {

    .wrap_search {
        display: none;
    }

    main_content h2 {}

    .main_content img {
        object-fit: contain;
    }

    .top_content_wrap.small {
        padding: 30px;

    }

    .img_top_content {

        height: auto;
    }


}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {




    .logo {
        /* margin-right: auto; */
        margin-left: 30px;
        /* flex: 1; */
    }

    .tel_img_mob {
        margin-right: 0;
        /* flex: 1 0 34px; */
    }

    .tel_img_mob img {
        width: 36px;
    }

    .main_content.posts {
        padding-top: 40px;
    }

    .header-toggle {
        margin-right: 0;
    }

    .welcom_head h1 {
        font-size: 40px;
        line-height: 60px;

    }

    .top_content_wrap .small_link {
        margin-left: auto;
        margin-right: auto;
    }

    .welcom_wrap {
        height: 100%;
        /* padding: 120px 0; */
        display: flex;
        justify-content: center;
        text-align: center;
        /* width: 100%; */
    }

    .welcom_head::after {
        content: "";
        bottom: 0;
        left: calc(50% - 36px);
        margin: 0 auto;
        width: 72px;
        height: 4px;
    }

    .slogan2 {
        font-weight: 500;
        font-size: 24px;
        line-height: 36px;
        color: #FFFFFF;
        margin: auto 0;
        width: auto;
        padding-left: 5px;
        padding-right: 5px
    }

    .welcom_link a {
        display: inline-block;
    }

    .send_form {
        /* width: auto; */
    }

    .top_content_wrap.small {
        /* padding:30px 40px; */
    }

    .contact {
        margin-bottom: 0;
    }

    .mobNav .mob_headertop a.ring {

        width: 100%;
    }

    .top_right {
        margin-left: -35px;
        margin-right: -35px;
    }

    .mobNav {
        padding-bottom: 0;
    }

    .wrap_search {
        display: none;
    }

    .contact_map {
        margin: 0 -70px -60px -70px;
    }

    h1 {
        font-size: 30px;
        line-height: 1.2;
        color: #282828;
    }

    h2 {

        font-size: 28px;
        line-height: 34px;
        text-align: center;

    }


    h3,
    h3 a {
        font-size: 22px;
        line-height: 26px;
        color: #282828;
        margin: 15px 0;
    }

    .col_right .send_form {
        width: 100%;
    }

    .service_ifo {
        /*  text-align:center; */
    }

    .container {
        /*         width: auto; */
        width: calc(100% - 10px);
    }
     .col_right .iti__country-list {max-width: 73vw;/* width:calc(100% - 20px); *//* width: 100%; */}


}


@media only screen and (max-width : 380px) {

    .welcom_head h1 {
        font-size: 30px;
        line-height: 40px;
    }

    /*  h2 {
    font-size: 25px;
 line-height: 30px;
 } */

    .main_content h2 {
        font-size: 19px;
        line-height: 25px;

    }

    .statistic .block_digit {

        font-size: 45px;
        line-height: 50px;

    }

    .text_wrapper {}

    .contact_box .tel_item {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .main_content h1 {

        font-size: 20px;
        line-height: 1;

    }

    .service_item {

        font-size: 15px;
        line-height: 18px;

    }

    .service_item .color_red {
        font-weight: 900;
        font-size: 15px;
        line-height: 18px;

    }

    .bread__inner span a span {
        font-size: 11px;
        line-height: 12px;

    }

    .bread__inner .bread__last {
        font-size: 11px;
        line-height: 12px;
    }

/*     .main_content p {
        font-size: 12px
    }
 */
    .country-phone input {
        width: 140px;
        margin: 0;
        border: none;
        height: 30px;
    }

    .country-phone-options {
        width: 257px;

    }

    .remodal .country-phone-options {
        width: 249px;

    }

    .remodal-close {
        right: 5px;

    }

    .grid-container {

       grid-template-columns:1fr;


    }

    .remodal .send_form {
        width: 350px;

    }

    .send_form {
        width: 350px;

    }

    .iti__country-list {
        /* width: 288px; */
    }

    .remodal .iti__country-list {
        width: 288px;
    }

    .col_right .iti__country-list {
        /* width: 261px; */
    }





}