@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Cuprum:400,700&display=swap');
*::-webkit-input-placeholder {
    color: #656878;
    opacity: 1;
}
*:-moz-placeholder {
    color: #656878;
    opacity: 1;
}
*::-moz-placeholder {
    color: #656878;
    opacity: 1;
}
*:-ms-input-placeholder {
    color: #656878;
    opacity: 1;
}

body input:focus:required:invalid,
body textarea:focus:required:invalid {

}
body input:required:valid,
body textarea:required:valid {

}

body {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    color: #656878;
    overflow-x: hidden;
    margin: 0;
}

button {
    cursor: pointer;
}

h1, h2, h3, h4, h5, h6 {
    padding: 0;
    margin: 0;
    font-weight: normal;
}
#d-footer {
    color: #656878;
    padding-top:3.5em;
    /*position: absolute;*/
    /*bottom: 0;*/
    /*left: 0;*/
    /*right: 0;*/
    z-index: 2;
    /*height: 240px;*/
    /*background: #e9e4ed; */
    height: auto;
    padding-bottom: 43px;
    background-color: #eaebf5;
    flex-shrink: 0;
    font: 14px/1.25 'Open Sans',sans-serif;

}
#d-footer .h4{
    font-family: "Open Sans"; font-weight: 400; font-size: 14px;
}
.footer__content .clr_gray {
    justify-self: end;
}
.d-bcth:hover,.d-bcth a:hover,.d-bct,a .d-bct{border-color:transparent;}
.d-bct,.d-bcth:hover{border-color:transparent}
.clr_gray { color: #656878; }
.footer__language {
    -ms-flex-item-align: start;
    align-self: flex-start;
    justify-self: end;
}

.footer__content .clr_gray {
    justify-self: end;
}

.language {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.language__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 20px;
    border: 2px solid #6D8ECD;
    border-radius: 6px;
    gap: 15px;
    cursor: pointer;
}

.language__top::after {
    content: "";
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 12px;
    height: 6px;
    background-image: url(../img/language-arrow.svg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.language__title {
    font-family: "Cuprum";
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 21px;
    text-transform: uppercase;
    color: #6D8ECD;
}

.language__drop {
    position: absolute;
    opacity: 0;
    visibility: collapse;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: hidden;
    border-radius: 0 0 6px 6px;
}

.language:hover .language__top {
    background-color: #fff;
    border-color: transparent;
}

.language__item {
    font-family: Cuprum;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 21px;
    text-transform: uppercase;
    color: #6D8ECD;
    padding: 10px 20px;
    border: none;
    border-radius: 3px;
}

.language__item:hover {
    background-color: #D9E3F7;
}

.language--open div.language__top {
    background-color: #fff;
    border-color: transparent;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.language--open .language__top:hover {
    border-color: transparent;
}

.language--open .language__top::after {
    transform: rotate(180deg);
}

.language--open .language__drop {
    opacity: 1;
    visibility: visible;
}

.header__language .language__top {
    border-color: #E5EAF6;
}
.footer__language {
    -ms-flex-item-align: start;
    align-self: flex-start;
    justify-self: end;
}

.footer__content .clr_gray {
    justify-self: end;
}

.language {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.soc__item {
    margin-right: .3em;
    font-size:18px;
    border-radius:50%;
    width: 40px;
    height: 40px;
    line-height:40px;
    /*border:1px solid rgba(111, 109, 111, 0.23);*/
    text-align:center;

    background-color: #ffffff;
}

.soc__item.fa-facebook {
    color: #4267B2;
}

.soc__item.fa-youtube-play {
    color: #FF0000;
}

.soc__item:hover {
    color: #fff;
}

.soc__item.fa-facebook:hover {
    background-color: #4267B2;
}

.soc__item.fa-youtube-play:hover {
    background-color: #FF0000;
}

.footer .column-contacts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.footer .column-contacts > * + * {
    margin-top: 10px;
}

.footer .column-contacts__text {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 14px;
    color: #656878;
}

.footer .column-contacts__link,
.footer a.column-contacts__link[href ^= 'tel:'] {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 14px;
    color: #1A418F;
    border-bottom-color: transparent;
    cursor: pointer;
}

.footer .column-contacts__link:hover,
.footer a.column-contacts__link[href ^= 'tel:']:hover {
    border-bottom-color: #1A418F !important;
}


.footer .container {
    max-width: 1500px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
    padding-left: 15px;
    width: 100%;
}
.footer__content {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(290px, 1fr));
    justify-content: space-between;
    gap: 20px 30px;
    row-gap: 20px;
    -webkit-column-gap: 50px;
    -moz-column-gap: 50px;
    column-gap: 50px;
}
.footer__col {
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px;
    justify-items: start;
}

.footer__logo {
    margin-bottom: auto;
}

.footer__copyright {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-family: "Open Sans";
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    color: #656878;

}

.footer__link {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    color: #1A418F;
    margin-top: auto;
}



@media (min-width: 1200px) {
    .container {
        max-width: 1500px;
    }
}
.wrapper {
    overflow: hidden;
}
a {
    text-decoration: none;
    outline: none;
    color: #30549A;
}
* {
    outline: none !important;
}
ul {
    padding: 0;
    margin: 0;
}
ul li {
    list-style-type: none;
    outline: none;
}
img {
    outline: none;
    display: block;
}
p {
    padding: 0;
    margin: 0;
}
.header {
    padding: 20px 0;
    background-color: #E6EBF7;
}
.flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.logo {
    display: inline-block;
}
.logo img {
    max-width: 222px;
    height: auto;
    display: block;
}

.contact__link {
    font-size: 14px;
    line-height: 19px;
    display: inline-block;
}

.header_btn {
    align-items: center;
    background-color: #0BAFF3;
    border-radius: 6px;
    box-sizing: border-box;
    color: #fff;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    font-family: Cuprum;
    font-weight: bold;
    font-size: 18px;
    height: 39px;
    justify-content: space-between;
    line-height: 20px;
    padding: 0 23px;
    transition: all 0.2s linear;
    text-transform: uppercase;
}

.header_btn:hover {
    background-color: #0BAFF3;

    color: #31549A;
}

.input__search {
    padding: 10px 30px;
    padding-right: 55px;
    width: 100%;
    background-color: #FFFFFF;
    border-radius: 5px;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    border: none;
}
.button_search {
    width: 55px;
    height: 100%;
    top: 0;
    right: 0;
    position: absolute;
    background-color: transparent;
    border: none;
    background-image: url(../img/icon_search.svg);
    background-repeat: no-repeat;
    background-position: left center;
}
.form-search {
    max-width: 45%;
    display: block;
    position: relative;
    width: 100%;
}
.phone__link {
    padding-left: 40px;
    line-height: 22px;
    background-image: url(../img/icon_phone.svg);
    background-repeat: no-repeat;
    background-position: left center;
    display: block;
    color: #656878;
    position: relative;
}
.phone__link_setting {
    background-image: url(../img/icon_setting.svg);
}
.phones-list {
    display: inline-block;
    text-align: right;
}
.phones-list__item {
    margin-bottom: 2px;
}
.link__callback {
    font-size: 18px;
    line-height: 25px;
    padding-left: 53px;
    color: #656878;
    display: inline-block;
    background-image: url(../img/icon_envelope.svg);
    background-repeat: no-repeat;
    background-position: left center;
}
.menu {
    background-color: #30549A;
    box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.05);
}
.menu__inner {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.navigation__link {
    font-size: 18px;
    line-height: 21px;
    font-weight: 700;
    padding: 29px 24px;
    font-family: 'Cuprum', sans-serif;
    font-weight: 700;
    display: inline-block;
    text-transform: uppercase;
    color: #FFFFFF;
    position: relative;
}
.navigation__link::after {
    position: absolute;
    display: block;
    content: " ";
    width: 1px;
    height: 53%;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    box-shadow: 1px 0px 0px rgba(0, 0, 0, 0.25);
    background-color: #6190EB;
}
.navigation__link span {
    padding-bottom: 2px;
    border-bottom: 1px rgba(255, 255, 255, 0.3) solid;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.navigation__link:hover span {
    border-color: #fff;
}
.menu__item:last-child .navigation__link {
    padding-right: 0;
    border: none;
    box-shadow: none;
}
.menu__item:first-child .navigation__link {
    padding-left: 0;
}
.menu__item:last-child .navigation__link::after {
    display: none;
}
.menu__item {
    position: relative;
}
.menu-dropdown {
    padding: 20px 0px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 390px;
    margin-top: 1em;
    z-index: 10;
    background: #FAFAFA;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: ease-in 0.1s;
    -o-transition: ease-in 0.1s;
    transition: ease-in 0.1s;
}
.menu__item:hover .menu-dropdown {
    visibility: visible;
    margin-top: 0;
    opacity: 1;
}
.menu-dropdown::before {
    position: absolute;
    display: block;
    content: " ";
    width: 100%;
    height: 10px;
    left: 0;
    top: 0;
    background: #08AFF3;
    box-shadow: 20px 20px 60px rgba(23, 52, 80, 0.1);
}
.menu-dropdown__item {
    display: block;
}
.menu-dropdown__link {
    font-size: 20px;
    line-height: 18px;
    padding: 0px 40px;
    color: #656878;
    font-family: 'Cuprum', sans-serif;
    display: block;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    display: block;
}
.menu-dropdown__link:hover {
    background-color: #08AFF3;
    color: #fff;
}
.menu-dropdown__link:hover span {
    border-color: transparent;
}
.menu-dropdown__link span {
    padding: 20px 0;
    border-bottom: 1px solid #E9EDF6;
    display: block;
    transition: border-color 1s ease;
}
.menu-dropdown__item:last-child .menu-dropdown__link span {
    border: none;
}
.slide__billbord {
    min-height: 300px;
    padding: 70px 93px;
    background-image: url(../img/slide1.jpg);
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
}
.title__slide {
    font-size: 46px;
    line-height: 50px;
    margin-bottom: 30px;
    text-transform: uppercase;
    color: #000000;
    font-family: 'Cuprum', sans-serif;
    font-weight: 700;
}
.text__slide {
    font-size: 18px;
    line-height: 25px;
    max-width: 540px;
    font-family: 'Cuprum', sans-serif;
}
.slick-dots {
    bottom: 30px;
    left: 90px;
    text-align: left;
}
.slick-dots li {
    width: 15px;
    height: 15px;
    margin: 0 7px;
}
.slick-dots li button {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: transparent;
    border: 2px #fff solid;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.slick-dots li.slick-active button,
.slick-dots li button:hover {
    background-color: #fff;
}
.section-inner {
    padding-top: 26px;
}
.sidebar-tabs {
    margin-top: 4px;
    margin-bottom: 10px;
    border: 1px solid #EAEBF5;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
    position: relative;
}
.tab__link {
    align-items: center;
    background-color: #EAEBF5;
    color: #656878;
    display: flex;
    flex-wrap: wrap;
    font-size: 14px;
    height: 100%;
    justify-content: center;
    line-height: 19px;
    padding-top: 10px;
    padding-bottom: 15px;
    position: relative;
    text-align: center;
    transition: all 0.3s;
    z-index: 1;
}
.tab__link::before {
    position: absolute;
    display: block;
    content: " ";
    width: 101%;
    height: 111%;
    left: -1px;
    bottom: 0;
    background-color: #EAEBF5;
    z-index: -1;
    opacity: 0;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;

}

.tab__item.active .tab__link::before, .tab__item:hover .tab__link::before {
    background-color: #fff;
    border: 1px solid #EAEBF5;
    border-bottom: 0;
    opacity: 1;
}

.tab__item.active, .tab__item:hover {
    color: #000;
}

.tabs__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.tab__item {
    width: 50%;
}

.tab__pane-list_columns {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.list_column {
    width: 50%;
}

.tab__pane-list_columns .tab__pane-item {
    font-size: 18px;
}

.tab__pane-link {
    color: #000000;
    border-bottom: 1px transparent solid;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.tab__pane-link:hover, .tab__pane-link.active {
    color: #254990;
    border-color: rgba(37, 73, 144, 0.2);
}

.tab__pane-link.selected {
    color: #254990;
    border-color: rgba(37, 73, 144, 0.2);
}

.tab__pane-item {
    color: #000000;
    font-family: 'Cuprum', sans-serif;
    font-weight: 700;
    font-size: 22px;
    margin-bottom: 15px;
    width: 100%;
}

.tab__pane-item:last-child {
    margin-bottom: 0;
}

.tab__pane {
    background-color: #fff;
    border: 1px solid #EAEBF5;
    border-radius: 0 0 6px 6px;
    display: none !important;
    padding: 20px 30px;
    position: absolute;
    top: 100%;
    left: -1px;
    width: calc(100% + 2px);
    z-index: 99;
}

.tab__item:hover > .tab__pane {
    display: block !important;
}

.list_title {
    align-items: center;
    background-color: #EBEBF5;
    border-radius: 6px;
    box-sizing: border-box;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    font-family: Cuprum;
    font-size: 18px;
    height: 55px;
    justify-content: flex-start;
    line-height: 22px;
    margin-bottom: 10px;
    padding: 0 70px 0 40px;
    position: relative;
    transition: all 0.2s linear;
    width: 100%;
}

.list_title.active {
    background-color: #0BAFF3;
    color: #fff;
}

.list_title:after {
    background-color: #31549A;
    content: "";
    height: 22px;
    position: absolute;
    right: 66px;
    top: calc(50% - 11px);
    transition: all 0.2s linear;
    width: 1px;
}

.list_title.active:after {
    background: rgba(255, 255, 255, .2);
}

.list_title svg {
    height: 9px;
    position: absolute;
    right: 26px;
    top: 23px;
    transition: all 0.2s linear;
    width: 14px;
}

.list_title.active svg {
    stroke: #fff;
    transform: rotate(180deg);
}

.list_title.active svg path {
    stroke: #fff;
}

.flexbox {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.sidebar-navigation {
    border: 1px solid #EAEBF5;
    border-radius: 6px;
    margin: -14px 0 10px;
    padding: 17px 0 14px;
}

.js_sidebar_menu {
    display: none;
}

.flexbox .sidebar-navigation {
    border: none;
    margin: 0;
    width: 50%;
}

.js_sidebar_menu .flexbox {
    border: 1px solid #EAEBF5;
    border-radius: 6px;
    margin: -14px 0 10px;
}

.sidebar-navigation__link {
    padding: 0 15px;
    line-height: 18px;
    color: #656878;
    font-family: 'Cuprum', sans-serif;
    display: block;
    position: relative;
    transition: all 0.3s;
}

.sidebar-navigation__item:hover .sidebar-navigation__link {
    background-color: #08AFF3;
    color: #fff;
}
.sidebar-navigation__item.selected .sidebar-navigation__link {
    background-color: #08AFF3;
    color: #fff;
}
.sidebar-navigation__item:hover span::before,
.sidebar-navigation__item:hover span::after {
    opacity: 0;
}
.sidebar-navigation__item:hover span,
.sidebar-navigation__item.selected span {
    border-color: transparent;
}
.sidebar-navigation__link span {
    display: block;
    padding: 12px 30px;
    position: relative;
    border-bottom: 1px solid #E9EDF6;
}
.sidebar-navigation__link span::before {
    position: absolute;
    display: block;
    content: " ";
    left: 0;
    top: 15px;
    background-color: #08AFF3;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.sidebar-navigation__item:last-child .sidebar-navigation__link span {
    border: none;
}
.sidebar-navigation_child .sidebar-navigation__link span::after {
    position: absolute;
    display: block;
    content: " ";
    width: 15px;
    height: 16px;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    background-image: url(../img/arrow_right.svg);
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.sidebar-navigation__item {
    position: relative;
}
.dropdown-sidebar {
    position: absolute;
    z-index: 10;
    padding: 20px 0;
    top: 0;
    left: 100%;
    width: 348px;
    background: #EAEBF5;
    box-shadow: 20px 20px 60px rgba(23, 52, 80, 0.15);
    border-radius: 10px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.1s;
    -o-transition: all 0.1s;
    transition: all 0.1s;
}

.sidebar-navigation__item:hover .dropdown-sidebar {
    visibility: visible;
    opacity: 1;
}

.catalog_promo {
    position: relative;
    /* background: url(../img/catalog_promo.png) right center no-repeat; */
    background-color: #EBEBF5;
    background-size: cover;
    border-radius: 5px;
    box-sizing: border-box;
    margin-bottom: 30px;
    padding: 43px 60px;
}

.catalog_promo::after {
    content: "";
    position: absolute;
    top: 20px;
    right: 20px;
    width: 43px;
    height: 43px;
    background-image: url(../img/catalog-promo-triangle.png);
    background-repeat: no-repeat;
    background-position: top right;
    background-size: contain;
}

.promo_title {
    color: #000;
    font-family: Cuprum;
    font-size: 42px;
    font-weight: bold;
    line-height: 46px;
    margin-bottom: 10px;
}

.catalog_promo p {
    color: #656878;
    font-family: Cuprum;
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 0;
}

.catalog_sections {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: 0 -15px 30px;
    width: calc(100% + 30px);
}

.catalog_section_block {
    border-radius: 6px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, .1);
    margin: 0 15px 30px;
    position: relative;
    width: calc(50% - 30px);
}

.catalog_section_block:before, .catalog_section_block:after {
    box-sizing: border-box;
    content: "";
    height: 90px;
    left: 60px;
    position: absolute;
    top: 35px;
    width: 90px;
    z-index: 9;
}

.catalog_section_block:before {
    background-color: #EBEBF5;
    border: 3px #E5007D solid;
    border-radius: 6px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, .1);
}

.catalog_section_block.ico_1:after {
    background: url(../img/catalog_section_block1.svg) center no-repeat;
}

.catalog_section_block.ico_2:after {
    background: url(../img/catalog_section_block2.svg) center no-repeat;
}

.catalog_section_block.ico_3:after {
    background: url(../img/catalog_section_block3.svg) center no-repeat;
}

.catalog_section_block.ico_4:after {
    background: url(../img/catalog_section_block4.svg) center no-repeat;
}

.catalog_section_block img {
    border-radius: 6px 6px 0 0;
    height: 160px;
    object-fit: cover;
    object-position: 50% 50%;
    width: 100%;
}

.catalog_section_content {
    align-items: center;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    height: 75px;
    justify-content: flex-start;
    padding: 0 20px 0 60px;
}

.catalog_section_content a {
    color: #000;
    font-family: Cuprum;
    font-size: 22px;
    line-height: 26px;
    text-decoration: underline;
    text-transform: uppercase;
}

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

.dropdown-sidebar__item {
    display: block;
}

.dropdown-sidebar__link {
    line-height: 36px;
    padding: 0 40px;
    text-transform: uppercase;
    font-family: 'Cuprum', sans-serif;
    color: #656878;
    display: block;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.dropdown-sidebar__link:hover {
    background-color: #08AFF3;
    color: #fff;
}
.dropdown-sidebar__link.selected {
    background-color: #08AFF3;
    color: #fff;
}
.tags-list {
    margin-top: 40px;
    margin-bottom: 60px;
    padding: 30px 40px;
    background-color: #EAEBF5;
}
.tag__link {
    font-size: 14px;
    line-height: 19px;
    color: #fff;
    padding: 10px 29px;
    min-width: 101px;
    text-align: center;
    background-color: #08AFF3;
    border-radius: 3px;
    display: inline-block;
    vertical-align: middle;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.tag__link:hover {
    background-color: #049edd;
}
.tag__item {
    margin: 10px 10px;
    display: inline-block;
    vertical-align: middle;
}
.footer {
    padding-top: 46px;
    padding-bottom: 43px;
    background-color: #EAEBF5;
}
.title__article {
    font-size: 28px;
    line-height: 25px;
    padding-bottom: 22px;
    padding-right: 30px;
    text-transform: uppercase;
    font-family: 'Cuprum', sans-serif;
    font-weight: 700;
    color: #000000;
}
.text__article {
    font-size: 14px;
    line-height: 22px;
    color: #656878;
}
.slider-articles .slick-list {
    margin: 0 -20px;
}
.item__article {
    padding: 65px 47px;
    padding-bottom: 132px;
    max-width: 347px;
    min-height: 340px;
    margin: 0 10px;
    margin-bottom: 46px;
    margin-top: 30px;
    position: relative;
    background: #FFFFFF;
    box-shadow: 0px 6px 20px rgba(23, 52, 80, 0.1);
}
.button-main {
    font-size: 14px;
    line-height: 19px;
    padding: 20px 15px;
    background-color: #EAEBF5;
    color: #fff !important;
    display: inline-block;
    text-align: center;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    margin: 0 10px;
}
.button-main:hover {
    background-color: #d4d5e3;
}
.item__article .button-main {
    position: absolute;
    bottom: 42px;
    left: 47px;
}
.item__article::before {
    position: absolute;
    display: block;
    content: " ";
    width: 70px;
    height: 70px;
    top: 20px;
    right: 20px;
    background-image: url(../img/bg_blue.svg);
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
}
.item__article_blue::before {
    background-image: url(../img/bg_blue.svg);
}
.item__article_green::before {
    background-image: url(../img/bg_green.svg);
}
.item__article_red::before {
    background-image: url(../img/bg_red.svg);
}
.slider__dots .slick-dots {
    bottom: 0;
    left: 0;
    text-align: center;
}
.slider__dots .slick-dots li {
    width: 20px;
    height: 20px;
}
.slider__dots .slick-dots li button {
    width: 20px;
    height: 20px;
    border-color: #30549A;
}
.slider__dots .slick-dots li.slick-active button,
.slider__dots .slick-dots li button:hover {
    background-color: #30549A;
}
.contact__text {
    font-size: 14px;
    line-height: 14px;
    margin-bottom: 9px;
}
.footer .contacts-links {
    margin-top: 20px;
}
.lang-switcher__link {
    line-height: 40px;
    width: 40px;
    font-size: 14px;
    color: #6F6D6F;
    text-align: center;
    display: inline-block;
    border: 1px #6F6D6F solid;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.lang-switcher__link:hover,
.lang-switcher__item_active .lang-switcher__link {
    background-color: #6F6D6F;
    color: #fff;
}
.lang-switcher {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.media-list__link {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    border: 1px solid rgba(111, 109, 111, 0.23);
}
.media-list__item {
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px;
}
.media-list__item:first-child {
    margin-left: 0;
}
.media-list__item:last-child {
    margin-right: 0;
}
.media-list {
    margin-top: 32px;
}
.copyright {
    font-size: 14px;
    line-height: 17px;
}
.create {
    font-size: 14px;
    line-height: 17px;
    text-align: right;
}
.create img {
    margin-top: -3px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 7px;
}
.link__simple {
    font-size: 14px;
    line-height: 17px;
    color: #1A418F;
    display: inline-block;
    padding-bottom: 2px;
    border-bottom: 1px rgba(26, 65, 143, 0.2) solid;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.link__simple:hover {
    border-color: rgba(26, 65, 143, 1);
}
.bottom-footer {
    margin-top: -42px;
}
/*Style Sandwich*/
.btn-nav {
    display: none;
    border: none;
    z-index: 60;
    vertical-align: middle;
    position: relative;
}
.btn-nav span {
    display: block;
}
.sandwich {
    width: 30px;
    height: 22px;
    top: 13px;
    bottom: 4px;
    margin: auto;
    z-index: 20;
    cursor: pointer;
}
.sw-topper {
    position: relative;
    top: 3px;
    width: 30px;
    height: 2px;
    background: #30549A none repeat scroll 0% 0%;
    border: medium none;

    transition: transform 0.5s, top 0.2s;
    /* transition-delay: 0.2s, 0s; */
}
.sw-bottom {
    position: relative;
    width: 30px;
    height: 2px;
    top: 9px;
    background: #30549A;
    border: none;

    transition: transform 0.5s, top 0.2s;
    transition-delay: 0.2s, 0s;
}
.sw-footer {
    position: relative;
    width: 30px;
    height: 2px;
    top: 15px;
    background: #30549A;
    border: none;

    transition: all 0.5s;
    transition-delay: 0.1s;
}
.sandwich.active .sw-topper {
    top: 10px;
    transform: rotate(45deg);
}
.sandwich.active .sw-bottom {
    opacity: 0;
}
.sandwich.active .sw-footer {
    top: 6px;
    transform: rotate(-45deg);
}
/*End Sandwich*/
.menu-mobile {
    display: none;
}
.menu-mobile .link__callback {
    display: none;
}
.menu-mobile .form-search {
    display: none;
}

/*catalog*/
/*catalog*/
/*catalog*/
.tags-sidebar .tags-list {
    padding: 0;
    margin: 0;
}
.tags-sidebar {
    padding: 30px;
    margin-top: 40px;
    background-color: #EAEBF5;
}
.link__dashed {
    font-size: 14px;
    line-height: 19px;
    color: #656878;
    padding-bottom: 3px;
    border-bottom: 1px #656878 dashed;
    display: inline-block;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.link__dashed:hover {
    border-color: transparent;
}
.tags-sidebar .tag__item {
    margin: 5px 5px;
}
.tags-sidebar .link__dashed {
    margin-top: 25px;
}
.title__page {
    font-size: 46px;
    line-height: 50px;
    padding-bottom: 15px;
    text-transform: uppercase;
    color: #000000;
    font-family: 'Cuprum', sans-serif;
    font-weight: 700;
}
.filter__name {
    font-size: 14px;
    line-height: 19px;
    margin-right: 20px;
}
.filter {
    padding: 20px 30px;
    background-color: #EAEBF5;
    border-radius: 3px;
    display: inline-flex;
    align-items: center;
}
.filter__select {
    margin-top: 2px;
    padding-right: 28px;
    max-width: 110px;
    background-image: url(../img/arrow_select.svg);
    background-repeat: no-repeat;
    background-position: right -3px;
    background-color: transparent;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.filter__select::-ms-expand {
    display: none;
}
.checkbox {
    margin-top: -5px;
    font-size: 14px;
    line-height: 19px;
    margin-left: 40px;
}
.checkbox label input {
    position: absolute;
    z-index: -1;
    width: 1px;
    opacity: 0;
    margin: 10px 0 0 20px;
}
.checkbox label span {
    position: relative;
    padding: 5px 0 0 50px;
    display: block;
    cursor: pointer;
}
.checkbox label span:before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0;
    width: 30px;
    height: 30px;
    background-color: #fff;
    border-radius: 5px;
    transition: .2s;
}
.checkbox label span:after {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 30px;
    height: 30px;
    background-image: url(../img/arrow_check.svg);
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0;
    transition: .2s;
}
.checkbox label input:checked + span:after {
    opacity: 1;
}
.checkbox label {
    display: block;
}
.d_flex {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.detale-buttons {
    width: 500px;
    /*position: absolute;*/
    bottom: 0;
}
.detale-buttons .button-main {
    width: 215px;
}

.product-card__image {
    height: 174px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}
.product-card__image img {
    max-width: 100%;
    height: auto;
    max-height: 100%;
}

.product-card {
    padding: 40px;
    background: #FFFFFF;
    min-height: 100%;
    position: relative;
    border: 1px solid #EBEBF5;
    box-shadow: 20px 20px 60px rgba(23, 52, 80, 0.1);
    transition: all 0.2s linear;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.hover.product-card {
    border-color: #30549A;
}

.hover.product-card a {
    text-decoration: none;
}

.product-card__name {
    display: inline-block;
    font-size: 18px;
    line-height: 25px;
    padding-bottom: 15px;
    text-transform: uppercase;
    font-family: 'Cuprum', sans-serif;
    font-weight: 700;
    color: #000000;
    transition: all 0.2s linear;
    max-width: 100%;
}
.service_list .product-card__name {
    height: 100px;
    margin-bottom: 20px;
}
.hover .product-card__name{color: #31549A;}
.product-card__text {
    display: inline-block;
    font-size: 14px;
    height: 110px;
    line-height: 22px;
    margin-bottom: 40px;
    max-width: 100%;
    position: relative;

}
    .product-card__text:before{
        /* background-color: #EBEBF5;
         bottom: -20px;
         content: "";
         height: 1px;
         left: 0;
         position: absolute;
         width: 100%;*/
    }
.section_title{
    color: #31549A;
    font-family: Cuprum;
    font-size: 28px;
    line-height: 34px;
}
.select_container{
    margin-bottom: 40px;
    width: 100%;
}
.select2-container--default .select2-selection--single{
    background: #EAEBF5;
    border: 1px #31549A solid;
    border-radius: 3px;
    box-sizing: border-box;
	display: block;
	font-size: 12px;
	height: 36px;
	padding: 0 30px 0 20px;
	transition: all 0.3s linear;
	width: 100%;
}
	.select2-container .select2-selection--single .select2-selection__rendered{
		align-items: center;
		box-sizing: border-box;
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		height: 100%;
		justify-content: flex-start;
		padding: 0;
	}
    	.select2-container--default .select2-selection--single .select2-selection__arrow{
			height: 100%;
			top: -1px;
			width: 32px;
		}
	    	.select2-container--default .select2-selection--single .select2-selection__arrow b{
				background: url(../img/arrow_select.svg) bottom no-repeat;
				border: none;
				height: 12px;
				left: 0;
				margin: 0;
				top: calc(50% - 6px);
				transition: all 0.2s linear;
				width: 16px;
			}
			.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{transform: rotate(-180deg);}
			.select2-dropdown{
				background: #FFFFFF;
                border: 1px #EBEBF5 solid;
                border-radius: 4px;
                padding: 0 20px;
			}
			    .select2-container--default .select2-results{
			        /*max-height: 107px;*/
			        padding: 6px 0;
			    }
				.select2-results__option{
				    background: none;
				    border-bottom: 1px #EAEBF5 solid;
				    color: #656878;
					font-size: 12px;
					padding: 7px 0;
					transition: all 0.3s linear;
				}
				.select2-results__option:last-child{border-bottom: none;}
				.select2-container--default .select2-results__option--selected{
				    background: none;
				    color: #000;
				}
				.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable{
				    background: none;
				    color: #0BAFF3;
				}
				.mCustomScrollBox{
				    margin-right: -11px;
				    max-width: none;
				    width: calc(100% + 11px);
				}
                    .mCSB_inside>.mCSB_container{margin-right: 11px;}
                    .mCSB_scrollTools{
                        opacity: 1;
                        width: 2px;
                    }
                        .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{
                            background: #B8BCE1;
                            border-radius: 0;
                            filter: none;
                            opacity: 1;
                            width: 2px;
                        }
                        .mCSB_scrollTools .mCSB_draggerRail{
                            background-color: #EAEBF5;
                            border-radius: 0;
                            width: 2px;
                        }
.product_link{
    background: url(../img/product_link.svg) right no-repeat;
    color: #000;
    display: inline-block;
    font-size: 14px;
    line-height: 22px;
    padding-right: 20px;
}
    .product_link:hover{
        background-image: url(../img/product_link_blue.svg);
        color: #31549A;
    }
.product-card__tag {
    font-size: 12px;
    line-height: 16px;
    color: #656878;
    padding: 10px 15px;
    background-color: #EAEBF5;
    border-radius: 3px;
    display: inline-block;
    margin: 0 5px;
    margin-top: 10px;
    transition: all 0.3s;
}
.product-card__tag:hover {
    background-color: #d4d5e3;
}
.link__main {
    font-size: 14px;
    line-height: 19px;
    color: #30549A;
    padding-bottom: 5px;
    border-bottom: 1px #30549A solid;
    display: inline-block;
    transition: all 0.3s;
}
.link__main:hover {
    border-color: transparent;
}
.product-card__bottom {
    position: absolute;
    top: 100%;
    left: -1px;
    margin-top: -1px;
    width: 100%;
    width: calc(100% + 2px);
    opacity: 0;
    padding: 0px 40px;
    padding-bottom: 50px;
    border: 1px solid #EAEBF5;
    box-shadow: 20px 20px 20px rgba(23, 52, 80, 0.03);
    border-top: none;

    z-index: 2;
    background-color: #fff;
    transition: all 0.2s;
}
.product-card__bottom .link__main {
    margin: 0 3px;
    margin-bottom: 14px;
}
/*.product-card:hover .product-card__bottom {
	opacity: 1;
	visibility: visible;
}*/
.products-row > div:not(.row) {
    margin-top: 40px;
    padding-bottom: 20px;
}
.service_list{padding: 20px 0 60px;}
.products-row > div.service_list_block{
    margin: 0 0 40px;
    padding-bottom: 0;
}
.button-main_cards {
    width: 100%;
    margin-top: 30px;
    display: none;
}
.section-inner_catalog {
    padding-bottom: 90px;
}
.pagination__arrow {
    width: 48px;
    height: 48px;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    display: inline-block;
    position: relative;
}
.pagination__arrow::before {
    position: absolute;
    display: block;
    content: " ";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 50%;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
}
.pagination__arrow_prev {
    background-image: url(../img/arrow_prev.svg);
}
.pagination__arrow_next {
    background-image: url(../img/arrow_next.svg);
}
.pagination__arrow_prev::before {
    background-image: url(../img/arrow_prev_b.svg);
}
.pagination__arrow_next::before {
    background-image: url(../img/arrow_next_b.svg);
}
.pagination__arrow:hover::before {
    opacity: 1;
}
.pagination {
    padding-top: 60px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: center;
}
.pagination-list__item {
    line-height: 20px;
    text-transform: uppercase;
    color: #C1C6CB;
}
.pagination-list__link {
    padding: 0 8px;
    color: #C1C6CB;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.pagination-list__link:hover {
    color: #000;
}
.pagination-list__item_active .pagination-list__link {
    font-size: 36px;
    line-height: 36px;
    color: #000000;
}
.pagination-list {
    margin: 0 40px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

/*product*/
/*product*/
/*product*/
.detale__image img {
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    display: block;

}

.detale {
    background-color: #fff;
    border: 1px solid #EAEBF5;
    border-radius: 10px;
    box-sizing: border-box;
    box-shadow: 20px 20px 60px rgba(23, 52, 80, 0.1);
    padding: 30px 0 40px;
    margin-bottom: 30px;
}

.detale_desc {
    color: #656878;
}

.detale_desc .text p {
    margin-bottom: 30px;
}

.detale_desc .text p:last-child {
    margin-bottom: 0;
}

.detale_desc .text ul li {
    margin-bottom: 10px;
}

.detale__manufacture {

}

.detale__text {

}

.detale__name {
    color: #000;
    font-family: 'Cuprum', sans-serif;
    font-size: 28px;
    font-weight: 700;
    line-height: 25px;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.detale__name span {
    display: block;
    font-family: Cuprum;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 10px;
}

.detale__text_manufacture {

}

.detale-info__title {
    padding-bottom: 40px;
    color: #000;
    font-weight: 700;
    line-height: 18px;
    text-transform: uppercase;
}
.detale-info__text {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 15px;
}
.detale-info {
    padding: 50px 94px;
    padding-right: 128px;
    padding-bottom: 40px;
    background-color: #FFFFFF;
    border: 1px solid #EAEBF5;
    box-shadow: 20px 20px 60px rgba(23, 52, 80, 0.1);
}
.button-main_color {
    background-color: #30549A;
    color: #fff;
}
.button-main_color:hover {
    background-color: #022b7a;
}
.button-main_det {
    margin-right: auto;
}
.detale-info .button-main_color {
    margin-right: 30px;
}
.detale-info .button-main_color:last-child {
    margin-right: 0;
}
.detale-info .button-main {
    margin-top: 35px;
}
.page-overflov {
    position: fixed;
    display: block;
    content: " ";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 100;
    background-color: rgba(0, 0, 0, 0.5);
    visibility: hidden;
    opacity: 0;
}
.product-card:hover {
    z-index: 99;
}
.page-overflov.active {
    visibility: visible;
    opacity: 1;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.radio,
.checkbox {
    margin-bottom: 0;
}

.radio label, .checkbox label {
    padding-left: 0 !important;
}

.d-spt_1 {
    padding-top: 75px;
}

.d-mb_0 {
    margin-bottom: 0
}

.d-mb_1 {
    margin-bottom: .5em
}

.d-mb_2 {
    margin-bottom: 1em
}

.d-mb_3 {
    margin-bottom: 1.5em
}

.d-mb_4 {
    margin-bottom: 2em
}

.d-mb_5 {
    margin-bottom: 2.5em
}

.d-mb_6 {
    margin-bottom: 3em
}

.d-mb_7 {
    margin-bottom: 3.5em
}

.d-mb_8 {
    margin-bottom: 4em
}

.d-pt_0 {
    padding-top: 0
}

.d-pt_1 {
    padding-top: .5em
}

.d-pt_2 {
    padding-top: 1em
}

.d-pt_3 {
    padding-top: 1.5em
}

.d-pt_4 {
    padding-top: 2em
}

.d-pt_5 {
    padding-top: 2.5em
}

.d-pt_6 {
    padding-top: 3em
}

.d-pt_7 {
    padding-top: 3.5em
}

.d-pt_8 {
    padding-top: 4em
}

.d-mr_0 {
    margin-right: 0
}

.d-mr_1 {
    margin-right: .5em
}

.d-mr_2 {
    margin-right: 1em
}

.d-mr_3 {
    margin-right: 1.5em
}

.d-mr_4 {
    margin-right: 2em
}

.d-bsbb, .d-grid, .d-col, .d-wrapper, .btn {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.d-wrapper {
    display: block;
    position: relative;
    width: 100%;
    overflow: hidden;
}

.d-table {
    display: table;
    table-layout: fixed;
}

.d-table.d-ib {
    display: inline-table;
}

.d-table__row {
    display: table-row;
}

.d-table__cell {
    display: table-cell;
    vertical-align: middle;
}

.d-cb:after, .d-grid:after, .d-row:after {
    clear: both;
    display: block;
    height: 0;
    content: '.';
    visibility: hidden;
}

.d-clear {
    clear: both;
}

.d-ht {
    display: block;
    text-align: left;
    text-indent: -999em;
    overflow: hidden;
}

.d-db {
    display: block;
}

.d-ib, .btn {
    display: inline-block;
    vertical-align: middle;
}

.d-ha:after, .d-hb:before {
    display: block;
    height: 0;
    content: '.';
    text-align: left;
    text-indent: -999em;
    overflow: hidden;
}

.d-fn {
    float: none;
}

.d-fl {
    float: left;
}

.d-fr {
    float: right;
}

.d-pr {
    position: relative;
}

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

.d-tal {
    text-align: left;
}

.d-tar {
    text-align: right;
}

.d-taj {
    text-align: justify;
}

.d-ttu {
    text-transform: uppercase;
}

.d-ttn {
    text-transform: none;
}

.d-lhn {
    line-height: normal;
}

.d-vat {
    vertical-align: top;
}

.d-vam {
    vertical-align: middle;
}

.d-vab {
    vertical-align: bottom;
}

.d-wsnw {
    white-space: nowrap;
}

.d-hidden, .d-hidden-a:after, .d-hide-pc {
    display: none;
}

.d-bgi {
    background: no-repeat center/cover;
}

.d-bct, .d-bcth:hover {
    border-color: transparent
}

.d-pos-abs, .d-pos-abs-b:before, .d-pos-abs-a:after {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.d-pos-abs-b:before, .d-pos-abs-a:after {
    content: '';
}

.page-wrap button, .page-wrap input, .page-wrap select, .page-wrap textarea, .fancybox-content input, .fancybox-content select, .fancybox-content textarea, .btn {
    padding: 1em 15px;
    background: #fff;
    border: 1px solid #999;
}

.fancybox-content input[type="text"], .fancybox-content input[type="password"], .fancybox-content input[type="email"], .fancybox-content input[type="tel"], .fancybox-content select, .fancybox-content textarea {
    width: 100%;
}

.page-wrap button, .page-wrap [type="button"], .page-wrap [type="reset"], .page-wrap [type="submit"], .fancybox-content [type="submit"], .btn {
    padding: 2em 5em;
    background: #e9e4ed;
    border-color: #e9e4ed;
    color: black;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 0.857em;
    font-weight: 400;
}

.page-wrap button:hover, .page-wrap [type="button"]:hover, .page-wrap [type="reset"]:hover, .page-wrap [type="submit"]:hover, .fancybox-content button:hover, .fancybox-content [type="button"]:hover, .fancybox-content [type="reset"]:hover, .fancybox-content [type="submit"]:hover, .btn:hover {
    background: #f70137;
    border-color: #f70137;
    color: white
}

.page-wrap button:active, .page-wrap [type="button"]:active, .page-wrap [type="reset"]:active, .page-wrap [type="submit"]:active, .fancybox-content button:active, .fancybox-content [type="button"]:active, .fancybox-content input[type="reset"]:active, .fancybox-content [type="submit"]:active, .btn:active {
    background: #f70137;
    border-color: #f70137;
}

.page-wrap .btn_o, .fancybox-content .btn_o {
    background: none;
    color: #069;
}

.page-wrap .btn_o:hover, .fancybox-content .btn_o:hover {
    background: none;
    color: #08c;
}

.page-wrap .btn_o:active, .fancybox-content .btn_o:active {
    background: none;
    color: #046;
}

.page-wrap .btn_o_1, .fancybox-content .btn_o_1 {
    background: none;
    color: white;
    border-color: rgba(255, 255, 255, 0.2)
}

.page-wrap .btn_o_1:hover, .fancybox-content .btn_o_1:hover {
    background: white;
    color: black;
}

.page-wrap .btn_o_1:active, .fancybox-content .btn_o_1:active {
    background: white;
    color: black;
}


.page-wrap input[type="checkbox"], .page-wrap input[type="radio"], .fancybox-content input[type="checkbox"], .fancybox-content input[type="radio"] {
    position: absolute;
    padding: 0;
    width: 1px;
    height: 1px;
    background: none;
    border: 0;
    opacity: 0;
}

.page-wrap input[type="checkbox"] + label, .page-wrap input[type="radio"] + label, .fancybox-content input[type="checkbox"] + label, .fancybox-content input[type="radio"] + label {
    display: inline-block;
    position: relative;
    padding-left: 35px;
    cursor: pointer;
}

.page-wrap input[type="checkbox"] + label:before, .page-wrap input[type="radio"] + label:before, .fancybox-content input[type="checkbox"] + label:before, .fancybox-content input[type="radio"] + label:before {
    position: absolute;
    top: 0;
    left: 0;
    margin-top: -3px;
    width: 22px;
    height: 22px;
    background: #fff;
    border: 1px solid #d4dbdd;
    font: normal normal normal 14px/22px FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #fff;
    text-align: center;
    content: '\f00c';
}

.page-wrap input[type="checkbox"]:checked + label:before, .page-wrap input[type="radio"]:checked + label:before, .fancybox-content input[type="checkbox"]:checked + label:before, .fancybox-content input[type="radio"]:checked + label:before {
    color: #00537e;
}

.page-wrap select, .fancybox-content select {
    -webkit-appearance: menulist;
    -moz-appearance: menulist;
    appearance: menulist
}

.popup-form {
    max-width: 100%;
    padding: 30px;
    width: 400px;
}

.popup__title {
    font-size: 20px;
    margin-bottom: 20px;
}

.form__list input[type="checkbox"] {
    display: inline-block;
    height: 5px;
    margin: 1px 10px;
    width: 10px;
}

.form__list .form-group {
    text-align: justify;
}

.page-wrap input[type="checkbox"], .page-wrap input[type="radio"], .popup-form input[type="checkbox"], .popup-form input[type="radio"] {
    position: static;
    opacity: 1;
}

.tabs_container {
    margin-bottom: 30px;
}

.tabs {
    /*background-color: #EAEBF5;*/
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding: 15px 15px 0;
}

.tabs.var2 {
    margin-bottom: 30px;
}

.tabs a {
    color: #000;
}

.tabs li {
    border-radius: 3px;
    color: #000;
    cursor: pointer;
    font-family: Cuprum;
    font-size: 18px;
    font-weight: bold;
    line-height: 25px;
    margin-bottom: 15px;
    padding: 13px 40px 12px;
    /*text-transform: uppercase;*/
    transition: all 0.2s linear;
    background: #EBEBF5;
}

.tabs.var2 li {
    margin: 10px;
}

.tabs li.active {
    color: #FFFFFF;
    background: #31549A;
    border-radius: 2px;
}

.tabs a:hover {
    color: #FFFFFF;
}

.tabs li:hover {
    color: #FFFFFF;
    background: #31549A;
    border-radius: 2px;
}

.ajax_request {
    position: relative;

}
.ajax_block {
    min-height: 350px;
}
/*
.ajax_request p:after{
	position:absolute;
	 display: block;
	 content: " ";
	 width: 1px;
	 height: 70%;
	 top: 0;
	 right: 0;
	 bottom: 0;
	 margin: auto;
	 background-color: #666878;
}
.tabs li:last-child p:after{
	display: none;
}*/

.box {
    background: #fff;
    border: 1px solid #EAEBF5;
    box-sizing: border-box;
    box-shadow: 20px 20px 60px rgba(23, 52, 80, .1);
    display: none;
    padding: 60px 60px 20px;
}

.box.visible {
    display: block;
}

.text p {
    color: #656878;
    font-family: Open Sans;
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 40px;
}

.text h3 {
    color: #000;
    font-family: Cuprum;
    font-size: 18px;
    font-weight: bold;
    line-height: 25px;
    margin-bottom: 30px;
    text-transform: uppercase;
}

.text a {
    color: #254990;
    border-bottom: 1px rgba(37, 73, 144, .2) solid;
    transition: all 0.2s linear;
}

.text a:hover {
    border-color: transparent;
}

.text ul {
    margin-bottom: 20px;
}

.text h3 + ul {
   /* margin-top: -20px;*/
}


.text ul li {

    color: #656878;
    font-family: Open Sans;
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 4px;
    padding-left: 28px;
    position: relative;
}

.text ul li:before {
    display: block;
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    background-color: #E42E87;
    left: 0;
    position: absolute;
    top: 6px;
    /*border: 2px #30549A solid;*/
    /*border-radius: 50%;*/
    /*content: "";*/
    /*height: 8px;*/
    /*left: 0;*/
    /*position: absolute;*/
    /*top: 6px;*/
    /*width: 8px;*/
}
.text ul ul{
    padding-left: 30px;
}
.files_container {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    margin-bottom: 20px;
}

.file {
    background: url(../img/ico_file.svg) 0 6px no-repeat;
    color: #656878;
    display: inline-block;
    font-family: Open Sans;
    font-size: 14px;
    line-height: 19px;
    margin-bottom: 30px;
    padding-left: 48px;
    position: relative;
}

.file span {
    color: #000;
    display: block;
    font-family: Cuprum;
    font-size: 18px;
    font-weight: bold;
    line-height: 25px;
    text-transform: uppercase;
}

.detale_image_slider {
    margin-bottom: 20px;
}

.detale__image {
    text-align: center;
    /*min-height: 395px;*/
}

.detale_image_slider_nav {
    margin: 0 -10px;
    width: calc(100% + 20px);
}

.prev_img {
    align-items: center;
    background-color: #EDF0F2;
    border: 2px solid #EDF0F2;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin: 0 10px;
    transition: all 0.2s linear;
}

.slick-initialized .slick-slide.prev_img {
    display: flex;
}

.slick-current.prev_img {
    background-color: #fff;
    border: 2px solid #30549A;
}

.prev_img img {
    height: auto;
    max-height: 90%;
    max-width: 90%;
    width: auto;
}

.no_margin {
    margin: 0;
}

.btn_width {
    width: 100%;
    bottom: 10px;
    margin: 20px 5px;
}

.docs_btn {
    width: 100%;
}

.doc_btn_container {
    width: 100%;
    margin-top: auto;
}

.tab__pane-item.right {
    padding-left: 15px;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .language__title {
        margin-right: 15px;
    }

    .language__top::after {
        background-size: auto;
    }

    .footer__content {
        display: flex;
    }

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

    .footer__language {
        align-self: flex-end;
        margin-bottom: 30px;
    }

    .footer__contacts {
        margin-bottom: 30px;
    }

}