/* базовые стили */
*{
    box-sizing: border-box;
    outline: none;
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
    padding: 0;
    margin: 0;
}
table {
    border-spacing: 0;
    border-collapse: collapse;
}
fieldset,img {
    border: 0;
}
address,caption,cite,code,dfn,em,strong,th,var {
    font-weight: normal;
    font-style: normal;
}
caption,th {
    text-align: left;
}
h1,h2,h3,h4,h5,h6 {
    font-size: 100%;
    font-weight: normal;
}
q:before,q:after {
    content:'';
}
abbr,acronym {
    border: 0;
}
/* cyrillic */
@font-face {
    font-family: 'helveticaneuecyr';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('../fonts/helveticaneuecyr-roman.ttf') format('truetype');
}
@font-face {
    font-family: 'helveticaneuecyr-italic';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('../fonts/HelveticaNeueCyr-BoldItalic.otf') format('opentype');
}
@font-face {
    font-family: 'helveticaneuecyr';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('../fonts/helveticaneuecyr-bold.ttf') format('truetype');
}
body{
    font: 16px 'helveticaneuecyr', sans-serif;
    font-weight: 400;
    color: #669acc;
    min-width: 320px;
    background: #fff;
    position: relative;
}
body.no-overflow {
    overflow: hidden;
}
.clearfix:after{
    content: '';
    display: block;
    clear: both;
    overflow: hidden;
}
.modal{
    display: none;
    width: 420px;
    padding: 30px !important;
}
a{
    cursor: pointer;
    text-decoration: none;
    color: #669acc;
    transition: .2s;
}
textarea{
    resize: none;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
    -webkit-appearance:none;
}
.scroller {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    visibility: hidden;
}
.page_wp{
    min-height: 100dvh;
    display: flex;
    flex-direction: column;
}
.page_wp img{
    display: inline-block;
    max-width: 100%;
    height: auto;
}
a:hover{
    text-decoration: none;
}
.scroller {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    visibility: hidden;
}
.flex{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.justify-content-start {
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
}
.justify-content-end {
    -webkit-box-pack: end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
}

.justify-content-center {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.justify-content-between {
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.justify-content-around {
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-around;
    justify-content: space-around;
}

.align-items-start {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}

.align-items-end {
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
}

.align-items-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.align-items-baseline {
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    -webkit-align-items: baseline;
    align-items: baseline;
}

.align-items-stretch {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    -webkit-align-items: stretch;
    align-items: stretch;
}
.scroller {
    width: 100%;
    height: 1px;
    visibility: hidden;
    position: fixed;
    z-index: -1;
    left: 0;
    top: 0;
    opacity: 0;
}
.wrapper{
    width: 100%;
    max-width: 1500px;
    margin: 0 auto;
    padding: 0 15px;
    position: relative;
    min-width: 320px;
}
header{
    padding: 50px 0 30px 0;
}
.header_left{
    width: 370px;
}
.header_right{
    width: calc(100% - 370px);
    position: relative;
    padding-left: 20px;
}
.phone_item{
    font-size: 24px;
    position: relative;
    z-index: 100;
    margin-right: 50px;
}
.phone_item div{
    margin-top: 5px;
}
.phone_item div:first-child{
    margin-top: 0;
}
.phone_item a{
    font-weight: 700;
}
.header_logo{
    position: absolute;
    left: 20px;
    bottom: -15px;
}
.header_address_block{
    font-size: 24px;
    position: relative;
    z-index: 100;
    margin-top: 20px;
}
.call_btn{
    width: 320px;
    height: 70px;
    border-radius: 15px;
    background: #cc0001;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    margin: -15px auto 0 auto;
    position: relative;
    z-index: 100;
}
.call_btn:hover{
    background: #333;
}
.topmenu{
    border-top: 1px solid #336699;
    border-bottom: 1px solid #336699;
    padding: 3px 0;
}
.topmenu li{
    list-style: none;
    position: relative;
}
.topmenu li>a{
    font-size: 20px;
    text-transform: uppercase;
    line-height: 1;
    display: flex;
    padding: 10px;
}
.topmenu li>a:hover{
    background: #336699;
    color: #fff;
}
.topmenu li:hover>a{
    background: #336699;
    color: #fff;
}
.topmenu li:hover .toggle_menu{
    opacity: 1;
    visibility: visible;
}
.left_menu{
    width: 320px;
}
.content{
    width: calc(100% - 320px);
    padding-left: 30px;
    padding-bottom: 60px;
}
.content p{
    font-size: 20px;
    line-height: 1.3;
    margin-top: 20px;
    text-align: justify;
}
.content p img{
    width: 100%;
    height: auto;
}
.content p strong{
    font-weight: 700;
}
.content p:first-child{
    margin-top: 0;
}
.content ul{
    margin-left: 20px;
    margin-top: 20px;
}
.content ul li{
    list-style: none;
    position: relative;
    padding-left: 20px;
    font-size: 20px;
    line-height: 1.3;
}
.content ul li:before{
    content: '';
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #336699;
    position: absolute;
    top: 11px;
    left: 0;
}
.quadro{
    position: relative;
    padding-left: 20px;
}
.quadro:before{
    content: '';
    width: 10px;
    height: 10px;
    background: #cc0001;
    position: absolute;
    top: 7px;
    left: 0;
}
.content h1{
    font-size: 28px;
    font-weight: 700;
    color: #cc0001;
}
.content h2{
    font-size: 24px;
    font-weight: 700;
    color: #cc0001;
}
.content p.red{
    color: #cc0001;
}
.content_wp{
    padding-top: 20px;
}
.quote{
    border: 1px solid #333;
    padding: 10px;
    text-align: right;
    font: 16px 'helveticaneuecyr-italic', sans-serif;
    margin-bottom: 15px;
}
.content p a{
    color: #cc0001;
    text-decoration: underline;
}
.content p a:hover{
    text-decoration: none;
}
.content ul li a{
    color: #cc0001;
    text-decoration: underline;
}
.content ul li a:hover{
    text-decoration: none;
}
.quote span{
    color: #9e1e1f;
    display: block;
    margin-top: 7px;
}
.lf_title{
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    padding-right: 30px;
    background: url("../images/ico1.jpg") no-repeat 86% center;
    background-size: 20px auto;
    margin-bottom: 15px;
}
.left_form{
    margin-top: 30px;
}
.cp_img{
    width: 300px;
}
.content_p_img_w2 .cp_img{
    width: 450px;
}
.cp_info{
    width: calc(100% - 300px);
    padding-right: 30px;
}
.content_p_img_w2 .cp_info {
    width: calc(100% - 450px);
}
.content_p_img{
    margin-top: 20px;
}
.toggle_menu{
    width: 280px;
    border: 1px solid #006699;
    padding: 10px;
    position: absolute;
    top: 50px;
    left: 0;
    background: #fff;
    z-index: 8900;
    opacity: 0;
    transition: .2s;
    visibility: hidden;
}
.toggle_menu:before {
    content: '';
    width: 100%;
    height: 14px;
    position: absolute;
    top: -13px;
    left: 0;
}
.toggle_menu a{
    display: block;
    font-size: 20px;
    text-transform: uppercase;
    margin-top: 5px;
}
.toggle_menu a:first-child{
    margin-top: 0;
}
.toggle_menu a:hover{
    color: #cc0001;
}
.content_inner p{
    font-size: 16px;
    margin-top: 13px;
}
.content_inner h2{
    font-size: 20px;
    color: #003366;
    margin-top: 20px;
}
.content_inner ul{
    margin-top: 15px;
}
.content_inner ul li{
    font-size: 16px;
}
.content_inner ul li:before
.s_links{
    max-width: 380px;
}
.s_links a{
    display: block;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
    padding-left: 20px;
    color: #cc0001;
    margin-bottom: 5px;
}
.s_links a:before{
    content: '';
    width: 10px;
    height: 10px;
    background: #cc0001;
    position: absolute;
    top: 5px;
    left: 0;
}
.s_links_blue a:before{
    background: #003366;
}
.s_links_color_v2 a{
    color: #003366;
}
.s_links_color_v2 a:hover{
    color: #cc0001;
}
.content_inner .quadro:before{
    top: 4px;
}
.s_links .back_btn{
    padding-left: 0;
    margin-bottom: 20px;
}
.s_links .back_btn:before{
    display: none;
}
.c_ico{
    width: 50px;
    margin-top: 20px;
}
.content_p_img_left .cp_info{
    padding-right: 0;
    padding-left: 30px;
}
h1 + .s_links{
    margin-top: 30px;
}
.c_address_block{
    font-size: 20px;
    margin-top: 20px;
}
.c_address_block span{
    color: #cc0001;
}
.c_address_block + h2{
    color: #333;
    margin-top: 30px;
}
.team_item{
    width: 350px;
    padding: 15px;
    border: 1px solid #006699;
}
.team_item img{
    width: 100%;
    height: auto;
}
.team_wp{
    margin-top: 20px;
}
.s_links_text_low a{
    text-transform: inherit;
}
.content_m2 p{
    margin-top: 3px;
}
.content_m2 h1 + p{
    margin-top: 30px;
}
.content_m2 h2{
    margin-bottom: 20px;
}
.sm_sub_links{
    padding-left: 20px;
}
.sm_sub_links a{
    padding-left: 0;
    font-weight: 400;
}
.sm_sub_links a:before{
    display: none;
}
.mm_link{
    display: none;
    width: 30px;
    height: 30px;
    background: url("../images/ico-burger.svg") no-repeat center center;
    background-size: 100% auto;
}
.cp_img .video_block{
    margin: 0;
}
.comment_bg{
    background: #E6F9FF;
}
.ed_comments td{
    padding: 5px;
    font-size: 18px;
}
.comment_line td:last-child{
    text-align: right;
}
.ed_form{
    margin-top: 20px;
    padding: 20px 0;
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
}
.ed_table{
    width: 600px;
    margin: 0 auto;
}
.ed_table td{
    padding: 5px 0;
}
.ed_comments{
    margin-top: 20px;
}
.lm_img{
    margin-bottom: 10px;
}
.video_play_block{
    position: relative;
    display: block;
}
.video_play_block:before{
    content: '';
    width: 100%;
    height: 100%;
    background: url("../images/play.png") no-repeat center center;
    background-size: 60px auto;
    position: absolute;
    top: 0;
    left: 0;
}
.header_logo_mob{
    display: none;
}
.comment_content {
    display: flex;
}
.comment-photo {
    width: 100px;
}
.comment-text {
    width: 100px;
    text-align: center;
    font-style: italic;
    font-size: 13px;
}
.comment-photo-wp {
    order: 2;
    padding: 20px;
}
.comment_big_text {
    order: 1;
}
.comment-photo img {
    width: 100px;
    height: auto;
}
.mob_menu{
    display: none;
}
.mt_top {
    margin-top: 7px;
}