/*
 * New Style:
 *
 * 100% - 16px
 * 95%  - 15px
 * 90%  - 14px
 * 80%  - 13px
 * 75%  - 12px
 * 70%  - 11px
 * 60%  - 10px
 * 55%  - 9px
 */

.tel-city {
    font: 28px arial;
    color: #E32E14;
    text-align: center;
}


/* ???????? ? ??????? ? ??????? ???????*/

.telefon {
    text-align: right;
}

.telefon1 {
    font: normal 16px/8px arial;
    color: white;
}

.telefon2 {
    font: bold 24px arial;
    color: #88E0FC;
}

.city {
    width: 100%;
    height: 400px;
    background-color: #597584;
    border: 0px solid brown;
}

.city-spb {
    width: 100%;
    height: 92px;
    background-color: #597584;
    border: 0px solid brown;
}

.city img {
    width: 343px;
    padding: 3px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    /*box-shadow: 0 1px 2px rgba(0,0,0,.090);*/
}

.city td,
.city-spb td {
    width: 50%;
    background-color: #fff;
    vertical-align: top;
    /*font: bold 17px/25px arial;*/
    /*color: #bb0000;*/
    text-align: left;
    padding: 8px;
    border: 5px solid #E8ECEE;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
}

.city td:hover,
.city-spb td:hover {
    background-color: #E8ECEE;
    border: 5px solid #fff;
    cursor: pointer;
    /*color: #bb0000;*/
}

.city td a,
.city-spb td a {
    text-decoration: none;
    /*color: #bb0000;*/
}

.city li,
.city-spb li {
    font: normal 17px arial;
    color: navy;
    padding: 0 0 18px 0;
}

.city span,
.city-spb span {
    background: #f1f1f1;
    background: linear-gradient(to top, #FE948C, #FED0CC);
    padding: 15px 10px;
    margin: 50px 0 50px 0;
    font: bold 18px arial;
    color: #00283e;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #004E68;
    -moz-box-shadow: 0px 0px 3px 1px #ccc;
    -webkit-box-shadow: 0px 0px 3px 1px #ccc;
    box-shadow: 0px 0px 3px 1px #ccc;
    filter: progid: DXImageTransform.Microsoft.shadow(direction=120, color=#cccccc, strength=0);
    cursor: pointer;
    text-shadow: 1px 1px 0px #fff;
}

.city span:hover,
.city-spb span:hover {
    background: #FED0CC;
    background: linear-gradient(to top, #ccc, #f1f1f1);
    color: #990000;
}

.city .city-font {
    width: 100%;
    font: normal 13px arial !important;
    color: blue;
    text-align: center;
}

#main {
    height: 100%;
    /*  width: 100%;*/
    border-top: 1 solid #597584;
    border-left: 1px solid #597584;
    border-right: 1px solid #597584;
    border-bottom: 1px solid #597584;
    background-color: #ffffff;
    margin: 0 0 0px 0;
    padding: 10 10 10px 10px;
}

h1 {
    color: #3a647f;
    font-family: Roboto;
    font-size: 24px;
    font-weight: 400;
    text-align: center;
    margin-bottom: 20px;
}

h1.spb {
    color: #006C97;
}

h1.cent {
    font: bold 140% Arial, Tahoma, Verdana;
    color: #e32e14;
    margin: 0px 0px 12px 0px;
    letter-spacing: 1;
    TEXT-ALIGN: center;
}

h2,
.h2 {
    color: #3a647f;
    font-family: Roboto;
    font-size: 24px;
    font-weight: 400;
    text-align: center;
    position: relative;
    /* width: auto; */
    /* border-bottom: 2px solid; */
    /* line-height: 45px; */
    margin-bottom: 50px;
    margin-top: 30px;
}

h2:before,
.h2:before {
    content: "";
    width: 180px;
    height: 2px;
    /* background-color: #4bc2c5; */
    position: absolute;
    bottom: -19px;
    border-bottom: 2px solid #4bc2c5;
    text-align: center;
    left: 50%;
    margin-left: -90px;
}

h3 {
    font: bold 110% Arial, Tahoma, Verdana;
    color: #003399;
    margin: 14px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    letter-spacing: 0;
    TEXT-ALIGN: left;
}


/*Common Style bb1219*/


/*BODY {scrollbar-base-color: #FF9900; SCROLLBAR-FACE-COLOR: #FFb000; SCROLLBAR-HIGHLIGHT-COLOR: #ffffff; SCROLLBAR-SHADOW-COLOR: #003366; SCROLLBAR-3DLIGHT-COLOR: #506498; SCROLLBAR-ARROW-COLOR: #000000; SCROLLBAR-TRACK-COLOR: #ff9900; scrollbar-dark-shadow-color: #000080}*/

.pointer {
    cursor: pointer;
    cursor: hand;
}

.bg_divider {
    font: bold 13px arial, verdana, sans-serif;
    color: #E32E14;
    background: url('pics/bg_divider.gif') right bottom repeat-x;
    padding: 4px 0 5px 0;
}

#transp a img {
    opacity: 1.0;
    -moz-opacity: 1.0;
    filter: alpha(opacity=100);
}

#transp a:hover img {
    opacity: 0.8;
    -moz-opacity: 0.8;
    filter: alpha(opacity=80);
}

.bg_divider_2 {
    font: bold 15px arial, verdana, sans-serif;
    color: #E32E14;
    text-align: ceter;
    padding: 1px 0px 5px 0px;
}

.bg_divider_2 A:link {
    COLOR: #E32E14;
    TEXT-DECORATION: none;
    FONT-WEIGHT: regular
}

.bg_divider_2 A:active {
    COLOR: #E32E14;
    TEXT-DECORATION: underline;
    FONT-WEIGHT: regular
}

.bg_divider_2 A:visited {
    COLOR: #E32E14;
    TEXT-DECORATION: none;
    FONT-WEIGHT: regular
}

.bg_divider_2 A:hover {
    COLOR: #E32E14;
    TEXT-DECORATION: underline;
    FONT-WEIGHT: regular
}

.pr {
    FONT-FAMILY: arial, verdana, sans-serif;
    COLOR: #ffffff;
    FONT-SIZE: 10pt;
    TEXT-DECORATION: none;
    TEXT-ALIGN: center;
    font-smooth: always
}

.content_vac {
    padding-right: 10px;
    padding-left: 0px;
    COLOR: #00283e;
    FONT-FAMILY: arial, verdana, sans-serif;
    FONT-SIZE: 10pt;
    TEXT-DECORATION: none;
    TEXT-ALIGN: left;
    font-smooth: always
}

.content_vac1 {
    padding-left: 0px;
    COLOR: #00283e;
    FONT-FAMILY: arial, verdana, sans-serif;
    FONT-SIZE: 10pt;
    TEXT-DECORATION: none;
    TEXT-ALIGN: left;
    font-smooth: always
}

.form_vac {
    BORDER-RIGHT: #295263 1px solid;
    BORDER-TOP: #295263 1px solid;
    BORDER-BOTTOM: #295263 1px solid;
    BORDER-LEFT: #295263 1px solid;
    FONT-SIZE: 10pt;
    COLOR: #00283e;
    FONT-FAMILY: arial, verdana;
    BACKGROUND-COLOR: #FFFDF6
}

.look {
    COLOR: #003399;
    FONT-FAMILY: arial, verdana, sans-serif, tahoma;
    FONT-SIZE: 10pt;
    padding-bottom: 0px;
    padding-top: 0px;
    padding-left: 2px;
    padding-right: 2px;
    TEXT-DECORATION: none;
    TEXT-ALIGN: justify;
    font-smooth: always
}

.look_grey {
    COLOR: #00283e;
    FONT-FAMILY: arial, verdana, sans-serif, tahoma;
    FONT-SIZE: 10pt;
    padding-bottom: 0px;
    padding-top: 0px;
    padding-left: 2px;
    padding-right: 2px;
    TEXT-DECORATION: none;
    TEXT-ALIGN: justify;
    font-smooth: always
}

.look_grey A:link {
    COLOR: red;
    TEXT-DECORATION: underline;
    FONT-WEIGHT: regular
}

.look_grey A:active {
    COLOR: #0033ff;
    TEXT-DECORATION: underline;
    FONT-WEIGHT: regular
}

.look_grey A:visited {
    COLOR: red;
    TEXT-DECORATION: underline;
    FONT-WEIGHT: regular
}

.look_grey A:hover {
    COLOR: #0033ff;
    TEXT-DECORATION: underline;
    FONT-WEIGHT: regular
}

#semibold {
    FONT-WEIGHT: 600;
}

OL {
    margin: 0px;
    padding: 0px;
    margin-left: 28px;
}

UL {
    margin: 0px;
    padding: 0px;
    margin-left: 20px;
}

LI {
    padding-left: 0px;
    padding-right: 0px;
    FONT-SIZE: 10pt;
    padding-bottom: 4px;
    padding-top: 0px;
}

.none LI {
    padding-left: 0px;
    padding-right: 0px;
    FONT-SIZE: 10pt;
    padding-bottom: 3px;
    padding-top: 2px;
}

.right_ol {
    FLOAT: right;
    MARGIN: 14px 0px 12px 12px;
    BORDER-RIGHT: #124764 1px solid;
    BORDER-TOP: #124764 1px solid;
    BORDER-LEFT: #124764 1px solid;
    BORDER-BOTTOM: #124764 1px solid
}

.left {
    FLOAT: left;
    MARGIN: 3px 12px 12px 0px;
    BORDER-RIGHT: #124764 1px solid;
    BORDER-TOP: #124764 1px solid;
    BORDER-LEFT: #124764 1px solid;
    BORDER-BOTTOM: #124764 1px solid
}

.left_none {
    FLOAT: left;
    MARGIN: 6px 10px 0px 0px;
}

.right {
    FLOAT: right;
    MARGIN: 3px 0px 12px 12px;
    BORDER-RIGHT: #124764 1px solid;
    BORDER-TOP: #124764 1px solid;
    BORDER-LEFT: #124764 1px solid;
    BORDER-BOTTOM: #124764 1px solid
}

.foto {
    BORDER-RIGHT: #124764 1px solid;
    BORDER-TOP: #124764 1px solid;
    BORDER-LEFT: #124764 1px solid;
    BORDER-BOTTOM: #124764 1px solid
}

.license {
    border: #ACBCC1 1px solid
}

.pole {
    TEXT-ALIGN: center;
    COLOR: #00283e;
    FONT-FAMILY: arial, verdana, sans-serif, tahoma;
    FONT-SIZE: 9pt;
    vertical-align: top;
    padding-bottom: 0px;
    padding-top: 5px;
    padding-left: 14px;
    padding-right: 14px;
}

.pole-w {
    background: white;
    border-right: 1px solid #597584;
    border-left: 1px solid #597584;
    border-bottom: 1px solid #597584;
}

.blok {
    vertical-align: top;
    padding-bottom: 0px;
    padding-top: 5px;
    padding-left: 14px;
    padding-right: 14px;
}

.content_form {
    BACKGROUND: #e8ecee;
    COLOR: #00283e;
    FONT-FAMILY: arial, verdana, sans-serif, tahoma;
    FONT-SIZE: 10pt;
    padding-bottom: 0px;
    padding-top: 0px;
    padding-left: 4px;
    padding-right: 4px;
    TEXT-ALIGN: justify;
    font-smooth: always
}

.content {
    BACKGROUND: #e8ecee;
    COLOR: #00283e;
    FONT-FAMILY: arial, verdana, sans-serif, tahoma;
    FONT-SIZE: 10pt;
    padding-bottom: 12px;
    padding-top: 12px;
    padding-left: 9px;
    padding-right: 9px;
    TEXT-ALIGN: justify;
    font-smooth: always
}

.content_in_table {
    COLOR: #00283e;
    FONT-FAMILY: arial, verdana, sans-serif, tahoma;
    FONT-SIZE: 10pt;
    padding: 0px;
    TEXT-ALIGN: left;
}

.content_blue {
    BACKGROUND: #CCD9F2;
    COLOR: #00283e;
    FONT-FAMILY: arial, verdana, sans-serif, tahoma;
    FONT-SIZE: 10pt;
    padding-bottom: 12px;
    padding-top: 12px;
    padding-left: 9px;
    padding-right: 9px;
    TEXT-ALIGN: justify;
    font-smooth: always
}

.content_b {
    BACKGROUND: #e8ecee;
    COLOR: #00283e;
    FONT-WEIGHT: bold;
    FONT-FAMILY: arial, verdana, sans-serif, tahoma;
    FONT-SIZE: 10pt;
    TEXT-ALIGN: justify;
    font-smooth: always
}

.content_cont {
    BACKGROUND: #D8DFE2;
    COLOR: #00283e;
    FONT-FAMILY: arial, verdana, sans-serif, tahoma;
    FONT-SIZE: 10pt;
    padding-bottom: 12px;
    padding-top: 12px;
    padding-left: 9px;
    padding-right: 9px;
    TEXT-ALIGN: justify;
    font-smooth: always
}

.title {
    COLOR: #e32e14;
    FONT-FAMILY: arial, tahoma, verdana, sans-serif;
    FONT-SIZE: 9pt;
    FONT-WEIGHT: bold;
    letter-spacing: 1;
    TEXT-ALIGN: left
}

.content_tab {
    COLOR: #00283e;
    FONT-FAMILY: arial, verdana, sans-serif, tahoma;
    FONT-SIZE: 9pt;
    padding-bottom: 0px;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    TEXT-ALIGN: left;
    font-smooth: always
}

.content_tab_p {
    COLOR: #00283e;
    /*FONT-FAMILY: arial, verdana, sans-serif, tahoma;*/
    FONT-SIZE: 9pt;
    padding-bottom: 3px;
    padding-top: 3px;
    padding-left: 3px;
    padding-right: 3px;
    TEXT-ALIGN: left;
    font-smooth: always
}

.tel {
    vertical-align: top;
    COLOR: #e32e14;
    FONT-FAMILY: arial, tahoma, verdana, sans-serif;
    FONT-SIZE: 11pt;
    FONT-WEIGHT: bold;
    letter-spacing: 0;
    TEXT-ALIGN: left
}

.counter {
    TEXT-ALIGN: center;
    vertical-align: top;
    padding-bottom: 12px;
    padding-top: 0px;
    padding-left: 14px;
    padding-right: 0px;
}

.footer1 {
    COLOR: #ffffff;
    FONT-FAMILY: tahoma, arial, verdana, sans-serif;
    FONT-SIZE: 8pt;
    padding-bottom: 0px;
    padding-top: 0px;
    padding-left: 12px;
    padding-right: 0px;
    TEXT-DECORATION: none;
    TEXT-ALIGN: left;
    font-smooth: always
}

.footer {
    COLOR: #ffffff;
    FONT-FAMILY: tahoma, arial, verdana, sans-serif;
    FONT-SIZE: 8pt;
    padding-bottom: 0px;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 12px;
    TEXT-DECORATION: none;
    TEXT-ALIGN: right;
    font-smooth: always
}

.footer A:link {
    COLOR: #ffffff;
    TEXT-DECORATION: none;
    FONT-WEIGHT: regular
}

.footer A:active {
    COLOR: #ffffff;
    TEXT-DECORATION: underline;
    FONT-WEIGHT: regular
}

.footer A:visited {
    COLOR: #ffffff;
    TEXT-DECORATION: none;
    FONT-WEIGHT: regular
}

.footer A:hover {
    COLOR: #ffffff;
    TEXT-DECORATION: underline;
    FONT-WEIGHT: regular
}

.link {
    FONT-WEIGHT: regular;
    COLOR: #00283e;
    FONT-FAMILY: arial, verdana, sans-serif, tahoma;
    FONT-SIZE: 9pt;
    padding-bottom: 10px;
    padding-top: 20px;
    padding-left: 9px;
    padding-right: 9px;
    TEXT-ALIGN: center;
    font-smooth: always
}

.link A:link {
    COLOR: #003399;
    TEXT-DECORATION: underline;
    FONT-WEIGHT: regular
}

.link A:active {
    COLOR: #e32e14;
    TEXT-DECORATION: underline;
    FONT-WEIGHT: regular
}

.link A:visited {
    COLOR: #003399;
    TEXT-DECORATION: underline;
    FONT-WEIGHT: regular
}

.link A:hover {
    COLOR: #e32e14;
    TEXT-DECORATION: underline;
    FONT-WEIGHT: regular
}

.line {
    vertical-align: top;
    padding-top: 0px;
    padding-bottom: 3px
}

.line2 {
    vertical-align: top;
    padding-top: 0px;
    padding-bottom: 2px
}

.line3 {
    vertical-align: bottom;
    padding-top: 1px;
    padding-bottom: 0px
}

.bort {
    padding-right: 1px
}

.drop {
    padding-top: 0px
}

.menu {
    FONT-FAMILY: Arial;
    COLOR: #ffffff;
    FONT-SIZE: 11pt;
    FONT-WEIGHT: 600;
    padding-bottom: 4px;
    padding-top: 5px;
    padding-left: 12px;
    padding-right: 10px;
    BACKGROUND: #597584
}

.menu A:link {
    COLOR: #E8ECEE;
    TEXT-DECORATION: none;
}

.menu A:active {
    COLOR: #ff0000;
    TEXT-DECORATION: none;
}

.menu A:visited {
    COLOR: #E8ECEE;
    TEXT-DECORATION: none;
}

.menu A:hover {
    COLOR: #ff0000;
    TEXT-DECORATION: none;
}

.menu_small {
    FONT-FAMILY: Arial;
    COLOR: #ffffff;
    FONT-SIZE: 8pt;
    FONT-WEIGHT: 600;
    padding-bottom: 4px;
    padding-top: 5px;
    padding-left: 22px;
    padding-right: 10px;
    BACKGROUND: #597584
}

.menu_small A:link {
    COLOR: #E8ECEE;
    TEXT-DECORATION: none;
}

.menu_small A:active {
    COLOR: #ff0000;
    TEXT-DECORATION: none;
}

.menu_small A:visited {
    COLOR: #E8ECEE;
    TEXT-DECORATION: none;
}

.menu_small A:hover {
    COLOR: #ff0000;
    TEXT-DECORATION: none;
}

.menu_banner {
    padding-bottom: 0px;
    padding-top: 5px;
    padding-left: 10px;
    padding-right: 10px;
    BACKGROUND: #597584
}

.menu2 {
    COLOR: #ffffff;
    FONT-FAMILY: arial;
    FONT-SIZE: 10pt;
    FONT-WEIGHT: 600;
    padding-bottom: 3px;
    padding-top: 3px;
    padding-left: 12px;
    padding-right: 10px;
    BACKGROUND: #597584
}

.menu2 A:link {
    COLOR: #ffffff;
    TEXT-DECORATION: none
}

.menu2 A:active {
    COLOR: #ff0000;
    TEXT-DECORATION: none
}

.menu2 A:visited {
    COLOR: #ffffff;
    TEXT-DECORATION: none
}

.menu2 A:hover {
    COLOR: #ff0000;
    TEXT-DECORATION: none
}

.menu3 {
    vertical-align: top;
    COLOR: #003399;
    FONT-FAMILY: arial;
    FONT-SIZE: 9pt;
    padding-bottom: 8px;
    padding-top: 12px;
    padding-left: 12px;
    padding-right: 12px
}

.menu3 A:link {
    COLOR: #003399;
    TEXT-DECORATION: none;
    FONT-WEIGHT: bold
}

.menu3 A:active {
    COLOR: #ff0000;
    TEXT-DECORATION: underline;
    FONT-WEIGHT: bold
}

.menu3 A:visited {
    COLOR: #003399;
    TEXT-DECORATION: none;
    FONT-WEIGHT: bold
}

.menu3 A:hover {
    COLOR: #ff0000;
    TEXT-DECORATION: underline;
    FONT-WEIGHT: bold
}

.news_date {
    vertical-align: top;
    COLOR: #005888;
    FONT-FAMILY: arial;
    FONT-SIZE: 7pt;
    FONT-WEIGHT: regular;
    padding-bottom: 10px;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 10px
}

.news {
    vertical-align: top;
    COLOR: #00283e;
    FONT-FAMILY: arial;
    FONT-SIZE: 9pt;
    FONT-WEIGHT: regular;
    padding-bottom: 0px;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 10px
}

.news A:link {
    COLOR: #0033ff;
    TEXT-DECORATION: underline;
    FONT-WEIGHT: regular
}

.news A:active {
    COLOR: #e32e14;
    TEXT-DECORATION: underline;
    FONT-WEIGHT: regular
}

.news A:visited {
    COLOR: #0033ff;
    TEXT-DECORATION: underline;
    FONT-WEIGHT: regular
}

.news A:hover {
    COLOR: #e32e14;
    TEXT-DECORATION: underline;
    FONT-WEIGHT: regular
}

.comment {
    COLOR: #bb1219;
    FONT-FAMILY: tahoma, verdana, sans-serif, arial;
    FONT-SIZE: 8pt;
    vertical-align: top;
    line-height: 10pt;
    letter-spacing: 0;
    padding-bottom: 0px;
    padding-top: 4px;
    padding-left: 0px;
    padding-right: 0px;
    FONT-WEIGHT: regular;
    TEXT-ALIGN: left;
    font-smooth: always
}

.spisok {
    COLOR: #3366cc;
    FONT-FAMILY: tahoma, verdana, sans-serif, arial;
    FONT-SIZE: 8pt;
    vertical-align: top;
    line-height: 14pt;
    letter-spacing: 1;
    padding-bottom: 15px;
    padding-top: 4px;
    padding-left: 17px;
    padding-right: 10px;
    FONT-WEIGHT: regular;
    TEXT-ALIGN: left;
    font-smooth: always
}

.spisok1 {
    COLOR: #3366cc;
    FONT-FAMILY: tahoma, verdana, sans-serif, arial;
    FONT-SIZE: 8pt;
    vertical-align: top;
    line-height: 14pt;
    letter-spacing: 1;
    padding-bottom: 15px;
    padding-top: 4px;
    padding-left: 5px;
    padding-right: 5px;
    FONT-WEIGHT: regular;
    TEXT-ALIGN: left;
    font-smooth: always
}

.spisok_small {
    COLOR: #3366cc;
    FONT-FAMILY: tahoma, verdana, sans-serif, arial;
    FONT-SIZE: 8pt;
    vertical-align: top;
    line-height: 10pt;
    letter-spacing: 1;
    padding-bottom: 15px;
    padding-top: 4px;
    padding-left: 0px;
    padding-right: 10px;
    FONT-WEIGHT: regular;
    TEXT-ALIGN: left;
    font-smooth: always
}

#spisok A:link {
    COLOR: #0000ff;
    TEXT-DECORATION: none;
    FONT-WEIGHT: bold
}

#spisok A:active {
    COLOR: #ff0000;
    TEXT-DECORATION: underline;
    FONT-WEIGHT: bold
}

#spisok A:visited {
    COLOR: #0000ff;
    TEXT-DECORATION: none;
    FONT-WEIGHT: bold
}

#spisok A:hover {
    COLOR: #ff0000;
    TEXT-DECORATION: underline;
    FONT-WEIGHT: bold;
    padding-left: 0px
}

.banner {
    vertical-align: top;
    padding-bottom: 7px;
    padding-top: 17px;
    padding-left: 0px;
    padding-right: 15px;
}

HR {
    COLOR: #597584;
    height: 1px;
    margin: 0px 0px 10px 0px;
}

HR.nw {
    COLOR: #597584;
    height: 1px;
    margin: 0px 0px 10px 0px;
}

.small {
    COLOR: #666666;
    FONT-FAMILY: verdana, tahoma, geneva, arial cyr, arial, helvetica, sans-serif;
    FONT-SIZE: 1pt;
    TEXT-DECORATION: none
}

.stateon1 {
    padding-bottom: 0px;
    padding-top: 5px;
    padding-left: 15px;
    FILTER: alpha(opacity=20)
}

.stateon {
    FILTER: alpha(opacity=80);
    border: 1px #124764 solid;
}

.stateoff {
    FILTER: alpha(opacity=100);
    border: 1px #124764 solid;
}

#rambler a img {
    opacity: 1.0;
    -moz-opacity: 1.0;
    filter: alpha(opacity=100);
}

#rambler a:hover img {
    opacity: 0.8;
    -moz-opacity: 0.8;
    filter: alpha(opacity=80);
}

#left {
    TEXT-ALIGN: left
}

#right {
    TEXT-ALIGN: right
}

#center {
    TEXT-ALIGN: center
}

#bg0 {
    BACKGROUND: #E8E8E8
}

#bg {
    BACKGROUND: #F8F8F8
}

#bg1 {
    BACKGROUND: #ADD0FD
}

#bg2 {
    BACKGROUND: #F0F3FB
}

#msearch {
    BACKGROUND: #A0B4D8
}

.cursiv {
    FONT-STYLE: ITALIC
}

#inpblue {
    BACKGROUND: #f0f3fb
}

#inpgrey {
    BACKGROUND: #FFEAEC
}

.strong {
    font-weight: bold;
}

.italic {
    font-style: italic;
}

.underline {
    text-decoration: underline;
}

.acenter {
    text-align: center;
}

.tbl {
    width: 100%;
    margin-bottom: 1em;
}

.tbl {
    border-collapse: collapse;
}

.tbl tr td {
    border: 1px solid #000;
    padding: 3px;
}

.tblv.fixwid td {
    width: 33%;
}

.tblv tr:first-child td {
    text-align: center;
}

.tblv {
    width: 100%;
    font-size: 14px;
    border-collapse: collapse;
    margin-bottom: 8px;
}

.tblv tr:first-child {
    background-color: #CCD9F2;
}

.tblv tr td {
    border: 2px solid rgb(0, 0, 128);
    padding: 3px;
}

.tblv tr td span {
    font-size: 14px;
}

.bltopemail {
    position: relative;
}

.preim {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    margin: 15px 0px 21px 0px;
}

.preim .preim_in {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.preim .preim_text {
    font-size: 10pt;
    padding: 0 5px;
}

.pricemosk,
.pricespb {
    text-align: center;
    margin-top: 21px;
}

#dspodpis-form .field-0,
#dspodpis-form .buttonform {
    display: inline-block;
    vertical-align: middle;
}

#dspodpis-form .buttonform {
    margin-top: 0px;
}

#dspodpis-form .improper-value {
    border: 1px solid #b21a41 !important;
}

#dspodpis-form {
    padding: 0px 10px;
}

.dspodpis [id*="formmessagereport"] .error-report {
    padding: 0 !important;
    text-align: center;
}

.yasearch .ya-site-form__input-text {
    width: 250px !important;
}

.yasearch .ya-site-form__input {
    text-align: right !important;
}

.container {
    width: 1280px;
    margin: 0 auto;
}

.logo {
    float: left;
    margin-right: 80px;
}

.block_piter {
    float: left;
    width: 205px;
    margin-right: 20px;
    margin-top: 20px;
}

.block_moscow {
    float: left;
    width: 210px;
    margin-right: 20px;
    margin-top: 20px;
}

.t24-7 {
    float: left;
    width: 130px;
    margin-right: 30px;
    color: #3a647f;
    font-size: 16px;
    margin-top: 20px;
}

.mail_block {
    float: left;
}

.mail_block {
    width: 117px;
    float: left;
}

.block_admi {
    float: right;
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
}

.block_admi img {
    margin-top: 12px;
}

body {
    font-family: 'Roboto', sans-serif;
}

.block-podpis {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    background: #eaeff3;
    border-radius: 15px;
    padding: 7px 0px 4px 0px;
}

#dspodpis-form {
    padding: 0px 10px;
}

#dspodpis-form #youemail {
    padding: 8px 9px;
    font-size: 14px;
    border: 1px solid #c3eef1;
    margin-bottom: 0;
}

#dspodpis-form input[type="submit"] {
    font-size: 14px;
    padding: 8px 9px;
    margin-top: 1px;
    background: #597584;
    opacity: 1;
}

.dspodpis-text {
    color: #597584;
    padding-bottom: 7px;
    font-size: 15px;
}

.block_piter a {
    color: #2c2c2c;
    font-family: Roboto;
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
}

.block_piter a::before,
.block_moscow a::before {
    content: url(/pics/icon_phone.png);
    width: 24px;
    height: 24px;
    margin-top: 5px;
    margin-right: 5px;
}

.block_piter a:hover {
    text-decoration: underline;
}

.block_moscow a {
    color: #2c2c2c;
    font-family: Roboto;
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
}

.block_moscow a:hover {
    text-decoration: underline;
}

.container.head_flex_container {
    margin-top: 30px;
}


/*
.logo {
    margin-top: 30px;
}

.block_piter {
    margin-top: 30px;
}

.block_moscow {
    margin-top: 30px;
}

.mail_block {
    margin-top: 30px;
}

.block_admi {
    margin-top: 30px;
}
*/

.block_piter span a,
.block_piter span,
.block_moscow span {
    color: #3a647f;
    font-family: Roboto;
    font-size: 15px;
    font-weight: 400;
    padding-top: 2px;
    display: block;
    text-transform: none;
    margin-left: 22px;
}

.block_moscow span a {
    color: #3a647f;
    font-family: Roboto;
    font-size: 15px;
    font-weight: 400;
    padding-top: 10px;
    display: block;
    text-transform: none;
}

.block_moscow a {
    /* color: #e56666; */
    /* font-family: Roboto; */
    /* font-size: 15px; */
    /* font-weight: 400; */
}

.mail_block a {
    color: #e56666;
    font-family: Roboto;
    font-size: 15px;
    font-weight: 400;
    /* padding-bottom: 10px; */
}

.obrzv {
    margin-top: 10px;
    color: #3a647f;
    /* font-family: Roboto; */
    font-size: 15px;
    font-weight: 400;
    cursor: pointer;
}

.obrzv:hover {
    text-decoration: underline;
}

.administr_form {
    width: 287px;
    height: 40px;
    border-radius: 2px;
    background-color: #FF7272;
    color: #ffffff;
    font-family: Roboto;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    /* Text style for "Ð¡ÐƒÐ Ð†Ð¡ÐÐ Â·Ð Â°Ð¡â€šÐ¡ÐŠÐ¡ÐƒÐ¡Ð" */
    letter-spacing: 0.13px;
    line-height: 40px;
    text-align: center;
}

@media(min-width:768px) and (max-width:768px) {
    .administr_form {
        width: 278px;
    }
    .call_me_btn {
        margin-left: 5px;
    }
}

.show_mobile_ic_pensil {
    display: none;
}

@media(max-width:600px) {
    .call_me_btn {
        margin-left: 5px;
        margin-top: -52px;
    }
    .administr_form {
        width: 40px;
        height: 40px;
        margin-top: 20px;
        /* margin-left: -50px; */
    }
    .show_mobile_ic_pensil {
        display: block;
        margin-left: 10px;
    }
    .logo img {
        width: 140px!important;
    }
    .after_logo {
        font-size: 7px!important;
    }
    .block_admi {
        margin-left: 50px!important;
    }
    .adapt_c {
        margin-left: -50px;
    }
}

@media(min-width:320px) and (max-width:320px) {
    .block_admi {
        margin-left: 17px!important;
    }
}

.call_me_btn {
    width: 40px;
    height: 40px;
    border-radius: 2px;
    background-color: #4bc2c5;
    color: #ffffff;
    font-family: Roboto;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    /* Text style for "Ð¡ÐƒÐ Ð†Ð¡ÐÐ Â·Ð Â°Ð¡â€šÐ¡ÐŠÐ¡ÐƒÐ¡Ð" */
    letter-spacing: 0.13px;
    line-height: 40px;
    text-align: center;
    margin-right: 10px;
}

.block_admi .obrzv {
    margin-top: 10px;
    color: white;
    /* font-family: Roboto; */
    font-size: 15px;
    font-weight: 400;
    cursor: pointer;
}

.block_admi .obrzv:hover {
    margin-top: 10px;
    color: white!important;
    /* font-family: Roboto; */
    font-size: 15px;
    font-weight: 400;
    cursor: pointer;
    text-decoration: none!important;
}

.clear {
    clear: both;
}

.menu_wrap {
    height: 53px;
    background-color: #3a647f;
    width: 100%;
    margin-top: 25px;
}

.menu_wrap ul li {
    float: left;
    /* color: #ffffff; */
    /* font-family: Roboto; */
    /* font-size: 15px; */
    /* font-weight: 400; */
    padding-bottom: 0px;
}

.menu_wrap ul {
    text-decoration: none;
    list-style: none;
}

.menu_wrap ul li a {
    color: #ffffff;
    font-family: Roboto;
    font-size: 15px;
    font-weight: 400;
    text-decoration: none;
    line-height: 53px;
    padding: 0px 25px;
}

li.first_item {
    position: relative;
    width: 275px;
    text-align: center;
    background-color: #ee7171;
}

.moscow_block {
    width: 48%;
    margin-right: 20px;
    width: 550px;
    padding: 40px;
    height: 262px;
    float: left;
    border-radius: 16px;
    padding-top: 30px;
    background-image: url(/images/mo.png);
}

.piter_block {
    width: 550px;
    padding: 40px;
    height: 262px;
    float: right;
    border-radius: 16px;
    padding-top: 30px;
    background-image: url(/images/pi.png);
}

.knopka span {
    color: #ffffff;
    font-family: Roboto;
    font-size: 22px;
    font-weight: 400;
}

.knopka a {
    display: block;
    color: #ffffff;
    font-family: Roboto;
    font-size: 20px;
    font-weight: 400;
    text-decoration: none;
    margin-top: 8px;
    margin-bottom: 20px;
}

.knopka {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.moscow_block ul li {
    color: #ffffff;
    font-family: Roboto;
    font-size: 15px;
    font-weight: 400;
}

ul {}

.moscow_block ul {
    margin-top: 35px;
}

.piter_block ul {
    margin-top: 35px;
}

.piter_block ul li {
    color: #ffffff;
    font-family: Roboto;
    font-size: 15px;
    font-weight: 400;
}

a.knopka_podrobnee {
    width: 167px;
    height: 40px;
    border-radius: 2px;
    border: 1px solid #ffffff;
    display: block;
    color: #fff;
    text-decoration: none;
    text-align: center;
    line-height: 40px;
    position: absolute;
    bottom: 47px;
    font-family: Roboto;
    font-size: 15px;
    font-weight: 500;
}

.moscow_block {
    position: relative;
}

.piter_block {
    position: relative;
}

.moscow_block ul li {
    line-height: 25px;
}

.piter_block ul li {
    line-height: 25px;
}

.container_preim_wrap {
    margin-top: 50px;
    margin-bottom: 50px;
    border-bottom: 1px solid rgba(58, 100, 127, 0.2);
}

span.container_pomo_first {
    background-image: url(/images/y1.png);
    display: block;
    width: 100%;
    height: 420px;
    position: relative;
    max-width: 100%;
    border-radius: 10px;
    background-size: cover;
    background-position: bottom left;
}

span.container_pomo_first_3line {
    background-image: url(/images/new_main_img_7.jpg);
    display: block;
    width: 100%;
    height: 420px;
    position: relative;
    max-width: 100%;
    border-radius: 10px;
    background-size: cover;
    background-position: bottom left;
}

span.container_pomo_first_3line:hover {
    background-image: url(/images/new_main_img_5.jpg);
}

span.container_pomo_first:hover {
    background-image: url(/images/v1h.png);
}

span.container_pomo_left_one {
    background-image: url(/images/y2.png);
    display: block;
    width: 490px;
    height: 200px;
    max-width: 100%;
    position: relative;
    border-radius: 10px;
}

span.container_pomo_left_one_line3 {
    background-image: url(/images/new_main_img_2.jpg);
    display: block;
    width: 490px;
    height: 200px;
    max-width: 100%;
    position: relative;
    border-radius: 10px;
}

span.container_pomo_left_one_line3:hover {
    background-image: url(/images/new_main_img_1.jpg);
}

span.container_pomo_left_one:hover {
    background-image: url(/images/v2h.png);
}

span.container_pomo_left {
    margin-right: 20px;
}

span.container_pomo_left_tw {
    background-image: url(/images/y3.png);
    display: block;
    width: 490px;
    height: 200px;
    margin-top: 20px;
    position: relative;
    max-width: 100%;
    border-radius: 10px;
}

span.container_pomo_left_tw_line3 {
    background-image: url(/images/new_main_img_9.jpg);
    display: block;
    width: 490px;
    height: 200px;
    margin-top: 20px;
    position: relative;
    max-width: 100%;
    border-radius: 10px;
}

span.container_pomo_left_tw_line3:hover {
    background-image: url(/images/new_main_img_8.jpg);
}

span.container_pomo_left_tw:hover {
    background-image: url(/images/v3h.png);
}

span.container_pomo_right {
    margin-right: 20px;
}

span.container_pomo_right_one {
    background-image: url(/images/y4.png);
    display: block;
    width: 490px;
    height: 200px;
    position: relative;
    max-width: 100%;
    border-radius: 10px;
}

span.container_pomo_right_one_line3 {
    background-image: url(/images/new_main_img_4.jpg);
    display: block;
    width: 490px;
    height: 200px;
    position: relative;
    max-width: 100%;
    border-radius: 10px;
}

span.container_pomo_right_one_line3:hover {
    background-image: url(/images/new_main_img_3.jpg);
}

span.container_pomo_right_one:hover {
    background-image: url(/images/v4h.png);
}

span.container_pomo_right_tw:hover {
    background-image: url(/images/v5h.png);
}

span.container_pomo_right_tw {
    background-image: url(/images/y5.png);
    display: block;
    width: 490px;
    height: 200px;
    margin-top: 20px;
    position: relative;
    max-width: 100%;
    border-radius: 10px;
}

span.container_pomo_right_tw_line3 {
    background-image: url(/images/new_main_img_11.jpg);
    display: block;
    width: 490px;
    height: 200px;
    margin-top: 20px;
    position: relative;
    max-width: 100%;
    border-radius: 10px;
}

span.container_pomo_right_tw_line3:hover {
    background-image: url(/images/new_main_img_10.jpg);
}

span.pomo_za {
    position: absolute;
    color: #ffffff;
    font-family: Roboto;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    bottom: 34px;
    left: 10px;
    line-height: 17px;
    min-height: 35px;
}

span.pomo_text {
    position: absolute;
    color: #ffffff;
    font-family: Roboto;
    font-size: 13px;
    font-weight: 400;
    bottom: 5px;
    left: 10px;
    line-height: 12px;
    min-height: 25px;
}

.text_pomo {
    color: #9cacb9;
    font-family: Roboto;
    font-size: 15px;
    font-weight: 400;
    text-align: center;
    margin: 40px 0px;
}

.brigada_wrap {
    background-color: #f1f7f8;
    padding-top: 20px;
    padding-bottom: 60px;
}

.brigada_wrap p {
    color: #505050;
    font-family: Roboto;
    font-size: 15px;
    font-weight: 400;
    padding-bottom: 15px;
}

.brigada_wrap a {
    color: #778d9b;
    line-height: 36px;
    text-decoration: underline;
    line-height: 24px;
}

.brigada_wrap a:hover {
    text-decoration: none;
}

body {
    margin: 0px;
}

.container p a {
    color: #2c2c2c;
}

.container p a:hover {
    text-decoration: none;
}

.ysl_wrap .container p {
    color: #505050;
    font-family: Roboto;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
}

.ysl_s_item {
    position: relative;
    margin-left: 75px;
    margin-top: 40px;
    margin-bottom: 40px;
}

.ysl_s_item2 {
    position: relative;
    margin-left: 75px;
    margin-top: 40px;
    margin-bottom: 40px;
}

.ysl_s_item3 {
    position: relative;
    margin-left: 75px;
    margin-top: 40px;
    margin-bottom: 40px;
}

.ysl_s_item span {
    display: block;
    color: #3a647f;
    /* font-family: "Roboto - Bold"; */
    font-weight: 700;
}

.ysl_s_item2 span {
    display: block;
    color: #3a647f;
    /* font-family: "Roboto - Bold"; */
    font-weight: 700;
}

.ysl_s_item3 span {
    display: block;
    color: #3a647f;
    /* font-family: "Roboto - Bold"; */
    font-weight: 700;
}

.ysl_s_item:before {
    content: "";
    background-image: url(/images/yy1.svg);
    width: 42px;
    height: 54px;
    position: absolute;
    left: -75px;
}

.ysl_s_item2:before {
    content: "";
    background-image: url(/images/yy2.svg);
    width: 55px;
    height: 42px;
    position: absolute;
    left: -75px;
}

.ysl_s_item3:before {
    content: "";
    background-image: url(/images/yy3.svg);
    width: 45px;
    height: 49px;
    position: absolute;
    left: -75px;
}

.zayavka {
    width: 225px;
    height: 40px;
    border-radius: 2px;
    background-color: #ee7171;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 50px;
}

.zayavka a {
    color: #fff;
    line-height: 40px;
    font-family: Roboto;
    font-size: 15px;
    font-weight: 500;
}

.container_perevozka {
    background-color: #f1f7f8;
    padding-bottom: 50px;
    overflow: hidden;
    padding-top: 50px;
}

.perevozka1 {
    min-height: 725px;
    background-image: url(/images/bl1.png);
    display: block;
    position: relative;
    width: 100%;
    padding: 40px;
    box-sizing: border-box;
    background-position: top left;
    border-radius: 10px;
    background-repeat: no-repeat;
    background-size: cover;
}

.perevozka2 {
    background-image: url(/images/bl2.png);
    display: block;
    float: left;
    position: relative;
    height: auto;
    padding: 40px;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    box-sizing: border-box;
    border-radius: 10px;
}

.perevozka3 {
    background-image: url(/images/bl3.png);
    display: block;
    float: left;
    position: relative;
    margin-top: 20px;
    width: 100%;
    height: auto;
    padding: 40px;
    background-size: cover;
    box-sizing: border-box;
    border-radius: 10px;
    background-position: right top;
}

.perevozka1 h2 {
    color: #ffffff;
    font-family: Roboto;
    font-size: 24px;
    font-weight: 400;
    text-align: left;
    padding: 0px;
    margin: 0px;
}

.perevozka1 h2:before {
    display: none;
}

.perevozka2 h2 {
    color: #ffffff;
    font-family: Roboto;
    font-size: 24px;
    font-weight: 400;
    text-align: left;
    padding: 0px;
    margin: 0px;
}

.perevozka3 h2 {
    color: #ffffff;
    font-family: Roboto;
    font-size: 24px;
    font-weight: 400;
    text-align: left;
    padding: 0px;
    margin: 0px;
}

.perevozka2 h2:before {
    display: none;
}

.perevozka3 h2:before {
    display: none;
}

.container_perevozka p {
    color: #ffffff;
    font-family: Roboto;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
}

.perevozka1 ul li {
    color: #ffffff;
    font-family: Roboto;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
}

.container_perevozka .podrob {
    color: #ffffff;
    font-family: Roboto;
    font-size: 15px;
    font-weight: 400;
    line-height: 36px;
    text-decoration: underline;
    cursor: pointer;
}

.container_perevozka .podrob:hover {
    text-decoration: none;
    cursor: pointer;
}

span.perevozka2_wrap {
    width: 486px;
    display: block;
    float: right;
}

span.perevozka3_wrap {
    width: 539px;
    display: block;
    float: left;
}

.wrap_footer {
    /* height: 380px; */
    background-color: #d8dfe2;
    /* margin-top: 100px; */
    position: relative;
    padding-top: 30px;
}

.wrap_footer_bottom {
    height: 50px;
    background-color: rgba(60, 96, 118, 0.3);
    margin: 0px;
    padding: 0px;
}

.wrap_footer_bottom p {
    line-height: 50px;
    display: block;
    margin: 0px;
    text-align: center;
    color: #778d9b;
    font-size: 13px;
    font-weight: 400;
}

.wrap_footer .block-podpis {
    background-image: url(/images/podpis.png);
    background-repeat: no-repeat;
    width: 100%;
    background-size: cover;
    border-radius: 0;
    padding: 48px;
    margin-bottom: 40px;
    box-sizing: border-box;
}

.wrap_footer .dspodpis-text span {
    color: #ffffff;
    font-family: Roboto;
    font-size: 22px;
    font-weight: 400;
    line-height: 24px;
    text-transform: uppercase;
}

.wrap_footer .dspodpis-text {
    color: #ffffff;
    font-family: Roboto;
    font-size: 15px;
    font-weight: 300;
    line-height: 24px;
    float: left;
}

.wrap_footer .dspodpis-text a {
    color: #ffffff;
    text-decoration: none;
}

.wrap_footer .dspodpis-text a:hover {
    text-decoration: underline;
}

.wrap_footer .dspodpis.ds-form {
    float: right;
}

.wrap_footer #dspodpis-form #youemail {
    width: 363px;
    height: 45px;
    border: 2px solid #ffffff;
    background-color: #3c6076;
    color: #fff;
    margin-right: 15px;
}

.wrap_footer #dspodpis-form input[type="submit"] {
    width: 197px;
    height: 45px;
    border-radius: 2px;
    background-color: #4bc2c5;
    margin-top: 0px;
    opacity: 1;
}

.wrap_footer #dspodpis-form #youemail::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #fff;
}

.wrap_footer #dspodpis-form #youemail::-moz-placeholder {
    /* Firefox 19+ */
    color: #fff;
}

.wrap_footer #dspodpis-form #youemail:-ms-input-placeholder {
    /* IE 10+ */
    color: #fff;
}

.wrap_footer #dspodpis-form #youemail:-moz-placeholder {
    /* Firefox 18- */
    color: #fff;
}

div#dspodpisformmessagereport p {
    color: #FFF;
}

.fot1 {
    width: 33.33%;
    float: left;
}

.fot2 {
    width: 33.33%;
    float: left;
}

.fot3 {
    width: 33.33%;
    float: left;
}

a.fotemail {
    color: #3a647f;
    font-family: Roboto;
    font-size: 15px;
    font-weight: 400;
    text-decoration: underline;
    text-align: center;
    position: relative;
    /* margin-left: 100px; */
    margin-bottom: 35px;
    display: block;
    width: 247px;
    margin-left: 16px;
}

a.fotemail:before {
    content: "";
    width: 18px;
    height: 13px;
    position: absolute;
    background-image: url(/images/mail.svg);
    margin-left: -28px;
    margin-top: 2px;
}

.fot1 .obrzv {
    width: 247px;
    height: 40px;
    border-radius: 2px;
    background-color: #ee7171;
    color: #ffffff;
    font-family: Roboto;
    font-size: 15px;
    font-weight: 500;
    line-height: 40px;
    text-align: center;
    margin-top: 10px;
}

.fot1 .administr_form {
    width: 247px;
}

.fot2 a.tellink {
    color: #3a647f;
    /* font-family: Roboto; */
    font-size: 17px;
    font-weight: 500;
    text-transform: uppercase;
    text-decoration: none;
    position: relative;
}

.fot2 a.tellink:hover,
.tellink:hover {
    color: #4BC2C5!important;
}

.fot2 a.tellink:before {
    content: "";
    width: 18px;
    height: 18px;
    position: absolute;
    background-image: url(/images/phone.svg);
    margin-left: -31px;
    margin-top: -1px;
}

.fot3 a.tellink:before {
    content: "";
    width: 18px;
    height: 18px;
    position: absolute;
    background-image: url(/images/phone.svg);
    margin-left: -31px;
    margin-top: -1px;
}

.fot3 a.tellink {
    color: #3a647f;
    /* font-family: Roboto; */
    font-size: 17px;
    font-weight: 500;
    text-transform: uppercase;
    text-decoration: none;
    position: relative;
}

.fot2 a.tellink:after {
    content: "";
    width: 60px;
    height: 2px;
    /* background-color: #4bc2c5; */
    position: absolute;
    bottom: -15px;
    border-bottom: 2px solid #4bc2c5;
    text-align: left;
    left: 0;
    /* margin-left: -90px; */
}

.fot3 a.tellink:after {
    content: "";
    width: 60px;
    height: 2px;
    /* background-color: #4bc2c5; */
    position: absolute;
    bottom: -15px;
    border-bottom: 2px solid #4bc2c5;
    text-align: left;
    left: 0;
    /* margin-left: -90px; */
}

.wrap_footer .adr {
    color: #3a647f;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 500;
    margin-top: 32px;
}

.wrap_footer .text {
    color: #505050;
    font-family: Roboto;
    font-size: 13px;
    font-weight: 400;
    line-height: 18px;
    margin-top: 22px;
    margin-bottom: 0px;
}

.wrap_footer .text span {
    font-style: italic;
}

.wrap_footer_menu {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.fot1 {
    margin-bottom: 50px;
}

.wrap_footer_menu_col1 {
    float: left;
    width: 20%;
    margin-top: 50px;
}

.wrap_footer_menu_col2 {
    float: left;
    width: 20%;
    margin-top: 50px;
}

.wrap_footer_menu_col3 {
    float: left;
    width: 20%;
    margin-top: 50px;
}

.wrap_footer_menu_col4 {
    float: left;
    width: 20%;
    margin-top: 50px;
}

.wrap_footer_menu_col5 {
    float: left;
    width: 20%;
    margin-top: 50px;
}

.wrap_footer_menu a {
    display: block;
    color: #667f8f;
    /* font-family: Roboto; */
    text-decoration: none;
    font-size: 13px;
    font-weight: 300;
    margin-bottom: 23px;
}

.left_menu {
    /* Style for "Ð ÑŸÐ¡Ð‚Ð¡ÐÐ Ñ˜Ð Ñ•Ð¡Ñ“Ð Ñ–Ð Ñ•Ð Â»Ð¡ÐŠ" */
    width: 275px;
    float: left;
    margin-right: 50px;
}

.right_content {
    width: 955px;
    float: left;
}

.br_glavnaya {
    float: left;
    color: #9cacb9;
    font-family: Roboto;
    font-size: 13px;
    font-weight: 400;
    line-height: 24px;
}

.br_glavnaya a {
    color: #9cacb9;
    font-family: Roboto;
    font-size: 13px;
    font-weight: 400;
    line-height: 24px;
}

.breadcrumbs li,
.breadcrumbs li a span,
.breadcrumbs li a {
    color: #9cacb9;
    font-family: Roboto;
    font-size: 13px;
    font-weight: 400;
    line-height: 24px;
    padding-left: 5px;
    display: block;
    float: left;
}

.breadcrumbs li {
    list-style-type: none;
    display: inline-block;
    margin-left: 2px;
}

.breadcrumbs ul {
    display: flex;
    margin-left: 0;
    width: 80%;
    justify-content: start;
}

.right_content h1 {
    color: #3a647f;
    font-family: Roboto;
    font-size: 24px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
}

.right_content p {
    color: #505050;
    font-family: Roboto;
    font-size: 15px;
    font-weight: 400;
}

.right_content ol,
.right_content li,
.right_content {
    /* color: #3a647f; */
    /* font-family: Roboto; */
    /* font-size: 15px; */
    /* font-weight: 500; */
    /* line-height: 24px; */
    color: #505050;
    font-family: Roboto;
    font-size: 15px;
    font-weight: 400;
    list-style-position: inside;
}

.right_content font,
.right_content .content_tab {
    color: #505050 !important;
    font-family: Roboto !important;
    font-size: 15px !important;
    font-weight: 400 !important;
    list-style-position: inside !important;
}

.right_content span.strong {
    color: #3a647f;
    /* font-family: "Roboto Medium"; */
    font-weight: 500;
    /*line-height: 36px;*/
}

.right_content ul li {
    /* color: #3a647f; */
    /* font-family: "Roboto Medium"; */
    /* font-weight: 500; */
    /* line-height: 24px; */
    color: #505050;
    font-family: Roboto;
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 15px;
}

.right_content ol li {
    color: #505050;
    font-family: Roboto;
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 15px;
}

span.news_item {
    /*vertical-align: top;
    display: inline-block;
    width: 290px;
    margin-right: 20px;*/
    text-align: center;
}

span.news_item:nth-child(5) {
    margin-right: 0px;
}

span.news_item img {
    display: block;
    max-width: 290px;
    margin: 0 auto;
    width: 100%;
}

span.news_item_text {
    color: #3a647f;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    display: block;
    margin-top: 22px;
    text-decoration: none;
}

span.news_item a {
    text-decoration: none;
}

.wrap_news {
    padding-top: 20px;
}

.pri_wrap {
    margin-top: 40px;
    display: block;
}

.pri_wrap span {
    color: #3a647f;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 500;
    margin-left: 20px;
    display: block;
    margin-bottom: 10px;
}

.pri_wrap a {
    display: inline-block;
    color: #3a647f;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    position: relative;
    margin-left: 40px;
    margin-bottom: 12px;
}

.pri_wrap a:before {
    content: "-";
    margin-right: 5px;
}

.pri_wrap a:hover {
    text-decoration: none;
}

.hidden_bl {
    display: none;
}

.kn_more {
    color: #ee7171;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 500;
    text-decoration: underline;
    margin-left: 40px;
    margin-top: 24px;
}

.kn_more:hover {
    text-decoration: none;
}

.wrap_mosc_left {
    background-image: url(/images/img_mos.png);
    width: 225px;
    height: 70px;
    padding: 25px;
    margin-bottom: 10px;
    margin-top: 10px;
}

.wrap_piter_left {
    background-image: url(/images/img_piter.png);
    width: 225px;
    height: 70px;
    padding: 25px;
}

.wrap_mosc_left span {
    color: #ffffff;
    font-family: Roboto;
    font-size: 13px;
    font-weight: 400;
    display: block;
}

.wrap_piter_left span {
    color: #ffffff;
    font-family: Roboto;
    font-size: 13px;
    font-weight: 400;
    display: block;
}

.wrap_mosc_left a {
    color: #ffffff;
    font-family: Roboto;
    font-size: 18px;
    font-weight: 400;
    text-decoration: none;
    margin-top: 10px;
    display: block;
}

.wrap_piter_left a {
    color: #ffffff;
    font-family: Roboto;
    font-size: 18px;
    font-weight: 400;
    text-decoration: none;
    margin-top: 10px;
    display: block;
}

.wrap_mosc_left a:hover {
    text-decoration: none;
}

.wrap_piter_left a:hover {
    text-decoration: underline;
}


/*.wrap_piter_left a.knopka_podrobnee {
    color: #c3d5e1;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 400;
    text-decoration: underline;
}*/

.wrap_mosc_left a.knopka_podrobnee {
    position: relative;
    color: #c3d5e1;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 400;
    text-decoration: underline;
    border: none;
    margin-top: 10px;
    bottom: 8px;
    left: 0px;
    width: auto;
    height: auto;
    text-align: left;
}

.wrap_piter_left a.knopka_podrobnee {
    position: relative;
    color: #c3d5e1;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 400;
    text-decoration: underline;
    border: none;
    margin-top: 10px;
    bottom: 8px;
    left: 0px;
    width: auto;
    height: auto;
    text-align: left;
}

.wrap_piter_left a.knopka_podrobnee:hover {
    text-decoration: none;
}

.wrap_mosc_left a.knopka_podrobnee:hover {
    text-decoration: none;
}

a.wrap_dogovor {
    width: 255px;
    height: 47px;
    background-color: #ee7171;
    color: #ffffff;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 500;
    display: block;
    margin-bottom: 5px;
    line-height: 47px;
    text-decoration: none;
    padding-left: 20px;
}

a.wrap_ser_opl {
    width: 255px;
    height: 47px;
    background-color: #3a647f;
    display: block;
    margin-bottom: 25px;
    color: #ffffff;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    line-height: 47px;
    padding-left: 20px;
}

ul.bok_menu li {
    list-style: none;
    width: 275px;
    height: 47px;
    background-color: #e8ecee;
    margin-bottom: 3px;
    color: #3a647f;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 500;
    position: relative;
    z-index: 80;
}

ul.bok_menu li ul li {
    display: none;
}

ul.bok_menu li a {
    color: #3a647f;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 500;
    line-height: 51px;
    display: block;
    text-decoration: none;
    padding-left: 20px;
    text-align: left;
}

ul.bok_menu {
    margin-left: 0px;
    margin-bottom: 25px;
}

ul.bok_menu li:hover ul {
    display: block;
    /* position: absolute; */
    display: block;
    margin-right: 300px;
    position: absolute;
    top: 0px;
    left: 100%;
    margin-left: 3px;
    width: 515px;
    background-color: #cee0f0;
    height: 100%;
}

ul.bok_menu li:hover ul li {
    display: block;
}

ul.bok_menu li ul li {
    list-style: none;
    width: 515px;
    height: 47px;
    background-color: #cee0f0;
    margin-bottom: 0px;
    border-bottom: 3px solid #fff;
    color: #3a647f;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 500;
    position: relative;
}

ul.bok_menu li:hover ul:before {
    content: "";
    width: 11px;
    height: 100%;
    position: absolute;
    left: -4px;
    top: 0;
    bottom: 0;
}

li.bokhov:before {
    content: "";
    background-image: url(/images/str.svg);
    width: 7px;
    height: 11px;
    position: absolute;
    right: 15px;
    top: 20px;
}

ul.bok_menu li ul li:hover a {
    text-decoration: underline;
}

ul.bok_menu li:hover {
    background-color: #cee0f0;
}

.spisok_klik ol {
    display: none;
}

.spisok_klik.highlight ol {
    display: block;
}

.pri_wrap.highlight .hidden_bl {
    display: block;
}

.pri_wrap.highlight .kn_more {
    display: none;
}

.car_wrap {
    /* padding: 40px; */
    /* height: 352px; */
    /* float: left; */
    background-image: url(/images/fon_sl.png);
    height: 734px;
}

.car_wrap_wrap {
    padding-top: 56px;
    background-image: url(/images/car.png);
    height: 516px;
}

div#tabs {
    width: 400px;
    margin-left: 40px;
    background: none;
    border: none;
}

.car_wrap .container {
    padding-top: 35px;
}

.ui-widget-header {
    border: none;
    background: none;
}

.car_wrap_wrap ul.ui-tabs-nav.ui-corner-all.ui-helper-reset.ui-helper-clearfix.ui-widget-header {
    background: none;
    border: none;
    border-bottom: 1px solid #3a647f;
}

.car_wrap_wrap li.ui-tabs-tab.ui-corner-top.ui-state-default.ui-tab.ui-tabs-active.ui-state-active {
    /* Style for "Ð ÑŸÐ¡Ð‚Ð¡ÐÐ Ñ˜Ð Ñ•Ð¡Ñ“Ð Ñ–Ð Ñ•Ð Â»Ð¡ÐŠ" */
    width: 175px;
    height: 44px;
    background-color: #fbfbfb;
    /*border-top: 1px solid rgba(194, 207, 215, 0.4);
    border-left: 1px solid rgba(194, 207, 215, 0.4);
    border-right: 1px solid rgba(194, 207, 215, 0.4);*/
    border-top: 1px solid #3a647f;
    border-left: 1px solid #3a647f;
    border-right: 1px solid #3a647f;
    color: #3a647f;
    font-family: Roboto;
    font-size: 15px;
    font-weight: 400;
    border-bottom: 1px solid #fff;
    line-height: 40px;
}

.car_wrap_wrap li.ui-tabs-tab.ui-corner-top.ui-state-default.ui-tab.ui-tabs-active.ui-state-active a {
    color: #3a647f;
    font-family: Roboto;
    font-size: 15px;
    font-weight: 400;
    text-align: center;
    /* width: 108px; */
    display: block;
    /* line-height: 33px; */
}

.car_wrap_wrap li.ui-tabs-tab.ui-corner-top.ui-state-default.ui-tab {
    border-radius: 2px;
    background-color: #e4e9ed;
    border-top: 1px solid rgba(194, 207, 215, 0.4);
    border-left: 1px solid rgba(194, 207, 215, 0.4);
    border-right: 1px solid rgba(194, 207, 215, 0.4);
    display: block;
    width: 175px;
    height: 45px;
}

.car_wrap_wrap li.ui-tabs-tab.ui-corner-top.ui-state-default.ui-tab a {
    color: #3a647f;
    font-family: Roboto;
    font-size: 15px;
    font-weight: 400;
    text-align: center;
    width: 100%;
    display: block;
    line-height: 45px;
    text-align: center;
    padding: 0px;
    display: block;
}

.car_wrap_wrap div#tabs a:focus {
    outline: none;
}

div#tabs span {
    color: #587595;
    font-family: Roboto;
    font-size: 21px;
    font-weight: 400;
    line-height: 30px;
    text-transform: uppercase;
    display: block;
}

.ui-tabs .ui-tabs-panel {
    padding: 0px !important;
}

#tabs div.ui-tabs-panel.ui-corner-bottom.ui-widget-content {
    border-width: 0;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    padding: 1em 1.4em;
    background: none;
    border-left: 1px solid #3a647f;
    max-height: 330px;
    max-width: 397px;
    margin-left: 3px;
    border-right: 1px solid #3a647f;
    border-bottom: 1px solid #3a647f;
    padding: 41px 5px 38px 13px !important;
}

div#tabs p {
    color: #606060;
    font-family: Roboto;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
}

div#tabs .zayavka {
    width: 205px;
    height: 40px;
    border-radius: 2px;
    background-color: #ee7171;
    color: #ffffff;
    font-family: Roboto;
    font-size: 15px;
    font-weight: 500;
    text-align: center;
    line-height: 40px;
    margin-top: 20px;
    margin-left: 0px;
}

ul.sp_li a {
    font-family: Roboto;
    font-size: 15px;
    font-weight: 400;
    line-height: 33px;
    text-decoration: underline;
    color: #587595;
}

.container_goroda {
    margin-top: -115px;
}

.yasearch {
    display: none;
}

.poisk {
    width: 50px;
    height: 55px;
    background: url(/images/poisk2.svg) repeat-y;
    float: right;
    cursor: pointer;
}

.yasearch {
    width: 215px;
    float: right;
}

.yasearch input {
    width: 150px;
    float: right;
    height: 35px;
    margin-top: 8px;
}

.yasearch input[type="submit"] {
    background: none !important;
    border: none;
    width: 50px;
    color: #fff;
    display: none;
}

.yasearch.highlight {
    display: block;
    height: 51px;
}

.yasearch form {
    float: right;
}

.menu_wrap ul {
    margin-left: 0px;
}

.menu_wrap ul li ul.bok_menu {
    width: 275px;
    margin-top: 4px;
    z-index: 200;
    position: absolute;
}

.menu_wrap ul li ul.bok_menu li {
    margin-bottom: 0px;
    /* border-bottom: 1px dotted rgba(80, 117, 140, 0.5); */
    position: relative;
}

div#tabs {
    z-index: 100;
}

.menu_wrap {
    position: relative;
}

.menu_wrap ul li ul.bok_menu li:after {
    border-bottom: 1px dotted rgba(80, 117, 140, 0.5);
    /* width: 90%; */
    content: "";
    position: absolute;
    width: 230px;
    height: 2px;
    text-align: center;
    bottom: 0px;
    margin-left: -115px;
    left: 50%;
    z-index: 2;
}

.menu_wrap ul li ul.bok_menu li ul li {
    border-bottom: 0px;
}

.menu_wrap ul li ul.bok_menu li ul li:after {
    width: 480px;
    margin-left: -240px;
}

.menu_wrap ul li ul.bok_menu {
    display: none;
}

.menu_wrap ul li:hover ul.bok_menu {
    display: block;
    margin-top: 0px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

ul.blu {
    display: none;
}

.menu_wrap ul li:hover .blu {
    /* width: 237px; */
    /* height: 103px; */
    /* background-color: #50758c; */
    display: block;
}

ul.blu {
    width: 237px;
    height: auto;
    background-color: #50758c;
    z-index: 200;
    position: absolute;
}

ul.blu li {
    display: block;
    float: none;
    position: relative;
}

ul.blu li:before {
    content: "";
    border-bottom: 1px dotted rgba(255, 255, 255, 0.1);
    position: absolute;
    width: 210px;
    height: 2px;
    text-align: center;
    bottom: 0px;
    margin-left: -105px;
    left: 50%;
    z-index: 2;
}

#toTop {
    width: 60px;
    /* border: 1px solid #ccc; */
    background: url(/images/vverh.svg) no-repeat;
    text-align: center;
    padding: 5px;
    position: fixed;
    bottom: 100px;
    right: 50px;
    cursor: pointer;
    display: none;
    color: #333;
    /* font-family: verdana; */
    /* font-size: 11px; */
    height: 60px;
}

.left_menu {
    margin-bottom: 50px;
}

.left_menu {
    margin-top: 30px;
}

.right_content {
    margin-top: 30px;
}

img.elec_img {
    margin-right: 15px;
}

img.elec_img2 {
    margin-right: 0px;
}

a.pink_link {
    color: #ee7171 !important;
    line-height: 24px;
    text-decoration: underline;
}

a.blue_link {
    color: #3a647f !important;
    line-height: 24px;
}

ul.romb_link {
    list-style: none;
}

ul.romb_link li {
    position: relative;
    margin-left: 40px;
}

ul.romb_link li:before {
    content: "";
    width: 5px;
    height: 5px;
    background-color: #395d75;
    transform: rotate 45 deg;
    -moz-transform: rotate(45deg);
    /* Ð â€Ð Â»Ð¡Ð Firefox */
    -ms-transform: rotate(45deg);
    /* Ð â€Ð Â»Ð¡Ð IE */
    -webkit-transform: rotate(45deg);
    /* Ð â€Ð Â»Ð¡Ð Safari, Chrome, iOS */
    -o-transform: rotate(45deg);
    /* Ð â€Ð Â»Ð¡Ð Opera */
    transform: rotate(45deg);
    position: absolute;
    left: -20px;
    top: 7px;
}

ol.mark_link li {
    color: #3a647f;
    font-weight: 500;
}

ol.mark_link li span {
    /* color: #3a647f; */
    /* Style for "Ð Â­Ð Â»Ð ÂµÐ Ñ”Ð¡â€šÐ¡Ð‚Ð Ñ•Ð¡â€šÐ¡Ð‚Ð Â°" */
    width: 954px;
    height: 1190px;
    color: #505050;
    font-weight: normal;
}

ul.romb_link li ul.romb_link {
    margin-top: 24px;
}

input:focus {
    outline: none;
}

li.first_item {
    position: relative;
    width: 275px;
    text-align: center;
}

li.first_item span#usl_toggle {
    width: 19px;
    height: 14px;
    background-image: url(/images/burg.svg);
    position: absolute;
    left: 8px;
    top: 19px;
}

#top_menu_toggle {
    width: 19px;
    height: 14px;
    background-image: url(/images/burg.svg);
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}

#top_menu_toggle.active {
    background-image: url(/images/burg_active.svg);
}

.menu_wrap ul li a:hover {
    text-decoration: underline;
}

.mail_block a {
    text-decoration: none;
}

.mail_block a:hover {
    text-decoration: underline;
}

.obrzv {}

.mail_block .obrzv {
    border-bottom: 1px dotted;
    width: 104px;
}

.mail_block .obrzv:hover {
    border-bottom: 1px dotted;
    text-decoration: none;
    color: #6192b1;
}

.administr_form:hover {
    background-color: #E15E5E;
    cursor: pointer;
}

.call_me_btn:hover {
    background-color: #33b4b8;
    cursor: pointer;
}

.poisk:hover {
    background-color: #33b4b8;
    height: 53px;
}

ul.romb_link.sp_li {
    margin-left: 0px;
}

ul.romb_link.sp_li li:before {
    left: -20px;
    top: 15px;
}

ul.romb_link.sp_li li {
    margin-left: 20px;
}

ul.romb_link.sp_li li:hover a {
    color: #d44545;
}

ul.romb_link.sp_li li:hover:before {
    background-color: #d44545;
}

div#tabs .zayavka:hover {
    background-color: #e15e5e;
    cursor: pointer;
}

a.knopka_podrobnee:hover {
    background: #fff;
    color: #416479;
}

.zayavka:hover {
    background-color: #e15e5e;
    cursor: pointer;
}

.container_perevozka .podrob:hover {
    color: #4bc2c5;
    font-family: Roboto;
    font-size: 15px;
    font-weight: 400;
    /* line-height: 24px; */
    text-decoration: underline;
}

.wrap_footer #dspodpis-form input[type="submit"]:hover {
    background-color: #33b4b8;
}

.wrap_footer #dspodpis-form #youemail:hover {
    cursor: pointer;
}

.fot1 .administr_form {
    text-transform: none;
    font-size: 15px;
}

.fot1 .obrzv:hover {
    background-color: #E15E5E;
    cursor: pointer;
    text-decoration: none;
}

a.fotemail:hover {
    color: #d44545;
}

a.fotemail:hover:before {
    /* background: #d44545; */
    background-image: url(/images/mailh.svg);
}

.wrap_footer_menu a:hover {
    color: #d44545;
    font-family: Roboto;
    font-size: 13px;
    font-weight: 300;
    text-decoration: underline;
}

.wrap_mosc_left a.knopka_podrobnee:hover {
    background: none;
    color: #c3d5e1;
}

.wrap_piter_left a.knopka_podrobnee:hover {
    background: none;
    color: #c3d5e1;
}

.logo img {
    width: 240px;
}

.ui-tabs .ui-tabs-nav li {
    margin-right: 15px !important;
}

ul.romb_link.white li:before {
    background: #fff;
}

ul.romb_link.white li {
    margin-left: 0px;
}

.block_piter span:hover {
    cursor: pointer;
    text-decoration: underline;
}

.block_moscow span:hover {
    cursor: pointer;
    text-decoration: underline;
}

.perevozka2 h2:hover {
    text-decoration: underline;
}

span.perevozka3_wrap h2:hover {
    text-decoration: underline;
}

span.perevozka1 h2:hover {
    text-decoration: underline;
}

div#toTop:hover {
    background: url(/images/vverh2.svg) no-repeat;
    background-size: cover;
}

.spisok_klik span {
    position: relative;
}

.spisok_klik span:before {
    content: "";
    height: 1px;
    border-bottom: 1px dotted;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 20px;
}

.spisok_klik.ff span:before {
    left: 15px;
}

ul.romb_link li ul.romb_link li:before {
    background-color: #fff;
    border: 1px solid #395d75;
    width: 3px;
    height: 3px;
}

.pri_wrap a:after {
    content: "";
    height: 1px;
    border-bottom: 1px solid;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 9px;
    width: auto;
}

.pri_wrap a:hover:after {
    border-bottom: none;
}

.menu_wrap ul li ul.bok_menu li:hover:after {
    display: none;
}

ul.bok_menu li:hover ul li:last-child:after {
    display: none;
}

.preim_img {
    margin-right: 25px;
}

.preim_img img {
    /* vertical-align: top; */
    margin-top: -15px;
}

.preim_img.fir img {
    margin-top: -8px;
}

.dspodpis.ds-form .report-message {
    background: none;
    width: 600px;
    height: 60px;
    text-align: right;
}

.spisok_klik {
    cursor: pointer;
}

.spisok_klik.highlight span:before {
    display: none;
}

.kn_more:hover {
    cursor: pointer;
}

a.blue_link:hover {
    text-decoration: none;
}

.yasearch.highlight {
    width: 100%;
    position: absolute;
    right: 60px;
}

.menu_wrap .container {
    position: relative;
}

.yasearch.highlight input {
    width: 850px;
    background-color: #3a647f;
    border: none;
    color: #fff;
}

.yasearch input[type="submit"] {
    background: none !important;
    border: none;
    width: 50px;
    color: #fff;
    display: block;
    width: 50px !important;
    height: 50px !important;
    right: -59px;
    position: absolute;
    z-index: 400;
    color: transparent !important;
    cursor: pointer;
    background-color: #33b4b8 !important;
    height: 53px !important;
    top: -8px;
    background: url(/images/poisk2.svg) repeat-y !important;
    background-color: #33b4b8 !important;
}

.yasearch input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #81aac6;
}

.yasearch input ::-moz-placeholder {
    /* Firefox 19+ */
    color: #81aac6;
}

.yasearch input :-ms-input-placeholder {
    /* IE 10+ */
    color: #81aac6;
}

.yasearch input :-moz-placeholder {
    /* Firefox 18- */
    color: #81aac6;
}

ul.bok_menu li a {
    position: relative;
}

.menu_wrap ul li ul.bok_menu li:hover a:before {
    content: "";
    width: 100%;
    height: 3px;
    position: absolute;
    left: 0;
    right: 0;
    top: -2px;
    background-color: #cee0f0;
}

.poisk_clo {
    position: absolute;
    width: 49px;
    height: 50px;
    background: url(/images/5209800.svg) #3a647f no-repeat;
    left: 294px;
    cursor: pointer;
    top: 2px;
    z-index: 100;
    background-position: 21px 16px;
}

.poisk_wrap {
    position: relative;
    /* width: 900px; */
    /* float: right; */
}

.poisk_clo {
    display: none;
}

.poisk_clo.highlight {
    display: block;
}

.pri_wrap.newbloc a:after {
    display: none;
}

.pri_wrap.newbloc a:hover {
    opacity: 0.8;
}

.pri_wrap.newbloc a:before {
    content: "-";
    margin-left: -13px;
    margin-bottom: -18px;
    display: block;
    /* float: left; */
}

.pri_wrap.newbloc a {
    display: inline-block;
    margin-left: 50px;
    text-align: left;
}

.obrzv {
    /* transition: 2s; */
    padding: 2px 0px;
    text-decoration: none;
}


/* .obrzv:hover{
  animation: workblink 4s infinite ease-in-out;
    color: #fff;
     
    
} */

@keyframes workblink {
    0% {
        color: #ee7171
    }
    12.5% {
        color: #3a647f
    }
    25% {
        color: #ee7171
    }
    37.5% {
        color: #3a647f
    }
    50% {
        color: #ee7171
    }
    62.5% {
        color: #3a647f
    }
    75% {
        color: #ee7171
    }
    87.5% {
        color: #3a647f
    }
    100% {
        color: #ee7171
    }
}

#scoraya {
    position: absolute;
    top: -42px;
    left: 5px;
    display: block;
    overflow: hidden;
    width: 62px;
    height: 43px;
    transition: left 1s linear;
}

#scoraya img {
    position: absolute;
    bottom: 0;
    margin-bottom: -100px;
    width: auto;
    height: auto;
    transition: 0.5s linear;
}

#scoraya span {
    position: absolute;
    width: 10px;
    height: 5px;
    background: red;
    position: absolute;
    display: block;
    left: 25px;
    margin-top: 55px;
    top: 4px;
    transition: 0.5s linear;
    animation: workblinks 2s infinite ease-in-out;
}

.menu_wrap>.container>ul:hover #scoraya span {
    margin-top: 0px;
}

.menu_wrap>.container>ul:hover #scoraya img {
    bottom: 100px;
}

@keyframes workblinks {
    0% {
        background: #ee7171;
        box-shadow: 0 0 5px #ee7171;
    }
    12.5% {
        background: #3a647f;
        box-shadow: 0 0 5px #3a647f;
    }
    25% {
        background: #ee7171;
        box-shadow: 0 0 5px #ee7171;
    }
    37.5% {
        background: #3a647f;
        box-shadow: 0 0 5px #3a647f;
    }
    50% {
        background: #ee7171;
        box-shadow: 0 0 5px #ee7171;
    }
    62.5% {
        background: #3a647f;
        box-shadow: 0 0 5px #3a647f;
    }
    75% {
        background: #ee7171;
        box-shadow: 0 0 5px #ee7171;
    }
    87.5% {
        background: #3a647f;
        box-shadow: 0 0 5px #3a647f;
    }
    100% {
        background: #ee7171;
        box-shadow: 0 0 5px #ee7171;
    }
}

.zagzag {
    font-weight: bold;
    font-size: 25px;
    text-align: center;
    margin-top: 15px:
}

.all-questions {}

.all-questions ul {
    padding: 0px;
    margin: 0px;
    display: none;
}

.all-questions ul.visible {
    display: block;
    position: absolute;
    background: #fff;
}

.all-questions ul li {
    list-style-type: none;
    margin-bottom: 3px;
    padding: 4px 8px;
    transition: 0.2s;
}

.all-questions ul li a {
    color: #3a647f;
    font-weight: bold;
    font-size: 19px;
    text-decoration: none;
}

.all-questions ul li:hover {
    background: #3a647f;
}

.all-questions ul li:hover a {
    color: #fff
}

.lookall {
    background: #466577;
    color: #fff;
    width: 200px;
    border-radius: 3px;
    margin: auto;
    font-size: 20px;
    padding: 10px 5px;
    transition: 0.4s;
    text-align: center;
    cursor: pointer;
}

.lookall:hover {
    color: #466577;
    background: #fff;
}

.pagen>span:nth-child(1) {}

.pagen {
    display: flex;
    justify-content: space-around;
    width: 22%;
    margin: 9px 0px;
}

.pagen span {
    flex-basis: 25px;
    font-size: 20px;
    text-align: center;
    background: #3a647f;
    color: #fff;
    padding: 4px 1px;
    border-radius: 3px;
    transition: 0.4s;
    cursor: pointer;
}

.pagen span:hover {
    background: #fff;
    color: #3a647f;
}

.obrzv.onpage {
    transition: 2s;
    padding: 2px 0px;
    text-decoration: none;
    float: right;
    background: #3a647f;
    color: #fff;
    padding: 12px 11px;
    border-radius: 5px;
}

#myInput {
    margin: 15px 8px;
    width: 48%;
    border: none;
    border-bottom-color: currentcolor;
    border-bottom-style: none;
    border-bottom-width: medium;
    border-bottom: 2px solid #3a647f;
    font-size: 18px;
}

.first li:nth-child(n+200) {
    display: none;
}

.second li:nth-child(-n+200) {
    display: none;
}

.second li:nth-child(n+400) {
    display: none;
}

.third li:nth-child(-n+400) {
    display: none;
}

.third li:nth-child(n+600) {
    display: none;
}

.fourth li:nth-child(-n+600) {
    display: none;
}

.fourth li:nth-child(n+800) {
    display: none;
}

.fiveth li:nth-child(-n+800) {
    display: none;
}

#pdopage .pagination>li {
    list-style-type: none;
    flex-basis: 25px;
    background: #ee7171;
    text-align: center;
    padding: 3px 2px;
}

#pdopage .pagination>li:first-child,
#pdopage .pagination>li:last-child {
    display: none;
}

#pdopage .pagination {
    display: flex;
    justify-content: space-around;
    width: 50%;
}

#pdopage .pagination>li a {
    color: #fff;
    text-decoration: none;
}

#pdopage .pagination>li a:hover {
    background: #ee7171;
}

#pdopage .pagination>li.active {
    background: #3a647f;
}

.rows {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.table-cell {
    border: 1px solid #fff;
    transition: 0.4s;
    flex-basis: 56%;
    min-height: 23px;
    padding: 10px 15px;
    margin-bottom: 15px;
    color: #fff;
    background: #3a647f;
    text-align: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.table-cell a {
    transition: 0.4s;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
}

.table-cell:hover {
    background: #fff;
    border: 1px solid #3a647f;
}

.table-cell:hover a {
    color: #3a647f;
}

.right_content img {
    /*margin: 5px 15px 15px 15px;*/
    box-sizing: border-box;
    max-width: 100%;
}

.right_content a[href="/oplata_dogovor.htm"] {
    color: #fff;
    text-align: left;
    font-weight: bold;
    border: 1px solid #ee7171;
    transition: 0.4s;
    float: right;
    margin-top: 5px;
    width: 158px;
    margin-left: 10px;
}

.right_content a[href="/oplata_dogovor.htm"] img {
    display: none;
}

.right_content a[href="/oplata_dogovor.htm"]:hover {
    background: #fff;
    color: #ee7171;
}

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

.relinks_menu>ul>li>a {
    color: #3a647f;
    font-family: Roboto;
    font-size: 24px;
    font-weight: 400;
    text-align: center;
    text-decoration: none;
    position: relative;
    display: block;
    margin-bottom: 40px;
}

.relinks_menu>ul>li>a:before {
    content: "";
    width: 180px;
    height: 2px;
    /* background-color: #4bc2c5; */
    position: absolute;
    bottom: -19px;
    border-bottom: 2px solid #4bc2c5;
    text-align: center;
    left: 50%;
    margin-left: -90px;
}

.relinks_menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.relinks_menu li {
    margin: 0;
}

.relinks_menu ul li:before {
    content: '\ab';
    position: absolute;
    top: 0px;
    left: 0px;
}

.relinks_menu ul li ul li {
    display: block;
    padding-left: 16px;
    position: relative;
    margin-bottom: 5px;
}

.relinks_menu ul li ul li a {
    text-decoration: none;
    color: #222;
}

.relinks_menu ul li a {
    transition: 0.2s ease;
}

.relinks_menu ul li a:hover {
    color: #3a647f;
}

.relinks_menu>ul>li {
    margin-bottom: 0;
}

.img_wrapper {
    width: 25%;
    max-width: 100%;
    display: inline-block;
}

.right_content_dop_info_item {
    display: inline-block;
    width: 73%;
    vertical-align: top;
    max-width: 100%;
}

.right_content_dop_info_item_title a {
    color: #3a647f;
    font-family: Roboto;
    font-size: 19px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    text-decoration: none;
}

.dop_info_item {
    max-width: 100%;
    border: 1px solid #ccc;
    margin-bottom: 20px;
    padding-top: 10px;
    box-sizing: border-box;
    width: 100%;
}

.after_logo {
    color: #3a647f;
    font-size: 12px;
    text-decoration: none;
    margin-top: 1px;
    margin-left: 18px;
    display: block;
}

.faq_item {
    border: 1px solid #ccc;
    margin-bottom: 20px;
    padding: 10px;
}

.faq_ask {
    background: #3A647F;
    color: #fff;
    position: relative;
    padding: 10px;
    cursor: pointer;
    font-weight: 600;
    transition: 0.3s ease;
    margin-bottom: 16px;
}

.faq_answer {
    color: #777;
    display: none;
}

.active .faq_answer {
    display: block;
}

.faq_ask:after {
    position: absolute;
    width: 30px;
    height: 30px;
    transition: 0.3s ease;
    right: 10px;
    font-size: 26px;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    background-position: center;
    content: '+';
    background-size: contain;
}

.active .faq_ask:after {
    position: absolute;
    width: 30px;
    height: 30px;
    text-align: center;
    font-size: 26px;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    background-position: center;
    content: '-';
    background-size: contain;
}

.faq_item_wrapper {
    border: 1px solid #3A647F;
    margin-bottom: 20px;
}

.faq_body {
    padding: 10px;
}

.faq_head {
    background: #3a647f;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    padding-left: 16px;
    padding-top: 10px;
    padding-bottom: 10px;
    cursor: pointer;
    position: relative;
}

.faq_head:after {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    content: '';
    transition: 0.5s ease;
    width: 20px;
    height: 20px;
    background-image: url(/assets/img/close.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.active .faq_head:after {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%) rotate(270deg);
    content: '';
    width: 20px;
    height: 20px;
    background-image: url(/assets/img/close.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.item_faq_question {
    padding-bottom: 10px;
    padding-top: 10px;
    padding-right: 20px;
    font-style: italic;
    background: #f5f5f5;
    width: 90%;
    margin-bottom: 20px;
    padding-left: 16px;
    text-align: justify;
    box-sizing: border-box;
}

.item_faq_name {
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.item_faq_ansver {
    width: 90%;
    text-align: justify;
    float: right;
    border: 1px dashed #aaa;
    padding: 14px;
    box-sizing: border-box;
}

.faq_item_wrapper:after,
.faq_item_wrapper:before,
.faq_body:after,
.faq_body:before {
    clear: both;
    display: table;
    height: 0;
    content: '';
}

.faq_item_wrapper.active {
    padding-bottom: 20px;
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

.pagination>li {
    display: inline;
}

.pagination>li>a,
.pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #428bca;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.pagination>li>a:hover,
.pagination>li>span:hover,
.pagination>li>a:focus,
.pagination>li>span:focus {
    color: #2a6496;
    background-color: #eee;
    border-color: #ddd;
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #428bca;
    border-color: #428bca;
}

.pagination>.disabled>span,
.pagination>.disabled>span:hover,
.pagination>.disabled>span:focus,
.pagination>.disabled>a,
.pagination>.disabled>a:hover,
.pagination>.disabled>a:focus {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd;
}

.pagination-lg>li>a,
.pagination-lg>li>span {
    padding: 10px 16px;
    font-size: 18px;
}

.pagination-lg>li:first-child>a,
.pagination-lg>li:first-child>span {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}

.pagination-lg>li:last-child>a,
.pagination-lg>li:last-child>span {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

.pagination-sm>li>a,
.pagination-sm>li>span {
    padding: 5px 10px;
    font-size: 12px;
}

.pagination-sm>li:first-child>a,
.pagination-sm>li:first-child>span {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.pagination-sm>li:last-child>a,
.pagination-sm>li:last-child>span {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

input#faq_search {
    width: 100%;
    margin-bottom: 20px;
    margin-top: 20px;
    border: 0;
    border-bottom: 1px solid;
    padding-bottom: 5px;
    padding-left: 3px;
    font-size: 16px;
}

.faq_body {
    display: none;
    transition: 0.5s ease;
}

#faq_result .faq_item_wrapper.active .faq_body {
    display: block;
}

#dscallme_new-form,
#dsorderserv-form,
#dsсalcost-form {
    width: 340px;
    padding: 50px;
}

.lg-16 {
    float: left;
    width: 16.66666%;
    padding-left: 10px;
    padding-right: 20px;
    box-sizing: border-box;
}

.lg-20 {
    float: left;
    width: 20%;
    padding-left: 10px;
    padding-right: 20px;
    box-sizing: border-box;
}

.lg-33 {
    float: left;
    width: 33.333333%;
    padding-left: 10px;
    padding-right: 20px;
    box-sizing: border-box;
}

.lg-40 {
    float: left;
    width: 40%;
    padding-left: 10px;
    padding-right: 20px;
    box-sizing: border-box;
}

.lg-50 {
    float: left;
    width: 50%;
    padding-left: 10px;
    padding-right: 20px;
    box-sizing: border-box;
}

.lg-66 {
    float: left;
    width: 66.66666%;
    padding-left: 10px;
    padding-right: 20px;
    box-sizing: border-box;
}

.lg-75 {
    float: left;
    width: 75%;
    padding-left: 10px;
    padding-right: 20px;
    box-sizing: border-box;
}

.lg-100 {
    float: left;
    width: 100%;
    padding-left: 10px;
    padding-right: 20px;
    box-sizing: border-box;
}

.mobile_t_247 {
    display: none;
}

.desctop_t_247 {
    display: block;
}

.container_perevozka a {
    text-decoration: none;
}

#top_menu_toggle {
    display: none;
}

.form_group input,
.form_group select {
    width: 100%;
}

.form_group {
    max-width: 500px;
    margin-top: 6px;
}

.form_row {
    padding-top: 13px;
}

.form_row input[type="submit"] {
    margin-top: 10px;
}

.kontainer_sprav {
    padding: 15px;
}

.psevdo_h4 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 10px;
}

.show_only_sesctop {
    display: none!important;
}

@media(min-width:769px) and (max-width:3000px) {
    .show_only_sesctop {
        display: block!important;
    }
}

.show_mob {
    display: none;
}

@media(max-width:768px) {
    .show_mob {
        display: block;
    }
}

.show_only_ipad_and_desctop {
    display: none!important;
}

@media(min-width:768px) and (max-width:3000px) {
    .show_only_ipad_and_desctop {
        display: block!important;
    }
}

@media(min-width:768px) and (max-width:768px) {
    .call_me_btn,
    .administr_form {
        margin-top: 20px;
    }
}


/*-----------*/

.header_row_flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.head_logo .logo_text {
    color: #5a7d93;
    font-size: 12px;
}

.head-logo_image img {
    max-width: 100%;
    width: 200px;
}

.head_phones {
    display: flex;
    justify-content: space-between;
    flex-basis: 460px;
    flex-wrap: wrap;
}

.head_phone_phone {
    font-family: Roboto;
    font-size: 24px;
    line-height: 1.2;
    font-weight: 700;
    color: #000000;
    background-image: url(/images/design/phone_ico.png);
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 19px;
}

.head_phone_phone:hover {
    color: #4BC2C5;
}

.head_phone_phone a {
    text-decoration: none;
    color: inherit;
}

.head_phone_city {
    font-size: 16px;
    font-weight: 400;
    color: #3a647f;
    padding-left: 20px;
}

.callback_header {
    background-image: url(/images/design/callback.png);
    width: 44px;
    height: 44px;
    background-color: #4bc2c5;
    border-radius: 2px;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center center;
}

.callback_header:hover {
    background-color: #47b1b3;
}

.admin_callbac_header {
    font-size: 15px;
    line-height: 1.2;
    font-weight: 500;
    color: #f6f6f6;
    background-color: #ee7171;
    border-radius: 2px;
    padding-top: 13px;
    padding-bottom: 13px;
    padding-left: 23px;
    cursor: pointer;
    padding-right: 23px;
}

.admin_callbac_header:hover {
    background-color: #E15E5E;
}

.header_buttons {
    display: flex;
    justify-content: space-between;
    flex-basis: 320px;
    flex-wrap: wrap;
}

.container.header_top_container {
    padding-top: 15px;
    padding-bottom: 15px;
}

.head_logo {
    position: relative;
}

.head_logo {
    padding-bottom: 10px;
}

@media screen and (max-width: 1279px) {
    .head_phones {
        display: flex;
        justify-content: space-between;
        flex-basis: 390px;
        flex-wrap: wrap;
    }
    .head_phone_phone {
        font-size: 22px;
    }
    .head_phones {
        flex-basis: 390px;
    }
    .header_buttons {
        flex-basis: 257px;
    }
    .admin_callbac_header {
        font-size: 13px;
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media screen and (max-width: 991px) {
    .header_row_flex {
        justify-content: start;
    }
    .auto247 {
        text-align: center;
        flex-basis: 120px;
    }
    .header_buttons {
        justify-content: space-evenly;
    }
    .menu_wrap {
        margin-top: 0;
    }
}

@media screen and (max-width: 767px) {
    .admin_callbac_header {
        font-size: 0;
    }
    .header_buttons {
        flex-basis: auto;
        align-items: center;
        justify-content: center;
    }
    .header_row_flex {
        justify-content: space-between;
    }
    .head_phone_wrapper {
        padding-bottom: 0px;
        padding-top: 10px;
    }
    .auto247 {
        flex-basis: auto;
    }
    .admin_callbac_header {
        width: 44px;
        height: 44px;
        box-sizing: border-box;
        margin: 5px;
        background-image: url(/images/design/karandash.png);
        background-repeat: no-repeat;
        background-position: center center;
    }
    .callback_header {
        margin: 5px;
    }
}

@media screen and (max-width: 540px) {
    .head_phones {
        flex-direction: column;
    }
    .head_phones {
        flex-basis: auto;
    }
    .header_buttons {
        flex-direction: column;
    }
}

@media screen and (max-width: 359px) {
    .head_phone_phone {
        font-size: 16px;
    }
}

.license_item {
    width: 100%;
    max-width: 200px;
    border: 1px solid #aaa;
    margin-bottom: 10px;
}

.license_wrapper {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.license_item:hover {
    background: #888;
}

.license_item:hover img {
    opacity: 0.7;
}

.main_tabs_div {
    width: 100%;
    margin: 0 auto;
}

.main_tabs_div .tabs_head {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
}

.tabs_head li {
display:inline-block;
width:200px;
height:40px;
text-align:center;
cursor:pointer;
font-size:16px;
padding-top:10px;
background-color:#e4e9ed;
-webkit-user-select:none;
   -moz-user-select:none;
    -ms-user-select:none;
        user-select:none
}

.cust_prm1 th {
    padding: 5px;
    background: #CCD9F2;
}

.cust_prm1 th p {
    color: #3A647F!important;
    font-weight: bold!important;
}

.color_tabl_prm th p {
    color: #3a647f!important;
    padding: 3px!important;
    font-size: 15px;
    font-weight: bold;
}

.color_tabl_prm td p {
    color: #00283e!important;
    padding: 3px!important;
    font-size: 14px;
}

.cust_prm1 td {
    padding: 5px;
}

.cust_prm1_btn {
    background: #3A647F;
    color: white;
    text-align: center;
    padding-top: 15px;
    width: 250px;
    height: 40px;
    margin: 0 auto;
    margin-top: 10px;
}

.main_tabs_div a {
    text-decoration: none;
}

.tabs_head li.active {
    background: transparent;
    border: 1px solid #3a647f;
    border-bottom: 1px solid white;
}

.tabs_divs {
    margin-top: -1px;
}

.tabs_divs .tab_custom_content {
    display: none;
    padding: 20px;
}

.tabs_divs .tab_custom_content.active {
    display: block;
    border: 1px solid #3a647f;
}

.strong_q {
    font-weight: bold!important;
}

.schem_w_h {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 18px;
    margin-top: 15px;
}

.schema_work_c {
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
    margin-bottom: 30px;
}

.schema_work_c .item {
    width: 190px;
    height: 180px;
    text-align: center;
}

.schema_work_c .item_circle {
    width: 105px;
    height: 105px;
    background: #3A647F;
    border-radius: 80px;
    text-align: center;
    margin: 0 auto;
}

.schema_work_c .num {
    background: #27B29F;
    color: white;
    width: 22px;
    height: 22px;
    text-align: center;
    position: absolute;
    margin-left: 80px;
    border-radius: 20px;
    padding: 5px;
}

.schema_work_c img {
    margin-top: 22px;
}

@media(max-width:600px) {
    .schema_work_c img {
        margin-top: 22px;
        position: absolute;
        margin-left: 30px;
    }
    .schema_work_c .item {
        width: 149px;
        height: auto;
        text-align: center;
        margin-top: 15px;
    }
}

.schema_work_c .text {
    margin-top: 20px;
}

.f_box_buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

a.relinks_item {
    display: inline-block;
    padding: 5px;
    border: 1px solid #e1e1e1;
    margin: 5px;
    text-decoration: none;
    color: #3a647f;
    font-family: Roboto;
    box-sizing: border-box;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
}

a.relinks_item:hover {
    background-color: #cee0f0;
}

.city_tabs_header {
    display: flex;
    justify-content: space-around;
}

.city_tab_item {
    cursor: pointer;
    padding: 0 50px;
}

.city_tab_item.active {
    cursor: default;
    background: #f1f1f1;
    border-radius: 5px;
}

.item_city_tab_content {
    display: none;
}

.item_city_tab_content.active {
    display: block;
}

.contacts_text {
    margin-bottom: 30px;
}

.city_tab_item {
    min-width: 250px;
}

.city_tabs_header {
    margin-bottom: 30px;
}

.item_city_tab_content .phone_item a {
    display: block;
    text-decoration: none;
    font-weight: bold;
    font-size: 20px;
    padding-left: 20px;
    background-image: url(/images/design/phone_ico.png);
    background-repeat: no-repeat;
    background-position: left center;
    color: #3a647f;
}

.item_city_tab_content .addr_item {
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 18px;
}

.item_city_tab_content .phone_item {
    margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
    .f_box_buttons {
        display: block;
    }
    a.relinks_item {
        width: 100%;
    }
    .city_tabs_header {
        display: block;
    }
    h2.for_tabs {
        margin: 10px;
        padding: 10px;
    }
    h2.for_tabs:before {
        bottom: 5px;
    }
}

.my_buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

a.my_button_text {
    display: block;
    text-align: center;
    width: 100%;
    color: #3a647f;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 20px;
    transform: translateY(30px);
    transition: all 0.5s ease;
}

.my_button_item {
    flex-basis: 30%;
}

.my_button_item {
    border: 1px solid #e1e1e1;
    margin-bottom: 20px;
    padding: 10px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    transition: all 0.5s ease;
}

a.my_button_element {
    font-size: 15px;
    line-height: 1.2;
    font-weight: 500;
    color: #f6f6f6;
    background-color: #ee7171;
    border-radius: 2px;
    padding-top: 13px;
    padding-bottom: 13px;
    text-decoration: none;
    padding-left: 23px;
    cursor: pointer;
    padding-right: 23px;
    display: block;
    max-width: 100px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    transition: all 0.5s ease;
    opacity: 0;
}

.my_button_item:hover .my_button_element {
    opacity: 1;
}

.my_button_item:hover .my_button_text {
    transform: translateY(10px);
    color: #fff;
}

.my_button_item:hover {
    background-color: #3C6178;
}

@media screen and (max-width: 767px) {
    .my_button_item {
        flex-basis: 45%;
    }
}

.review_item_wrapper {
    width: 90%;
    margin: 0 auto;
    padding: 50px;
    background-color: #f1f1f1;
    box-sizing: border-box;
    background-image: url(/assets/img/quote1.png), url(/assets/img/quote2.png);
    background-repeat: no-repeat;
    background-position: 1% 5%, 98% 90%;
}

.review_item_name {
    font-weight: bold;
    margin-bottom: 10px;
}

.review_item_wrapper {
    position: relative;
}

.review_item_date {
    position: absolute;
    top: 20px;
    right: 20px;
    font-style: italic;
}

.review_item_text {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color: #444;
}

.reviews-slider {
    margin-bottom: 30px;
}

.banner_scor_1404 {
    background: url(/images/backgr_skor_baneer.png) no-repeat;
    width: 100%;
    min-height: 243px;
    background-position: center;
    margin-top: 5px;
}

.banner_scor_1404 .header {
    font-size: 25px;
    text-transform: uppercase;
    font-weight: bold;
    color: #3a647f;
    padding: 40px 40px 10px;
}

.banner_scor_1404 .sub_text {
    background: #beeeef;
    max-width: 250px;
    min-height: 35px;
    text-align: center;
    margin: 0px 40px 0px;
    color: #3a647f;
    font-size: 23px;
    padding-top: 8px;
}

.banner_scor_1404 .btn_vizov {
    background: #ee7171;
    color: white;
    max-width: 176px;
    height: 30px;
    text-align: center;
    padding-top: 10px;
    margin-left: 40px;
    margin-top: 20px;
    cursor: pointer;
    border-radius: 2px;
}

.reviews_on_item_page .review_item {
    margin-bottom: 20px;
}

.order-service,
.сalcost {
    font-size: 15px;
    line-height: 1.2;
    font-weight: 500;
    color: #f6f6f6;
    background-color: #ee7171;
    border-radius: 2px;
    text-align: center;
    cursor: pointer;
    line-height: 35px;
    text-transform: uppercase;
    margin: 20px auto;
    padding: 10px 10px;
    width: 200px;
}

.order-service:hover,
.сalcost:hover {
    background-color: #E15E5E;
}

.table .content_tab_p {
    font-size: 14px;
}

.white_link {
    color: white;
}

@media(max-width:700px) {
    form#dscallme3-form {
        width: auto!important;
        border-radius: 7px;
        background-color: #ffffff;
        padding: 45px 20px!important;
    }
    form#dscallme3-form * {
        max-width: 100%;
        box-sizing: border-box;
    }
    form#dscallme3-form .form-head {
        margin-left: 1px;
    }
}

.dspopup-modal {
    z-index: 1001!important;
}
ul.before_icon {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    margin-left: 0;
    padding-left: 50px;
    margin-bottom: 20px;
}

ul.before_icon li {
    flex-basis: 47%;
    margin-left: 2%;
    margin-bottom: 0;
    padding-top: 10px;
    padding-bottom: 10px;
}

ul.before_icon:before {
    position: absolute;
    content: '';
    display: block;
    background-image: url(/images/sp.png);
    width: 60px;
    height: 50px;
    background-size: contain;
    background-repeat: no-repeat;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
}
.air_flex {
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
}

.air_flex_item {
    flex-basis: 40%;
}

.air_flex_item {
    text-align: center;
}

.air_flex_item_image {
    padding: 10px;
}
@media screen and (min-width:1200px)
{
    .alfabet_item {
        display: inline-block;
        vertical-align: top;
        width: 33%;
        margin-bottom: 20px;
        border-bottom: 1px solid #f1f1f1;
        padding-bottom: 10px;
    }
    .menu_wrap.fixed {
        position: fixed;
        top: 0;
        z-index: 1000;
        margin-top: 0;
    }
}
@media screen and (max-width: 767px)
{
    ul.before_icon li
    {
        flex-basis: 100%;
    }
    ul.before_icon:before
    {
        display: none;
    }
    ul.before_icon
    {
        padding-left: 0;
    }
    .air_flex_item {
        flex-basis: 90%;
    }
    .air_flex
    {
        flex-wrap: wrap;
    }

}

.home-map {
position:relative
}

.home-map__block {
position:absolute;
top:50%;
-webkit-transform:translateY(-50%);
    -ms-transform:translateY(-50%);
        transform:translateY(-50%);
max-width:320px;
width:100%;
padding:40px 30px;
background-color:#fff;
z-index:1
}
@media (max-width:767px) {
.home-map__block {
display:none
}
}

.home-map__block button {
font-size:20px;
font-weight:500;
color:#3a647f;
padding:0;
margin:0;
cursor:pointer;
border:none;
background:none
}

.home-map__block button:hover {
text-decoration:underline
}

.home-map__block p {
font-size:14px;
margin:14px 0
}

.home-map__block a {
color:#3a647f;
text-decoration:none;
-webkit-transition:.3s;
-o-transition:.3s;
transition:.3s
}

.home-map__block a:hover {
color:#4bc2c5
}

.wrap_gallery {
border-top:1px solid rgba(0,0,0,.1)
}

.gallery_slider_container__item {
display:block;
padding:3px;
border-radius:4px;
border:1px solid #d4d4d4;
-webkit-transition:.3s;
-o-transition:.3s;
transition:.3s
}

.gallery_slider_container__item:not(:hover) {
opacity:.8
}

a.wrap_dogovor-header {
    white-space: nowrap;
    background-color: #4bc2c5;
    color: #ffffff;
    font-family: Roboto;
    font-size: 15px;
    font-weight: 500;
    display: block;
    text-decoration: none;
    padding: 13px 17px;
}

@media screen and (max-width: 767px)
{
    a.wrap_dogovor-header {
        font-size: 0;
        width: 44px;
        height: 44px;
        box-sizing: border-box;
        margin: 5px;
        background-image: url("/images/design/ruble.png");
        background-repeat: no-repeat;
        background-position: center center;
    }
}

.header_buttons {
    display: flex;
    justify-content: end;
    flex-basis: 320px;
    gap: 15px;
    flex-wrap: wrap;
}



@media screen and (max-width: 1279px)
.header_buttons {
    flex-basis: 257px;
}

@media screen and (max-width: 991px)
{
    .header_buttons {
    justify-content: end;
}

}

@media screen and (max-width: 767px)
{
    .header_buttons {
    flex-basis: auto;
    align-items: center;
    justify-content: center;
}

}



@media screen and (max-width: 540px)
{
.header_buttons {
    gap: 0;
    //flex-direction: column;
}

}

a.wrap_dogovor
{
    background-color: #4bc2c5;
}



a.wrap_dogovor-header {
    padding: 13px 17px;
    border-radius: 2px;
}


@media screen and (max-width: 1279px)
{
    .admin_callbac_header {
        padding-left: 22px;
        padding-right: 22px;
    }
    a.wrap_dogovor-header {
        font-size: 13px;
        padding: 13px 17px;
    }
}

a.wrap_dogovor-header:hover {
    background-color: #47b1b3;
}
@media screen and (max-width: 767px)
{
a.wrap_dogovor-header {
    text-transform: uppercase;
    font-size: 14px;
    padding: 14px 0;
    width: 100%;
    height: auto;
    text-align: center;
    background-image: none;
}

.header_buttons {
    flex-basis: 108px;
    gap: 0;
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
}

.callback_header {
    order: 2;
    background-color: #ee7171
}

.callback_header:hover {
    background-color: #E15E5E;
}

.admin_callbac_header {
    order: 3;

}

.mobile-hidden
{
    display: none;
}

}

/*** COOKIES POLICY ***/
.cookies-policy {
display:none;
position:fixed;
left:0;
right:0;
bottom:0;
max-width:720px;
margin:0 auto 20px;
z-index:999
}

.cookies-policy__row {
display:flex;
align-items:flex-start;
gap:15px;
padding:25px 30px;
margin:0 15px;
font-size:14px;
border-radius:5px;
box-shadow:0 0 10px rgba(0,0,0,.4);
background-color:#fff
}
@media (max-width:575px) {
.cookies-policy__row {
flex-direction:column;
padding:20px
}
}

.cookies-policy a {
color:#000
}

.cookies-policy a:hover {
text-decoration:none
}

.cookies-policy button {
cursor:pointer;
font-size:15px;
outline:0;
padding:12px 15px;
border-radius:2px;
border:none;
color:#fff;
background-color:#47b1b3
}
/*** COOKIES POLICY ***/