@charset "utf-8";

@font-face {
    font-family: "proxima_novabold";
    src: url("../fonts/proximanova-bold-webfont.eot");
    src: url("../fonts/proximanova-bold-webfont.eot?#iefix") format("embedded-opentype"),
        url("../fonts/proximanova-bold-webfont.woff2") format("woff2"),
        url("../fonts/proximanova-bold-webfont.woff") format("woff"),
        url("../fonts/proximanova-bold-webfont.ttf") format("truetype"),
        url("../fonts/proximanova-bold-webfont.svg#proxima_novabold") format("svg");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "proxima_novalight";
    src: url("../fonts/proximanova-light-webfont.eot");
    src: url("../fonts/proximanova-light-webfont.eot?#iefix") format("embedded-opentype"),
        url("../fonts/proximanova-light-webfont.woff2") format("woff2"),
        url("../fonts/proximanova-light-webfont.woff") format("woff"),
        url("../fonts/proximanova-light-webfont.ttf") format("truetype"),
        url("../fonts/proximanova-light-webfont.svg#proxima_novalight") format("svg");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "proxima_novaregular";
    src: url("../fonts/proximanova-regular-webfont.eot");
    src: url("../fonts/proximanova-regular-webfont.eot?#iefix") format("embedded-opentype"),
        url("../fonts/proximanova-regular-webfont.woff2") format("woff2"),
        url("../fonts/proximanova-regular-webfont.woff") format("woff"),
        url("../fonts/proximanova-regular-webfont.ttf") format("truetype"),
        url("../fonts/proximanova-regular-webfont.svg#proxima_novaregular") format("svg");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "proxima_novasemibold";
    src: url("../fonts/proximanova-semibold-webfont.eot");
    src: url("../fonts/proximanova-semibold-webfont.eot?#iefix") format("embedded-opentype"),
        url("../fonts/proximanova-semibold-webfont.woff2") format("woff2"),
        url("../fonts/proximanova-semibold-webfont.woff") format("woff"),
        url("../fonts/proximanova-semibold-webfont.ttf") format("truetype"),
        url("../fonts/proximanova-semibold-webfont.svg#proxima_novasemibold") format("svg");
    font-weight: normal;
    font-style: normal;
}

#scroller {
    position: fixed;
    right: 10px;
    bottom: 10px;
    background: url(../img/gotop.png) no-repeat center top;
    width: 32px;
    height: 32px;
    padding-top: 32px;
    text-align: center;
    font-size: 10px;
    cursor: pointer;
    display: none;
    z-index: 2000;
}

html,
body {
    margin: 0 auto;
    height: 100%;
    color: #000000;
    background: #ffffff;
    font-size: 16px;
    font-family: "proxima_novalight", sans-serif;
    min-width: 290px;
}
a {
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    text-decoration: none;
    color: #000000;
}
/*a:before,a:after{-moz-transition: all 0.3s ease;-o-transition: all 0.3s ease;-webkit-transition: all 0.3s ease;transition: all 0.3s ease;}*/
h1 {
    margin: 25px 0;
    font-size: 25px;
    text-align: left;
    font-family: "proxima_novaregular", sans-serif;
    font-weight: normal;
}
h2 {
    margin: 20px 0;
    font-size: 20px;
    text-align: left;
    font-family: "proxima_novaregular", sans-serif;
    font-weight: normal;
}
h3 {
    margin: 18px 0;
    font-size: 18px;
    text-align: left;
    font-family: "proxima_novaregular", sans-serif;
    font-weight: normal;
}
h4 {
    margin: 16px 0;
    font-size: 16px;
    text-align: left;
    font-family: "proxima_novaregular", sans-serif;
    font-weight: normal;
}
h5 {
    margin: 14px 0;
    font-size: 14px;
    text-align: left;
    font-family: "proxima_novaregular", sans-serif;
    font-weight: normal;
}
p {
    margin: 16px 0;
}
input,
textarea,
select {
    border: none;
    color: #000000;
    font-family: "proxima_novalight", sans-serif;
    line-height: 38px;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 10px;
    font-size: 14px;
    background: transparent;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-bottom: 1px solid #c1c1c1;
}
textarea {
    border: 1px solid #c1c1c1;
}
select {
    color: rgba(79, 101, 114, 0.64);
    -webkit-appearance: none;
    -moz-appearance: none;
    background: transparent;
    text-overflow: "";
    -ms-appearance: none;
    appearance: none !important;
    cursor: pointer;
    background: url(../img/arr_down.png) no-repeat center right;
    height: 39px;
}
select > option {
    color: #333333;
}
select > option[disabled] {
    display: none;
}
section {
    display: block;
    position: relative;
    margin: 0 auto;
    overflow: hidden;
}
img {
    width: auto;
    max-width: 100%;
}
button {
    display: block;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 10px;
    padding: 14px 10px;
    line-height: 1;
    font-size: 14px;
    font-family: "proxima_novabold";
    position: relative;
    border-radius: 3px;
    text-align: center;
    border: 1px solid #2626c6;
    cursor: pointer;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
textarea::-webkit-input-placeholder {
    opacity: 1;
    transition: opacity 0.3s ease;
}
textarea::-moz-placeholder {
    opacity: 1;
    transition: opacity 0.3s ease;
}
textarea:-moz-placeholder {
    opacity: 1;
    transition: opacity 0.3s ease;
}
textarea:-ms-input-placeholder {
    opacity: 1;
    transition: opacity 0.3s ease;
}
textarea:focus::-webkit-input-placeholder {
    opacity: 0;
    transition: opacity 0.3s ease;
}
textarea:focus::-moz-placeholder {
    opacity: 0;
    transition: opacity 0.3s ease;
}
textarea:focus:-moz-placeholder {
    opacity: 0;
    transition: opacity 0.3s ease;
}
textarea:focus:-ms-input-placeholder {
    opacity: 0;
    transition: opacity 0.3s ease;
}
textarea::-webkit-input-placeholder {
    color: rgba(79, 101, 114, 0.64);
}
textarea::-moz-placeholder {
    color: rgba(79, 101, 114, 0.64);
} /* Firefox 19+ */
textarea:-moz-placeholder {
    color: rgba(79, 101, 114, 0.64);
} /* Firefox 18- */
textarea:-ms-input-placeholder {
    color: rgba(79, 101, 114, 0.64);
}
input::-webkit-input-placeholder {
    opacity: 1;
    transition: opacity 0.3s ease;
}
input::-moz-placeholder {
    opacity: 1;
    transition: opacity 0.3s ease;
}
input:-moz-placeholder {
    opacity: 1;
    transition: opacity 0.3s ease;
}
input:-ms-input-placeholder {
    opacity: 1;
    transition: opacity 0.3s ease;
}
input:focus::-webkit-input-placeholder {
    opacity: 0;
    transition: opacity 0.3s ease;
}
input:focus::-moz-placeholder {
    opacity: 0;
    transition: opacity 0.3s ease;
}
input:focus:-moz-placeholder {
    opacity: 0;
    transition: opacity 0.3s ease;
}
input:focus:-ms-input-placeholder {
    opacity: 0;
    transition: opacity 0.3s ease;
}
input::-webkit-input-placeholder {
    color: rgba(79, 101, 114, 0.64);
}
input::-moz-placeholder {
    color: rgba(79, 101, 114, 0.64);
} /* Firefox 19+ */
input:-moz-placeholder {
    color: rgba(79, 101, 114, 0.64);
} /* Firefox 18- */
input:-ms-input-placeholder {
    color: rgba(79, 101, 114, 0.64);
}
input:focus {
    border-color: #2626c6;
}

.fastblock,
.center {
    margin: 0 auto;
    padding: 0 30px;
    width: auto;
    max-width: 1170px;
    position: relative;
}
.fastblock {
    display: grid;
    gap: 32px;
    grid-template-columns: repeat(2, 1fr);
}
.fastblock > div {
    padding: 32px;
    background: #f5f5f5;
    border-radius: 16px;
}
@media (max-width: 900px) {
    .fastblock {
        padding: 0;
        grid-template-columns: repeat(1, 1fr);
    }
}
.col-60,
.col-40,
.col-46,
.col-48,
.col-50,
.col-24,
.col-32,
.col-16 {
    display: block;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.col-60 {
    width: 60%;
}
.col-40 {
    width: 40%;
}
.col-46 {
    width: 46.8333%;
}
.col-48 {
    width: 48%;
}
.col-50 {
    width: 50.7667%;
}
.col-46 {
    margin-right: 2.4%;
}
.col-24 {
    width: 24.2%;
    margin: 0 auto;
    margin-right: 1%;
}
.col-24:nth-child(4n + 4) {
    margin-right: 0;
}
.col-32 {
    width: 32%;
    margin: 0 auto;
    margin-right: 2%;
    margin-bottom: 20px;
}
.col-32:nth-child(3n + 3) {
    margin-right: 0;
}
.col-16 {
    width: 16.6%;
    margin: 10px 0;
}

/*HEADER*/
.topInfo {
    min-height: 57px;
    border-bottom: 1px solid #ededed;
}
.topInfo .center {
    display: table;
    width: 100%;
    max-width: 1230px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.topMenu {
    min-height: 77px;
}
.blRight {
    float: right;
}
.header {
    box-shadow: 0 0 27px rgba(0, 0, 0, 0.05);
    position: relative;
    z-index: 13;
    overflow: visible;
}
section.header {
    overflow: visible;   
}
.header sub {
    display: block;
    padding-left: 30px;
    font-size: 12px;
}
.yourCity {
    display: table-cell;
    float: left;
    line-height: 1;
    padding: 20px 0;
}
.yourCity > span {
    font-family: "proxima_novasemibold";
    border-bottom: 1px dashed #dadada;
    cursor: pointer;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.yourCity i {
    margin-right: 10px;
    color: #006cb4;
}
.yourCity > span:hover {
    border-color: transparent;
    color: #006cb4;
}
.phone,
.email,
.callback,
.topInfo .socials {
    display: table-cell;
    vertical-align: middle;
    line-height: 1;
    padding: 20px 0 10px 10px;
    position: relative;
}
.callback{
    width: 152px;
}
.phone {
    width: 180px;
}
.email {
    width: 152px;
}
.callback span,
.phone span,
.email span {
    position: relative;
}
.callback span::before,
.phone span::before,
.email span::before,
.callback span::after,
.phone span::after,
.email span::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    left: 0;
    display: block;
    opacity: 0;
    background: #006cb4;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.callback span::before,
.phone span::before,
.email span::before {
    top: -20px;
}
.callback span::after,
.phone span::after,
.email span::after {
    bottom: -20px;
}
.callback i,
.phone i,
.email i {
    margin-right: 10px;
    color: #006cb4;
}
.topInfo .socials {
    padding: 16px 0 16px 60px;
    width: 133px;
}
.callback:hover,
.phone:hover,
.email:hover {
    color: #006cb4;
    /*text-decoration: underline;/*/
}
.callback:hover span::before,
.phone:hover span::before,
.email:hover span::before,
.callback:hover span::after,
.phone:hover span::after,
.email:hover span::after {
    opacity: 1;
}
.callback:hover sub,
.email:hover sub {
    opacity: 0;
}
.callback:hover span::before,
.phone:hover span::before,
.email:hover span::before {
    top: -5px;
}
.callback:hover span::after,
.phone:hover span::after,
.email:hover span::after {
    bottom: -5px;
}
.socials a {
    color: #7e7e7e;
    display: inline-block;
    vertical-align: middle;
    width: 23px;
    line-height: 23px;
    text-align: center;
    border: 1px solid #7e7e7e;
    border-radius: 3px;
    margin-left: 5px;
}
.socials a.fontBorder {
    color: #ffffff;
    text-shadow: -1px -1px 0px #7e7e7e, 0px -1px 0px #7e7e7e, 1px -1px 0px #7e7e7e, -1px 0px 0px #7e7e7e,
        1px 0px 0px #7e7e7e, -1px 1px 0px #7e7e7e, 0px 1px 0px #7e7e7e, 1px 1px 0px #7e7e7e;
    font-size: 14px;
    *text-shadow: 1px 1px 0 #7e7e7e, 1px -1px 0 #7e7e7e, -1px -1px 0 #7e7e7e, -1px 1px 0 #7e7e7e;
}
.socials a:hover {
    color: #ffffff;
    border-color: #006cb4;
    box-shadow: inset 0 0 0 12px #006cb4;
}
.socials a.fontBorder:hover {
    color: #006cb4;
    text-shadow: -1px -1px 0px #ffffff, 0px -1px 0px #ffffff, 1px -1px 0px #ffffff, -1px 0px 0px #ffffff,
        1px 0px 0px #ffffff, -1px 1px 0px #ffffff, 0px 1px 0px #ffffff, 1px 1px 0px #ffffff;
}

.logo {
    display: inline-block;
    vertical-align: middle;
    padding: 16px 0;
    width: 252px;
}
.topMenu {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    float: right;
}
.topMenu > li {
    display: inline-block;
    float: left;
    position: relative;
    padding: 0 0 0 30px;
}
.topMenu > li > ul {
    display: none;
    position: absolute;
    left: 0px;
    background: #fff;
    padding: 0 30px 15px 30px;
    -webkit-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.1);
    box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.1);
}
.topMenu > li:hover > ul {
    display: block;
}
.topMenu > li > a {
    display: block;
    font-family: "proxima_novaregular";
    position: relative;
    line-height: 77px;
}
.topMenu > li > ul a {
    display: block;
    font-family: "proxima_novaregular";
    position: relative;  
    line-height: 50px;
    white-space: nowrap;
}
.topMenu > li a:hover,
.topMenu > li a.active {
    color: #006cb4;
}
.topMenu > li > a:before {
    display: block;
    content: "";
    position: absolute;
    top: -1px;
    width: 100%;
    height: 2px;
    background: #006cb4;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transform: scale3d(0, 1, 1);
    -ms-transform: scale3d(0, 1, 1);
    transform: scale3d(0, 1, 1);
}
.topMenu > li:hover > a:before,
.topMenu > li.active > a:before {
    /* width: 100%; */
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}

/*SLIDER*/
.mainSlider {
    height: 552px;
}
.sliders {
    height: 552px;
}
.slide {
    height: 552px !important;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.slide .center {
    display: table;
    width: 100%;
    margin: 0 auto;
    vertical-align: middle;
    max-width: 1230px;
    height: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.slideInfo {
    margin: 0 auto;
    display: table-cell;
    width: 100%;
    vertical-align: middle;
}
.slideSlog,
.dopSlog {
    font-family: "proxima_novabold";
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 2px;
    display: block;
    padding: 15px 40px;
    position: relative;
    line-height: 1.2;
}
.slideSlog:before {
    position: absolute;
    width: 30px;
    height: 2px;
    background: #006cb4;
    left: 0;
    top: 50%;
    margin-top: -3px;
    display: block;
    content: "";
}
.slideTitle {
    display: block;
    font-size: 43px;
    text-transform: uppercase;
    /* padding: 10px 0; */
    line-height: 1.2;
    font-family: "proxima_novasemibold";
}
.slideText {
    display: block;
    font-size: 21px;
    line-height: 1.4;
    padding: 5px 0 30px 0;
}
.slideSub {
    display: block;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.4;
    padding: 10px 0 5px 0;
}
.blueButton,
.whiteButton {
    display: inline-block;
    border-radius: 3px;
    padding: 20px 10px;
    width: 100%;
    max-width: 200px;
    text-align: center;
    border: 1px solid #2626c6;
    background: #2626c6;
    box-shadow: 0 0 14px rgba(38, 38, 198, 0.3);
    color: #ffffff;
    font-size: 15px;
    font-family: "proxima_novaregular";
    cursor: pointer;
    margin: 0 20px 10px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.blueButton:hover {
    background: #ffffff;
    box-shadow: none;
    color: #2626c6;
}
.blueTransButton {
    display: inline-block;
    border-radius: 3px;
    padding: 20px 10px;
    width: 100%;
    max-width: 200px;
    text-align: center;
    border: 1px solid #2626c6;
    background: rgba(255, 255, 255, 0.7);
    color: #2626c6;
    font-size: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-family: "proxima_novaregular";
    cursor: pointer;
    margin: 0 20px 10px 0;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.blueTransButton:hover {
    background: #2626c6;
    border-color: #2626c6;
    box-shadow: 0 0 14px rgba(38, 38, 198, 0.3);
    color: #ffffff;
}
.whiteTransButton {
    display: inline-block;
    border-radius: 3px;
    padding: 20px 10px;
    width: 100%;
    max-width: 270px;
    text-align: center;
    border: 1px solid #2626c6;
    background: transparent;
    color: #2626c6;
    font-size: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-family: "proxima_novaregular";
    font-weight: bold;
    cursor: pointer;
    margin: 0 20px 10px 0;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.whiteTransButton:hover {
    color: #ffffff;
    background: #2626c6;
    border-color: #2626c6;
    box-shadow: 0 0 14px rgba(38, 38, 198, 0.3);
}
.slideInfo > div {
    width: 100%;
    max-width: 600px;
}
.pointsPatternLeft,
.pointsPatternRight {
    position: absolute;
    display: block;
    content: "";
    z-index: 1;
}
.pointsPatternLeft {
    background: url(../img/point_pattern_grey.png) left top;
    width: 338px;
    height: 84px;
    bottom: 36px;
    left: -302px;
}
.pointsPatternRight {
    background: url(../img/point_pattern_white.png) left top;
    width: 84px;
    height: 338px;
    bottom: 24px;
    right: 32px;
}
.dopLogos {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 1;
}
.dopLogos img {
    display: inline-block;
    float: left;
    box-shadow: 0 0 27px rgba(0, 0, 0, 0.05);
    margin-right: 12px;
}
.center.forNav {
    height: 552px;
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
}
.navSlides {
    position: absolute;
    top: 50%;
    margin-top: -13px;
    width: 100%;
    max-width: 333px;
    text-align: center;
    right: -124px;
    z-index: 2;
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
ul.numbDots {
    position: relative;
}
ul.numbDots button {
    background: transparent;
    border: none;
    font-size: 18px;
    font-family: "proxima_novasemibold";
    padding: 0;
    margin: 0 10px;
    position: relative;
}
ul.numbDots li {
    display: inline-block;
}
ul.numbDots li.slick-active button {
    color: #2626c6;
}
ul.numbDots li.slick-active button:before {
    position: absolute;
    display: block;
    content: "\2014";
    color: #2626c6;
    left: -8px;
}

/*SERVICES*/
.serWrapper {
    margin-top: -124px;
    padding: 30px;
    z-index: 2;
}
.innWrapper {
    margin-top: 0px;
}
.outWrapper {
    margin-top: -96px;
}
.services {
    counter-reset: myCounter;
    list-style: none;
    margin: 0 auto;
    position: relative;
}
.services li {
    background: #ffffff;
    box-shadow: 0 0 27px rgba(0, 0, 0, 0.05);
    position: relative;
    padding: 11px;
    overflow: hidden;
    min-height: 320px;
    margin-bottom: 20px;
}
.services li:before {
    counter-increment: myCounter;
    content: counter(myCounter, decimal-leading-zero);
    display: block;
    position: absolute;
    text-align: center;
    color: #c3c3c3;
    width: 20px;
    height: 20px;
    right: 20px;
    top: 20px;
    z-index: 2;
    font-size: 16px;
    font-family: "proxima_novaregular";
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.services li:after {
    display: block;
    position: absolute;
    width: 2px;
    height: 2px;
    background: #f4f4f4;
    box-shadow: 0 0 0 62px #f4f4f4;
    border-radius: 100%;
    top: 0;
    right: 0;
    content: "";
    z-index: 1;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.services li.active:before,
.services li:hover:before {
    color: #ffffff;
}
.services li.active:after,
.services li:hover:after {
    background: #006cb4;
    box-shadow: 0 0 0 62px #006cb4;
    animation: bounce 0.8s ease;
}
.serImg {
    display: block;
    position: relative;
    margin-bottom: 20px;
    z-index: 10;
}
.serImg:before {
    width: 23px;
    height: 23px;
    content: "";
    display: block;
    position: absolute;
    bottom: -5px;
    left: -8px;
    z-index: 2;
    background: rgba(8, 8, 190, 0.23);
    border-radius: 100%;
}
.serTitle {
    font-size: 18px;
    display: block;
    padding-bottom: 10px;
    margin-bottom: 10px;
    line-height: 1.2;
    position: relative;
    z-index: 5;
    text-transform: uppercase;
}
.serTitle:before {
    display: block;
    position: absolute;
    content: "";
    width: 54px;
    height: 1px;
    bottom: 0;
    left: 0;
    background: #c1c1c1;
}
/*
.services li.active .serTitle {
	padding-top: 30px;
	text-align: center;
}
.services li.active .serTitle:before{
	display: none;
}
*/
.services li a {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 6;
}
.services li.active a {
    -webkit-box-shadow: inset 0px -2px 0px 0px rgba(0, 108, 180, 1);
    -moz-box-shadow: inset 0px -2px 0px 0px rgba(0, 108, 180, 1);
    box-shadow: inset 0px -2px 0px 0px rgba(0, 108, 180, 1);
}
.serText {
    display: block;
    font-size: 13px;
    color: #515151;
    line-height: 1.8;
    padding-bottom: 50px;
    z-index: 5;
}
.services li .blueTransButton {
    font-size: 13px;
    width: auto;
    padding: 15px 30px;
    margin: 0 auto;
    bottom: 20px;
    left: 20px;
    position: absolute;
}
.services li.active .blueTransButton {
    display: none;
}
.services li:hover .blueTransButton {
    background: #2626c6;
    border-color: #2626c6;
    box-shadow: 0 0 14px rgba(38, 38, 198, 0.3);
    color: #ffffff;
}

/*CONTENT*/
.content {
    line-height: 1.8;
    padding-bottom: 60px;
}
.mainArticle ul:not([class]),
.content ol:not([class]),
.content ul:not([class]) {
    counter-reset: myCounter;
    list-style: none;
    padding: 0 0 0 26px;
}
.mainArticle ul.articleFeaut {
    padding: 0;
}
.mainArticle ul:not([class]) > li,
.content ol:not([class]) > li,
.content ul:not([class]) > li {
    position: relative;
    padding: 10px 0;
}
.mainArticle ul:not([class]) > li:before,
.content ol:not([class]) > li:before,
.content ul:not([class]) > li:before {
    display: block;
    position: absolute;
    text-align: center;
    color: #ffffff;
    content: "";
    left: -26px;
    top: 22px;
    font-size: 11px;
    line-height: 22px;
    width: 20px;
    height: 20px;
    background: #2626c6;
    box-shadow: 0 0 14px rgba(38, 38, 198, 0.3);
}
.content ol:not([class]) > li:before {
    counter-increment: myCounter;
    content: counter(myCounter, decimal);
    border-radius: 100%;
    font-family: "proxima_novabold";
    top: 14px;
}
.mainArticle ul:not([class]) > li:before,
.content ul:not([class]) > li:before {
    counter-increment: myList;
    height: 2px;
}
.mainArticle ul.articleFeaut > li:before {
    display: none;
}
.content ul.round > li:before {
    width: 15px;
    height: 15px;
    top: 15px;
    border-radius: 50%;
}
.content img {
    display: inline-block;
    box-shadow: 0 0 27px rgba(0, 0, 0, 0.05);
    border-radius: 3px;
    width: auto;
    max-width: 100%;
}
.mainArticle a.content-limiter-button,
.content a {
    text-decoration: underline;
    color: #2626c6;
}
.mainImg {
    float: right;
    margin-left: 20px;
    position: relative;
}
.mainImg:before {
    display: block;
    position: absolute;
    content: "";
    right: -70px;
    top: 0;
    width: 84px;
    height: 340px;
    background: url(../img/point_pattern_grey.png) left top;
}
.mainImg img {
    display: block;
    margin: 0 auto;
    position: relative;
}
.mainImg img:nth-child(2) {
    margin-top: -78px;
}
.services li {
    border-bottom: 2px transparent solid;
}
.servicesInside li {
    min-height: 114px;
}
.servicesInside li.active {
    border-bottom: 2px #006cb4 solid;
}
.servicesInside li.active:after {
    background: #006cb4;
    box-shadow: 0 0 0 62px #006cb4;
}
.servicesInside li.active:before {
    color: #ffffff;
}
.servicesInside .blueTransButton {
    display: none;
}

/* BLOCK ADVANTAGES */
.advantBlock {
    background: url(../img/advant_bg.jpg) no-repeat center 100% / cover;
}
.titleBlock {
    font-size: 25px;
    display: block;
    text-align: center;
    padding: 60px 0 20px 0;
    /*margin-bottom: -20px;*/
    margin: 0;;
    font-family: "proxima_novaregular";
    position: relative;
}
.titleBlock.nogap {
    padding: 0;
    text-align: left;
}
.advantBlock > div:before {
    display: block;
    position: absolute;
    content: "Почему мы";
    text-align: center;
    font-family: "proxima_novasemibold";
    font-size: 82px;
    color: #f2f2f2;
    text-transform: uppercase;
    width: 340px;
    line-height: 1;
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    left: -320px;
    top: 50%;
    margin-top: -80px;
}
.advantList,
.advantCleanList {
    padding: 50px 0;
}
.advantBlock .advantList,
.advantCleanBlock .advantCleanList {
    padding: 20px 0 50px 0;
}
.advantCleanBlock .advantCleanList {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: flex-start;
    align-items: stretch;
    padding: 20px 0 0;
}
.advantList li,
.advantCleanList li {
    background: #ffffff;
    min-height: 262px;
    box-shadow: 0 0 27px rgba(0, 0, 0, 0.05);
    text-align: center;
    position: relative;
    margin-top: 30px;
    margin-bottom: 30px;
    border: 1px solid #f4f4f4;
}
div.x33 {
    background: #fff;
    padding: 20px;
    width: 320px;
    box-shadow: 0 0 27px rgba(0, 0, 0, 0.05);
    text-align: center;
    position: relative;
    min-height: 200px;
    display: table;
    overflow: hidden;
    margin: 0 auto;
}
div.x33 .mid {
    display: table-cell;
    vertical-align: middle;
}
.advantList li img {
    display: block;
    margin: 0 auto;
    margin-top: -30px;
    margin-bottom: 18px;
}
.advantList li:nth-child(1) {
    background-image: url(../img/town_li.jpg);
    background-position: bottom right;
    background-repeat: no-repeat;
}
.advantList li:nth-child(2) img {
    margin-bottom: 8px;
}
.opTitle {
    font-size: 20px;
    font-family: "proxima_novaregular";
    display: block;
    padding: 0 20px 12px 20px;
    border-bottom: 1px solid #f4f4f4;
    position: relative;
}
.opTitle:after,
.stepNumb:after {
    display: block;
    content: "";
    position: absolute;
    bottom: -1px;
    margin: 0 auto;
    left: 0;
    right: 0;
    width: 77px;
    height: 1px;
    background: #006cb4;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}
.opText {
    display: block;
    line-height: 1.8;
    padding: 20px;
}
.opFeat {
    display: flex;
    padding: 20px 20px 0px 20px;
    gap: 10px;
    align-items: center;
}
.opFeat + .opFeat {
    padding: 0px 20px 0px 20px;   
}
.opFeat::before {
    display: block;
    background: url(/img/person.svg) no-repeat center;
    width: 17px;
    height: 17px;
    content: '';
}
.opFeat--time::before {
    display: block;
    background: url(/img/time.svg) no-repeat center;
    width: 17px;
    height: 17px;
    content: '';
}
.advantList li:hover .opTitle:after,
.listSteps li:hover .stepNumb:after {
    width: 100%;
}

/*CALCULATE*/
.textBlock {
    text-align: center;
    display: block;
    line-height: 1.6;
}
.calculate {
    box-shadow: 0 0 27px rgba(0, 0, 0, 0.05);
    background: #ffffff;
    *padding: 20px;
    margin: 40px 0;
    border-radius: 4px;
    position: relative;
    z-index: 2;
}
.dopBlock {
    position: relative;
    margin-bottom: 60px;
}
.dopBlock.qualityBl:before {
    position: absolute;
    width: 884px;
    height: 641px;
    margin: 0 auto;
    top: 50%;
    margin-top: -320px;
    right: -30%;
    content: "";
    display: block;
    background: url(../img/sketch.png) no-repeat center;
}
.dopSlog {
    color: #b4b4b4;
    margin: 15px 0;
    padding: 0;
}
.dopTitle {
    font-size: 25px;
    display: block;
    margin: 15px 0;
    font-family: "proxima_novaregular";
}
.dopText {
    line-height: 1.6;
    width: 65%;
    position: relative;
}
.dopText > img {
    display: block;
    margin: 30px 0;
}
.dopText ul {
    padding-left: 20px;
    list-style: disc;
    margin: 16px 0;
}
.tabText {
    display: none;
}
.tabText.active {
    display: block;
}
.tabCalc li {
    float: left;
    width: 50%;
    font-size: 20px;
    font-family: "proxima_novaregular";
    color: #ffffff;
    text-align: center;
    background: #2626c6;
    border-radius: 4px;
    padding: 20px 10px;
    cursor: pointer;
    position: relative;
    z-index: 2;
    box-shadow: 0 0 14px rgba(38, 38, 198, 0.3);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.tabCalc li.active {
    background: #ffffff;
    color: #2626c6;
    z-index: 1;
    box-shadow: none;
}

/* BLOCK CLEAN ADVANTAGES */
.advantCleanBlock {
    background: url(../img/clean_adv_bg.jpg) no-repeat center 100% / cover;
}
.advantCleanBlock .center {
    /*display: none;*/
}
.advantCleanBlock .center.active {
    display: block;
}
.advantCleanBlock .center.overflow {
    overflow: hidden;
}
.advantCleanBlock .center.overflow b {
    text-align: center;
    display: block;
    margin: 30px 0 0px;
    font-size: 22px;
    font-family: "proxima_novaregular", sans-serif;
    font-weight: normal;
    text-transform: uppercase;
}
.advantCleanList.inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}
.advantCleanList li {
    padding: 20px;
    margin-top: 15px;
    margin-bottom: 15px;
    overflow: hidden;
    border: none;
    box-sizing: border-box;
}
.advantCleanList.inner li {
    flex: 1 1 300px;
    display: flex;
    flex-direction: column;
    position: relative;
    margin: 0;
    width: 100%;
}
.advantCleanList.autsorsBl li {
    background: transparent;
    box-shadow: none;
    border: 3px solid rgba(38, 38, 198, 0.33);
    padding: 12px;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.advantCleanList.autsorsBl li > div {
    background: #ffffff;
    box-shadow: 0 0 27px rgba(0, 0, 0, 0.05);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
    position: relative;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.advantCleanList.autsorsBl li > div {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    width: 100%;
    flex-grow: 1;
}
.advantCleanList.inner li .mid {
    display: table-cell;
    vertical-align: middle;
}
.patternLiBg {
    position: absolute;
    content: "";
    display: block;
    background: url(../img/point_pattern_grey.png) left top;
    width: 90px;
    height: 83px;
    left: 10px;
    top: 10px;
    z-index: 1;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.autsImage {
    margin: 0 auto;
    text-align: center;
    padding: 10px 10px 20px 10px;
    position: relative;
    z-index: 1;
}
.autsImage img {
    margin: 0 auto;
    display: block;
    border-radius: 100%;
    box-shadow: 0 0 27px rgba(0, 0, 0, 0.05);
    background: #ffffff;
}
.hovImages {
    width: 100px;
    height: 60px;
    margin: 0 auto;
    position: relative;
    margin-bottom: 10px;
}
.hovImages img {
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 0;
    width: auto;
    max-width: none;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.hovImages img:nth-child(2) {
    top: 0;
    opacity: 0;
}
.advantCleanList li img.hoverImg {
    position: absolute;
    left: 0;
    right: 0;
    top: 23px;
    opacity: 0;
    margin: 0 auto;
}
.advantCleanList li:hover .hovImages img:nth-child(2) {
    opacity: 1;
}
.advantCleanList li:hover .hovImages img:nth-child(1) {
    opacity: 0;
}
.advantCleanList .opTitle {
    text-transform: uppercase;
    border: none;
    padding: 0 20px;
    position: relative;
}
.advantCleanList .opTitle:after {
    display: none;
}
.advantCleanList .opText {
    min-height: 155px;
    padding: 5px 20px 10px 20px;
    position: relative;
}
.advantCleanList.autsorsBl .opText {
    min-height: 112px;
}

.advantCleanList.inner .opText {
    min-height: 0;
}
.advantCleanList .blueButton {
    display: block;
    width: auto;
    max-width: 148px;
    margin: 0 auto;
    margin-bottom: 10px;
    padding: 14px 10px;
    line-height: 1;
    font-size: 14px;
    font-family: "proxima_novabold";
    position: relative;
    z-index: 4;
}
.advPrice {
    display: block;
    position: relative;
    margin: 10px 0;
    font-size: 20px;
    font-family: "proxima_novasemibold";
}
.advPrice > span {
    font-size: 16px;
    font-family: "proxima_novaregular";
}
.more {
    font-size: 13px;
    font-family: "proxima_novaregular";
    text-decoration: underline;
    position: relative;
}
.more:hover {
    text-decoration: none;
}
.circleBg {
    position: absolute;
    width: 43px;
    height: 43px;
    background: #2727c6;
    border-radius: 100%;
    opacity: 0.5;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.absBlock {
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.circleBg.c_1 {
    left: -12px;
    top: -16px;
}
.circleBg.c_2 {
    right: -20px;
    top: 70%;
}
.circleBg.c_3 {
    left: -16px;
    bottom: -16px;
    background: #006cb4;
}

.calcForm {
    display: none;
}
.calcForm.active {
    display: block;
}
div.x33:hover .circleBg,
.advantCleanList li:hover .circleBg {
    opacity: 1;
}
div.x33:hover .circleBg.c_1,
.advantCleanList li:hover .circleBg.c_1 {
    -webkit-animation: move_bubble_a 0.8s ease;
    animation: move_bubble_a 0.8s ease;
    box-shadow: 0 0 10px #2727c6;
}
div.x33:hover .circleBg.c_2,
.advantCleanList li:hover .circleBg.c_2 {
    -webkit-animation: move_bubble_a 0.8s ease;
    animation: move_bubble_a 0.8s ease;
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
    box-shadow: 0 0 10px #2727c6;
}
div.x33:hover .circleBg.c_3,
.advantCleanList li:hover .circleBg.c_3 {
    -webkit-animation: move_bubble_b 0.8s ease;
    animation: move_bubble_b 0.8s ease;
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
    box-shadow: 0 0 10px #006cb4;
}
.advantCleanList + .blueTransButton {
    display: block;
    max-width: 148px;
    margin: 0 auto;
    padding: 14px 10px;
    line-height: 1;
    font-size: 14px;
    font-family: "proxima_novabold";
    position: relative;
    margin: 20px auto;
}
.advantCleanList.autsorsBl li:hover {
    border-color: #ffffff;
}
.advantCleanList.autsorsBl li:hover > div {
    background: #2727c6;
    color: #ffffff;
    box-shadow: 0 0 14px rgba(38, 38, 198, 0.3);
}
.advantCleanList.autsorsBl li:hover .blueButton {
    background: #ffffff;
    border-color: #ffffff;
    color: #2626c6;
    box-shadow: 0 0 14px rgba(255, 255, 255, 0.5);
}

.advantCleanList.autsorsBl.inner li {
    min-height: 320px;
}

.advantCleanList.autsorsBl li .blueButton:hover {
    background: #006cb4;
    color: #ffffff;
}
.advantCleanList.autsorsBl li:hover .patternLiBg {
    background: url(../img/point_pattern_white.png) left top;
}
.calcItems {
    padding: 40px;
}
.onlySelect select,
.inputWithSelect select {
    color: #494949;
    border: 1px solid #e3e3e3;
    padding: 0 20px;
    border-radius: 4px;
    background: url(../img/arr_down_black.png) no-repeat right 20px center;
    height: 52px;
}
.onlySelect select:focus,
.inputWithSelect select:focus {
    color: #2626c6;
    border-color: #2626c6;
    background-image: url(../img/arr_down_blue.png);
}
.calcItems li > label {
    color: #7d7d7d;
    font-size: 14px;
    display: block;
    margin-bottom: 20px;
    font-family: "proxima_novaregular";
}
.inputWithSelect {
    display: flex;
    width: 100%;
}
.inputWithSelect input {
    display: block;
    width: 80%;
    margin-right: 2%;
    color: #494949;
    border: 1px solid #e3e3e3;
    padding: 0 20px;
    border-radius: 4px;
    line-height: 50px;
    vertical-align: middle;
}
.inputWithSelect input.error {
    border: 1px solid #d9534f;   
}
.inputWithSelect input:focus {
    color: #2626c6;
    border-color: #2626c6;
}
.inputWithSelect select {
    width: 64px;
    display: block;
    padding: 0 10px;
    background-position: right 10px center;
    vertical-align: middle;
}
.inputWithSelect input::-webkit-input-placeholder {
    color: #494949;
}
.inputWithSelect input::-moz-placeholder {
    color: #494949;
} /* Firefox 19+ */
.inputWithSelect input:-moz-placeholder {
    color: #494949;
} /* Firefox 18- */
.inputWithSelect input:-ms-input-placeholder {
    color: #494949;
}
.onlyRadio input[type="radio"] {
    display: none;
}
.onlyRadio label {
    color: #494949;
    font-size: 14px;
    display: inline-block;
    margin-right: 20px;
    font-family: "proxima_novaregular";
    cursor: pointer;
    padding: 21px 0;
}
.onlyRadio label span {
    display: inline-block;
    vertical-align: middle;
}
.onlyRadio label > span:before {
    display: inline-block;
    content: "";
    position: relative;
    vertical-align: middle;
    width: 18px;
    height: 18px;
    border: 1px solid #e3e3e3;
    border-radius: 100%;
    margin-right: 8px;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.onlyRadio label input:checked + span:before {
    box-shadow: inset 0 0 0 4px #ffffff;
    background: #2626c6;
    background-clip: content-box;
}
.calcCheckboxType {
    display: block;
    background: #2626c6;
    padding: 40px 40px 30px 40px;
    cursor: pointer;
    position: relative;
    z-index: 2;
    box-shadow: 0 0 14px rgba(38, 38, 198, 0.3);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #ffffff;
    font-size: 14px;
}
.calcCheckboxType input[type="checkbox"] {
    display: none;
}
.titleCalcLabel {
    display: block;
    padding-bottom: 20px;
    font-size: 14px;
    font-family: "proxima_novaregular";
}
.calcCheckboxType li {
    margin-bottom: 10px;
}
.calcCheckboxType li label > span {
    display: block;
    padding: 16px 10px;
    border: 1px solid #ffffff;
    border-radius: 4px;
    text-align: center;
    cursor: pointer;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.calcCheckboxType li label > span > span {
    font-family: "proxima_novaregular";
}
.calcCheckboxType li label > span i {
    font-size: 18px;
    margin-right: 10px;
}
.calcCheckboxType li label input:checked + span {
    color: #2626c6;
    background: #ffffff;
}
.bottomForm {
    display: table;
    width: 100%;
}
.bottomForm > div {
    display: table-cell;
    padding: 40px;
    vertical-align: middle;
}
.bottomForm > div:nth-child(1) {
    width: 38%;
    text-align: center;
    font-family: "proxima_novasemibold";
    font-size: 82px;
    text-transform: uppercase;
    color: #f2f2f2;
}
.bottomForm > div > span {
    display: block;
}
.bottomForm > div:nth-child(1) span:nth-child(1) {
    text-align: left;
}
.bottomForm > div:nth-child(1) span:nth-child(2) {
    text-align: right;
}

.bottomForm > div:nth-child(2) {
    width: 62%;
    text-align: right;
}
.bottomForm button {
    padding: 14px 10px;
    max-width: 160px;
    font-size: 14px;
    margin: 0 auto;
    font-family: "proxima_novabold";
}
.bottomForm button.blueTransButton {
    margin-bottom: 30px;
}
.allPriceWork {
    font-size: 24px;
    margin-bottom: 10px;
    font-family: "proxima_novasemibold";
}
.allPriceWork > span {
    font-size: 20px;
    font-family: "proxima_novaregular";
}
.textForm {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 10px;
}
.showAll {
    display: block;
    text-align: center;
    margin: 0 auto;
    margin-top: 20px;
    max-width: 200px;
    text-decoration: underline;
}
.inputWithSlider {
    display: flex;
}
.inputWithSlider .needHound {
    width: 80%;
    margin-right: 6%;
    margin-top: 20px;
    box-shadow: 0 0 14px rgba(38, 38, 198, 0.3);
}
.inputWithSlider > input {
    width: 50px;
    text-align: center;
    display: block;
    color: #494949;
    border: 1px solid #e3e3e3;
    padding: 0 10px;
    border-radius: 4px;
    line-height: 50px;
}
.autsors .onlyRadio label {
    margin-right: 2px;
}

/* WORK STEPS */
.listSteps {
    margin: 10px 0;
}
.stepImg {
    display: block;
    height: 44px;
    margin-bottom: 20px;
    padding-right: 20px;
    position: relative;
}
.stepNumb {
    display: block;
    font-size: 18px;
    font-family: "proxima_novabold";
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #f4f4f4;
    position: relative;
    padding-right: 20px;
}
.stepNumb:after {
    width: 16px;
    height: 2px;
    left: 0;
    right: initial;
}
.stepNumb > sub {
    font-size: 13px;
    font-family: "proxima_novaregular";
    display: inline-block;
    padding-top: 6px;
}
.stepTitle {
    display: block;
    margin-bottom: 15px;
    font-size: 16px;
    font-family: "proxima_novasemibold";
    padding-right: 20px;
}
.stepText {
    display: block;
    line-height: 1.6;
    font-size: 14px;
    padding-right: 20px;
    min-height: 70px;
}

/* SLIDER TRUST */
.bgNavi {
    background: rgb(39, 38, 198);
    background: -moz-linear-gradient(120deg, rgba(39, 38, 198, 1) 0%, rgba(0, 0, 187, 1) 100%);
    background: -webkit-linear-gradient(120deg, rgba(39, 38, 198, 1) 0%, rgba(0, 0, 187, 1) 100%);
    background: linear-gradient(120deg, rgba(39, 38, 198, 1) 0%, rgba(0, 0, 187, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2726c6', endColorstr='#0000bb',GradientType=1 );
    padding: 20px;
    display: block;
    overflow: hidden;
    height: 46px;
    margin: 10px 0 30px 0;
    position: relative;
    box-shadow: 0 0 14px rgba(38, 38, 198, 0.3);
}
.listNavi {
    overflow: hidden;
    height: 46px;
}
.listNavi li {
    display: block;
    float: left;
    /*width: 100%;
	max-width: 114px;*/
    width: 114px;
    text-align: center;
    line-height: 44px;
    border: 1px solid #ffffff;
    border-radius: 3px;
    font-size: 14px;
    font-family: "proxima_novaregular";
    background: transparent;
    color: #ffffff;
    margin: 0 14px;
    cursor: pointer;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.listNavi li:hover,
.listNavi li.slick-current {
    background: #ffffff;
    color: #2626c6;
}
.sliderTrustWrapper {
    position: relative;
    margin-bottom: 60px;
}
.sliderTrust {
    position: relative;
}
.slideTr {
    display: block;
    width: 90%;
    margin: 0 auto;
    padding: 0 40px;
}
.imgTr {
    display: block;
    float: left;
    width: 41%;
    max-width: 431px;
    margin: 0 auto;
    margin-right: 3%;
    position: relative;
}
.imgTr:before {
    display: block;
    position: absolute;
    z-index: 2;
    content: "";
    width: 98.6%;
    height: 98.6%;
    top: 0;
    left: 0;
    background: transparent;
    border: 7px solid #ffffff;
    margin: 3px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.imgTr img {
    margin: 0 auto;
    display: block;
    position: relative;
    z-index: 1;
}
.infoTr {
    display: block;
    float: left;
    margin: 0 auto;
    width: 56%;
    overflow: hidden;
}
.infoTr img {
    box-shadow: 0 0 27px rgba(0, 0, 0, 0.05);
    border-radius: 3px;
    display: block;
}
.titleTr {
    display: block;
    margin-bottom: 20px;
    font-size: 20px;
    font-family: "proxima_novaregular";
}
.whiteButton {
    background: #ffffff;
    border-color: #ffffff;
    box-shadow: 0 0 27px #ffffff;
    color: #000000;
}
.whiteButton:hover {
    box-shadow: none;
    color: #2626c6;
    border-color: #2626c6;
}

/* ARROWS */
.sliderArrows {
    position: absolute;
    top: 50%;
    font-size: 21px;
    margin-top: -13px;
    width: 100%;
    left: 0;
}
.sliderArrows i:first-child {
    left: 0;
    position: absolute;
}
.sliderArrows i:last-child {
    right: 0;
    position: absolute;
}
.sliderArrows i {
    cursor: pointer;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.sliderArrows.roundBl i {
    color: #6d6d6d;
    display: block;
    width: 26px;
    height: 26px;
    line-height: 26px;
    border-radius: 100%;
    border: 1px solid #6d6d6d;
    text-align: center;
}
.sliderArrows.roundBl i:hover {
    color: #006cb4;
    border-color: #006cb4;
}
.bgNavi .sliderArrows {
    color: #ffffff;
    margin-top: -10px;
}
.bgNavi .sliderArrows i:first-child {
    left: 10px;
}
.bgNavi .sliderArrows i:last-child {
    right: 10px;
}

/* CONSULT */
.consaltBg {
    background: url(../img/consult_bg.jpg) no-repeat center 100% / cover;
    margin-bottom: 60px;
    box-shadow: 0 0 14px rgba(38, 38, 198, 0.3);
}
.consaltBg .center {
    padding: 54px 30px;
    display: table;
    width: 100%;
    max-width: 1230px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.consaltBg .whiteButton {
    margin: 0 auto;
    vertical-align: middle;
    display: table-cell;
    width: 16%;
    font-size: 14px;
    font-family: "proxima_novabold";
}
.consaltBg .titleBlock {
    color: #ffffff;
    display: table-cell;
    width: 57%;
    text-align: left;
    vertical-align: middle;
    text-transform: uppercase;
    padding: 0;
}

/* FOOTER */

.cert_news {
    background: url(../img/cert2_bg.png) no-repeat right bottom;
}

/* CERTIFICATE */
.certifBlock {
    margin-right: 4%;
}
.cert_news .titleBlock {
    padding: 0;
    text-align: left;
    margin-bottom: 32px;
    padding: 4px 0;
}
.inCert {
    display: block;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #c9c9c9;
}
.inCert:last-child {
    border: none;
}
.imgCert {
    filter: grayscale(100%);
    display: block;
    border: 11px solid #eff2f7;
    cursor: pointer;
    opacity: 0.8;
    float: left;
    margin-right: 3%;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    width: 33.3%;
    /* max-width: 187px; */
}
.imgCert:hover {
    filter: grayscale(0%);
    opacity: 1;
    border: 11px solid #2626c6;
}
.textCert {
    line-height: 1.6;
    float: left;
    width: 57.3%;
}
.titleBlock .sliderArrows {
    width: 70px;
    right: 0;
    left: initial;
}

.content-limiter {
    overflow: hidden;
    transition: height .35s ease-in-out;
}

.calculateButton,
.content-limiter-button {
    display: none;
}

.mm-listitem > a {
    position: relative;
}

.mm-listitem sub {
    position: absolute;
    left: 41px;
    top: -4px;
    font-size: 12px;
}

.mm-listitem .fa-phone {
    margin-right: 6px;
}

/* NEWS */
.listNews {
    display: block;
}
.listNews .listItem, 
.listNews li {
    display: block;
    margin-bottom: 36px;
    position: relative;
}
.content ul.listNews {
    padding: 0;
}
.content ul.listNews li:before {
    display: none;
}
.imgNews img {
    display: block;
    border-radius: 10px;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.linkNews {
    display: block;
    position: absolute;
    z-index: 3;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.imgNews {
    display: block;
    /*
    width: 35.6%;
    */
    float: left;
    margin-right: 3%;
}
.infoNews {
    display: block;
    width: 61.4%;
    float: left;
}
.content .imgNews {
    width: 20%;
}

.content .infoNews {
    width: 77%;
}

.dateNews {
    color: #b2b2b2;
    font-size: 12px;
    display: block;
}
.titleNews {
    font-size: 18px;
    font-family: "proxima_novasemibold";
    display: block;
    margin: 10px 0;
    line-height: 1.2;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.textNews {
    display: block;
    line-height: 1.6;
}
.listNews li:hover .imgNews img {
    filter: grayscale(100%);
    opacity: 0.8;
}
.listNews li:hover .titleNews {
    text-decoration: underline;
    color: #2626c6;
}
.cert_news .titleBlock a {
    display: inline-block;
    text-decoration: underline;
    font-size: 14px;
    float: right;
    margin: 5px 0;
}
.cert_news .titleBlock a:hover {
    text-decoration: none;
    color: #2626c6;
}

/* SECTION FOOTER*/
.footer {
    *padding: 40px 0;
    border-top: 1px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2;
}
.footer:before {
    display: block;
    position: absolute;
    content: "";
    top: 0;
    right: -50%;
    z-index: 0;
    width: 100%;
    height: 100%;
    background: #fbfbfb;
}
.infoFooter {
    display: block;
    width: 29%;
    float: left;
    padding: 40px 0;
    background: #ffffff;
    min-height: 300px;
}
.logoFoot {
    display: block;
    margin-bottom: 40px;
    /*
    width: 252px;
    */
}
.textFoot {
    display: block;
    margin: 20px 0;
    font-size: 14px;
    color: #cecece;
}
.textFoot > span,
.textFoot > a {
    padding: 0 15px 0 0;
    display: block;
    margin: 10px 0;
    color: #000000;
    font-family: "proxima_novaregular";
}
.textFoot > a:hover {
    color: #006cb4;
    text-decoration: underline;
}
.infoFooter .socials {
    padding: 0;
    margin: 20px 0;
    display: block;
    width: auto;
    float: none;
}
.rightFootBl {
    display: block;
    float: left;
    width: 71%;
    margin: 0 auto;
    background: #fbfbfb;
    position: relative;
}
.footer .rightFootBl:before {
    display: block;
    position: absolute;
    content: "";
    right: -40px;
    top: 50%;
    width: 84px;
    height: 340px;
    background: url(../img/point_pattern_grey.png) left top;
    margin-top: -160px;
}
.menuFooter {
    display: block;
    float: left;
    width: 54%;
    padding: 40px 5%;
    min-height: 300px;
}
.menuFooter .titleBlock,
.formFooter .titleBlock {
    padding: 0;
    text-align: left;
    margin-bottom: 20px;
}
.listFootMenu {
    color: #828282;
    max-height: 254px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: baseline;
    -ms-flex-line-pack: baseline;
    align-content: baseline;
}
.listFootMenu a {
    color: #828282;
    font-family: "proxima_novaregular";
    font-size: 14px;
    display: inline-block;
    margin-bottom: 12px;
}
.listFootMenu > li {
    width: 46%;
    padding-left: 12px;
    margin-right: 2%;
    position: relative;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.listFootMenu > li > i {
    font-size: 14px;
    margin-right: 5px;
    position: absolute;
    margin: 0 auto;
    top: 0;
    left: 0;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.listFootMenu > li:hover > i {
    color: #2626c6;
}
.listFootMenu > li:hover > a {
    color: #2626c6;
}
.formFooter {
    display: block;
    float: left;
    width: 36%;
    padding: 40px 0;
    min-height: 300px;
}
.formFooter form {
    max-width: 230px;
    display: block;
}
.formFooter .blueButton {
    display: block;
    max-width: initial;
    margin: 20px 0 10px 0;
    padding: 14px 10px;
    line-height: 1;
    font-size: 14px;
    font-family: "proxima_novabold";
    position: relative;
}
.copyright .center {
    display: table;
    width: 100%;
    height: 100px;
    max-width: 1230px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.textCopy {
    display: table-cell;
    text-align: left;
    vertical-align: middle;
    width: 50%;
    color: #a6a6a6;
    font-size: 14px;
    line-height: 1.8;
}
.textDevelop {
    display: table-cell;
    text-align: right;
    vertical-align: middle;
    width: 50%;
    color: #a6a6a6;
    font-size: 14px;
    line-height: 1.2;
}
.textCopy a,
.textDevelop a {
    color: #a6a6a6;
    text-decoration: underline;
    font-family: "proxima_novaregular";
}
.textCopy a:hover,
.textDevelop a:hover {
    color: #2626c6;
    text-decoration: none;
}

/*UI SLIDER*/
.noUi-handle {
    width: 24px !important;
    height: 24px !important;
    border: 1px solid #e3e3e3 !important;
    border-radius: 100% !important;
    box-shadow: inset 0 0 0 6px #ffffff, 0 0 27px rgba(0, 0, 0, 0.05) !important;
    background: #2626c6 !important;
    background-clip: content-box !important;
    cursor: pointer !important;
    right: -10px !important;
}
.noUi-handle:before,
.noUi-handle:after {
    display: none !important;
}
.noUi-horizontal {
    height: 10px !important;
    background: #2626c6 !important;
    border: none !important;
    border-radius: 3px !important;
}
.hiddenBlock {
    display: none;
}
.order {
    display: block;
    background: #f4f4f4;
    padding: 15px;
    margin: 0 0 10px 0;
    float: none;
    font-size: 20px;
    text-align: center;
}
.order button {
    padding: 10px 5px;
    max-width: 100px;
    display: block;
    margin: 10px auto 0;
}

@keyframes bounce {
    0% {
        box-shadow: 0 0 0 62px #f4f4f4;
    }
    40% {
        box-shadow: 0 0 0 150px #006cb4;
    }
    60% {
        box-shadow: 0 0 0 110px #006cb4;
    }
    80% {
        box-shadow: 0 0 0 130px #006cb4;
    }
    100% {
        box-shadow: 0 0 0 62px #006cb4;
    }
}
@keyframes move_bubble_a {
    50% {
        box-shadow: 0 0 0 62px #2727c6;
    }
    100% {
        box-shadow: 0;
    }
}
@keyframes move_bubble_b {
    50% {
        box-shadow: 0 0 0 62px #006cb4;
    }
    100% {
        box-shadow: 0;
    }
}
/*@keyframes move_bubble_a {
  50% {
    left: -12px;
    top: 95%;
    width: 60px;
    height: 60px;
    }
  100% {
    left: 30%;
    top: 95%; 
    width: 43px;
    height: 43px;
    }
}*/

.clear {
    margin: 0;
    padding: 0;
    clear: both;
}

/*** MODALS ***/
#fade-box,
#info-box {
    font-family: "proxima_novaregular";
    display: none;
    text-align: center;
    z-index: 10000;
    position: absolute;
    left: 0;
    top: 0;
}

#info-form p {
    font-size: 17px;
    margin: 10px 0 10px 0;
    text-align: left;
    line-height: 18px;
}

#info-form textarea,
#info-form input[type="text"],
#info-form input[type="email"],
#info-form input[type="tel"] {
    display: block;
    font-size: 14px;
    width: 100%;
    line-height: 38px;
    height: 38px;
    padding: 0 10px;
    margin: 0 0 12px 0;
    border: none;
    border-bottom: 1px solid #ccc;
    outline: none;
}

#info-form textarea.error,
#info-form input[type="email"].error,
#info-form input[type="text"].error,
#info-form input[type="tel"].error {
    border: 1px solid #d9534f;
}

#info-form input[type="tel"].error {
    color: #d9534f;
}

span.error {
    font-size: 10px;
    color: #d9534f;
    margin-bottom: 10px;
    display: none;
}

#info-form span.error {
    margin-top: -8px;
}

select.error + span.error,
input.error + select + span.error,
textarea.error + span.error,
input.error + span.error {
    display: block;
}

#info-form textarea {
    padding: 10px;
    height: 80px;
    line-height: normal;
    border: 1px solid #ccc;
    resize: none;
}

#info-form h3 {
    font-size: 25px;
    text-align: left;
    border-bottom: 2px solid #0d2f8b;
    padding-bottom: 10px;
    margin: 0 0 10px 0;
}

#info-form .fileinput-button {
    position: relative;
    overflow: hidden;
    display: inline-block;
    margin: 10px 0 0 0;
}

#info-form .progress {
    margin: 10px 0;
}

#info-form .fileinput-button input {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    opacity: 0;
    -ms-filter: "alpha(opacity=0)";
    font-size: 200px !important;
    direction: ltr;
    cursor: pointer;
}

#dropzone {
    margin: 10px 0 0 0;
    border: 2px dotted rgb(142, 142, 142);
    padding: 10px;
    text-align: center;
}

.callback-background {
    background: rgba(255, 255, 255, 0.8);
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 11000;
    display: table;
}

.callback-container {
    display: table-cell;
    vertical-align: middle;
    position: relative;
}

.callback-form {
    width: 333px;
    margin: 0 auto;
    border: 1px solid #fff;
    background: #fff;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.6);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.6);
    position: relative;
    padding: 20px;
    font-size: 16px;
    color: #000;
    position: relative;
    box-sizing: border-box;
}

.callback-form .blueButton {
    display: block;
    margin: 20px auto 10px;
    padding: 14px 10px;
    line-height: 1;
    font-size: 14px;
    font-family: "proxima_novabold";
    position: relative;
}

.callback-container .callback-form a.close-box {
    width: 20px;
    height: 20px;
    background: url(../img/cross.png) no-repeat -3px -3px;
    position: absolute;
    right: 20px;
    top: 20px;
    -o-transition: none;
    -moz-transition: none;
    -webkit-transition: none;
    transition: none;
}

.callback-container .callback-form a.close-box:hover {
    background-position: -3px -29px;
}

.callback-container .btn-success {
    color: #fff;
    background-color: #006cb4;
    border-color: #006cb4;
}

.callback-container .btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }
    to {
        background-position: 0 0;
    }
}
@-o-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }
    to {
        background-position: 0 0;
    }
}
@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }
    to {
        background-position: 0 0;
    }
}
.progress {
    height: 20px;
    margin-bottom: 20px;
    overflow: hidden;
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #428bca;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    -webkit-transition: width 0.6s ease;
    -o-transition: width 0.6s ease;
    transition: width 0.6s ease;
}
.progress-striped .progress-bar,
.progress-bar-striped {
    background-image: -webkit-linear-gradient(
        45deg,
        rgba(255, 255, 255, 0.15) 25%,
        transparent 25%,
        transparent 50%,
        rgba(255, 255, 255, 0.15) 50%,
        rgba(255, 255, 255, 0.15) 75%,
        transparent 75%,
        transparent
    );
    background-image: -o-linear-gradient(
        45deg,
        rgba(255, 255, 255, 0.15) 25%,
        transparent 25%,
        transparent 50%,
        rgba(255, 255, 255, 0.15) 50%,
        rgba(255, 255, 255, 0.15) 75%,
        transparent 75%,
        transparent
    );
    background-image: linear-gradient(
        45deg,
        rgba(255, 255, 255, 0.15) 25%,
        transparent 25%,
        transparent 50%,
        rgba(255, 255, 255, 0.15) 50%,
        rgba(255, 255, 255, 0.15) 75%,
        transparent 75%,
        transparent
    );
    -webkit-background-size: 40px 40px;
    background-size: 40px 40px;
}
.progress.active .progress-bar,
.progress-bar.active {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -o-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar[aria-valuenow="1"],
.progress-bar[aria-valuenow="2"] {
    min-width: 30px;
}
.progress-bar[aria-valuenow="0"] {
    min-width: 30px;
    color: #777;
    background-color: transparent;
    background-image: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.progress-bar-success {
    background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
    background-image: -webkit-linear-gradient(
        45deg,
        rgba(255, 255, 255, 0.15) 25%,
        transparent 25%,
        transparent 50%,
        rgba(255, 255, 255, 0.15) 50%,
        rgba(255, 255, 255, 0.15) 75%,
        transparent 75%,
        transparent
    );
    background-image: -o-linear-gradient(
        45deg,
        rgba(255, 255, 255, 0.15) 25%,
        transparent 25%,
        transparent 50%,
        rgba(255, 255, 255, 0.15) 50%,
        rgba(255, 255, 255, 0.15) 75%,
        transparent 75%,
        transparent
    );
    background-image: linear-gradient(
        45deg,
        rgba(255, 255, 255, 0.15) 25%,
        transparent 25%,
        transparent 50%,
        rgba(255, 255, 255, 0.15) 50%,
        rgba(255, 255, 255, 0.15) 75%,
        transparent 75%,
        transparent
    );
}
.progress-bar-info {
    background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
    background-image: -webkit-linear-gradient(
        45deg,
        rgba(255, 255, 255, 0.15) 25%,
        transparent 25%,
        transparent 50%,
        rgba(255, 255, 255, 0.15) 50%,
        rgba(255, 255, 255, 0.15) 75%,
        transparent 75%,
        transparent
    );
    background-image: -o-linear-gradient(
        45deg,
        rgba(255, 255, 255, 0.15) 25%,
        transparent 25%,
        transparent 50%,
        rgba(255, 255, 255, 0.15) 50%,
        rgba(255, 255, 255, 0.15) 75%,
        transparent 75%,
        transparent
    );
    background-image: linear-gradient(
        45deg,
        rgba(255, 255, 255, 0.15) 25%,
        transparent 25%,
        transparent 50%,
        rgba(255, 255, 255, 0.15) 50%,
        rgba(255, 255, 255, 0.15) 75%,
        transparent 75%,
        transparent
    );
}
.progress-bar-warning {
    background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
    background-image: -webkit-linear-gradient(
        45deg,
        rgba(255, 255, 255, 0.15) 25%,
        transparent 25%,
        transparent 50%,
        rgba(255, 255, 255, 0.15) 50%,
        rgba(255, 255, 255, 0.15) 75%,
        transparent 75%,
        transparent
    );
    background-image: -o-linear-gradient(
        45deg,
        rgba(255, 255, 255, 0.15) 25%,
        transparent 25%,
        transparent 50%,
        rgba(255, 255, 255, 0.15) 50%,
        rgba(255, 255, 255, 0.15) 75%,
        transparent 75%,
        transparent
    );
    background-image: linear-gradient(
        45deg,
        rgba(255, 255, 255, 0.15) 25%,
        transparent 25%,
        transparent 50%,
        rgba(255, 255, 255, 0.15) 50%,
        rgba(255, 255, 255, 0.15) 75%,
        transparent 75%,
        transparent
    );
}
.progress-bar-danger {
    background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
    background-image: -webkit-linear-gradient(
        45deg,
        rgba(255, 255, 255, 0.15) 25%,
        transparent 25%,
        transparent 50%,
        rgba(255, 255, 255, 0.15) 50%,
        rgba(255, 255, 255, 0.15) 75%,
        transparent 75%,
        transparent
    );
    background-image: -o-linear-gradient(
        45deg,
        rgba(255, 255, 255, 0.15) 25%,
        transparent 25%,
        transparent 50%,
        rgba(255, 255, 255, 0.15) 50%,
        rgba(255, 255, 255, 0.15) 75%,
        transparent 75%,
        transparent
    );
    background-image: linear-gradient(
        45deg,
        rgba(255, 255, 255, 0.15) 25%,
        transparent 25%,
        transparent 50%,
        rgba(255, 255, 255, 0.15) 50%,
        rgba(255, 255, 255, 0.15) 75%,
        transparent 75%,
        transparent
    );
}

.callback_bg {
    position: fixed;
    display: none;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    z-index: 3000;
    top: 0;
    left: 0;
    cursor: pointer;
}
.callback_modal {
    display: none;
    position: fixed;
    width: 400px;
    height: auto;
    background: #ffffff;
    border: 2px solid #4f6572;
    box-shadow: inset 0 0 80px 10px #4f6572, 0 0 30px 1px rgba(0, 0, 0, 0.3);
    top: 50%;
    left: 50%;
    border-radius: 10px;
    z-index: 5000;
    padding: 20px 40px;
}
.callback_modal:before {
    display: block;
    position: absolute;
    top: -22px;
    left: 16px;
    content: "";
    width: 42px;
    height: 42px;
    background: url(../images/hr.png) no-repeat center;
}
.demonstrate {
    margin: -249px 0 0 -242px;
}
.question {
    margin: -187px 0 0 -242px;
}
.avtoriz {
    margin: -152px 0 0 -242px;
}
.avtoriz label {
    display: block;
    position: absolute;
    margin-top: 3px;
}
.form_title {
    font-size: 22px;
    display: block;
    text-align: center;
    margin: 10px;
    color: #4f6572;
    text-transform: uppercase;
}
.form_err {
    position: absolute;
}
.checkbox_agreement_text {
    margin-top: 10px;
    display: inline-block;
    cursor: pointer;
}
.checkbox_agreement_text a {
    color: #4f6572;
    text-decoration: underline;
}
.checkbox_agreement_text a:hover {
    color: #555555;
    text-decoration: none;
}
.checkbox_agreement {
    width: 15px;
    height: 15px;
    margin-top: 0;
}
.checkbox_agreement:focus {
    box-shadow: none;
}
.close {
    position: absolute;
    display: block;
    right: 10px;
    top: 6px;
    cursor: pointer;
    color: #724f4f;
}
/*** END ***/

/*** MOBILE MENU ***/
.mm-navbar__title {
    font-family: "proxima_novabold";
}
.mobileLink {
    font-size: 35px;
    color: #2626c6;
    text-shadow: 0 0 3px rgba(38, 38, 198, 0.3);
    position: absolute;
    display: none;
    cursor: pointer;
    right: 20px;
    top: 50%;
    margin-top: -18px;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.mobileLink:hover {
    text-shadow: none;
}
.menu_zag {
    font-size: 16px;
    display: block;
    padding: 10px 0;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 18px;
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.3);
}
/*** END ***/

/*///////////////////////////////////////НОВЫЙ ГОД!!!!!!!!!!!//////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,900");

.container {
    /* width: 100%; */

    position: absolute;
    left: -5%;
    height: 100%;
}
svg {
    /* width: 100%;
  max-height: 100vh; */
    height: 100%;
    width: 28vw;
}
#cat {
    opacity: 0;
    cursor: pointer;
}
.shadow-2,
.shadow-1 {
    opacity: 0;
}
/* Footer */

.snowflake {
    color: #fff;
    font-size: 1em;
    font-family: Arial;
    text-shadow: 0 0 1px #000;
}

@-webkit-keyframes snowflakes-fall {
    0% {
        top: -10%;
    }
    100% {
        top: 100%;
    }
}
@-webkit-keyframes snowflakes-shake {
    0% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }
    50% {
        -webkit-transform: translateX(80px);
        transform: translateX(80px);
    }
    100% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }
}
@keyframes snowflakes-fall {
    0% {
        top: -10%;
    }
    100% {
        top: 100%;
    }
}
@keyframes snowflakes-shake {
    0% {
        transform: translateX(0px);
    }
    50% {
        transform: translateX(80px);
    }
    100% {
        transform: translateX(0px);
    }
}
.snowflake {
    position: fixed;
    top: -10%;
    z-index: 9999;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: default;
    -webkit-animation-name: snowflakes-fall, snowflakes-shake;
    -webkit-animation-duration: 10s, 3s;
    -webkit-animation-timing-function: linear, ease-in-out;
    -webkit-animation-iteration-count: infinite, infinite;
    -webkit-animation-play-state: running, running;
    animation-name: snowflakes-fall, snowflakes-shake;
    animation-duration: 10s, 3s;
    animation-timing-function: linear, ease-in-out;
    animation-iteration-count: infinite, infinite;
    animation-play-state: running, running;
}
.snowflake:nth-of-type(0) {
    left: 1%;
    -webkit-animation-delay: 0s, 0s;
    animation-delay: 0s, 0s;
}
.snowflake:nth-of-type(1) {
    left: 10%;
    -webkit-animation-delay: 1s, 1s;
    animation-delay: 1s, 1s;
}
.snowflake:nth-of-type(2) {
    left: 20%;
    -webkit-animation-delay: 6s, 0.5s;
    animation-delay: 6s, 0.5s;
}
.snowflake:nth-of-type(3) {
    left: 30%;
    -webkit-animation-delay: 4s, 2s;
    animation-delay: 4s, 2s;
}
.snowflake:nth-of-type(4) {
    left: 40%;
    -webkit-animation-delay: 2s, 2s;
    animation-delay: 2s, 2s;
}
.snowflake:nth-of-type(5) {
    left: 50%;
    -webkit-animation-delay: 8s, 3s;
    animation-delay: 8s, 3s;
}
.snowflake:nth-of-type(6) {
    left: 60%;
    -webkit-animation-delay: 6s, 2s;
    animation-delay: 6s, 2s;
}
.snowflake:nth-of-type(7) {
    left: 70%;
    -webkit-animation-delay: 2.5s, 1s;
    animation-delay: 2.5s, 1s;
}
.snowflake:nth-of-type(8) {
    left: 80%;
    -webkit-animation-delay: 1s, 0s;
    animation-delay: 1s, 0s;
}
.snowflake:nth-of-type(9) {
    left: 90%;
    -webkit-animation-delay: 3s, 1.5s;
    animation-delay: 3s, 1.5s;
}
/* Demo Purpose Only*/
.demo {
    font-family: "Raleway", sans-serif;
    color: #fff;
    display: block;
    margin: 0 auto;
    padding: 15px 0;
    text-align: center;
}
.demo a {
    font-family: "Raleway", sans-serif;
    color: #000;
}

@media (max-width: 900px) {
    .callback,
    .b-page_newyear {
        display: none;
    }
}

@media (max-width: 1800px) {
    .container {
        display: none;
    }
}

.logo {
    position: relative;
    display: inline-block;
}

.logo.ny::before {
    content: "";
    position: absolute;
    top: -12px;
    left: -27px;
    width: 40px;
    height: 60px;
    background: url("/img/new-years/shapka-2.png") no-repeat center / 100%;
    transform: rotate(-36deg);
}

.logo-footer {
    position: relative;
    display: inline-block;
}

.logo-footer.ny::before {
    content: "";
    position: absolute;
    top: -28px;
    left: -27px;
    width: 40px;
    height: 60px;
    background: url("/img/new-years/shapka-2.png") no-repeat center / 100%;
    z-index: 10;
    transform: rotate(-36deg);
}

/*Шары*/

/* body {
    position: relative;
    z-index: 0;
    margin: 0;
    padding: 0 0 1em 0;
    background-image: url("bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center top;
} */

.b-page__content {
    min-height: 70px;
}
.b-head-decor {
    display: none;
}
.b-page_newyear .b-head-decor {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    height: 115px;
    width: 100%;
    overflow: hidden;
    background: url("/img/new-years/balls/b-head-decor_newyear.png") repeat-x 0 0;
}
.b-page_newyear .b-head-decor__inner {
    position: absolute;
    top: 0;
    left: 0;
    height: 115px;
    display: block;
    width: 373px;
}
.b-page_newyear .b-head-decor::before {
    content: "";
    display: block;
    position: absolute;
    top: -115px;
    left: 0;
    z-index: 3;
    height: 115px;
    display: block;
    width: 100%;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.75);
}
.b-page_newyear .b-head-decor__inner_n2 {
    left: 373px;
}
.b-page_newyear .b-head-decor__inner_n3 {
    left: 746px;
}
.b-page_newyear .b-head-decor__inner_n4 {
    left: 1119px;
}
.b-page_newyear .b-head-decor__inner_n5 {
    left: 1492px;
}
.b-page_newyear .b-head-decor__inner_n6 {
    left: 1865px;
}
.b-page_newyear .b-head-decor__inner_n7 {
    left: 2238px;
}

.b-ball {
    position: absolute;
}
.b-ball_n1 {
    top: 0;
    left: 3px;
    width: 59px;
    height: 83px;
}
.b-ball_n2 {
    top: -19px;
    left: 51px;
    width: 55px;
    height: 70px;
}
.b-ball_n3 {
    top: 9px;
    left: 88px;
    width: 49px;
    height: 67px;
}
.b-ball_n4 {
    top: 0;
    left: 133px;
    width: 57px;
    height: 102px;
}
.b-ball_n5 {
    top: 0;
    left: 166px;
    width: 49px;
    height: 57px;
}
.b-ball_n6 {
    top: 6px;
    left: 200px;
    width: 54px;
    height: 70px;
}
.b-ball_n7 {
    top: 0;
    left: 240px;
    width: 56px;
    height: 67px;
}
.b-ball_n8 {
    top: 0;
    left: 283px;
    width: 54px;
    height: 53px;
}
.b-ball_n9 {
    top: 10px;
    left: 321px;
    width: 49px;
    height: 66px;
}
.b-ball_n1 .b-ball__i {
    background: url("/img/new-years/balls/b-ball_n1.png") no-repeat;
}
.b-ball_n2 .b-ball__i {
    background: url("/img/new-years/balls/b-ball_n2.png") no-repeat;
}
.b-ball_n3 .b-ball__i {
    background: url("/img/new-years/balls/b-ball_n3.png") no-repeat;
}
.b-ball_n4 .b-ball__i {
    background: url("/img/new-years/balls/b-ball_n4.png") no-repeat;
}
.b-ball_n5 .b-ball__i {
    background: url("/img/new-years/balls/b-ball_n5.png") no-repeat;
}
.b-ball_n6 .b-ball__i {
    background: url("/img/new-years/balls/b-ball_n6.png") no-repeat;
}
.b-ball_n7 .b-ball__i {
    background: url("/img/new-years/balls/b-ball_n7.png") no-repeat;
}
.b-ball_n8 .b-ball__i {
    background: url("/img/new-years/balls/b-ball_n8.png") no-repeat;
}
.b-ball_n9 .b-ball__i {
    background: url("/img/new-years/balls/b-ball_n9.png") no-repeat;
}
.b-ball_i1 .b-ball__i {
    background: url("/img/new-years/balls/b-ball_i1.png") no-repeat;
}
.b-ball_i2 .b-ball__i {
    background: url("/img/new-years/balls/b-ball_i2.png") no-repeat;
}
.b-ball_i3 .b-ball__i {
    background: url("/img/new-years/balls/b-ball_i3.png") no-repeat;
}
.b-ball_i4 .b-ball__i {
    background: url("/img/new-years/balls/b-ball_i4.png") no-repeat;
}
.b-ball_i5 .b-ball__i {
    background: url("/img/new-years/balls/b-ball_i5.png") no-repeat;
}
.b-ball_i6 .b-ball__i {
    background: url("/img/new-years/balls/b-ball_i6.png") no-repeat;
}
.b-ball_i1 {
    top: 0;
    left: 0;
    width: 25px;
    height: 71px;
}
.b-ball_i2 {
    top: 0;
    left: 25px;
    width: 61px;
    height: 27px;
}
.b-ball_i3 {
    top: 0;
    left: 176px;
    width: 29px;
    height: 31px;
}
.b-ball_i4 {
    top: 0;
    left: 205px;
    width: 50px;
    height: 51px;
}
.b-ball_i5 {
    top: 0;
    left: 289px;
    width: 78px;
    height: 28px;
}
.b-ball_i6 {
    top: 0;
    left: 367px;
    width: 6px;
    height: 69px;
}
.b-ball__i {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-transform-origin: 50% 0;
    -moz-transform-origin: 50% 0;
    -o-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    pointer-events: none;
}
.b-ball_bounce .b-ball__right {
    position: absolute;
    top: 0;
    right: 0;
    left: 50%;
    bottom: 0;
    z-index: 9;
}
.b-ball_bounce:hover .b-ball__right {
    display: none;
}
.b-ball_bounce .b-ball__right:hover {
    left: 0;
    display: block !important;
}
.b-ball_bounce.bounce > .b-ball__i {
    -webkit-transform: rotate(-9deg);
    -moz-transform: rotate(-9deg);
    -o-transform: rotate(-9deg);
    transform: rotate(-9deg);
}
.b-ball_bounce .b-ball__right.bounce + .b-ball__i {
    -webkit-transform: rotate(9deg);
    -moz-transform: rotate(9deg);
    -o-transform: rotate(9deg);
    transform: rotate(9deg);
}
.b-ball_bounce.bounce1 > .b-ball__i {
    -webkit-transform: rotate(6deg);
    -moz-transform: rotate(6deg);
    -o-transform: rotate(6deg);
    transform: rotate(6deg);
}
.b-ball_bounce .b-ball__right.bounce1 + .b-ball__i {
    -webkit-transform: rotate(-6deg);
    -moz-transform: rotate(-6deg);
    -o-transform: rotate(-6deg);
    transform: rotate(-6deg);
}
.b-ball_bounce.bounce2 > .b-ball__i {
    -webkit-transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
    transform: rotate(-3deg);
}
.b-ball_bounce .b-ball__right.bounce2 + .b-ball__i {
    -webkit-transform: rotate(3deg);
    -moz-transform: rotate(3deg);
    -o-transform: rotate(3deg);
    transform: rotate(3deg);
}
.b-ball_bounce.bounce3 > .b-ball__i {
    -webkit-transform: rotate(1.5deg);
    -moz-transform: rotate(1.5deg);
    -o-transform: rotate(1.5deg);
    transform: rotate(1.5deg);
}
.b-ball_bounce .b-ball__right.bounce3 + .b-ball__i {
    -webkit-transform: rotate(-1.5deg);
    -moz-transform: rotate(-1.5deg);
    -o-transform: rotate(-1.5deg);
    transform: rotate(-1.5deg);
}

.przv_future_button_call {
    left: auto!important;
    right: 14px;
    bottom: 90px!important;
}
.aspecial{
    display: inline-block;
    border-radius: 3px;
    padding: 20px 10px;
    width: 22%;
    text-align: center;
    border: 1px solid #2626c6;
    background: transparent;
    color: #2626c6;
    font-size: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-family: "proxima_novaregular";
    cursor: pointer;
    margin: 5px 10px 10px 0;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
@media (max-width: 1120px) {
    .aspecial{
        width: 30%;
        margin: 0 10px 10px 0;
    }
}
@media (max-width: 795px) {
    .aspecial{
        width: 48%;
        margin: 0 10px 10px 0;
    }
}
@media (max-width: 560px) {
    .aspecial{
        width: 95%;
        margin: 0 5px 5px 0;
    }
}

ul.listHistory {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 40px;
    justify-content: space-between;
    justify-items: center;
    margin: 20px auto 0;
}


ul.listHistory > li {
    position: relative;
}

ul.listHistory > li::before {
    display: none;
}

ul.listHistory > li img {
    display: block;
    border-radius: 10px;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    width: 100%;
    max-width: 380px;
    margin: 0 0 10px;
}

ul.listHistory > li:hover img {
    filter: grayscale(100%);
    opacity: 0.8;
}

.helper-files {
    position: absolute;
    background: #fff;
    z-index: 100;
    padding: 15px;
    border: 1px solid #ededed;
    font-size: 14px;
    display: none;
    color: #000;
    width: 210px;
    box-shadow: 0 0 10px rgba(38, 38, 198, 0.3);
}
.email:hover .helper-files {
    display: block;
}
.helper-files > a {
    display: block;
    color: #006cb4;
    text-decoration: underline;
    font-size: 14px;
    margin: 5px 0 0;
}

.helper-files > a:hover {
    color: #006cb4;
}

.listHistory + .advantCleanBlock {
    margin-top: 20px;
}

.links-owl {
    margin: 0 0 20px;
}

.links-owl li {
    padding: 20px;
    background: #fff;
    min-height: 262px;
    box-shadow: 0 0 27px rgba(0, 0, 0, 0.05);
    text-align: center;
    overflow: hidden;
    position: relative;
}

.links-owl li .mid {
    position: absolute;
    left: 20px;
    top: 20px;
    bottom: 20px;
    right: 20px;
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    justify-content: center;
}

.links-owl li .opTitle {
    padding: 0 0 12px 0;
}

.formPromo {
    background: #fff;
    padding: 0 0 20px;
}

.formJob {
    background: #fff;
}

.formPromo__block {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.formJob__block {
    display: flex;
    flex-direction: column;
}

.formPromo__line {
    background: #ffffff;
    box-shadow: 0 0 27px rgba(0, 0, 0, 0.05);
    padding: 25px;
    position: relative;
    overflow: hidden;
}

.formJob__line {
    background: #ffffff;
    padding: 25px;
    position: relative;
    overflow: hidden;  
}

.formJob__line--button {
    background: none;
    display: flex;
    justify-content: center;
    align-items: center;
}

.formJob__line input,
.formPromo__line input,
.formPromo__line textarea {
    width: 100%;
    border: 1px solid #c1c1c1;
    margin-bottom: 0;
    display: block;
    padding: 0 10px;
}

.formJob__line input:-webkit-autofill,
.formJob_line input:-webkit-autofill:hover, 
.formJob__line input:-webkit-autofill:focus, 
.formJob__line input:-webkit-autofill:active,
.formPromo__line input:-webkit-autofill,
.formPromo__line input:-webkit-autofill:hover, 
.formPromo__line input:-webkit-autofill:focus, 
.formPromo__line input:-webkit-autofill:active{
    -webkit-box-shadow: 0 0 0 30px white inset !important;
}

.formPromo__label {
    position: absolute;
    left: 35px;
    top: 8px;
    background: #fff;
    padding: 0 10px;
}

.formJob__label {
    position: absolute;
    left: 35px;
    top: 16px;
    background: #fff;
    padding: 0 10px;
}

.formPromo .blueButton {
    margin: 10px 0 0 auto;
    display: block;
}

@media (max-width: 649px) {
    .titleBlock.nogap {
        text-align: center;
    }
    ul.listHistory {
        grid-template-columns: repeat(1,200px);
        justify-content: center;
    }
    ul.listHistory > li img {
        max-width: 200px;
    }
}

.social {
    display: flex;
    gap: 10px;
    justify-content: flex-end;
    margin-top: 10px;
}

.social_wa {
    background: url(/img/wa.svg) no-repeat center;
    width: 30px;
    height: 30px;
}

.social_tg {
    background: url(/img/tg.svg) no-repeat center;
    width: 30px;
    height: 30px;
}

.prices-mobile {
    display: none;
}

.content .prices-mobile td {
    border: 1px solid #808080;
    vertical-align:middle;
    padding: 5px;
    line-height: normal;
}

.content .prices-mobile th {
    background: #c0c0c0;
    border: 1px solid #808080;
    line-height: normal;
    padding: 10px;
}

.prices-section {
    margin: 15px 0;
    font-size: 25px;
    text-align: center;
    font-family: "proxima_novaregular", sans-serif;
    font-weight: normal;
}

.showcase {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
    margin: 30px 0;
}

.showcase-jobs {
    /*justify-content:space-between;*/
}

.showcase > li {
    background: #fff;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-basis: 200px;
    flex-grow: 1;
}

.showcase--outsourcing > li {
    flex-basis: 300px;
}

@media (max-width: 699px){
    .showcase--outsourcing > li {
        flex-basis: 200px;
    }   
}

.showcase-jobs > li {
    flex-grow: 0;
}

.showcase > li .opTitle {
    padding: 12px 20px 12px 20px;
    line-height: normal;
}

.showcase > li .mid {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-grow: 1;
}

.showcase > li .blueButton {
    margin: 10px auto 0;
    max-width: 100%;
    position: relative;
    z-index: 10;
}

.fieldsContainer {
    margin: -20px 0 20px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    max-width: 420px;
}

.fieldsContainer .blueButton {
    margin: 0;
}

.fieldContainer input {
    border-bottom: 1px solid #666;
    font-size: 17px;
    line-height: 46px;
    height: 46px;
    max-width: 200px;
}

.lline-owl::before {
    position: absolute;
    top: 73px;
    left: -9999px;
    right: -9999px;
    height: 1px;
    background:#2626c6;
    content: '';
}

.lifeline {
    padding: 20px 10px 10px;
}

.lifeline b {
    font-size: 26px;
    line-height: 26px;
}

.lifeline em {
    color: #2626c6;
    font-size: 40px;
    line-height: 40px;
    font-style: normal;
    display: block;
}

.faq {
    background: url(../img/advant_bg.jpg) no-repeat center 100% / cover;
    margin-bottom: 20px;
}

.faq__wrapper {
    padding: 0px 30px 54px;
    width: 100%;
    max-width: 1230px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 10px;
}


.faq__item {
    border-radius: 20px;
    padding: 20px;
    background: #fff;
    cursor: pointer;
    position: relative;
}

.faq__item::after {
    content: '+';
    position: absolute;
    font-size: 30px;
    font-weight: bold;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
}

.faq__item.active::after {
    content: '–';   
    font-size: 26px;
}

.faq__title {
    font-weight: bold;
}

.faq__body {
    display: none;
    margin-top: 10px;
}

.faq__item.active .faq__body {

}

.listYears {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 10px 0 20px;
}

.listYears a {
    padding: 5px 10px;
    background: #ffffff;
    box-shadow: 0 0 27px rgba(0, 0, 0, 0.05);
    text-decoration: none;
}

.listTags .active,
.listYears .active {
    font-weight: bold;
    color: #000;
    text-decoration: none;
}

.listTags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 10px 0 20px;
}

.listTags a {
    text-transform: lowercase;
    text-decoration: none;
    padding: 5px 10px;
    background: #ffffff;
    box-shadow: 0 0 27px rgba(0, 0, 0, 0.05);
}

.listNewsTop {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin: 20px 0 0;
}

a.linkTop {
    font-size: 16px;
    font-family: "proxima_novasemibold";
    display: block;
    margin: 0 0 10px;
    line-height: 1.2;
    text-decoration: none;
    color: #000;
}

.dateTop {
    color: #b2b2b2;
    font-size: 12px;
    display: block;
}

.listArticles {
    display: grid;
    grid-template-columns: auto 200px;
    gap: 20px;
}

.listPopular {
    font-family: "proxima_novaregular", sans-serif;
    font-weight: normal;
    font-size: 22px;
}

.mainStat {
    background: url(../img/point_pattern_grey.png) left top;
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 10px;
    font-size: 30px;
    font-weight: 500;
    margin-top: 30px;
}

.mainStat b {
    background: #006cb4;
    border-radius: 6px;
    padding: 10px;
    color: #fff;
}

@media (max-width: 1240px){
    .listPopular,
    .listNewsTop {
        display: none;
    }
    .listArticles {
        display: block;
    }
}

@media (max-width: 520px){
    .mainStat {
        font-size: 18px;
        justify-content: center;
        align-items: center;
    }
}

@media (max-width: 360px){
    .mainStat {
        font-size: 14px;
        justify-content: center;
        align-items: center;
    }
}