@charset "utf-8";
@import "bootstrap.css";
@import "normalize.css";
@import "../node_modules/slick-carousel/slick/slick.css";
@import "../node_modules/magnific-popup/dist/magnific-popup.css";
@import "callback-btn.css";
@import "callback-modal.css";
@import "typography.css";

/* Класс для увеличения картинки */

.zoom-img {}


/* Класс для галлереи */

.gallery {}


/* Класс для формы */

.form-submit-toggle {}


/* Класс для кнопки заказать звонок */

.callback-toggle {}

.wrapAwards {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 20px;
    margin-bottom: 20px;
}

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

.wrapAwards a {
    display: flex;
    justify-content: center;
    align-items: center;
}


/******** Magnific-Popup *********/

.mfp-fade.mfp-bg {
    opacity: 0;
    transition: all 0.15s ease-out;
}

.mfp-fade.mfp-bg.mfp-ready {
    opacity: 0.8;
}

.mfp-fade.mfp-bg.mfp-removing {
    opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;
    transition: all 0.15s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0;
}


/******* Image Cover ********/

.img-cover {
    background-size: cover;
    background-position: center;
}

.img-cover_inited>img {
    visibility: hidden;
}

.activeTabBlock .contentTab {
    display: none;
}

.activeTabBlock .contentTab.active {
    display: block;
}

.activeTabBlock .contentTab2 {
    display: none;
}

.activeTabBlock .contentTab2.active {
    display: block;
}


/**********************************/

.component {
    width: 100%;
}

.left,
.right {
    width: 30%;
}


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

.pagination>ul {
    margin-top: 15px;
    display: flex;
    list-style: none;
    margin-bottom: 5px;
}

.pagination>ul li {
    margin-right: 20px;
}

.pagination>ul li a {
    text-decoration: none;
    font-weight: 600;
}

h1,
.h1 {
    font-size: 44px;
    font-weight: bold;
}


/* Модалка */

.wrapLabel {
    position: relative;
    margin-bottom: 0;
}

.wrapLabel span {
    font-weight: 300;
    padding-left: 25px;
    font-size: 12px;
    display: block;
    position: relative;
}

.wrapLabel span a {
    color: #ef5e07;
}

.wrapLabel span:before {
    position: absolute;
    left: 0;
    width: 16px;
    height: 16px;
    top: calc(50% - 8px);
    content: '';
    background: #fff;
    border: 1px solid #000;
    border-radius: 0px;
}

.wrapLabel span:after {
    position: absolute;
    width: 8px;
    height: 8px;
    left: 4px;
    top: calc(50% - 4px);
    content: '';
    background: #dd6a1c;
    /*border-radius: 2px;*/
    opacity: 0;
}

.wrapLabel input:checked+span:after {
    opacity: 1;
}

.wrapLabel input {
    width: 10px !important;
    height: 10px !important;
    left: 0 !important;
    top: 0 !important;
    position: absolute !important;
    opacity: 0 !important;
}

html.lock {
    overflow: hidden;
}


/*  */


/*версия для слабовидящих*/

@charset "utf-8";
@import "../node_modules/slick-carousel/slick/slick.css";
@font-face {
    font-family: Rubik-Medium;
    src: url('../fonts/Rubik-Medium.ttf');
}

@font-face {
    font-family: Rubik-Regular;
    src: url('../fonts/Rubik-Regular.ttf');
}

@font-face {
    font-family: Rubik-Bold;
    src: url('../fonts/Rubik-Bold.ttf');
}

@font-face {
    font-family: Rubik-Light;
    src: url('../fonts/Rubik-Light.ttf');
}

@font-face {
    font-family: Rubik-Black;
    src: url('../fonts/Rubik-Black.ttf');
}

@font-face {
    font-family: Rubik;
    src: url('../fonts/Rubik-Regular.ttf');
}

@font-face {
    font-family: Rubik-Medium;
    src: url('../fonts/Rubik-Medium.ttf');
}

body.cecutient {
    background: none !important;
}

body.cecutient * {
    background: none !important;
    color: #000 !important;
    font-size: 20px !important;
    font-family: Arial !important;
}


/*block MIR*/

.blockMIR {
    padding: 60px 0 70px;
    background: url(/images/bgMIR.jpg) no-repeat center top;
    background-size: cover;
}

.blockMIR .name {
    color: #fff;
    font-family: "Rubik-Bold";
    color: #fff;
    margin: 0 0 5px;
    line-height: 1;
    text-align: center;
    font-size: 28px;
    text-transform: uppercase;
}

.wrapMIRSteps {
    margin-bottom: 25px;
}

.nucStepMIR {
    text-align: center;
    width: 23%;
}

.nucStepMIR .imgW {
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
}

.nucStepMIR .imgW img {
    max-width: 100%;
    max-height: 70px;
}

.nucStepMIR p:not(.step) {
    color: #fff;
    height: 50px;
    font-family: "Rubik-Light";
    text-align: center;
    margin: 0;
    line-height: 1;
}

.blockMIR .varnCob {
    position: relative;
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
}

.blockMIR .varnCob p {
    font-size: 20px;
    color: #cbe82d;
    text-decoration: underline;
    position: relative;
    height: auto;
    cursor: pointer;
}

.blockMIR .varnCob span {
    position: absolute;
    background: #fff;
    color: #000;
    padding: 10px;
    border-radius: 5px;
    left: calc(50% - 150px);
    bottom: 100%;
    width: 300px;
    display: none;
    text-align: center;
}

.blockMIR .varnCob:hover span {
    display: block;
}

.jshop_list_category {
    display: flex;
    justify-content: center;
    padding: 40px 0;
}

.nucStepMIR p a {
    color: #cbe82d;
    text-decoration: underline;
}

.nucStepMIR .step {
    font-family: "Rubik-Light";
    text-align: center;
    margin: 0;
    line-height: 1;
    color: #fff;
    padding-top: 13px;
    margin-top: 15px;
    line-height: 1;
    border-top: 4px solid #cbe82d;
}

.wrapReg a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 345px;
    height: 60px;
    border-radius: 5px;
    background: #cbe82d;
    color: #0027a4;
    font-size: 18px;
    font-family: "Rubik-Medium";
    text-transform: uppercase;
}

.wrapFAQs {
    margin-top: 30px;
}

.flexCenter {
    display: flex;
    justify-content: center;
}

.nucFAQ {
    width: 23%;
    height: 60px;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid #fff;
    color: #fff;
    line-height: 1;
    padding: 5px 40px;
    font-size: 18px;
    transition: all 0.4s;
    text-align: center;
    text-decoration: none;
}

.nucFAQ:hover {
    border: 2px solid #cbe82d;
    background: #cbe82d;
    color: #0027a4;
}


/*End block MIR*/

.uk-panel a.btn_obichn {
    display: none;
}

body.cecutient .uk-panel a.btn_obichn {
    display: block;
}

body.cecutient .uk-panel a.btn_slabovid {
    display: none;
}

body.cecutient img,
body.cecutient .fon_foto_img,
body.cecutient .custom.slider,
body.cecutient .custom.call {
    display: none;
}

body.cecutient .hor-mnu {
    border-top: 0;
}

body.cecutient .hor-mnu ul li a {
    padding: 0 15px;
    border-top: 0;
}

body.cecutient #wrap-contact-form94,
body.cecutient #wrap-contact-form103 {
    height: auto;
    border-radius: 0;
    box-shadow: none;
    margin: auto;
    position: relative;
    right: auto;
    margin-top: 45px;
}

body.cecutient #wrap-contact-form94:after,
body.cecutient #wrap-contact-form103:after {
    content: '';
}

body.cecutient #wrap-contact-form94 .fl_wrap:nth-child(2),
body.cecutient #wrap-contact-form94 .fl_wrap:nth-child(3) {
    width: 275px;
}

body.cecutient #wrap-contact-form94 .fl_wrap label,
body.cecutient #wrap-contact-form103 .fl_wrap label {
    font-size: 16px;
}

body.cecutient #send94,
body.cecutient #send103 {
    margin-top: 31px;
    border: 1px solid;
}

body.cecutient #wrap-contact-form94 .check,
body.cecutient #wrap-contact-form103 .check {
    top: 108px;
}

body.cecutient ymaps {
    display: none !important;
}

body.cecutient .echo_comment {
    width: auto !important;
}


/*соцсети*/

.custom.socseti {
    margin-right: -585px;
    margin-top: -52px;
    position: absolute;
    right: 50%;
}

.custom.socseti p {
    display: inline-block;
    vertical-align: top;
}

.custom.call {
    position: fixed;
    top: 20%;
    right: 1%;
    transition: all 0.3s ease-out 0s;
}

.custom.call:hover {
    right: 2%;
}

.iframe-mir iframe {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 545px;
}

.iframe-mir {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}


/**/


/* Main settings start */

#art-main {
    overflow: hidden;
}

body {
    font-family: Rubik;
    font-size: 16px;
    color: #324b97;
    position: relative;
    background: url('../img/main_back.jpg') center;
}

p {
    margin: 7px 0;
}

a {
    color: #000;
    text-decoration: underline;
}

a:hover,
a:focus,
a:active {
    color: #000;
    text-decoration: none;
    outline: none;
}

.partT .imgW {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
    height: 200px;
}

.partT td {
    padding: 5px;
    text-align: center;
    vertical-align: top;
}

.partT .imgW img {
    max-width: 100%;
    max-height: 100%;
    display: inline-block;
}

.partT .txt {
    font-size: 14pt;
    font-weight: bold;
    text-align: center;
}

.main-content {
    width: 1200px;
    padding: 0 15px;
    margin: auto;
}

.sb-left {
    width: 300px;
    float: left;
    display: inline-block;
}

.sb-right {
    width: 300px;
    float: left;
    display: inline-block;
}

.content-2s {
    width: 540px;
    margin: 0 15px;
    float: left;
    display: inline-block;
}

.content-1s {
    width: 840px;
    margin: 0 15px;
    float: left;
    display: inline-block;
}

.content-full {
    width: 100%;
}

.clearfix {
    clear: both;
}

.img-circle {
    background-color: #aaa;
    box-sizing: content-box;
    -webkit-box-sizing: content-box;
}

.circlephone {
    box-sizing: content-box;
    -webkit-box-sizing: content-box;
    border: 2px solid #aaa!important;
    width: 150px;
    height: 150px;
    bottom: -25px;
    right: 10px;
    position: absolute;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    opacity: .5;
    -webkit-animation: circle-anim 2.4s infinite ease-in-out !important;
    -moz-animation: circle-anim 2.4s infinite ease-in-out !important;
    -ms-animation: circle-anim 2.4s infinite ease-in-out !important;
    -o-animation: circle-anim 2.4s infinite ease-in-out !important;
    animation: circle-anim 2.4s infinite ease-in-out !important;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all 0.5s;
}

.circle-fill {
    box-sizing: content-box;
    -webkit-box-sizing: content-box;
    background-color: #aaa;
    width: 100px;
    height: 100px;
    bottom: 0px;
    right: 35px;
    position: absolute;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-animation: circle-fill-anim 2.3s infinite ease-in-out;
    -moz-animation: circle-fill-anim 2.3s infinite ease-in-out;
    -ms-animation: circle-fill-anim 2.3s infinite ease-in-out;
    -o-animation: circle-fill-anim 2.3s infinite ease-in-out;
    animation: circle-fill-anim 2.3s infinite ease-in-out;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all 0.5s;
}

.img-circle {
    box-sizing: content-box;
    -webkit-box-sizing: content-box;
    width: 72px;
    height: 72px;
    bottom: 14px;
    right: 49px;
    position: absolute;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    opacity: 1;
}

.img-circleblock {
    box-sizing: content-box;
    -webkit-box-sizing: content-box;
    width: 72px;
    height: 72px;
    background-image: url("../img/icon-call.png");
    background-position: center center;
    background-repeat: no-repeat;
    animation-name: tossing;
    -webkit-animation-name: tossing;
    animation-duration: 1.5s;
    -webkit-animation-duration: 1.5s;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
}

.img-circle:hover {
    opacity: 1;
}

@keyframes pulse {
    0% {
        transform: scale(0.9);
        opacity: 1;
    }
    50% {
        transform: scale(1);
        opacity: 1;
    }
    100% {
        transform: scale(0.9);
        opacity: 1;
    }
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(0.95);
        opacity: 1;
    }
    50% {
        -webkit-transform: scale(1);
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(0.95);
        opacity: 1;
    }
}

@keyframes tossing {
    0% {
        transform: rotate(-8deg);
    }
    50% {
        transform: rotate(8deg);
    }
    100% {
        transform: rotate(-8deg);
    }
}

@-webkit-keyframes tossing {
    0% {
        -webkit-transform: rotate(-8deg);
    }
    50% {
        -webkit-transform: rotate(8deg);
    }
    100% {
        -webkit-transform: rotate(-8deg);
    }
}

@-moz-keyframes circle-anim {
    0% {
        -moz-transform: rotate(0deg) scale(0.5) skew(1deg);
        opacity: .1;
        -moz-opacity: .1;
        -webkit-opacity: .1;
        -o-opacity: .1;
    }
    30% {
        -moz-transform: rotate(0deg) scale(0.7) skew(1deg);
        opacity: .5;
        -moz-opacity: .5;
        -webkit-opacity: .5;
        -o-opacity: .5;
    }
    100% {
        -moz-transform: rotate(0deg) scale(1) skew(1deg);
        opacity: .6;
        -moz-opacity: .6;
        -webkit-opacity: .6;
        -o-opacity: .1;
    }
}

@-webkit-keyframes circle-anim {
    0% {
        -webkit-transform: rotate(0deg) scale(0.5) skew(1deg);
        -webkit-opacity: .1;
    }
    30% {
        -webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
        -webkit-opacity: .5;
    }
    100% {
        -webkit-transform: rotate(0deg) scale(1) skew(1deg);
        -webkit-opacity: .1;
    }
}

@-o-keyframes circle-anim {
    0% {
        -o-transform: rotate(0deg) kscale(0.5) skew(1deg);
        -o-opacity: .1;
    }
    30% {
        -o-transform: rotate(0deg) scale(0.7) skew(1deg);
        -o-opacity: .5;
    }
    100% {
        -o-transform: rotate(0deg) scale(1) skew(1deg);
        -o-opacity: .1;
    }
}

@keyframes circle-anim {
    0% {
        transform: rotate(0deg) scale(0.5) skew(1deg);
        opacity: .1;
    }
    30% {
        transform: rotate(0deg) scale(0.7) skew(1deg);
        opacity: .5;
    }
    100% {
        transform: rotate(0deg) scale(1) skew(1deg);
        opacity: .1;
    }
}

@-moz-keyframes circle-fill-anim {
    0% {
        -moz-transform: rotate(0deg) scale(0.7) skew(1deg);
        opacity: .2;
    }
    50% {
        -moz-transform: rotate(0deg) -moz-scale(1) skew(1deg);
        opacity: .2;
    }
    100% {
        -moz-transform: rotate(0deg) scale(0.7) skew(1deg);
        opacity: .2;
    }
}

@-webkit-keyframes circle-fill-anim {
    0% {
        -webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
        opacity: .2;
    }
    50% {
        -webkit-transform: rotate(0deg) scale(1) skew(1deg);
        opacity: .2;
    }
    100% {
        -webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
        opacity: .2;
    }
}

@-o-keyframes circle-fill-anim {
    0% {
        -o-transform: rotate(0deg) scale(0.7) skew(1deg);
        opacity: .2;
    }
    50% {
        -o-transform: rotate(0deg) scale(1) skew(1deg);
        opacity: .2;
    }
    100% {
        -o-transform: rotate(0deg) scale(0.7) skew(1deg);
        opacity: .2;
    }
}

@keyframes circle-fill-anim {
    0% {
        transform: rotate(0deg) scale(0.7) skew(1deg);
        opacity: .2;
    }
    50% {
        transform: rotate(0deg) scale(1) skew(1deg);
        opacity: .2;
    }
    100% {
        transform: rotate(0deg) scale(0.7) skew(1deg);
        opacity: .2;
    }
}


/* Main settings end */

table a {
    text-decoration: none;
}


/*bannersBlock*/

.wrapVideoAndBanerMain .imgW {
    width: 100px;
    display: block;
    margin-right: 10px;
}

.wrapVideoAndBanerMain .imgW img {
    max-width: 100%;
}

.nucBM {
    width: 48%;
    margin-bottom: 50px;
}

.nucBM span {
    text-align: left;
    font-family: "Rubik-Medium";
    font-size: 16px;
    color: #324b97;
}

.wrapBM {
    padding-right: 20px;
}

.videoBlock {
    width: 550px;
}

.videoWrap iframe {
    max-width: 100%;
    max-height: 300px;
}

.bmBlock {
    width: calc(100% - 550px);
}

.videoBlock p {
    font-size: 17px;
    text-transform: uppercase;
    margin-bottom: 15px;
    margin-top: 22px;
    font-family: "Rubik-Medium";
}

.wrapVideoAndBanerMain {
    margin-bottom: 20px;
}

.blocksBMCat .nucBMCat {
    /*width: 31%;*/
}

.blocksBMCat p.name {
    font-size: 24px;
    text-transform: uppercase;
    margin-bottom: 30px;
    height: 70px;
    font-family: "Rubik-Medium";
}

.blocksBMCat {
    display: flex;
    justify-content: space-between;
    padding-bottom: 40px;
}

.blocksBMCat .nucBMAC {
    align-items: center;
}

.blocksBMCat .imgW {
    width: 100px;
    margin-right: 10px;
}

.blocksBMCat .imgW img {
    width: 100%;
}

.blocksBMCat .nucBMAC span {
    text-align: left;
    font-family: "Rubik-Medium";
    font-size: 16px;
    color: #324b97;
}

.mainMobWrap {
    display: none;
}

.error {
    color: red;
    font-family: 'Rubik-Medium';
}

input[type=submit]:disabled#submitkobeidzhing {
    background: #dddddd;
}

.box_button #submitkobeidzhing {
    background: #006845;
    color: white;
}

.jshop.list_category {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-gap: 20px;
}

.list_product {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-gap: 50px 40px;
}


/*End banners block*/

@media screen and (max-width:991px) {
    .wrapAwards {
        grid-template-columns: repeat(3, 1fr);
    }
    .wrapMIRSteps {
        flex-wrap: wrap;
    }
    .nucStepMIR {
        width: 50%;
        margin-bottom: 25px;
    }
    .nucFAQ {
        height: auto;
    }
    .partT .txt {
        font-size: 14px;
    }
    .insidepage img {
        max-width: 100%;
        height: auto !important;
    }
    .carousel-inner>.item>img {
        max-width: 100%;
    }
    #wrap-contact-form94 {
        position: static;
        margin: 0 auto 15px;
    }
    .wrapVideoAndBanerMain {
        flex-direction: column;
        padding: 0 10px;
    }
    .bmBlock,
    .videoBlock {
        width: 100%;
    }
    .videoWrap {
        text-align: center;
    }
    .blocksBMCat {
        flex-wrap: wrap;
        padding: 0 10px;
    }
    .blocksBMCat .nucBMCat {
        margin-bottom: 20px;
        width: 48%;
    }
    .blocksBMCat .nucBMCat:first-child {
        order: 3;
    }
    .blocksBMCat p.name {
        height: auto;
        margin-bottom: 15px;
    }
}

@media screen and (max-width:767px) {
    .wrapTableMobile {
        /*overflow: auto;*/
        max-width: 100%;
    }
    .wrapTableMobile table {
        max-width: 100%;
    }
    .partT tr {
        display: flex;
        flex-wrap: wrap;
    }
    body img {
        max-width: 100%;
        height: auto;
    }
    .partT tr td {
        width: 100%;
        padding: 10px 10px 15px;
    }
    .partT .imgW {
        height: auto;
    }
    .mapWrap>ymaps {
        max-width: 100%;
    }
    .custom.call {
        bottom: 20px;
        top: auto;
        z-index: 5;
    }
    .blocksBMCat p.name {
        font-size: 22px;
    }
}

@media screen and (max-width:675px) {
    table {
        display: block;
        overflow-x: auto;
    }
    .list_product {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        grid-gap: 50px 40px;
    }
}

@media screen and (max-width:640px) {
    .nucBM {
        width: 100%;
        margin-bottom: 15px;
    }
    .blocksBMCat .nucBMCat {
        width: 100%;
    }
    .taimer_putevka img {
        max-width: 100%;
    }
    .custom.taimer_putevka .inner {
        max-width: 100%;
        height: auto;
        padding-bottom: 10px;
        background-size: cover;
    }
    .nucStepMIR {
        width: 100%;
    }
    .wrapFAQs {
        flex-wrap: wrap;
    }
    .nucFAQ {
        width: 45%;
        margin-bottom: 15px;
    }
}

@media screen and (max-width:570px) {
    .inner_up {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }
    .jshop.list_category {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        grid-gap: 20px;
    }
}

@media screen and (max-width:485px) {
    .nucFAQ {
        width: 100%;
    }
    .jshop.list_category {
        display: grid;
        grid-template-columns: repeat(1, minmax(0, 1fr));
        grid-gap: 20px;
    }
    .list_product {
        display: grid;
        grid-template-columns: repeat(1, minmax(0, 1fr));
        grid-gap: 50px 40px;
    }
}

@media screen and (max-width:400px) {}

@media screen and (max-width:370px) {}

.jshop.list_category img {
    max-width: 100%;
}

.jshop_categ.category {
    background: #fff;
    padding: 10px 0;
}

a.product_link {
    font-size: 22px;
    padding: 0 10px;
    display: inline-block;
    color: #324b97;
    font-family: "Rubik-Medium";
    line-height: 1;
    text-decoration: none;
    margin-top: 20px;
}

.sscf-popup90 {
    display: none;
}

.countdownHolder {
    margin: 0 auto 0;
    font-size: 50px;
    font-family: Rubik;
    text-align: center;
    line-height: 79px;
}

.position {
    display: inline-block;
    overflow: hidden;
    position: relative;
    height: 79px;
    width: 48px;
    box-sizing: border-box;
    margin: 0 -4px;
}

.digit {
    position: absolute;
    display: block;
    text-align: center;
    color: #152d78;
    box-sizing: border-box;
    height: 79px;
    width: 48px;
    background: url('../img/timer_back.png') no-repeat center;
}

.digit.static {}


/**
 * You can use these classes to hide parts
 * of the countdown that you don't need.
 */

.countDays {
    /* display:none !important;*/
    position: relative;
}

.countDays:after,
.countHours:after,
.countMinutes:after,
.countSeconds:after {
    position: absolute;
    bottom: -42px;
    font-size: 16px;
    color: #fff;
}

.countDays:after {
    content: 'дней';
    left: 26px;
}

.countHours:after {
    content: 'часов';
    left: 25px;
}

.countMinutes:after {
    content: 'минут';
    left: 23px;
}

.countSeconds:after {
    content: 'секунд';
    left: 18px;
}

.countDiv0 {
    /* display:none !important;*/
}

.countHours {
    position: relative;
}

.countDiv1 {}

.countMinutes {
    position: relative;
}

.countDiv2 {}

.countSeconds {
    position: relative;
}

.countDiv {
    display: inline-block;
    width: 27px;
    height: 86px;
    position: relative;
}

.carousel-inner>.item>img,
.carousel-inner>.item>a>img {
    min-height: auto;
    max-width: 100%;
}

.basket {
    position: fixed;
    z-index: 100;
    right: 10px;
    top: 290px;
}


/* Slider */

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.socblockRev {
    display: flex;
    align-items: center;
    gap: 10px;
    position: absolute;
    top: -30px;
    right: 0;
}

.socblockRev a {
    display: flex;
    width: 80px;
    font-size: 16px;
    line-height: 1;
    text-align: center;
    flex-direction: column;
}

.com-content-article.item-page h1 {
    padding-right: 185px;
}

.socblockRev a img {
    max-width: 100%;
    margin-bottom: 10px;
}

.socblockRev a svg {
    max-width: 100%;
    margin-bottom: 10px;
}

.com-content-article.item-page {
    position: relative;
}


/* Slider */

.slick-loading .slick-list {
    background: #fff url('./ajax-loader.gif') center center no-repeat;
}


/* Icons */


/* 
@font-face {
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;
    src: url('./fonts/slick.eot');
    src: url('./fonts/slick.eot?#iefix') format('embedded-opentype'), url('./fonts/slick.woff') format('woff'), url('./fonts/slick.ttf') format('truetype'), url('./fonts/slick.svg#slick') format('svg');
} */


/* Arrows */

.slick-prev,
.slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    color: transparent;
    outline: none;
    background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
    opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: .25;
}

.slick-prev:before,
.slick-next:before {
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
    left: -25px;
}

[dir='rtl'] .slick-prev {
    right: -25px;
    left: auto;
}

.slick-prev:before {
    content: '←';
}

[dir='rtl'] .slick-prev:before {
    content: '→';
}

.slick-next {
    right: -25px;
}

[dir='rtl'] .slick-next {
    right: auto;
    left: -25px;
}

.slick-next:before {
    content: '→';
}

[dir='rtl'] .slick-next:before {
    content: '←';
}


/* Dots */

.slick-dotted.slick-slider {
    margin-bottom: 30px;
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1;
}

.slick-dots li button:before {
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: .25;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
    opacity: .75;
    color: black;
}

.mypopup.a90 {
    display: none
}

.wrapNews {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    grid-gap: 30px;
}

.nucNew .sliderImg img {
    max-width: 100%;
}

.sliderImg .imgW img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sliderImg .imgW {
    height: 330px;
}

.imgW {
    display: flex;
    justify-content: center;
    align-items: center;
}

.pagination {
    display: inline-block;
    padding: 0;
}

.pagination li {
    color: black;
    float: left;
    text-decoration: none;
    list-style: none;
}

.pagination li.active {
    background-color: #cbe82d;
    color: white;
    opacity: 0.7;
}

.pagination li:hover:not(.active) {
    background-color: #ddd;
}

.pagination li {
    border-radius: 5px;
}

.pagination li.active {
    border-radius: 5px;
}

.pagination li {
    transition: background-color .3s;
}

.pagination li {
    border: 1px solid #ddd;
    /* Gray */
}

.pagination li:first-child {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.pagination li:last-child {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.pagination li.disabled {
    opacity: 0.5;
    cursor: no-drop;
}

.pagination li {
    margin: 0 4px;
    /* 0 is for top and bottom. Feel free to change it */
}

.pagination li {
    font-size: 16px;
}

.pagination li button {
    width: 100%;
    height: 100%;
    display: block;
    background: transparent;
    border: 0;
    color: black;
    float: left;
    padding: 12px 16px;
    text-decoration: none;
    list-style: none;
    line-height: 1;
}

.pagination li span {
    width: 100%;
    height: 100%;
    display: block;
    background: transparent;
    border: 0;
    color: black;
    float: left;
    padding: 12px 16px;
    text-decoration: none;
    list-style: none;
    line-height: 1;
}

.sliderImg .imgW img.no-img {
    opacity: 0.5;
}

.sliderImg .slick-prev,
.sliderImg .slick-next {
    border-radius: 25px;
    background: #bdd82c;
    width: 30px;
    height: 30px;
}

.sliderImg .slick-prev {
    left: 10px;
    z-index: 1;
}

.sliderImg .slick-next {
    right: 10px;
    z-index: 1;
}

.sliderImg .slick-prev:before,
.sliderImg .slick-next:before {
    font-size: 16px;
    color: black;
}

.livewireNews {
    margin: 0 0 140px 0;
}

.wrapTxt .date {
    display: flex;
    margin-right: 15px;
    letter-spacing: 1px;
    color: rgba(0, 0, 0, .5);
    font-family: 'Rubik';
    font-size: 11px;
}

.search {
    position: relative;
    margin-top: 20px;
}

.search svg {
    position: absolute;
    right: 10px;
    bottom: 7px;
}

.wrapTxt .date svg {
    margin-right: 10px;
    line-height: 1;
}

.nucNew {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: #fff;
    padding: 10px;
    border: 4px solid #d9e3ee;
}

.wrapTxt a.name {
    display: flex;
    align-items: flex-start;
    margin: 20px 0 10px;
    font-size: 18px;
    font-family: 'Rubik';
    line-height: 1.2;
    text-decoration: none;
    height: auto;
}

.wrapTxt a.name:hover {
    text-decoration: underline;
}

.wrapTxt a.more {
    color: #324b97;
    display: block;
    margin-bottom: 10px;
    font-weight: 700;
}

.tabsOMB li {
    list-style: none;
    margin-bottom: 10px;
}

.tabsOMB li:hover {
    color: #000;
}

.tabsOMB {
    padding: 0;
    flex-wrap: wrap;
}

.tabsOMB li {
    list-style: none;
    padding-right: 7px;
    border-right: 1px solid;
    margin-right: 7px;
    cursor: pointer;
}

.tabsOMB li.active {
    opacity: 0.7;
}


/*  */

.tabsOMB2 li {
    list-style: none;
    margin-bottom: 10px;
}

.tabsOMB2 li:hover {
    color: #000;
}

.tabsOMB2 {
    padding: 0;
    flex-wrap: wrap;
}

.tabsOMB2 li {
    list-style: none;
    padding-right: 7px;
    margin-right: 7px;
    cursor: pointer;
}

.tabsOMB2 li.active {
    opacity: 0.7;
}

.tabsContent {
    padding: 20px 0 40px;
}

.tabsContent2 {
    padding: 20px 0 40px;
}

.sliderImg .slick-prev:hover,
.sliderImg .slick-next:hover {
    opacity: 0.9;
}

.search input {
    border: 0;
    width: 100%;
    padding: 5px 10px;
    margin: 0;
}

#wrap-contact-form94,
#wrap-contact-form103 {
    display: none;
}

.descriptText {
    display: none;
}


/*wrapPersonalBlock*/


/*#carousel-example-generic{
    height: 575px;
}*/

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

.wrapPersonalBlock .fullLine {
    width: 100%;
}

.wrapPersonalBlock .cols2 {
    width: 50%;
}

.wrapPersonalBlock .cols3 {
    width: 50%;
}

.directorWrap .nucPersonal {}


/*.directorWrap .nucPersonal */

.directorWrap .nucPersonal .jobTitle {
    font-size: 20px;
    margin-bottom: 10px;
}

.title {
    text-align: left;
    font-size: 30px;
    font-weight: bold;
    padding: 45px 0 30px;
}

.nucGrid {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0px 0 15px;
    /*padding: 0 15px;*/
}

.nucPersonal {
    display: flex;
    justify-content: space-between;
    /*align-items: center;*/
    width: 100%;
    padding: 10px;
    /*border: 2px solid #324b97;*/
    height: 100%;
}

.nucPersonal .allInfo p {
    margin: 0;
    line-height: 1;
}

.nucPersonal .imgW {
    width: 185px;
    height: 275px;
    overflow: hidden;
    border-radius: 20px;
}

.nucPersonal .imgW img {
    max-width: 100%;
    border-radius: 20px;
    overflow: hidden;
}

.nucPersonal .rightPersonalBlock {
    width: calc(100% - 200px);
    min-height: 120px;
    padding-bottom: 30px;
    position: relative;
    padding: 25px 0 75px 25px;
}

.nucPersonal .name {
    font-size: 24px;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 10px;
}

.nucPersonal .jobTitle {
    font-size: 15px;
    font-style: italic;
}

.nucPersonal .phone {
    font-size: 19px;
    font-weight: bold;
    position: absolute;
    left: 25px;
    bottom: 20px;
}

.nucPersonal .phone:before {
    position: absolute;
    content: '';
    left: 0;
    top: -10px;
    background: rgb(203, 232, 45);
    height: 3px;
    width: 26px;
}

.block.logo img {
    width: 120px;
}

.katalogFix a {
    position: fixed;
    z-index: 120;
    right: 10px;
    top: 230px;
    background: #d12927;
    color: #fff;
    padding: 10px;
    text-transform: uppercase;
    display: block;
    text-decoration: none;
    transition: 0.5s;
}

.katalogFix a:hover {
    background: #0065b2;
}


/*End wrapPersonalBlock*/

@media screen and (max-width:1024px) {
    .socblockRev {
        display: flex;
        align-items: center;
        gap: 10px;
        position: relative;
        top: 0;
        right: 0;
    }
}

@media screen and (max-width:991px) {
    .title {
        font-size: 24px;
    }
    .wrapPersonalBlock .cols2,
    .wrapPersonalBlock .cols3 {
        width: 100%;
    }
    .nucPersonal .name {
        font-size: 20px;
    }
}

@media screen and (max-width:600px) {
    .wrapAwards {
        grid-template-columns: repeat(2, 1fr);
    }
    .title {
        font-size: 20px;
        line-height: 1;
        padding: 25px 0 15px;
    }
    .nucPersonal .name {
        font-size: 18px;
    }
    .nucPersonal .imgW {
        width: 150px;
        height: 225px;
    }
    .nucPersonal .rightPersonalBlock {
        width: calc(100% - 170px);
        padding: 10px 0 60px 10px;
    }
    .nucPersonal .phone {
        font-size: 16px;
        left: 10px;
    }
    .nucPersonal .phone::before {
        top: -5px;
    }
    .nucPersonal .allInfo p {
        font-size: 14px;
    }
    .directorWrap .nucPersonal .jobTitle {
        font-size: 18px;
    }
}

@media screen and (max-width:400px) {
    .nucPersonal {
        flex-direction: column;
        align-items: flex-start;
    }
    .nucPersonal .imgW {
        margin-bottom: 15px;
    }
    .nucPersonal .rightPersonalBlock {
        width: 100%;
        padding-left: 0;
    }
}

.wrapYear {
    color: rgb(54, 77, 152);
    font-weight: 600;
    font-size: 20px;
    font-weight: 400;
    line-height: 34px;
    text-align: left;
    box-sizing: border-box;
    border: 1px solid rgb(54, 77, 152);
    border-radius: 1000px;
    padding: 0px 20px 0px 20px;
    height: 40px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    margin: 0 15px;
    cursor: pointer;
    opacity: 0.4;
    line-height: 1;
}

.sliderYears {
    max-width: 400px;
}

.sliderYears .slick-prev:before,
.sliderYears .slick-next:before {
    font-size: 30px;
    color: rgb(50, 75, 151);
}

.sliderYears .slick-prev,
.sliderYears .slick-next {
    line-height: 1;
    height: 100%;
    width: 30px;
}

.slideYear.slick-current .wrapYear {
    opacity: 1;
}

.wrapImages {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 30px 20px;
}

.wrapImages img {
    margin: 0 !important;
    max-width: 350px;
    max-height: 500px;
}

.sliderGalleries {
    margin-top: 40px;
    margin-bottom: 200px;
}