<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
    margin: 0;
    padding: 0;
}
a img {
    border: none;
}
@font-face {
    font-family: 'MyriadProRegular';
    src: url('../fonts/MyriadProRegular/MyriadProRegular.eot');
    src: url('../fonts/MyriadProRegular/MyriadProRegular.eot') format('embedded-opentype'),
         url('../fonts/MyriadProRegular/MyriadProRegular.woff2') format('woff2'),
         url('../fonts/MyriadProRegular/MyriadProRegular.woff') format('woff'),
         url('../fonts/MyriadProRegular/MyriadProRegular.ttf') format('truetype'),
         url('../fonts/MyriadProRegular/MyriadProRegular.svg#MyriadProRegular') format('svg');
}
@font-face {
    font-family: 'trebuc';
    src: url('../fonts/trebuc/trebuc.eot');
    src: url('../fonts/trebuc/trebuc.eot') format('embedded-opentype'),
         url('../fonts/trebuc/trebuc.woff2') format('woff2'),
         url('../fonts/trebuc/trebuc.woff') format('woff'),
         url('../fonts/trebuc/trebuc.ttf') format('truetype'),
         url('../fonts/trebuc/trebuc.svg#trebuc') format('svg');
}
@font-face {
    font-family: 'trebucbd';
    src: url('../fonts/trebucbd/trebucbd.eot');
    src: url('../fonts/trebucbd/trebucbd.eot') format('embedded-opentype'),
         url('../fonts/trebucbd/trebucbd.woff2') format('woff2'),
         url('../fonts/trebucbd/trebucbd.woff') format('woff'),
         url('../fonts/trebucbd/trebucbd.ttf') format('truetype'),
         url('../fonts/trebucbd/trebucbd.svg#trebucbd') format('svg');
}
@font-face {
    font-family: 'MyriadProBold';
    src: url('../fonts/MyriadProBold/MyriadProBold.eot');
    src: url('../fonts/MyriadProBold/MyriadProBold.eot') format('embedded-opentype'),
         url('../fonts/MyriadProBold/MyriadProBold.woff2') format('woff2'),
         url('../fonts/MyriadProBold/MyriadProBold.woff') format('woff'),
         url('../fonts/MyriadProBold/MyriadProBold.ttf') format('truetype'),
         url('../fonts/MyriadProBold/MyriadProBold.svg#MyriadProBold') format('svg');
}
::-webkit-input-placeholder {color:#B1C2C4;}
::-moz-placeholder          {color:#B1C2C4;}
:-moz-placeholder           {color:#B1C2C4;}
:-ms-input-placeholder      {color:#B1C2C4;}
::-webkit-input-placeholder       {opacity: 1; transition: opacity 0.3s ease;}
::-moz-placeholder                {opacity: 1; transition: opacity 0.3s ease;}
:-moz-placeholder                 {opacity: 1; transition: opacity 0.3s ease;}
:-ms-input-placeholder            {opacity: 1; transition: opacity 0.3s ease;}
:focus::-webkit-input-placeholder {opacity: 0; transition: opacity 0.3s ease;}
:focus::-moz-placeholder          {opacity: 0; transition: opacity 0.3s ease;}
:focus:-moz-placeholder           {opacity: 0; transition: opacity 0.3s ease;}
:focus:-ms-input-placeholder      {opacity: 0; transition: opacity 0.3s ease;}
body {
    font-family: 'trebuc';
    line-height: 1;
    font-size: 14px;
    position: relative;
}
.clearfix {
    float: none;
    clear: both;
}
.clearfix:after {
    clear: both;
}
.clearfix:before,
.clearfix:after {
    display: table;
    content: " ";
}
.width-1200 {
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
}
.text-center {
    text-align: center;
}
header.sticky-header{
    display: block;
    position: relative;
    top: 0;
    z-index: 100;
}
@media screen and (min-width: 1050px) {

    header.sticky-header {
        display: block;
        /*position: sticky;*/
        top: 0;
        z-index: 100;
    }
}


.top_header {
    min-height: 30px;
    background: #AD0101;
    /*outline: 1px solid #fff;*/
}
.outline {
    outline: 1px solid #000;
}
.fond-top_header {
    width: 100%;
    min-height: 30px;
    background: url(../image/fond_top_header.png) no-repeat center;
    background-size: 100% 100%;
}
.menu_top {
    list-style: none;
    font-size: 13px;
    float: left;
    margin: 0 0 0 2px;
}
.menu_top li {
    float: left;
    /*margin: 0 21px;*/
    position: relative;
    margin: 0 23px;
}
/*
.menu_top li:first-child:after,
.menu_top li:last-child:after {
    display: block;
    content: "";
    width: 8px;
    height: 4px;
    background: url(../image/img_arrow_1.png) no-repeat;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -2px;
}
.menu_top li:first-child a,
.menu_top li:last-child a {
    padding: 0 16px 0 0;
}
.menu_top li:last-child {
    margin: 0 0 0 19px;
}
*/
.menu_top a {
    display: block;
    text-decoration: none;
    color: #ffffff;
    line-height: 30px;
}
.menu_top a:hover {
    text-decoration: underline;
}
.menu_top li ul {
    position: absolute;
    top: 100%;
    display: none;
    width: 220px;
    z-index: 200;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #AD0101;
    transition: 0.2s;
    list-style: none;
}
.menu_top li:hover &gt; ul {
    display: block;
    transition: 0.2s;
}
.menu_top li ul li {
    float: none;
    width: 100%;
    margin: 0 !important;
    box-sizing: border-box;
    padding: 0 10px;
}
.menu_top li ul li:first-child:after,
.menu_top li ul li:last-child:after {
    display: none;
}
.menu_top li ul li a {
    line-height: 1;
    margin: 2px 0;
}
.b-lang_text {
    list-style: none;
    float: right;
    margin: 5px 0 0 0;
}
.b-lang_text li {
    color: #FFFFFF;
    float: left;
    padding: 2px 5px 2px 6px;
    margin: 0 2px;
    cursor: pointer;
    border: 1px solid transparent;
}
.b-lang_text li:hover {
    border: 1px solid #DF7F7F;
}
.b-lang_text li.active {
    border: 1px solid #DF7F7F;
}
.bottom_header {
    min-height: 86px;
    background: #F3F3F3;
}
.header_in{
    position: fixed;
    top:0px;
    left:0;
    right:0;
    z-index:100;
}
.header_in_height{
    height:122px;
}
.bottom_header.new-heder {
    border-bottom: 1px solid #DADADA;
    /*background: transparent;*/
    background: #fff;
    }
.b-logo {
    display: block;
    float: left;
    width: 218px;
    height: 54px;
    background: url(../image/img_logo.png) no-repeat;
    margin: 16px 0 0 24px;
}
.working-hours {
    float: left;
    box-sizing: border-box;
    padding: 0 0 0 22px;
    position: relative;
    margin: 20px 0 0 55px;
    line-height: 16px;
    /*font-size: 13px;*/
    font-size: 15px;
}
.working-hours:before {
    display: block;
    content: "";
    width: 12px;
    height: 12px;
    background: url(../image/img_time.png) no-repeat;
    position: absolute;
    top: 50%;
    margin-top: -6px;
    left: 0;
}
.w-h_title {
    color: #a70000;
    font-family: 'trebucbd';
}
.w-h_text {
    color: #3e3e3e;
    font-family: 'trebucbd';
}
.b-feedback {
    position: relative;
    float: left;
    margin: 20px 0 0 49px;
}
.b-f_title {
    font-size: 16px;
    text-transform: uppercase;
    font-family: 'trebucbd';
    letter-spacing: 0.05em;
}
.b-f_button {
    width: 184px;
    height: 21px;
    background: #C40000;
    transition: 0.3s;
    line-height: 21px;
    text-align: center;
    color: #FFFFFF;
    cursor: pointer;
    /*font-size: 12px;*/
    font-size: 15px;
    font-family: 'trebucbd';
    margin: 4px 0 0 0;
}

.b-f_button a {
    text-decoration: none;
    color: black;
    text-transform: uppercase;
}

.b-f_button:hover {
    background: #A20101;
    transition: 0.3s;
}
.b-f_button:active {
    background: #860000;
    transition: 0.3s;
}
.modal-form {
    width: 184px;
    position: absolute;
    top: 54px;
    right: 0px;
    border: 1px solid rgba(0,0,0,.13);
    border-radius: 5px / 5px 5px 5px 5px;
    background-color: #fff;
    box-sizing: border-box;
    box-shadow: 0 1px 5px rgba(0,0,0,.37);
    box-sizing: border-box;
    padding: 13px 11px 8px 11px;
    text-align: center;
    display: none;
    z-index: 100;
}
.modal-form:before {
    display: block;
    content: "";
    width: 26px;
    height: 12px;
    background: url(../image/img_arrow_5.png) no-repeat;
    position: absolute;
    top: -12px;
    right: 13px;
}
.m-f_input {
    width: 163px;
    height: 26px;
    line-height: 26px;
    border: 1px solid rgba(0,0,0,.13);
    border-radius: 5px / 5px 5px 5px 5px;
    background-color: #fff;
    box-sizing: border-box;
    padding: 0 12px;
    font-size: 14px;
    font-family: 'trebuc';
    outline: none;
    margin-bottom: 5px;
    text-align: left;
    color:#B1C2C4;
}
.link_modal-form {
    display: inline-block;
    font-size: 14px;
    font-family: 'trebuc';
    color: #B1C2C4;
    text-decoration: none;
    margin: 2px 0 0 0;
}
.link_modal-form:hover {
    text-decoration: underline;
    color: #CD0000;
}
.telphone-mail {
    float: right;
    width:392px;
}
.b-telephone {
    /*float: right;*/
    max-width: 392px;
    margin: 23px 0 0 0;
}
.b-telephone a {
    float: left;
    font-size: 17px;
    /*font-size: 16px;*/
    text-decoration: none;
    padding: 0 0 0 46px;
    color: #3C3C3C;
    position: relative;
    margin: 0 0 5px 0;
}
.b-telephone a.b-t_icon1{
    padding-right:5px;
    /*margin-right:5px;*/
}
.b-telephone a:nth-child(even) {
    margin: 0 0 5px 40px;
    margin-left:0;
}
.b-telephone a span {
    font-family: 'trebucbd';
}
.b-telephone a.b-t_icon:before {
    display: block;
    content: "";
    width: 38px;
    height: 18px;
    position: absolute;
    top: -1px;
    left: 0;
}
.b-telephone a.b-t_icon1:before {
    background: url(../image/img_operator_1.png) no-repeat;
}
.b-telephone a.b-t_icon2:before {
    background: url(../image/img_operator_2.png) no-repeat;
}
.b-telephone a.b-t_icon3:before {
    background: url(../image/img_operator_3.png) no-repeat;
}
.b-telephone a:hover {
    text-decoration: underline;
}
.b-mail {
    float: right;
    font-size: 12px;
    text-decoration: none;
    color: #575757;
    margin: 0 6px 0 0;
}
.b-mail:hover {
    text-decoration: underline;
}
.fond-box_1 {
    width: 100%;
    min-height: 535px;
    background: url(../image/fond_img_1.jpg) no-repeat;
    background-size: cover;
    position: relative;

    /*margin-top: 122px;*/
}
.fond_form {
    float: left;
    width: 20.3%;
    margin: 82px 0 0 2%;
    border: 1px solid #949494;
    box-sizing: border-box;
    padding: 5px;
}
.fond_form.dop {
    float: none;
    width: 40%;
    margin-left:auto;
    margin-right:auto;
    border: 1px solid #949494;
    box-sizing: border-box;
    padding: 5px;
}
.b-form {
    background: rgba(255,255,255,0.1);
    box-sizing: border-box;
    padding: 18px 7px 12px 7px;
}
.b-form_title {
    font-family: 'MyriadProBold';
    text-transform: uppercase;
    color: #FFFFFF;
    text-align: center;
    padding: 0 0 12px 0;
}
.b-r_text {
    font-family: 'MyriadProRegular';
    color: #ffffff;
    padding: 0 0 5px 11px;
}
.b-filter {
    margin: 0 0 10px 0;
}
.b-f_input {
    width: 64px;
    height: 27px;
    box-sizing: border-box;
    padding: 0 5px;
    line-height: 27px;
    text-align: center;
    outline: none;
    border: none;
    margin: 0 7px 0px 0;
    float: left;
}
.box-select2 {
    float: left;
    width: 146px;
} 
.b-form_submit1 {
    width: 100%;
    height: 27px;
    background: #5B8BB6;
    transition: 0.3s;
    text-align: center;
    line-height: 27px;
    color: #ffffff;
    font-family: 'MyriadProRegular';
    text-transform: uppercase;    
    border: none;
    cursor: pointer;
    outline: none;
    margin: 5px 0 14px 0;
}
.b-form_submit1:hover {
    background: #0064A6;
    transition: 0.3s;
}
.b-form_submit1:active {
    background: #00438B;
    transition: 0.3s;
}
.b-form_cost {
    font-family: 'MyriadProRegular';
    color: #FFFFFF;
    text-transform: uppercase;
    text-align: center;
}
.b-form_price {
    font-family: 'MyriadProRegular';
    font-size: 24px;
    text-align: center;
    color: #FFFFFF;
    margin: 0 0 10px 0;
}
.b-form_price span {
    font-size: 11px;
}
.b-form_submit2 {
    width: 100%;
    height: 37px;
    font-family: 'MyriadProBold';
    font-size: 14px;
    text-transform: uppercase;
    background: #CB0A0A;
    transition: 0.3s;
    color: #FFFFFF;
    border: none;
    outline: none;
    cursor: pointer;
}
.b-form_submit2:hover {
    background: #A20101;
    transition: 0.3s;
}
.b-form_submit2:active {
    background: #860000;
    transition: 0.3s;
}
.box-right {
    float: left;
    width: 77.7%;
    box-sizing: border-box;
    padding: 0 0px 0 40px;
}
.box-info {
    position: relative;
    padding: 0 0 19px 0;
}
.box-info:after {
    display: block;
    content: "";
    width: 617px;
    height: 1px;
    background: url(../image/img_stick_11.png) no-repeat;
    background-size: 100% 1px;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}
.box-info &gt; h1,
.box-info &gt; h2 {
    text-align: center;
    font-size: 30px;
    text-transform: uppercase;
    color: #ffffff;
    font-family: 'MyriadProBold';
    padding: 38px 0 8px 0;
    text-shadow: 0 1px 1px rgba(0,0,0,.97);
}
.box-info &gt; p {
    font-size: 15px;
    text-align: center;
    color: #FFFFFF;
    line-height: 20px;
    box-sizing: border-box;
    padding: 0 15px;
}
.list-price {
    list-style: none;
    font-size: 18px;
    margin: 65px 0 0 0;
    position: relative;
}
.list-price:before {
    display: block;
    content: "";
    width: 1px;
    height: 182px;
    background: url(../image/img_stick_2.png) no-repeat;
    position: absolute;
    top: -12px;
    left: 50%;
}
.list-price li {
    float: left;
    width: 50%;
    position: relative;
    box-sizing: border-box;
    padding: 0 0 0 12px;
    font-size: 0;
    margin: 0 0 13px 0;
}
.list-price li:nth-child(even) {
    padding: 0 0 0 90px;
}
.list-price li:nth-child(even):before {
    left: 78px;
}
.list-price li:nth-child(even) a {
    width: 68%;
}
.list-price li:nth-child(even) span {
    text-align: right;
    width: 32%;
}
.list-price li:before {
    display: block;
    content: "&gt;";
    font-size: 18px;
    font-family: 'MyriadProRegular';
    text-shadow: 0 1px 1px rgba(0,0,0,.97);
    color: #FFFFFF;
    position: absolute;
    top: 0;
    left: 0;
}
.list-price li a {
    display: inline-block;
    width: 58%;
    color: #fff;
     font-family: 'MyriadProRegular';
    font-style: italic;
    text-shadow: 0 1px 1px rgba(0,0,0,.97);
    font-size: 18px;
    text-decoration: none;
    word-spacing: 0.4em;
}
.list-price li a div {
    position: relative;
    display: inline-block;
}
.list-price li a div:after {
    display: block;
    content: "";
    width: 100%;
    height: 2px;
    background: url(../image/img_stick_3.jpg) repeat-x;    position: absolute;
    position: absolute;
    left: 0;
    bottom: 0;
}
.list-price li a:hover div:after {
    display: none;
}
.list-price li span {
    display: inline-block;
    width: 34%;
    color: #fff;
    font-size: 18px;
    font-family: 'MyriadProRegular';
    text-shadow: 0 1px 1px rgba(0,0,0,.97);
    word-spacing: 0.2em;
}
.link_lang {
    text-align: center;
    margin: 31px 0 0 0;
}
.link_lang a {
    display: inline-block;
    font-size: 18px;
    color: #ffffff;
    font-family: 'MyriadProRegular';
    font-style: italic;
    text-decoration: underline;
}
.link_lang a:hover {
    text-decoration: none;
}
.box_title {
    font-family: 'MyriadProBold';
    font-size: 18px;
    font-weight: normal;
    text-transform: uppercase;
    text-align: center;
    color: #050505;
    padding: 44px 0 10px 0;
    position: relative;
}
.box_title span {
    color: #C40000;
}
.box_title:after {
    display: block;
    content: "";
    width: 183px;
    height: 1px;
    background: #AEAEAE;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
}
.list-services {
    width: 100%;
    display: table;
    font-size: 0;
    text-align: center;
    padding: 0 0 52px 0;
}
.list-services li {
    display: inline-block;
    vertical-align: top;
    width: 14.285%;
    margin: 29px 0 8px 0;
}
.list-services li a {
    text-decoration: none;
    color: #393939;
    transition: 0.3s;
}
.list-services li a[href*="calculator"] {
}
.list-services li a[href*="calculator"] &gt; img {
    box-shadow: 0 0 20px red;
    border-radius: 50%;
}
.list-services li a:hover {
    color: #CD0000;
    transition: 0.3s;
}
.l-s_text {
    font-size: 11px;
    text-transform: uppercase;
    font-family: 'MyriadProBold';
    margin: 6px 0 0 0;
}
.fond_block_2 {
    width: 100%;
    background: #F0F0F0;
}
.title-advantages {
    font-size: 18px;
    text-align: center;
    font-family: 'MyriadProBold';
    text-transform: uppercase;
    color: #050505;
    padding: 24px 10px 0 10px;
}
.list-advantages {
    width: 100%;
    display: table;
    font-size: 0;
    text-align: center;
    padding: 33px 0 45px 0;
}
.list-advantages li {
    display: inline-block;
    vertical-align: top;
    width: 25%;
    box-sizing: border-box;
    padding: 0px 20px;
    position: relative;
}
.list-advantages li:after {
    display: block;
    content: "";
    width: 2px;
    height: 198px;
    background: url(../image/img_stick_4.png) no-repeat;
    position: absolute;
    top: -10px;
    right: 0;
}
.list-advantages li:last-child:after {
    display: none;
}
.l-a_all {
    display: inline-block;
}
.l-a_center {
    width: 120px;
    height: 105px;
    display: table-cell;
    vertical-align: middle;
}
.l-a_center img {
    max-width: 100%;
    height: auto;
}
.l-a_text {
    font-size: 16px;
    font-family: 'MyriadProBold';
    text-transform: uppercase;
    color: #050505;
    line-height: 18px;
    margin: 14px 0 0 0;
}
.l-a_text span {
    color: #C40000;
}
.questions_title {
    font-size: 28px;
    text-transform: uppercase;
    font-family: 'MyriadProBold';
    color: #050505;
    text-align: center;
    padding: 40px 10px 37px 10px;
}
.questions_title span {
    color: #C40000;
}
.list-questions {
    box-sizing: border-box;
    padding: 0 33px 0 78px;
    margin: 0 0 50px 0;
}
.list-questions li {
    margin: 0 0 12px 0;
    font-size: 18px;
    font-family: 'MyriadProBold';
    color: #C40000;
}
.list-questions li span {
    cursor: pointer;
}
.list-questions li span:hover {
    text-decoration: underline;
}
.list-questions li .l-q_box {
    display: none;
    background: #F5F5F5;
    box-sizing: border-box;
    padding: 31px 30px 24px 50px;
    margin: 6px 0 0 0;
}
.list-questions li .l-q_box &gt; p {
    font-size: 16px;
    font-family: 'MyriadProRegular';
    color: #393939;
    line-height: 20px;
}
.questions-submit {
    display: block;
    width: 314px;
    height: 47px;
    border: none;
    cursor: pointer;
    outline: none;
    background: #4D82B0;
    transition: 0.2s;
    font-size: 13px;
    text-transform: uppercase;
    color: #FFFFFF;
    font-family: 'MyriadProBold';
    margin: 0 auto 38px auto;
}
a.questions-submit {
    text-align: center;
    padding: 25px 0;
    text-decoration: none;
    height: inherit;
}
.questions-submit:hover {
    background: #0064A6;
    transition: 0.2s;
}
.questions-submit:active {
    background: #00438B;
    transition: 0.2s;
}
.reviews-title {
    position: relative;
    text-align: center;
    text-transform: uppercase;
    font-size: 28px;
    font-family: 'MyriadProBold';
    color: #282828;
    padding: 36px 0 10px 0;
}
.reviews-title:after {
    display: block;
    content: "";
    width: 182px;
    height: 1px;
    background: #AEAEAE;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
}
.reviews-title2 {
    font-size: 20px;
    font-family: 'MyriadProRegular';
    color: #45413F;
    line-height: 24px;
    text-align: center;
    padding: 5px 23% 0 23%;
}
.fond-slider {
    background: #4D82B0;
}
.slider-reviews {
    margin: 42px 0 30px 0;
    background: #FFFFFF;
}
.b-s_r {
    position: relative;
    box-sizing: border-box;
    padding: 0 130px 0 142px;
}
.b-s_r:before {
    display: block;
    content: "";
    width: 18.5%;
    height: 158px;
    background: #4D82B0;
    position: absolute;
    left: 0;
    top: 0;
}
.b-s_r:after {
    display: block;
    content: "";
    width: 113px;
    height: 158px;
    background: #4D82B0;
    position: absolute;
    right: 0;
    top: 0;
    background: url(../image/fond_slider.png) no-repeat;
}
.s-r_thumb {
    float: left;
    position: relative;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    border: 4px solid #4D82B0;
}
.s-r_thumb img {
    width: 100%;
    height: auto;
}
.s-r_right {
    margin-left: 197px;
    max-height: 157px;
    overflow: hidden;
}
.s-r_title {
    font-size: 19px;
    font-style: italic;
    font-family: 'MyriadProBold';
    color: #332923;
    text-transform: uppercase;
    padding: 5px 0 8px 0;
}
.s-r_text {
    font-family: 'MyriadProRegular';
    color: #332923;
    line-height: 18px;
}
.sidebar_right.news{
    font-family: 'MyriadProRegular';
}
.list-news {
    width: 100%;
    display: table;
    font-size: 0;
    text-align: left;
    margin: 0 0 68px 0;
}
.list-news li {
    display: inline-block;
    vertical-align: top;
    width: 20%;
    box-sizing: border-box;
    padding: 15px 33px 17px 35px;
    position: relative;
}
.list-news li:after {
    display: block;
    content: "";
    width: 1px;
    height: 100%;
    background: #DDDDDD;
    position: absolute;
    top: 0;
    right: -1px;
}
.list-news li:last-child:after {
    display: none;
}
.l-n_title {
    display: block;
    font-family: 'trebucbd';
    font-size: 14px;
    color: #3C3C3C;
    transition: 0.3s;
    line-height: 17px;
    height: 53px;
    overflow: hidden;    
}
.l-n_title:hover {
    transition: 0.3s;
    color: #CD0000;
}
.l-n_rs {
    display: inline-block;
    margin-top: 7px;
}
.l-n_thumb {
    width: 175px;
    height: 105px;
    overflow: hidden;
    margin: 6px 0 0 0;
}
.l-n_thumb img {
    width: 100%;
    height: auto;
}
.l-n_link {
    float: right;
    font-family: 'trebucbd';
    font-size: 12px;
    color: #B1C2C4;
    padding: 0 19px 0 0;
    position: relative;
    margin: 5px 0 0 0;
}
.l-n_link:after {
    display: block;
    content: "";
    width: 8px;
    height: 9px;
    background: url(../image/img_arrow_4.png) no-repeat;
    position: absolute;
    top: 3px;
    right: 0;
}
.l-n_link:hover {
    color: #CD0000;
}
.l-n_link:hover:after {
    background: url(../image/img_arrow_4.png) no-repeat -8px 0;
}
.fond-order_goods {
    width: 100%;
    min-height: 515px; 
    background: url(../image/fond_foto_2.png) no-repeat;
    background-size: 100% 100%;
}
.o-d_title {
    font-size: 28px;
    text-align: left;
    font-family: 'MyriadProBold';
    text-transform: uppercase;
    color: #BB0000;
    padding: 61px 0 0 40px;
}
.o-r_left {
    float: left;
    width: 70%;
}
.list-o_g {
    width: 100%;
    font-size: 0;
    display: table;
    list-style: none;
    text-align: left;
    margin: 45px 0 0 28px;
}
.list-o_g li {
    width: 32%;
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    padding: 0 10px;
    position: relative;
}
.list-o_g li:after {
    display: block;
    content: "";
    width: 53px;
    height: 37px;
    background: url(../image/img_arrow_6.png) no-repeat;
    position: absolute;
    top: 68px;
    right: -28px;
    z-index: 2;
}
.list-o_g li:last-child:after {
    background: url(../image/img_arrow_7.png) no-repeat;
}
.o-g_thumb {
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    display: block;
}
.o-g_text {
    font-size: 16px;
    margin: 13px 0 0 0;
    text-align: center;
    color: #504F4F;
}
.o-g_text span {
    font-family: 'MyriadProBold';
    /*color: #BB0000;*/
    font-size: 18px;
}
.o-r_right {
    float: right;
    width: 296px;
    min-height: 504px;
    margin: 0 26px 0 0;
    background: rgba(89,89,89,0.1);
}
.o-r_right.test{
    display: none;
    /*float: right;*/
    width: 296px;
    min-height: auto;
    /*min-height: 504px;*/
    /*margin: 0 26px 0 0;*/
    margin: 0 auto;
    background: rgba(89,89,89,0.1);
    position: absolute;
    top: 30%;
    z-index:100;
    background: lightgray;
    left: 50%;
    margin-left: -148px;
    box-shadow: 0px 0px 30px lightslategrey;
    padding-bottom: 20px;
}
.o-r_right.test2{
    display: none;
    width: 296px;
    min-height: auto;
    margin: 0 auto;
    background: rgba(89,89,89,0.1);
    position: absolute;
    top: 30%;
    z-index:100;
    background: lightgray;
    left: 50%;
    margin-left: -148px;
    box-shadow: 0px 0px 30px lightslategrey;
    padding-bottom: 20px;
}
.test-close{
    position: absolute;
    top:0;right:0;
    font-size:18px;
    color:black;
    cursor:pointer;
    padding-right: 5px;
}
.hot-buttons-click{
    position: fixed;
    right:0;
    top:50%;
    margin-top: -45px;
    z-index: 100;
}
.hot-buttons-click button{
    border: 0;
    background-color: #C40000;
    color:white;
    cursor:pointer;
    padding:10px;
    font-family: 'trebucbd';
    font-size: 18px;
    transition: .3s all;
    margin-bottom: 5px;
    width: 100%;
    padding-left: 40px;
    background-repeat: no-repeat;
    background-position: 5px center;
    box-shadow: 0 0 8px lightslategrey;
    position: relative;
    right: -80%;
    animation: color_change 2s infinite alternate;
}

.hot-buttons-click a {
    display: block;
    border: 0;
    background-color: #C40000;
    color:white;
    cursor:pointer;
    padding:10px;
    font-family: 'trebucbd';
    font-size: 18px;
    transition: .3s all;
    margin-bottom: 5px;
    width: 100%;
    padding-left: 40px;
    background-repeat: no-repeat;
    background-position: 5px center;
    box-shadow: 0 0 8px lightslategrey;
    position: relative;
    right: -80%;
    animation: color_change 2s infinite alternate;
    text-decoration: none;
}
.hot-buttons-click a:before {
    display: block;
    content: "";
    width: 24px;
    height: 24px;
    background: url(../image/whatsapp.svg) no-repeat;
    background-size: 24px 24px;
    position: absolute;
    top: 50%;
    margin-top: -12px;
    left: 10px;
}




@keyframes color_change {
    from { background-color: orange; }
    /*from { background-color: #C40000; }*/
    /*to { background-color: darkorange; }*/
    to { background-color: #A20101; }
}
.hot-buttons-click button.get-price{
    background-image: url(../image/icon_price.png);
    border-radius: 10px 0 0 0;

}
.hot-buttons-click button.get-call{
    background-image: url(../image/icon_tel.png);
    border-radius: 0 0 0 10px;

}
.hot-buttons-click button:last-child{
    margin-bottom: 0;
}
.hot-buttons-click button:hover{
    background: #A20101;
}
.hot-buttons-click button.get-price:hover{
    right: 0;
}
.hot-buttons-click button.get-call:hover{
    right: 0;
}
.hot-buttons-click .get-call-2:hover {
    right: 0;
}
.hot-buttons-click .get-call-2:hover:before {
    display: none;
}
.hot-buttons-click:hover button{
    color: lightyellow;
}

.form-order {
    box-sizing: border-box;
    padding: 0 23px;
}
.f-order_title {
    font-family: 'MyriadProBold';
    font-size: 14px;
    text-transform: uppercase;
    text-align: center;
    color: #504F4F;
    line-height: 18px;
    margin: 20px 0 18px 0; 
}
.f-order_text {
    width: 100%;
    height: 28px;
    box-sizing: border-box;
    border: 1px solid #C7C5C8;
    padding: 0 12px;
    margin-bottom: 8px;
    line-height: 28px;
    font-size: 16px;
    font-family: 'trebuc';
    color: #989595;
}
.f-order_textarea {
    width: 100%;
    height: 84px;
    box-sizing: border-box;
    border: 1px solid #C7C5C8;
    padding: 0 12px;
    margin-bottom: 8px;
    line-height: 28px;
    font-size: 16px;
    font-family: 'trebuc';
    color: #989595;
}
input.f-order_text[name="tel2"]{
    margin-bottom: 20px;
}

.f-order_text::-webkit-input-placeholder {color:#989595;}
.f-order_text::-moz-placeholder          {color:#989595;}
.f-order_text:-moz-placeholder           {color:#989595;}
.f-order_text:-ms-input-placeholder      {color:#989595;}
.file_upload {
    position: relative;
    overflow: hidden;
    font-size: 14px;
    text-align: center;
    padding: 11px 0 14px 0;
    font-family: 'trebuc';
    color: #504F4F;
    background: url(../image/img_order_6.png) no-repeat 9px 11px;
}
.file_upload input[type=file] {
    position: absolute;
    top: 0; right: 0;
    font-size: 200px;
    opacity: 0;
    filter: alpha(opacity=0);
    cursor: pointer;
}
a.link_file,
#button-comment,
.f-order_submit {
    width: 201px;
    height: 38px;
    text-align: center;
    display: block;
    margin: 0 auto;
    font-family: 'trebucbd';
    font-size: 18px;
    color: #ffffff;
    border: none;
    cursor: pointer;
    background: #C40000;
    transition: 0.3s;
}
a.link_file,
#button-comment{
    width:auto;
    height:auto;
    padding:15px;
    margin-top:10px;
    float:left;
}
a.link_file:hover{
    transform:rotate(360deg);
}
a.link_file{
    float:right;
    text-decoration: none;
    transition: .4s all;
}
.f-order_submit:hover {
    background: #A20101;
    transition: 0.3s;
}
.f-order_submit:active {
    background: #860000;
    transition: 0.3s;
}
.list-translators {
    width: 100%;
    display: table;
    font-size: 0;
    text-align: center;
    margin: 0 0 21px 0;
}
.list-translators li {
    width: 20%;
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    padding: 0 25px 0 25px;
}
.list-translators li a {
    display: block;
    font-family: 'MyriadProBold';
    font-size: 12px;
    text-transform: uppercase;
    color: #282828;
    text-decoration: none;
}

.l-t_thumb {
    width: auto;
    height: 122px;
    max-width: 100%;
}
.l-t_text {
    margin: 11px 0 0 0;
}
.list-translators li a:hover {
    transition: 0.3s;
    color: #CD0000;
}
.list-translators li a &gt; img {
    width: 150px;
    box-shadow: 2px 2px 8px lightgray;
    height:auto;
}

.link-all_translators {
    display: inline-block;
    width: 280px;
    height: 42px;
    background: #C40000;
    transition: 0.3s;
    line-height: 42px;
    text-decoration: none;
    text-transform: uppercase;
    color: #ffffff;
    font-size: 13px;
    font-family: 'MyriadProBold';
    margin: 0 0 70px 0;
}
.link-all_translators:hover {
    background: #A20101;
    transition: 0.3s;
}
.link-all_translators:active {
    background: #860000;
    transition: 0.3s;
}
.fond-top_foot {
    width: 100%;
    height: 100%;
    background: url(../image/fond_foot.jpg) no-repeat;
    background-size: 100% 100%;    
}
.fond-bottom_foot {
    width: 100%;
    min-height: 27px;
    background: #000000;
}
.b-copyright {
    float: left;
    font-size: 12px;
    color: #FFFFFF;
    margin: 8px 0 0 25px;
}
.b-error {
    float: right;
    font-size: 12px;
    color: #ffffff;
    margin: 8px 25px 0 0;
}
.foot-left_1 {
    float: left;
    width: 257px;
    box-sizing: border-box;
    padding: 0 10px 0 42px;
}
.b-logo_2 {
    display: block;
    width: 194px;
    height: 47px;
    background: url(../image/img_logo_2.png) no-repeat;
    background-size: 194px 47px;
    margin: 24px 0 26px 0px;
}
.title-address {
    font-size: 12px;
    text-transform: uppercase;
    color: #3C3C3C;
    margin: 0 0 12px 0;
    font-family: 'trebucbd';
}
.text-address {
    font-size: 12px;
    color: #3C3C3C;
    box-sizing: border-box;
    padding: 0px 25px 0 0;
    line-height: 14px;
}
.title-telephone {
    text-transform: uppercase;
    font-size: 12px;
    font-family: 'trebucbd';
    margin: 30px 0 10px 0;
}
.telephone-link {
    display: inline-block;
    width: 100%;
    font-size: 18px;
    color: #3C3C3C;
    text-decoration: none;
    transition: 0.3s;
}
.telephone-link:hover {
    transition: 0.3s;
    color: #A20101;
}
.telephone-link span {
    font-family: 'MyriadProBold';
}
.mail-link {
    float: right;
    box-sizing: border-box;
    padding: 0 68px 0 0;
    text-align: right;
    font-family: 'trebucbd';
    font-size: 12px;
    color: #9A9A9A;
    text-decoration: none;
    transition: 0.3s;
}
.mail-link:hover {
    transition: 0.3s;
    color: #A20101;
}
.b-feedback.b-f_2 {
    float: none;
    margin: 0px 0 0 0px;
}
.b-f_2 .b-f_button {
    width: 146px;
    height: 25px;
    font-size: 11px;
    line-height: 25px;
    text-transform: uppercase;
    margin: 8px 0 10px 0;
}
.human_mess .b-f_button a{
    color:white;
}
.b-f_2 .modal-form {
    top: inherit;
    bottom: 40px;
    right: initial;
    left: 0;
}
.b-f_2 .modal-form:before {
    top: initial;
    right: inherit;
    left: 12px;
    bottom: -12px;
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.foot-left_2 {
    float: left;
    width: 242px;
    min-height: 350px;
    background: #E1E1E1;
    box-sizing: border-box;
    padding: 30px 10px 0 37px;
}
.foot-title {
    font-size: 12px;
    font-family: 'trebucbd';
    text-transform: uppercase;
    color: #3C3C3C;
}
.menu_foot {
    list-style: none;
    font-size: 12px;
}
.menu_foot a {
    display: block;
    color: #3C3C3C;
    margin: 7px 0 0px 0;
}
.menu_foot a:hover {
    transition: 0.3s;
    color: #A20101;
}
.foot-left_2.f-l_3 {
    background: transparent; 
}
.foot-left_4 {
    float: left;
    width: 217px;
    padding: 30px 10px 0 37px; 
    box-sizing: border-box;
}
.working-hours_title {
    font-size: 12px;
    font-family: 'trebucbd';
    text-transform: uppercase;
}
.working-hours_time {
    font-size: 12px;
    line-height: 15px;
    margin: 11px 0 0 0;
}
.social-networks_title {
    text-transform: uppercase;
    font-size: 12px;
    font-family: 'trebucbd';
    line-height: 15px;
    margin: 16px 0 0 0;
}
.b-social_networks {
    width: 100%;
    display: table;
    font-size: 0;
    text-align: left;    
}
.b-social_networks a {
    display: inline-block;
    width: 25px;
    height: 25px;
    background: url(../image/icon_soc.png) no-repeat;
    margin: 9px 9px 0 0;
}
.b-social_networks a:last-child {
    margin: 9px 0px 0 0;
}
.b-social_networks a.ic_f {
    background-position: 0px 0px;
}
.b-social_networks a.ic_vk {
    background-position: -25px 0px;
}
.b-social_networks a.ic_tw {
    background-position: -50px 0px;
}
.b-social_networks a.ic_in {
    background-position: -75px 0px;
}
.b-social_networks a.ic_go {
    background-position: -100px 0px;
}
.payment-title {
    font-size: 12px;
    text-transform: uppercase;
    font-family: 'trebucbd';
    color: #3C3C3C;
    margin: 43px 0 0 0;
}
.list-payment {
    width: 100%;
    display: table;
    font-size: 0;
    text-align: left;
    margin: 7px 0 0 0;
}
.list-payment li {
    width: 58%;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    margin: 0 0 5px 0;
}
.list-payment li:nth-child(even) {
    width: 42%; 
}
.list-payment li a {
    display: table-cell;
    vertical-align: middle;
    width: 91px;
    height: 35px;
}
.mobile_menu {
    display: none;
}
.breadcrumbs {
    list-style: none;
    font-family: 'MyriadProRegular';
    box-sizing: border-box;
    padding: 9px 10px 9px 24px;
}
.breadcrumbs li {
    float: left;
    color: #747474;
    margin: 0 32px 0 0;
    position: relative;
}
.breadcrumbs li:after {
    display: block;
    content: "";
    width: 1px;
    height: 15px;
    background: #C40000;
    border-left: 1px solid #F2D1D1;
    position: absolute;
    top: -2px;
    right: -17px;
}
.breadcrumbs li:last-child:after {
    display: none;
}
.breadcrumbs li:last-child {
    margin: 0;
}
.breadcrumbs a {
    display: block;
    text-decoration: none;
    color: #B5B5B5;
}
.breadcrumbs a:hover {
    text-decoration: underline;
}
.sidebar_left {
    float: left;
    width: 22.5%;
    box-sizing: border-box;
    padding: 14px 0 20px 25px;
}
.sidebar_right {
    box-sizing: border-box;
    padding: 11px 10px 20px 28px;
}
.sidebar_left + .sidebar_right {
    float: left;
    /* width: 68%; */
    width: 77.5%;
}
.title_2 {
    font-size: 18px;
    font-family: 'MyriadProBold';
    text-transform: uppercase;
    color: #C40000;
    padding: 0 0 15px 0;
    border-bottom: 1px solid #B6B6B6;
}
.all-bureau {
    padding: 0 0 26px 0;
    border-bottom: 1px solid #B6B6B6;
}
.bureau-title {
    font-family: 'MyriadProBold';
    text-transform: uppercase;
    color: #2F2D2D;
    margin: 38px 0 0 0;
}
.list-bureau {
    width: 100%;
    display: table;
    font-size: 0;
    list-style: none;
    font-family: 'MyriadProRegular';
    position: relative;
    left: -6px;
    margin: 12px 0 0 0;
}
.list-bureau li {
    display: inline-block;
    vertical-align: top;
    position: relative;
    padding: 6px 0 7px 0;
    font-size: 16px;
    /*border-bottom: 1px solid #EFEFEF;*/
}
.list-bureau li.active a {
    color: #FFFFFF;
    background: #C40000;
}
.list-bureau:before {
    display: block;
    content: "";
    width: 100%;
    height: 1px;
    background: #EFEFEF;
    position: absolute;
    left: 6px;
    top: 35px;
}
.list-bureau:after {
    display: block;
    content: "";
    width: 100%;
    height: 1px;
    background: #EFEFEF;
    position: absolute;
    left: 6px;
    bottom: 35px;
}
.list-bureau a {
    display: block;
    text-transform: uppercase;
    text-decoration: none;
    color: #C40000;
    padding: 4px 7px 2px 7px;
    box-sizing: border-box;
    background: transparent;
    transition: 0.3s;
}
.list-bureau a:hover {
    color: #FFFFFF;
    background: #C40000;
    transition: 0.3s;
}
.list-bureau.list-bur2 li {
    text-transform: uppercase;
    text-decoration: none;
    color: #C40000;
    margin: 6px 0 7px 0;
    padding: 4px 7px 2px 7px;
    box-sizing: border-box;
    background: transparent;
    transition: 0.3s;
    cursor: pointer;
}
.list-bureau.list-bur2 li.active {
    color: #FFFFFF;
    background: #C40000;
}
.list-bureau.list-bur2 li:hover {
    color: #FFFFFF;
    background: #C40000;
    transition: 0.3s;
}
.b-form.b-form_2 {
    background: #393939;
    margin: 15px 0 0 0;
    padding: 23px 12px 18px 12px;
}
.sidebar_right,
.sidebar_right ul li a{
    font-family: Roboto !important;
    font-weight: 300;
}
.sidebar_right p {
    /*font-family: 'MyriadProRegular';*/
    font-size: 18px;
    color: black;
    /*color: #393939;*/
    line-height: 30px;
    /*line-height: 24px;*/
    margin: 0 0 10px 0;
}
.info_page_descr {
    /*font-family: 'MyriadProRegular';*/
    font-size: 18px;
    color: #393939;
    line-height: 24px;
}
.info_page_descr p img{
    width:100%;
}

.sidebar_right h1,
.sidebar_right h2,
.sidebar_right h3,
.sidebar_right h6 {
        color: #3b3a3a !important;
        /*font-family: 'MyriadProBold';*/
        padding: 15px 0 15px 0;
        text-transform: uppercase;
}
.sidebar_right h1{
    font-size: 24px;
}
.sidebar_right h2{
    font-size: 20px;
}
.sidebar_right h3{
    font-size: 16px;
}
div.knowledge{
    background: #f7f7f7;
    padding: 30px;
    border-left:5px solid #ffd02d;
    margin:20px 0 5px;
}
div.knowledge.interest{
    background: bisque;
    border-left:5px solid cadetblue;
}
div.knowledge &gt; h3{
    padding-bottom: 20px;
    color: crimson !important;
}
div.knowledge.interest &gt; h3{
    border-bottom: 1px solid #999;
}
div.knowledge.interest ul li a{
    border-bottom:1px dashed #393939;
    transition: .4s all;
}
div.knowledge.interest ul li:hover a{
    border-color:transparent;
}
div.knowledge &gt; p{
    color:#434d56;
    text-align: justify;
}
div.quote{
    background: linen;
    /*background: bisque;*/
    border-left:5px solid cadetblue;
    margin:20px 0 5px;
}
div.quote &gt; p:first-of-type{
    background: lightyellow;
    position: relative;
    padding-top:40px;
    quotes: "\201C""\201D";
    /*quotes: "\2018""\2019";*/
}
div.quote &gt; p:not(first-of-type){
    padding: 0 30px 30px;
}
div.quote &gt; p:first-child:before{
    /*content: close-quote;*/
    content: open-quote;
    position: absolute;
    left:10px;
    top:7px;
    font-size: 60px;
    line-height: 1.0;
    font-family: auto;
    color:crimson;
    /*transform:rotate(180deg);*/
}

.sidebar_right ul li span { 
    font-family: 'MyriadProBold' !important; 
}
.sidebar_right ul li a {
    display: inline-block;
    text-decoration: none;
    color: #393939;
    margin: 0px 0 5px 0;
    transition: 0.3s;
}
.sidebar_right ul li a:hover {
    transition: 0.3s;
    color: #C40000; 
}
.sidebar_right p a {
    text-decoration: none;
    color: #393939;
    transition: 0.3s;
}
.visual.foto-border img {
    width: 100% !important; 
    height: auto !important;
}
.sidebar_right p a:hover {
    transition: 0.3s;
    color: #C40000;
}
.text-r {
    font-size: 16px;
    color: #3C3C3C;
    line-height: 24px;
}
.title-transfer {
    width: 166px;
    height: 20px;
    line-height: 22px;
    font-family: 'MyriadProRegular';
    font-size: 16px;
    text-transform: uppercase;
    color: #C40000;
    background: #F7F7F7;
    box-sizing: border-box;
    padding: 0 0 0 36px;
    position: relative;
    margin: 0 0 15px 0;
}
.title-transfer:before {
    display: block;
    content: "&gt;";
    font-family: 'MyriadProRegular';
    font-size: 16px;
    color: #C40000;
    position: absolute;
    left: 22px;
    top: -1px;
}
.list-transfer {
    list-style: none;
    font-size: 16px;
    font-family: 'MyriadProRegular';
    box-sizing: border-box;
    padding: 0 10px 0 17px;
}
.list-transfer a {
    display: block;
    text-decoration: none;
    color: #393939;
    margin: 0px 0 14px 0;
    transition: 0.3s;
}
.list-transfer a:hover {
    transition: 0.3s;
    color: #C40000;
}
.auto-columnizer {
    margin: 36px 0 50px 0;
}
.menu_left {
    list-style: none;
    font-size: 15px;
    font-family: 'MyriadProRegular';
    margin: 13px 0 13px 0;
    padding: 0 0 11px 0;
    border-bottom: 1px solid #B6B6B6;
}
.menu_left.menu_left_2 {
    margin: 13px 0 33px 0;
    padding: 0 0 21px 0;
}
.menu_left li.active a {
    color: #FFFFFF;
    background: #C40000;
    padding: 6px 5px 4px 15px;
}
.menu_left.menu_left_2 li.active a {
    padding: 5px 5px 2px 15px;
}
.menu_left a {
    display: block;
    text-transform: uppercase;
    text-decoration: none;
    color: #393939;
    line-height: 17px;
    box-sizing: border-box;
    padding: 6px 5px 4px 0px;
    margin: 0 0 8px 0;
    transition: all 0.5s;
}
.menu_left.menu_left_2 a {
    margin: 0 0 0px 0;
    padding: 5px 5px 2px 0px;
}
.menu_left.menu_left_2 a:hover {
    padding: 5px 5px 2px 15px;
}
.menu_left a:hover {
    color: #FFFFFF;
    background: #C40000;
    padding: 6px 5px 4px 15px;
    transition: all 0.5s;
}
.box_thumb {
    border-top: 1px solid #B6B6B6;
    border-bottom: 1px solid #B6B6B6;
    padding: 9px 0;
    margin: 0 0 21px 0;
}
.box_thumb img {
    width: 100% !important;
    height: auto !important;
}
.foto img {
    width: 100% !important;
    height: auto !important;
}
.services-title {
    font-family: 'MyriadProRegular';
    font-size: 15px;
    line-height: 18px;
    color: #393939;
    margin: 18px 0 0 0;
}
.sidebar_right ul {
    font-size: 16px;
    font-family: 'MyriadProBold';
    margin: 19px 0 25px 0;
}
.sidebar_right li {
    color: #393939;
    list-style: none;
    margin: 0 0 8px 0;
}
.text-r.size-16 {
    font-size: 16px;
    line-height: 24px;
}
/*.sidebar_right h2 {*/
    /*font-size: 18px;*/
    /*text-transform: uppercase;*/
    /*font-family: 'MyriadProBold';*/
    /*color: #C40000;*/
    /*padding: 16px 0 13px 0; */
/*}*/
.b-contacts {
    box-sizing: border-box;
    padding: 0 0 26px 22px;
    position: relative;
    margin: 36px 0 0 0;
}
.b-contacts:after {
    display: block;
    content: "";
    width: 100%;
    height: 1px;
    background: url(../image/img_stick_5.png);
    background-size: 100% 1px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}
.b-con_title {
    font-size: 16px;
    text-transform: uppercase;
    font-family: 'MyriadProBold';
    color: #C40000;
    position: relative;
    padding: 0 0 15px 15px;
}
.b-con_title:before {
    display: block;
    content: "&gt;";
    font-size: 16px;
    font-family: 'MyriadProBold';
    color: #C40000;
    position: absolute;
    top: -1px;
    left: 2px;
} 
.b-con_left {
    float: left;
    width: 37%;
    box-sizing: border-box;
    padding: 0 10px 0 0;
    position: relative;
}
.b-con_left:after {
    display: block;
    content: "";
    width: 1px;
    height: 100%;
    background: #5F5F5F;
    position: absolute;
    top: 0;
    right: -1px;
}
.b-con_right {
    float: left;
    width: 63%;
    box-sizing: border-box;
    padding: 23px 0px 0 33px;
}
.b-con_right &gt; p {
    font-family: 'MyriadProRegular';
    font-size: 16px;
    color: #3C3C3C;
    line-height: 23px;
}
.b-con_address {
    font-family: 'MyriadProRegular';
    font-size: 16px;
    position: relative;
    color: #525252;
    padding: 0 0 0 49px;
    line-height: 24px;
    margin: 22px 0 22px 0;
}
.b-con_address:before {
    display: block;
    content: "";
    width: 20px;
    height: 34px;
    background: url(../image/icon_5.png) no-repeat;
    position: absolute;
    top: -12px;
    left: 6px;
}
.b-con_telephone {
    position: relative;
    padding: 0 0 0 49px;
    font-family: 'MyriadProRegular';
}
.b-con_telephone a {
    display: inline-block;
    width: 100%;
    font-size: 16px;
    text-decoration: none;
    color: #525252;
    margin: 0 0 7px 0;
}
.b-con_telephone a:hover {
    text-decoration: underline;
}
.b-con_telephone:before {
    display: block;
    content: "";
    width: 31px;
    height: 32px;
    background: url(../image/icon_6.png) no-repeat;
    position: absolute;
    top: -14px;
    left: 0px;
}
.capital-letter {
    width: 100%;
    height: 27px;
    text-align: center;
    padding: 3px 0 0 0;
    box-sizing: border-box;
    text-transform: uppercase;
    color: #FFFFFF;
    font-size: 24px;
    font-family: 'MyriadProBold';
    background: #393939;
    margin: 22px 0 0 0;
}
.tabs__content {
    display: none;
    width: 100%;
}
.tabs__content.active {
    display: block;
}
.b-preview {
    border-top: 1px solid #B4B4B4;
    padding: 8px 0 0 0;
    margin: 0 0 11px 0;
}
.b-prev_thumb {
    float: left;
    width: 10.7%;
    height: 60px;
    margin: 0 0.1% 0 0;
}
.b-prev_thumb img {
    width: 100%;
    height: 100%;
}
.b-prev_title {
    float: left;
    width: 89.2%;
    height: 60px;
    background: #C40000;
    text-transform: uppercase;
    font-size: 24px;
    font-family: 'MyriadProRegular';
    color: #FFFFFF;
    box-sizing: border-box;
    padding: 0 0 0 32px;
    line-height: 60px;
}
p.size-18 {
    font-size: 18px;
    color: #393939; 
    line-height: 24px;
}
.b-interpreter {
    border: 1px solid #DBDBDB;
    background: #F9F7F7;
    margin: 24px 0 24px 0;
    box-sizing: border-box;
    padding: 35px 78px 33px 78px;
}
.b-in_submit {
    display: block;
    width: 241px;
    height: 37px;
    margin: 42px auto 0 auto;
    color: #FFFFFF;
    font-family: 'MyriadProRegular';
    font-size: 16px;
    text-transform: uppercase;
    border: none;
    outline: none;
    cursor: pointer;
    background: #C40000;
    transition: 0.3s;
}
.b-in_submit:hover {
    background: #A20101;
    transition: 0.3s;
}
.b-in_submit:active {
    background: #860000;
    transition: 0.3s;
}
.b-in_field {
    width: 100% !important;
    height: 230px;
    resize: none;
    background: #FFFFFF; 
    border: 1px solid #D6D5D5;
    box-sizing: border-box;
    outline: none;
    font-family: 'MyriadProRegular';
    white-space: pre-wrap;
    padding: 8px 8px 8px;
    font-size: 18px;
    color: #393939;
    overflow-y: hidden;
    overflow-x: auto;
}
.b-in_select {
    float: left;
    width: 33.7%;
}
.b-in_select2 {
    float: right;
    width: 33.7%;
}
.b-in_all {
    position: relative;
    margin: 0 0 30px 0;
    padding: 0 0 30px 0;
    border-bottom: 1px solid #E0DFDF;
}
.b-in_refresh {
    width: 51px;
    height: 53px;
    background: url(../image/icon_7.png) no-repeat;
    position: absolute;
    top: -16px;
    left: 50%;
    margin-left: -25px; 
    cursor: pointer;
}
.b-in_refresh:hover {
    animation: downUp 1s infinite linear;
}
@keyframes downUp { 
    from {    
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg); 
        -o-transform: rotate(0deg); 
        transform: rotate(0deg);
    }  
     25% {
           -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg); 
        -webkit-transform: rotate(90deg); 
        -o-transform: rotate(90deg); 
        transform: rotate(90deg);
    }
    50% {
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        -o-transform: rotate(180deg); 
        transform: rotate(180deg);
    }
    75% {
        -moz-transform: rotate(270deg);
        -ms-transform: rotate(270deg); 
        -webkit-transform: rotate(270deg); 
        -o-transform: rotate(270deg); 
        transform: rotate(270deg);
    }
      to {
          -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -webkit-transform: rotate(360deg); 
        -o-transform: rotate(360deg); 
        transform: rotate(360deg);
      }
}
.b-flag {
    margin: 34px 0 20px 0;
}
.b-flag_left {
    float: left;
    height: 219px;
    background: #C40000;
    width: 30%;
}
.b-flag_center {
    float: left;
    width: 40%;
    height: 219px;
    background: #ffffff;
    box-sizing: border-box;
    border-top: 1px solid #DBDBDB;
    border-bottom: 1px solid #DBDBDB;
}
.b-flag_right {
    float: left;
    width: 30%;
    height: 219px;
    background: #0B01A9;
}
.container {
    box-sizing: border-box;
    padding: 0 10px 0 24px;
}
.container &gt; h2 {
    font-size: 18px;
    text-transform: uppercase;
    color: #C40000;
    font-family: 'MyriadProBold';
    padding: 14px 0 16px 0;
    position: relative;
}
.container &gt; h2:after {
    display: block;
    content: "";
    width: 240px;
    height: 1px;
    background: #B6B6B6;
    position: absolute;
    left: 0;
    bottom: 0;
}
.link-head_office {
    display: inline-block;
    padding: 0 58px;
    height: 32px;
    line-height: 34px;
    font-size: 15px;
    font-family: 'MyriadProBold';
    text-decoration: none;
    text-transform: uppercase;
    color: #FFFFFF;
    background: #C40000;
    transition: 0.3s;
    border: none;
    text-align: center;
    margin: 18px 0 0 0;
    cursor:pointer;
}
.all-fond_map {
    border-bottom: 1px solid #C4C4C4;
}
.fond-map {
    padding: 3px;
    background: #F5F5F5;
    border: 1px solid #E6E6E6;
    margin: 18px 0 21px 0;
    position: relative;
}
.map {
    float: left;
    width: 59.5%;
    height: 340px;
    border: 1px solid #676767;
    box-sizing: border-box;
}
.f-m_contact {
    float: left;
    width: 40.5%;
}
.f-m_cn {
    position: relative;
    box-sizing: border-box;
    margin: 25px 0 0px 34px;
    padding: 0 100px 0 50px;
    font-family: 'MyriadProRegular';
    font-size: 16px;
    color: #525252;
}
.f-m_cn:before {
    display: block;
    content: "";
    position: absolute;
}
.f-m_metro:before {
    width: 36px;
    height: 25px;
    background: url(../image/icon_8.png) no-repeat;
    top: -10px;
    left: 0;
}
.f-m_address {
    line-height: 25px;
}
.f-m_address:before {
    width: 20px;
    height: 34px;
    background: url(../image/icon_5.png) no-repeat;
    top: -11px;
    left: 6px;
}
.f-m_time:before {
    width: 33px;
    height: 33px;
    background: url(../image/icon_9.png) no-repeat;
    top: -15px;
    left: 1px;
}
.f-m_number a {
    display: inline-block;
    width: 100%;
    text-decoration: none;
    color: #525252;
    font-size: 16px;
    margin: 0 0 6px 0;
}
.f-m_number a:hover {
    text-decoration: underline;
}
.f-m_number:before {
    width: 31px;
    height: 32px;
    background: url(../image/icon_6.png) no-repeat;
    top: -13px;
    left: 1px;
}
.f-m_mail a {
    display: inline-block;
    width: 100%;
    text-decoration: none;
    color: #525252;
    font-size: 16px;
}
.f-m_mail a:hover {
    text-decoration: underline;
}
.f-m_mail:before {
    width: 35px;
    height: 35px;
    background: url(../image/icon_10.png) no-repeat;
    top: -18px;
    left: 0px;
}
.detailed-scheme {
    position: absolute;
    right: 3px;
    bottom: 3px;
    display: block;
    width: 40%;
    height: 30px;
    line-height: 30px;
    background: #C40000;
    transition: 0.3s;
    margin: 0px 0 0 0.5%;
    box-sizing: border-box;
    padding: 0 0 0 85px;
    font-family: 'MyriadProRegular';
    font-size: 16px;
    color: #FFFFFF;
    text-decoration: none;
}
.detailed-scheme:hover {
    background: #A20101;
    transition: 0.3s;
}
.detailed-scheme:active {
    background: #860000;
    transition: 0.3s;
}
.detailed-scheme:before {
    display: block;
    content: "";
    width: 36px;
    height: 20px;
    background: url(../image/icon_11.png) no-repeat;
    position: absolute;
    left: 33px;
    top: 4px;
}
.detailed-scheme:after {
    display: block;
    content: "";
    width: 3px;
    height: 6px;
    background: url(../image/img_arrow_8.png) no-repeat;
    position: absolute;
    right: 25px;
    top: 50%;
    margin-top: -3px;
}
.b-alphabet {
    margin: 14px 0 29px 0;
}
.alphabet_title {
    font-family: 'MyriadProBold';
    font-size: 18px;
    text-transform: uppercase;
    float: left;
    color: #525252;
    margin: 5px 0 0 0;
}
.alphabet_list {
    list-style: none;
    font-size: 18px;
}
.alphabet_list li {
    float: left;
    margin: 0 5px;
}
.alphabet_list a {
    display: block;
    text-decoration: none;
    color: #C40000;
    padding: 3px 6px 2px 6px;
    transition: 0.3s;
}
.alphabet_list a:hover {
    color: #FFFFFF;
    background: #C40000;
    transition: 0.3s;
}
.auto-columnizer2 {
    margin: 36px 0 50px 0;
}
.mr-top-25 {
    margin: 15px 0 0 0;
}
.tab_content {
    display: none;
    width: 100%;
}
.tab_content.active {
    display: block;
}
.tab-transfer {
    margin: 14px 0 21px 0;
    list-style: none;
    font-size: 15px;
}
.tab-transfer li {
    float: left;
    width: 237px;
    height: 32px;
    line-height: 34px;
    background: #BDBDBD;
    color: #2B3635;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
    margin: 0 2px 0 0;
    cursor: pointer;
    font-family: 'MyriadProRegular';
}
.tab-transfer li.active {
    font-family: 'MyriadProBold';
    color: #FFFFFF;
    background: #C40000;
}
.tab-transfer li:hover {
    font-family: 'MyriadProBold';
    color: #FFFFFF;
    background: #C40000;
}
.tab-transfer li:last-child {
    margin: 0;
}
.b-transfer {
    box-sizing: border-box;
    border: 1px solid #DBDBDB;
    background: #F9F7F7;
    padding: 62px 78px 13px 78px;
}
.b-tr_input {
    display: block;
    width: 241px;
    height: 37px;
    line-height: 39px;
    margin: 15px auto 0 auto;
    color: #FFFFFF;
    font-family: 'MyriadProRegular';
    font-size: 16px;
    text-transform: uppercase;
    border: none;
    outline: none;
    cursor: pointer;
    background: #C40000;
    transition: 0.3s;
}
.b-tr_input:hover {
    background: #A20101;
    transition: 0.3s;
}
.b-tr_input:active {
    background: #860000;
    transition: 0.3s;
}
.b-in_all.b-in_all2 {
    margin: 0 0 15px 0;
}
.b-in_all2 .b-in_box1 {
    float: left;
}
.b-in_all2 .b-in_box2 {
    float: right;
}
.b-in_txt1 {
    float: left;
    width: 127px;
    height: 27px;
    font-family: 'MyriadProRegular';
    color: #FFFFFF;
    border-left: 1px solid #D6D5D5;
    border-top: 1px solid #D6D5D5;
    border-bottom: 1px solid #D6D5D5;
    border-right: 0px solid #AD0404;
    background: #C40000;
    box-sizing: border-box;
    padding: 0 0 0 9px;
    line-height: 26px;
}
.b-in_all2 .b-in_select {
    width: 246px;
}
.b-in_all2 .b-in_select2 {
    width: 246px;
    float: left;
}
.table-price {
    font-family: 'MyriadProRegular';
    font-size: 16px;
    color: #3F3F3F;
    margin: 67px 0 0 0;
}
.table-price tr th {
    font-weight: normal;
    vertical-align: top;
    box-sizing: border-box;
    text-align: left;
    padding: 0 10px 17px 30px;
    border-right: 1px solid #F1F1F1;
    border-bottom: 1px solid #BFBFBF;
}
.table-price tr th:first-child {
    width: 205px;
}
.table-price tr th:last-child,
.table-price tr td:last-child {
    border-right: 0px solid #F1F1F1;
}
.table-price tr td {
    box-sizing: border-box;
    padding: 0 10px 0 30px;
    vertical-align: middle;
    height: 45px;
    border-right: 1px solid #F1F1F1;
    background: transparent;
    text-transform: uppercase;
}
.table-price tr:nth-child(odd) {
    background: #EFEFEF;
}
.table-price tr:nth-child(odd) td {
    height: 25px;
    border-right: 1px solid #F1F1F1;
}
.table-price tr:first-child {
    background: transparent;
}
.t-p_title {
    padding: 5px 0 2px 0;
}
.t-p_small {
    font-size: 12px;
    color: #A7A7A7;
}
.inf_213 .sidebar_right {
    width: 100%;
    padding: 0;
}
.box-reviews {

}
.box-reviews_title {
    box-sizing: border-box;
    padding-right: 350px;
    position: relative;
    margin: 25px 0;
}
.box-reviews_title .box-reviews_title-1 {
    font-family: 'MyriadProRegular';
    text-transform: uppercase;
    font-size: 28px;
} 
.box-sorting {
    position: absolute;
    top: 5px;
    right: 0;
}
.box-sorting_title {
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    color: #24303A;
    margin-right: 5px;
    font-family: 'Open Sans',sans-serif;
}
.box-sorting_select {
    display: inline-block;
    vertical-align: top;
}
.list-reviews {

}
.list-reviews li {
    border: 1px solid #e7e7e7;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    background-color: #f9f9f9;
    margin-bottom: 20px;
    box-sizing: border-box;
    padding: 22px 24px;
}
.list-reviews_thumb {
    float: left;
    border-radius: 50%;   
    box-sizing: border-box;
    border: 1px solid #E7E7E7;
    width: 79px;
    height: 79px;
    overflow: hidden;
}
.list-reviews_thumb img {
    width: 100%;
    height: 100%;
}
.list-reviews_right {
    position: relative;
    margin-left: 104px;
}
.list-reviews_top {
    position: relative;
    font-size: 0;
    box-sizing: border-box;
    padding: 0 135px 0 0;
    margin-bottom: 15px;
}
.list-reviews_name {
    display: inline-block;
    vertical-align: top;
    font-family: 'Open Sans',sans-serif;
    font-weight: 600;
    font-size: 18px;
    color: #24303A;
    margin-right: 30px;
}
.list-reviews_star {
    display: inline-block;
    vertical-align: top;
    font-size: 0;
}
#content .sidebar_right .list-reviews_star img:not(#image) {
    display: inline-block !important;
    vertical-align: top !important;
    width: 18px !important;
    height: 18px !important;
    margin-right: 4px !important;
}
.list-reviews_date {
    position: absolute;
    top: 4px;
    right: 0;
    font-family: 'Open Sans',sans-serif;
    font-size: 14px;
    color: #7E7E7E;
}
.list-reviews_text {
    font-family: 'Open Sans',sans-serif;
    font-size: 16px;
    color: #24303A;
    line-height: 20px;
    margin-bottom: 10px;
}
.list-reviews_button {
    float: left;
    margin: 11px 0 11px 0;
}
.list-reviews li.active .list-reviews_button {
	display: none;
}
.list-reviews_button a {
    display: block;
    font-size: 14px;
    cursor: pointer;
    color: #7E7E7E;
}
.sidebar_right .list-reviews_button a {
    font-family: 'Open Sans',sans-serif !important;
}
.list-reviews_button a:hover {
    text-decoration: underline;
}
.like-dislike {
    float: right;
    font-size: 0;
}
.like-dislike_plus,
.like-dislike_minus {
    display: inline-block;
    vertical-align: top;
}
.like-dislike_plus button,
.like-dislike_minus button {
    display: inline-block;
    vertical-align: top;
    width: 37px;
    height: 37px;
    cursor: pointer;
    border: none;
    border-radius: 50%;
}
.like-dislike_plus div,
.like-dislike_minus div { 
    display: inline-block;
    vertical-align: top;
    font-family: 'Open Sans',sans-serif !important;
    font-size: 16px;
    color: #24303A;
    font-weight: normal;
    padding: 10px 0 10px 7px;
}
.like-dislike_plus div {
    margin-right: 15px;
}
.list-reviews_item-2 {
    box-sizing: border-box;
    padding: 40px 0 0 65px;
}
.list-reviews_title {
    font-size: 18px;
    text-transform: uppercase;
    text-decoration: underline; 
    box-sizing: border-box;
    padding: 0 0 30px 39px;
    font-family: 'MyriadProRegular';
}
.list-reviews_answer {
    box-sizing: border-box;
    padding: 19px 29px;
    border: 1px solid #e7e7e7;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    background-color: #f1f1f1;
    margin-bottom: 10px;
}
.list-reviews_thumb-2 {
    float: left;
    box-sizing: border-box;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    overflow: hidden;
    border: 1px solid #E8E8E8;
}
.list-reviews_right-2 {
    position: relative;
    margin-left: 64px;
}
.list-reviews_item-3 {
	display: none;
    box-sizing: border-box;
    padding: 30px 0 0 105px;
}
.list-reviews_title-2 {
	font-family: 'Open Sans',sans-serif;
	font-weight: 600;
	font-size: 18px;
    text-transform: uppercase;
    color: #24303A; 
    padding-bottom: 25px;
}
.form-reviews {
	padding-bottom: 30px;
}
.form-reviews_width {
	display: table;
	width: 100%;
	font-size: 0;
}
.form-reviews_width .form-reviews_item {
	display: inline-block;
	vertical-align: top;
	width: 50%;
	box-sizing: border-box;
}
.form-reviews_item {
	margin-bottom: 20px;
}
.form-reviews_width .form-reviews_item:nth-child(odd) {
	padding-right: 14px;
}
.form-reviews_width .form-reviews_item:nth-child(even) {
	padding-left: 14px;
}
.form-reviews_text {
	font-family: 'Open Sans',sans-serif;
	font-size: 16px;
	color: #24303A;
	padding: 0 0 10px 0;
}
.form-reviews_input {
	display: block;
	width: 100%;
	height: 37px;
	line-height: 35px;
	box-sizing: border-box;
	border: 1px solid #b4b4b4;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	background-color: #F9F9F9;
	outline: none;
	padding: 0 10px;
	font-family: 'Open Sans',sans-serif;
    font-size: 14px;
    color: #24303A;
}
.form-reviews_input::-webkit-input-placeholder {color:#24303A;}
.form-reviews_input::-moz-placeholder          {color:#24303A;}
.form-reviews_input:-moz-placeholder           {color:#24303A;}
.form-reviews_input:-ms-input-placeholder      {color:#24303A;}
.form-reviews_width-50 {
	display: inline-block;
	vertical-align: top;
	width: 50%;
	box-sizing: border-box;
}
.form-reviews_width-50:nth-child(odd) {
	padding-right: 6px;
}
.form-reviews_width-50:nth-child(even) {
	padding-left: 6px; 
}
.form-reviews_capcha {
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	overflow: hidden;
}
#content .sidebar_right .form-reviews_capcha &gt; img:not(#image) {
	width: auto !important;
	max-width: 100% !important;
	height: 100% !important;
}
.form-reviews_area {
	resize: none;
	height: 153px;
	padding: 10px;
	line-height: 18px;
}
.form-reviews_file {
	display: block;
	width: 100%;
	height: 37px;
	line-height: 35px;
	box-sizing: border-box;
	border: 1px solid #b4b4b4;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	background-color: #F9F9F9;
	outline: none;
	font-family: 'Open Sans',sans-serif;
    font-size: 14px;
    color: #24303A;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}
.input_file {
  opacity: 0;
  visibility: hidden;
  position: absolute;
}
.form-reviews_file label {
	display: block;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	padding: 0 35px 0 10px;
	cursor: pointer;
	position: relative;
}
.form-reviews_file label:after {
	display: block;
	content: "+";
	font-family: 'Open Sans',sans-serif;
    font-size: 14px;
    color: #24303A;
    position: absolute;
    top: 0;
    right: 10px;
    bottom: 0;
}
.input_file_text {
	width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.form-reviews_all-star {
	margin-top: 26px;
}
.form-reviews_text-star {
	display: inline-block;
    vertical-align: top;
	font-size: 18px;
	color: #24303A;
	font-weight: 600;
	margin: 11px 15px 8px 0;
}
.form-reviews_star {
    margin: 8px 0;
}
.form-reviews_button {
	display: block;
	width: 260px;
	height: 40px;
	border: 1px solid #8c020a;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	background-color: #c3131d;
	font-family: 'Open Sans',sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #ffffff;
	text-transform: uppercase; 
	cursor: pointer;
	transition: 0.3s ease all;
}
.form-reviews_button:hover {
	background: #8c020a;
	transition: 0.3s ease all;
}
.show-more-reviews {
	text-align: center;
	padding: 30px 0;
}
.show-more-reviews a {
	display: inline-block;
	vertical-align: top;
	width: 360px;
	height: 50px;
	box-sizing: border-box;
	border: 1px solid #dfdfdf;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	background-color: #f3f2f2;
	line-height: 48px;
	text-align: center;
	font-size: 16px;
	font-family: 'Open Sans',sans-serif;
	font-weight: 600;
	color: #676767;
	text-decoration: none;
	transition: 0.3s ease all;
}
.show-more-reviews a:hover {
	box-shadow: 0px 10px 19px rgba(0, 0, 0, 0.3), 0px 7px 6px rgba(0, 0, 0, 0.22);
	transition: 0.3s ease all;
}
.all-form-reviews {
	margin-top: 20px;
	padding: 50px 0;
	border-top: 1px solid #CACACA;
}
.form-reviews_title {
	font-family: 'Open Sans',sans-serif;
	font-weight: bold;
	font-size: 26px;
	text-transform: uppercase;
	padding-bottom: 30px;
}
.all-form-reviews .form-reviews {
	box-sizing: border-box;
	padding: 0 40px;
}
.error {
    color: red;
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 15px;
}
.success_2 {
    color: green;
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 15px; 
}



#merto_description table {
    font-family: 'MyriadProRegular';
    font-size: 16px;
    color: #3F3F3F;
    width: 100% !important;
    border-collapse: collapse;
    border-spacing: 0;
    border: 0;
}
#merto_description table tr th {
    font-weight: normal;
    vertical-align: top;
    box-sizing: border-box;
    text-align: left;
    padding: 10px;
    border: 0;
    border-right: 1px solid #F1F1F1;
    border-bottom: 1px solid #BFBFBF;
}
#merto_description table tr th:first-child {
    width: 205px;
}
#merto_description table tr th:last-child,
#merto_description table tr td:last-child {
    border-right: 0px solid #F1F1F1 !important;
}
#merto_description table tr td {
    box-sizing: border-box;
    padding: 10px;
    vertical-align: middle;
    /*height: 45px;*/
    border: 0;
    border-right: 1px solid #F1F1F1;
    background: transparent;
    text-transform: uppercase;
}
#merto_description table tbody tr:nth-child(even) {
    background: #EFEFEF;
}
#merto_description table tr:nth-child(odd) td {
   
    border-right: 1px solid #F1F1F1;
}
#merto_description table tr:first-child {
    background: transparent;
}
.t-p_title {
    padding: 5px 0 2px 0;
}
#merto_description table th p {
    padding: 0 0 2px 0;
    margin: 0;
    line-height: 1;
}
#merto_description table th p + p {
    font-size: 12px;
    color: #A7A7A7; 
    margin: 0;
    line-height: 1;
}










@media screen and (max-width: 1199px) {
    .menu_top {
        margin: 0 0 0 0px;
    }
    .menu_top li {
        margin: 0 10px;
    }
    .b-logo {
        margin: 16px 0 0 10px;
    }
    .working-hours {
        margin: 20px 0 0 15px;
    }
    .b-feedback {
        margin: 20px 0 0 10px;
    }
    .b-telephone {
        max-width: 350px;
        margin: 23px 0 0 0;
    }
    .b-telephone a:nth-child(even) {
        margin: 0 2px 5px 0;
    }
    .fond_form {
        width: 24.0%;
        margin: 82px 0 0 10px;
    }
    .box-right {
        width: 75.0%;
        padding: 0 0px 0 10px;
    }
    .list-price {
        margin: 25px 0 0 0;
        box-sizing: border-box;
        padding: 0 10px;
    }
    .list-price li a {
        width: 66%;
        font-size: 16px;
    }
    .list-price li:nth-child(even):before {
        left: 16px;
    }
    .list-price li:nth-child(even) {
        padding: 0 0 0 30px;
    }
    .list-price li span {
        font-size: 16px;
    }
    .list-price:before {
        display: none;
    }
    .list-news li {
        padding: 15px 10px 17px 10px;
    }
    .b-s_r:before {
        width: 21.5%;
    }
    .list-o_g {
        margin: 45px 0 0 0px;
    }
    .o-r_right {
        margin: 0 10px 0 0;
    }
    .list-translators li {
        padding: 0 15px 0 15px;
    }
    .foot-left_1 {
        width: 218px;
        padding: 0 10px 0 10px;
    }
    .foot-left_2 {
        width: 196px;
        padding: 30px 10px 0 10px;
    }
    .foot-left_4 {
        width: 217px;
        padding: 30px 10px 0 10px;
    }
    .sidebar_left {
        width: 25%;
        padding: 14px 0 20px 10px;
    }
    .sidebar_right {
        width: 75%;
    }
    .b-con_right {
        padding: 0px 0px 0 33px;
    }
    .container {
        padding: 0 10px 0 10px;
    }
    .alphabet_list li {
        margin: 0 2px;
    }
    .f-m_cn {
        padding: 0 10px 0 50px;
    }
    .b-transfer {
        padding: 62px 20px 13px 20px;
    }
    .telphone-mail {
	    width: 30%;
	}
	.sidebar_left + .sidebar_right {
	    width: 75%;
	}


}
@media screen and (max-width: 1023px) {
    .menu_top li {
        margin: 0 8px;
    }
    .b-logo {
        float: left;
        width: 50%;
        margin: 16px 0 0 10px;
        box-sizing: border-box;
    }
    .working-hours {
        margin: 20px 0 0 0;
        width: 48%;
    }
    .b-feedback {
        margin: 20px 0 0 0px;
        width: 50%;
        box-sizing: border-box;
        padding: 0 0 0 10px;
    }
    .telphone-mail {
        float: left;
        width: 50%;
        box-sizing: border-box;
        padding: 0 10px;
    }
    .b-mail {
        float: left;
        margin: 0 6px 10px 0;
    }
    .b-telephone {
        max-width: 100%;
        margin: 23px 0 0 0;
    }
    .b-telephone a:nth-child(even) {
        margin: 0 2px 5px 30px;
        margin-left:0;
    }
    .b-f_input {
        width: 56px;
    }
    .box-right {
        width: 74%;
    }
    .list-price li a {
        word-spacing: initial;
    }
    .list-price li span {
        word-spacing: initial;
    }
    .list-services li {
        width: 20%;
    }
    .foot-left_2 {
        width: 181px;
    }
    .form-order {
        padding: 0 10px;
    }
    .o-r_right {
        width: 280px;
    }
    .o-g_text {
        font-size: 15px;
    }
    .b-feedback.b-f_2 {
        padding: 0;
    }
    .modal-form {
        right: initial;
        left: 10px;
    }
    .b-interpreter {
        padding: 35px 20px 33px 20px;
    }
    .b-prev_thumb {
        width: 13.7%;
    }
    .b-prev_title {
        width: 86.2%;
    }
    .table-price tr th {
        padding: 0 10px 17px 10px;
    }
    .table-price tr td {
        padding: 0 10px 0 10px;
    }
	.form-reviews_width .form-reviews_item {
	    width: 100%;
	}
	.form-reviews_width .form-reviews_item:nth-child(odd) {
		padding-right: 0;
	}
	.form-reviews_width .form-reviews_item:nth-child(even) {
		padding-left: 0;
	}
	.form-reviews_all-star {
	    margin-top: 0;
	}


}
@media screen and (max-width: 979px) {
    .b-lang_text {
        margin: -25px 0 0 0;
    }
    .box-select2 {
        width: 103px;
    }
    .box-info &gt; h2 {
        padding: 20px 0 8px 0;
    }
    .list-price li a {
        font-size: 13px;
    }
    .list-price li span {
        font-size: 13px;
    }
    .l-n_thumb {
        width: 100%;
    }
    .box-info:after {
        width: 100%;
    }
    .list-o_g li:after {
        display: none;
    }
    .list-o_g li {
        width: 50%;
        margin: 0 0 15px 0;
    }
    .list-o_g {
        text-align: center;
    }
    .list-o_g {
        margin: 20px 0 20px 0px;
    }
    .o-r_left {
        width: 61%;
    }
    .o-r_right {
        min-height: 647px;
    }
    .foot-left_1 {
        width: 175px;
    }
    .foot-left_2 {
        width: 160px;
    }
    .b-logo_2 {
        width: 100%;
        height: 39px;
        background-size: 100% 100%;
    }
    .foot-left_4 {
        width: 145px;
        padding: 30px 10px 0 10px;
    }
    .mail-link {
        float: left;
        padding: 0;
    }
    .social-networks_title {
        margin: 5px 0 0 0;
    }
    .b-social_networks a {
        margin: 9px 5px 0 0;
    }
    .list-payment li {
        width: 100%;
        margin: 0 0 0px 0;
    }
    .list-payment li:nth-child(even) {
        width: 100%;
    }
    .payment-title {
        margin: 10px 0 0 0;
    }
    .list-payment {
        margin: 0px 0 0 0;
    }    
    .b-s_r:before {
        width: 27.8%;
    }
    .sidebar_left {
        width: 32%;
    }
    .sidebar_right {
        width: 68%;
    }
    .b-con_left {
        float: none;
        width: 100%;
    }
    .b-con_right {
        width: 100%;
        float: none;
        padding: 20px 0px 0 0px;
    }
    .b-con_left:after {
        display: none;
    }
    .b-prev_thumb {
        display: none;
    }
    .b-prev_title {
        width: 100%;
    }
    .b-in_all2 .b-in_select,
    .b-in_all2 .b-in_select2 {
        width: 175px;
    }
    .box-select2 {
        width: 71%;
    }
    .b-f_input {
        width: 25%;
    }
    .list-reviews li {
	    padding: 20px 15px;
	}
	.list-reviews_right {
	    margin-left: 90px;
	}
	.list-reviews_top {
	    padding: 0px 90px 0 0;
	}
	.list-reviews_name {
	    margin-right: 15px;
	}
	.list-reviews_item-3 {
	    padding: 30px 0 0 0;
	}
	.list-reviews_answer {
	    padding: 19px 15px;
	}
	.list-reviews_title {
	    padding: 0 0 20px 0;
	}
	.all-form-reviews .form-reviews {
	    padding: 0;
	}
	.sidebar_left + .sidebar_right {
	    width: 68%;
	}
	



}
@media screen and (max-width: 799px) { 
    .b-telephone a:nth-child(even) {
        margin: 0 2px 5px 13px;
        margin-left:0;
    }
    .b-f_input {
        width: 48px;
    }
    .list-advantages li {
        padding: 0px 10px;
    }
    .list-questions {
        padding: 0 10px 0 30px;
    }
    .list-questions li .l-q_box {
        padding: 20px 10px 15px 20px;
    }
    .o-d_title {
        padding: 45px 0 0 40px;
    }
    .foot-left_1 {
        width: 143px;
    }
    .foot-left_1 {
        width: 143px;
    }
    .b-feedback.b-f_2 {
        width: 100%;
        padding: 0;
    }
    .telephone-link {
        font-size: 16px;
    }
    .b-f_2 .b-f_button {
        width: 100%;
    }
    .b-logo_2 {
        height: 34px;
    }
    .box-select2 {
        width: 74%;
    }
    .list-reviews_star {
	    margin-top: 10px;
	}
	.list-reviews_text {
	    font-size: 14px;
	    line-height: 18px;
	}
	.form-reviews_title {
	    font-size: 22px;
	    padding-bottom: 25px;
	}



}
@media screen and (max-width: 767px) {
    .b-logo {
        width: 40%;
    }
    .working-hours {
        width: 58%;
        margin: 20px 0 5px 0;
    }
    .b-feedback {
        width: 40%;
    }
    .telphone-mail {
        width: 60%;
    }
    .fond_form {
        width: 29%;
    }
    .box-right {
        width: 69%;
    }
    .list-price li {
        width: 100%;
    }
    .list-price li:nth-child(even) {
        padding: 0 0 0 12px;
    }
    .list-price li:nth-child(even):before {
        left: 0;
    }
    .list-price li:nth-child(even) span {
        text-align: left;
        width: 32%;
    }
    .list-price li:nth-child(even) a {
        width: 66%;
    }
    .link_lang {
        margin: 15px 0 15px 0;
    }
    .list-services li {
        width: 25%;
    }
    .list-advantages li {
        width: 50%;
        margin: 0 0 25px 0;
    }
    .b-s_r:before {
        width: 34.8%;
    }
    .list-news li {
        width: 33.33%;
        margin: 0 0 20px 0;
    }
    .list-advantages li:nth-child(even):after {
        display: none; 
    }
    .list-news li:nth-child(3):after {
        display: none;
    }
    .o-d_title {
        padding: 20px 0 0 10px;
    }
    .o-g_text {
        font-size: 14px;
    }
    .o-r_right {
        width: 265px;
        min-height: 633px;
    }
    .o-r_left {
        width: 57%;
    }
    .list-translators li {
        width: 33.33%;
        margin: 0 0 30px 0;
    }
    .foot-left_1 {
        width: 100%;
        text-align: center;
    }
    .b-logo_2 {
        display: inline-block;
        width: 194px;
        height: 47px;
        background-size: 194px 47px;
        margin: 15px 0 10px 0px;
    }
    .title-address {
        margin: 0 0 5px 0;
    }
    .text-address {
        padding: 0px 0px 0 0;
    }
    .title-telephone {
        margin: 10px 0 10px 0;
    }
    .mail-link {
        float: none;
    }
    .b-f_2 .b-f_button {
        width: 200px;
        display: inline-block;
    }
    .b-copyright,
    .b-error {
        float: none;
        margin: 4px 0 4px 0px;
        text-align: center;
           box-sizing: border-box;
           padding: 0 10px;
    }
    .reviews-title2 {
        padding: 5px 10px 0 10px;
    }
    .list-bureau:before,
    .list-bureau:after {
        display: none;
    }
    .breadcrumbs {
        padding: 9px 10px 9px 10px;
    }
    .b-in_select {
        float: none;
        width: 50%;
        margin: 0 auto;
    }
    .b-in_select2 {
        float: none;
        width: 50%;
        margin: 80px auto 0 auto;
    }
    .b-in_refresh {
        top: 40px;
    }
    .b-interpreter {
        padding: 20px 20px 33px 20px;
    }
    .map {
        float: none;
        width: 100%;
    }
    .f-m_contact {
        float: none;
        width: 100%;
    }
    .detailed-scheme {
        position: relative;
        width: 100%;
        margin: 25px 0 0 0.5%;
    }
    .f-m_cn {
        margin: 25px 0 0px 10px;
    }
    .tab-transfer li {
        margin: 0 2px 2px 0;
    }
    .b-transfer {
        padding: 25px 10px 13px 10px;
    }
    .b-in_all.b-in_all2 {
        text-align: center;
    }
    .b-in_all2 .b-in_box1 {
        float: none;
        display: inline-block;
        text-align: left;
    }
    .b-in_all2 .b-in_box2 {
        float: none;
        display: inline-block;
        text-align: left;
        margin: 80px 0 0 0;
    }
    .b-in_all2 .b-in_select, 
    .b-in_all2 .b-in_select2 {
        float: left;
    }
    .b-in_all2 .b-in_select2 {
        margin: 0px auto 0 auto;
    }
    .box-select2 {
        width: 67%;
    }
    .box-select2 .dd .arrow {
        right: 5px !important;
    }
}
@media screen and (max-width: 639px) {
    .sidebar_left + .sidebar_right {
        width: 100%;
    }
    .b-logo {
        width: 100%;
        display: block;
        float: none;
        margin: 16px 0 0 0px;
        background: url(../image/img_logo.png) no-repeat center;
    }
    .b-feedback {
        width: 42%;
    }
    .telphone-mail {
        width: 100%;
        float: left;
    }
    .working-hours:before {
        left: 5px;
    }
    .fond_form {
        width: 300px;
        float: none;
        margin: 15px auto 0 auto;
    }
    .box-right {
        width: 100%;
        float: none;
        padding: 0 10px;
    }
    .list-services li {
        width: 33.33%;
    }
    .b-s_r:before {
        display: none;
    }
    .b-s_r:after {
        display: none;
    }
    .slider-reviews .owl-nav {
        display: none !important;
    }
    .b-s_r {
        padding: 0 10px 0 10px;
    }
    .o-r_left {
        width: 100%;
        float: none;
    }
    .o-r_right {
        min-height: auto;
        margin: 0 auto 0 auto;
        float: none;
    }
    .form-order {
        padding: 10px 10px;
    }
    .f-order_title {
        margin: 0px 0 18px 0;
    }
    .fond-order_goods {
        padding: 0 0 26px 0;
    }
    .foot-left_2 {
        width: 50%;
    }
    .foot-left_4 {
        width: 50%;
    }
    .cmn-toggle-switch {
        float: left;
        display: block;
        position: relative;
        overflow: hidden;
        background: none;
        margin: 0px 20px 0 10px;
        padding: 0;
        width: 40px;
        height: 40px;
        font-size: 0;
        text-indent: -9999px;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        box-shadow: none;
        /*border-radius: none;*/
        border: none;
        cursor: pointer;
        -webkit-transition: background 0.3s;
        transition: background 0.3s;
    }
    .cmn-toggle-switch:focus {
        outline: none;
    }
    .cmn-toggle-switch span {
        display: block;
        position: absolute;
        top: 20px;
        left: 4px;
        right: 4px;
        height: 3px;
        background: #FFFFFF;
    }
    .cmn-toggle-switch__rot {
        /*background-color: none;*/
    }
    .cmn-toggle-switch span::before,
    .cmn-toggle-switch span::after {
        position: absolute;
        display: block;
        left: 0;
        width: 100%;
        height: 3px;
        background-color: #FFFFFF;
        content: "";
    }
    .cmn-toggle-switch span::before {
        top: -7px;
    }
    .cmn-toggle-switch span::after {
        bottom: -7px;
    }
    .cmn-toggle-switch__htx span {
        -webkit-transition: background 0.3s;
        transition: background 0.3s;
    }
    .cmn-toggle-switch__htx span::before,
    .cmn-toggle-switch__htx span::after {
        -webkit-transition-duration: 0.3s, 0.3s;
        transition-duration: 0.3s, 0.3s;
        -webkit-transition-delay: 0.3s, 0;
        transition-delay: 0.3s, 0;
    }
    .cmn-toggle-switch__htx span::before {
        -webkit-transition-property: top, -webkit-transform;
        transition-property: top, transform;
    }
    .cmn-toggle-switch__htx span::after {
        -webkit-transition-property: bottom, -webkit-transform;
        transition-property: bottom, transform;
    }
    .cmn-toggle-switch__htx.active span {
        background: none;
    }
    .cmn-toggle-switch__htx.active span::before {
        top: 0;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    .cmn-toggle-switch__htx.active span::after {
        bottom: 0;
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    .cmn-toggle-switch__htx.active span::before,
    .cmn-toggle-switch__htx.active span::after {
        -webkit-transition-delay: 0, 0.3s;
        transition-delay: 0, 0.3s;
    }
    .menu_top {
        display: none;
        position: absolute;
        top: 100%;
        width: 100%;
        background-color: #AD0101;
        z-index: 999999;
        height: auto;
        /*height: 241px;*/
        overflow: scroll;
        padding: 10px 0;
    }
    .menu_top li {
        float: none;
        width: 100%;
        margin: 0;
        border-left: 0;
    }
    .menu_top a {
        width: 100%;
        text-align: left;
        line-height: 1;
        color: #ffffff;
        padding: 2px 10px !important;
        margin: 0;
        box-sizing: border-box;
    }
    .mobile_menu {
        display: block;
    }
    .b-lang_text {
        margin: 10px 0 0 0;
    }
    .menu_top li:last-child {
        margin: 0;
    }
    .menu_top li ul {
        position: relative;
        width: 100%;
        display: block;
        padding: 0;
    }
    .menu_top li ul li a {
        padding: 0 10px 0 20px;
    }
    .fond-slider {
        background: transparent;
    }
    .box-info &gt; p {
        padding: 0;
    }
    .sidebar_left {
        width: 100%;
        padding: 14px 10px 20px 10px;
    }
    .sidebar_right {
        width: 100%;
        padding: 11px 10px 20px 10px;
    }
    .b-contacts {
        padding: 0 0 26px 0px;
    }
    table.responsive { 
        margin-bottom: 0; 
    }
    .pinned { 
        position: absolute; 
        left: 0; 
        top: 0; 
        background: #fff; 
        width: 30%; 
        overflow: hidden; 
        overflow-x: scroll; 
        /*border-right: 1px solid #ccc; 
        border-left: 1px solid #ccc; */
    }
    .pinned table { 
        border-right: none; 
        border-left: none; 
        width: 100%; 
    }
    .pinned table th, 
    .pinned table td { 
        white-space: nowrap; 
    }
    .pinned td:last-child { 
        border-bottom: 0; 
    }
    div.table-wrapper { 
        position: relative; 
        margin-bottom: 20px; 
        overflow: hidden; 
        /*border-right: 1px solid #ccc; */
    }
    div.table-wrapper div.scrollable { 
        margin-left: 30%; 
    }
    div.table-wrapper div.scrollable { 
        overflow: scroll; 
        overflow-y: hidden; 
    }    
    table.responsive td, 
    table.responsive th { 
        position: relative; 
        white-space: nowrap; 
        overflow: hidden; 
    }
    table.responsive tbody tr &gt; th:first-child, 
    table.responsive tbody tr &gt; td:first-child, 
    table.responsive tbody tr &gt; td:first-child, 
    table.responsive.pinned &gt; td { 
        display: none; 
    }
    table.responsive.table-tracking tbody tr &gt; th:first-child, 
    table.responsive.table-tracking tbody tr &gt; td:first-child, 
    table.responsive.table-tracking tbody tr &gt; td:first-child, 
    table.responsive.table-tracking.pinned &gt; td { 
        display: block; 
    }
    div.table-wrapper div.scrollable { 
        margin-left: 30%; 
    }
    .box-select2 {
        width: 73%;
    }
    .b-f_input {
        width: 25%;
    }
}
@media screen and (max-width: 479px) {
    .b-in_all2 .b-in_select, 
    .b-in_all2 .b-in_select2 {
        width: 150px;
    }
    .table-price tr td {
        padding: 0 5px 0 5px;
        font-size: 14px;
    }
    .pinned { 
        width: 38%; 
    }
    div.table-wrapper div.scrollable { 
        margin-left: 38%; 
    }
    .working-hours {
        width: 100%;
        display: inline-block;
        margin: 20px 0 5px 0;
        float: none;
        padding: 0;
    }
    .b-feedback {
        width: 100%;
        margin: 10px 0 0 0;
        float: none;
        text-align: center;
        padding: 0;
    }
    .b-telephone {
        margin: 15px 0 0 0;
    }
    .b-telephone a:nth-child(even) {
        margin: 0 2px 5px 0px;
    }
    .list-services li {
        width: 50%;
    }
    .s-r_thumb {
        float: none;
    }
    .s-r_right {
        margin: 20px 0 0 0;
    }
    .list-news li {
        width: 50%;
    }
    .list-news li:nth-child(even):after {
        display: none;
    }
    .list-news li:nth-child(3):after {
        display: block;
    }
    .list-translators li {
        width: 50%;
        margin: 0 0 20px 0;
    }
    .all-w_h {
        text-align: center;
    }
    .working-hours:before {
        display: none;
    }
    .b-f_button {
        display: inline-block;
    }
    .all-t_m {
        text-align: center;
    }
    .b-mail {
        display: block;
        float: none;
        width: 100%;
    }
    .telphone-mail {
        float: none;
        display: inline-block;
        padding: 0;
        width: 55%;
    }
    .b-telephone a {
        display: block;
        float: none;
        width: 100%;
        text-align: right;
        padding: 0 0 0 0px;
    }
	.box-reviews_title {
	    padding-right: 0px;
	}
	.box-sorting {
	    position: relative;
	    top: 0;
	    float: right;
	    margin-top: 15px;
	}
	.list-reviews_top {
	    padding: 0;
	}
	.list-reviews_date {
	    position: relative;
	    top: 0;
	    margin-top: 10px;
	}



}
@media screen and (max-width: 393px) {
    .box-select2 {
        width: 72%;
    }
}
@media screen and (max-width: 393px) {
	.show-more-reviews a {
		width: 100%;
		font-size: 14px;
	}
	.list-reviews_item-2 {
	    padding: 30px 0 0 0;
	}

}












input#but_uplod,
input#but_uplod2 {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    border: none;
    background: none;
    opacity: 0;
    cursor: pointer;
}

select.my-select {
      width: 100%;
    height: 27px;
border: 1px solid #D6D5D5;
    color: #393939;
    font-size: 16px;
    font-family: 'MyriadProRegular';
}
.human-fot {
    padding-top:10px;
    max-width:100px;
}
.human-fot2 {
    width: 280px;
    margin: 5px 0 15px 0;
}



span.cur_lang {
    padding: 11px 0;
    display: block;
    cursor: pointer;
}
.languages_block {
    position: relative;
}
.languages_list {
    position: absolute;
    background: #fff;
    z-index: 10;
    padding: 5px 0px;
    border: solid 1px #3c3c3c;
    right: 0;
    top: 25px;
    width: 100px;
    display: none;
}
.menu_top .languages_list a {
    text-decoration: none;
    line-height: 1px;
    padding: 5px 10px 5px 10px;
    color: #3c3c3c;
    cursor: pointer;
}
.menu_top .languages_list a:hover {
    background: #ddd;
}

.article-content,
.line-article-coments{
    /*display:none;*/
}

.article-content:first-child{
    margin-top:20px;
    background: red;
}
.article-content{
    background: lightblue;
    position: relative;
    quotes: "\201C""\201D";
    padding: 40px;
    margin-bottom: 10px;
    color: black;
    border-radius: 30px 0 30px 0;
    overflow: hidden;
}
.article-content:before{
    content: open-quote;
    position: absolute;
    left: 10px;
    top: 7px;
    font-size: 60px;
    line-height: 1.0;
    font-family: auto;
    color: crimson;
}
.comments{
    width: 100%;
    height: 28px;
    box-sizing: border-box;
    border: 1px solid #C7C5C8;
    padding: 0 12px;
    margin-bottom: 8px;
    line-height: 28px;
    font-size: 16px;
    font-family: 'trebuc';
    color: #989595;
}
.comments.comments_ta{
    width: 100%;
    height: 84px;
    box-sizing: border-box;
    border: 1px solid #C7C5C8;
    padding: 0 12px;
    margin-bottom: 8px;
    line-height: 28px;
    font-size: 16px;
    font-family: 'trebuc';
    color: #989595;
}
.comments::-webkit-input-placeholder {color:#989595;}
.comments::-moz-placeholder          {color:#989595;}
.comments:-moz-placeholder           {color:#989595;}
.comments:-ms-input-placeholder      {color:#989595;}



#content .sidebar_right .pagination{
    margin:20px 0;
}
.zvezdy{
/*#content .sidebar_right .zvezdy{*/
    position: relative;
    display: inline-block;
    /*background: #0074a2;*/
    /*width: 70px;*/
    width: 100px !important;
    height:20px !important;
}
.zvezdy &gt; img{
/*#content .sidebar_right .zvezdy &gt; img{*/
    position: absolute;
    z-index: 10;
}
.zvezdy .fon{
/*#content .sidebar_right .zvezdy .fon{*/
    position: absolute;
    display: inline-block;
    background: #0074a2;
    width: 70px;
    height:20px;
}
.rating{
    overflow: hidden;
}
.rating .spans{
    height: 20px;
    float:left;
    position: relative;
}
.rating .spans .fon{
    background: #0074a2;
    position: absolute;
    width: 0;
    height: 20px;

}
.rating .spans &gt; span{
    position: relative;
    z-index:10;
    width:20px;
    height: 20px;
    /*display: inline-block;*/
    background: url(../image/zvezda.png) center center no-repeat;
    float:left;
    cursor:pointer;
}
.link_file{
    float:right;
    margin-top: 10px;
}

.errors,
.warning{
    color: white;
    background: lightcoral;
    padding: 20px;
}
.success{
    color: white;
    background: lightseagreen;
    padding: 20px;
}

.clr{
    clear:both;
}

/* ADAPTIVE CSS [begin] */

@media screen and (max-width: 639px) {
    span.cur_lang {
        padding: 5px 0 0 0;
    }
    .languages_block {
        padding: 0 0 0 10px;
    }
    .languages_list {
        left: 10px;
        top: -40px;
    }
}
@media screen and (max-width: 880px) {
    .fond_form.dop{
        width: 100%;
    }
}
@media screen and (max-width: 1080px) {
    .header_in{
        position: static;
    }
    .header_in_height{
        display: none;
    }
}




/* ADAPTIVE CSS [end] */

.clr{
    clear:both;
}
</pre></body></html>