* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

a {
    outline: none;
}

button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"]>input[type="button"]::-moz-focus-inner {
    /* */
    border: none;
}

img {
    border: none;
    max-width: 100%;
}

body {
    font: 14px 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 400;
}

header {
    height: 600px;
    position: relative;
    padding-top: 70px;
}

.header_video {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}


/*.header_video:before{
	content: '';
	position: absolute;
	top:0px;
	left:0px;
	width: 100%;
	height: 100%;
	background: #004046;
    opacity: 0.9;
	z-index: 2;
}*/

.video_inner {
    width: 100%;
    height: 100%;
    transition: 0.1s;
    position: relative;
}

.video_inner video {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    transition: 0.1s;
}

@supports (object-fit: cover) {
    .video_inner video {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

.logo {}

.logo img {
    display: block;
    min-width: 118px;
}

.header_top {
    height: 71px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    position: relative;
    z-index: 1000;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 10000;
    background: rgba(0, 64, 70, 0.9);
}

.header_top .row {
    height: 70px;
    margin-left: 0px;
    margin-right: 0px;
}

.top_menu {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: 0 50px;
    height: 100%;
}

.top_menu li {
    list-style-type: none;
    position: relative;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
}

.top_menu li.active a,
.top_menu li:hover a {
    position: relative;
}

.top_menu li.active a:after,
.top_menu li:hover a:after {
    content: '';
    height: 3px;
    width: 100%;
    position: absolute;
    left: 0px;
    bottom: -2px;
    background: white;
}

.menu_phones {
    display: none !important;
}

.top_menu li:last-child {
    margin-right: 0px;
}

.top_menu li a {
    text-decoration: none;
    color: white;
    line-height: 16px;
    letter-spacing: -0.02em;
    height: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
}

.top_menu li:hover>a {
    color: #03929F;
}

.top_menu li ul {
    position: absolute;
    top: 100%;
    left: 0px;
    width: 180px;
    background: #FFFFFF;
    box-shadow: 0px 4px 19px rgba(0, 0, 0, 0.4);
    padding: 20px 5px 20px 20px;
    display: none;
    z-index: 100;
}

@media (min-width: 1200px) {
    .top_menu li:hover ul {
        display: block;
    }
}

.top_menu li ul li a {
    font-weight: 300;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: -0.02em;
    color: #736C6C;
}

.top_menu li ul li {
    margin-bottom: 20px;
}

.top_menu li ul li:last-child {
    margin-bottom: 0px;
}

.header_phones {
    position: relative;
}

.header_phones_popup {
    position: absolute;
    width: 100%;
    top: 100%;
    background: #FFFFFF;
    box-shadow: 0px 4px 19px rgba(0, 0, 0, 0.4);
    padding: 13px;
    display: none;
    z-index: 101;
}

.header_phones:hover .header_phones_popup {
    display: block;
}

.header_phones:hover .tel {
    background: url(../images/arrow_top.svg) no-repeat right;
    color: #03929F;
}

.header_phones_popup a {
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: -0.02em;
    color: #736C6C;
    text-decoration: none;
    margin-bottom: 20px;
    display: block;
}

.header_phones_popup a:hover {
    color: #03929F;
}

.header_phones_popup a:last-child {
    margin-bottom: 0px;
}

.header_phones .tel {
    text-decoration: none;
    color: white;
    font-size: 12px;
    line-height: 14px;
    padding: 0 13px;
    border-left: 1px solid rgba(255, 255, 255, 0.5);
    background: url(../images/phone_arrow.svg) no-repeat right;
    white-space: nowrap;
    font-weight: 500;
    letter-spacing: -0.02em;
}

.header_right {
    height: 100%;
}

header .enter {
    text-decoration: none;
    color: white;
    padding: 0 20px;
    font-size: 12px;
    line-height: 14px;
    font-weight: 500;
    letter-spacing: -0.02em;
    border-left: 1px solid rgba(255, 255, 255, 0.5);
}

header .enter:hover path {
    fill: #03929F;
}

header .enter:hover {
    color: #03929F;
}

header .enter svg {
    display: block;
    margin-right: 9px;
}

.header_search {
    height: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
    width: 55px;
    border-left: 1px solid rgba(255, 255, 255, 0.5);
    cursor: pointer;
}

.header_search:hover path,
.header_search.active path {
    fill: #03929F
}

.search_popup {
    position: absolute;
    width: 100%;
    top: 70px;
    background: white;
    padding: 10px;
    background: #FFFFFF;
    box-shadow: 0px 4px 19px rgba(0, 0, 0, 0.4);
    z-index: 100;
    display: none;
    width: 1200px;
    left: 50%;
    margin-left: -600px;
}

.search_popup.open {
    display: block;
}

.search_form {
    background: #F2F7F6;
    border-radius: 100px;
    height: 44px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

.search_form .button {
    margin-left: auto;
    width: 196px;
    min-width: 196px;
}

.search_form .input {
    width: 100%;
    background: none;
    outline: none;
    border: none;
    padding-left: 40px;
    font: 14px 'Roboto', sans-serif;
    line-height: 16px;
    letter-spacing: -0.02em;
    color: #858585;
}

header .row {
    position: relative;
}

header .lang {
    text-decoration: none;
    color: white;
    font-size: 12px;
    line-height: 14px;
    padding-right: 31px;
    background: url(../images/phone_arrow.svg) no-repeat 72% center;
    white-space: nowrap;
    font-weight: 500;
    letter-spacing: -0.02em;
    padding-left: 19px;
    height: 100%;
    width: 68px;
}

header .langs {
    position: relative;
    border-left: 1px solid rgba(255, 255, 255, 0.5);
}

.langs_popup {
    position: absolute;
    top: 100%;
    width: 100%;
    left: 0px;
    width: 100%;
    text-align: center;
    background: #FFFFFF;
    box-shadow: 0px 4px 19px rgba(0, 0, 0, 0.4);
    padding: 20px;
    display: none;
    z-index: 101;
}

.langs_popup a {
    text-decoration: none;
    font-weight: 300;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: -0.02em;
    color: #736C6C;
    display: block;
    margin-bottom: 20px;
}

.langs_popup a:hover {
    color: #03929F;
}

.langs_popup a:last-child {
    margin-bottom: 0px;
}

header .langs:hover .lang {
    color: #03929F;
    background: url(../images/arrow_top.svg) no-repeat 72% center;
}

.langs:hover .langs_popup {
    display: block;
}

header h1 {
    color: white;
    font-size: 48px;
    line-height: 56px;
    letter-spacing: -0.02em;
    font-weight: 700;
    margin-top: 135px;
    margin-bottom: 40px;
    margin-left: 50px;
    position: relative;
    z-index: 2;
}

.video_link {
    text-decoration: none;
    color: white;
    /*padding-left: 65px;*/
    font-size: 12px;
    line-height: 14px;
    letter-spacing: -0.02em;
    font-weight: 500;
    background: url(../images/muted.svg) no-repeat left;
    height: 39px;
    min-height: 39px;
    width: 39px;
    -ms-align-self: flex-start;
    align-self: flex-start;
    margin-left: 50px;
    position: relative;
    z-index: 2;
}

.video_link.unmuted {
    background: url(../images/unmuted.svg) no-repeat left;
}

.main_blocks {
    padding: 20px 0 140px 0;
}

.main_blocks_outer {
    padding: 0 18px;
    position: relative;
}

.main_blocks_inner {
    margin-left: -10px;
    margin-right: -10px;
    position: relative;
}

.main_blocks_images {
    position: absolute;
    top: 0px;
    left: 10px;
    bottom: 0px;
    right: 0px;
    z-index: 1000;
}

.main_blocks_images img {
    width: 100%;
    height: 100%;
    display: none;
}

.main_blocks_images .active img {
    display: block;
}

.main_block_image {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
}

.main_blocks_inner .cl {
    z-index: 1001;
}

.main_blocks_link {
    display: block;
    text-decoration: none;
    color: white;
    position: relative;
    overflow: hidden;
    border: 10px solid white;
}

.main_blocks_link span {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    padding-left: 70px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    font-size: 24px;
    line-height: 28px;
    letter-spacing: -0.02em;
    font-weight: 700;
}

.main_blocks_link:last-child {
    margin-bottom: 0px;
    border-bottom: none;
}

.main_blocks_link img {
    display: block;
    transition: 0.2s;
    opacity: 0;
    width: 100%;
    height: 100%;
}

.main_blocks_link:before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    background: rgba(3, 146, 159, 0.8);
    transition: 1.5s;
    opacity: 0;
}

.main_blocks_link.active:before {
    transition: 1.5s;
    opacity: 1;
}

.about_block {
    padding-bottom: 140px;
}

.about_image {
    margin-left: 70px;
    padding-right: 15px;
}

.about_image img {
    display: block;
    width: 525px;
    min-width: 525px;
}

.about_block h2 {
    font-weight: 500;
    font-size: 48px;
    line-height: 56px;
    letter-spacing: -0.02em;
    color: #111111;
    margin-bottom: 50px;
}

.about_block p {
    font-size: 14px;
    line-height: 16px;
    letter-spacing: -0.02em;
    color: #111111;
    margin-bottom: 72px;
    /*padding-left: 65px;*/
}

.about_block p.left {
    font-size: 18px;
    line-height: 21px;
    letter-spacing: -0.02em;
    color: #111111;
    padding-left: 20px;
    margin-bottom: 40px;
    border-left: 1px solid #03929F;
}

.button {
    width: 196px;
    height: 44px;
    background: #03929F;
    border-radius: 100px;
    text-decoration: none;
    transition: 0.2s;
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flex;
    display: -o-inline-flex;
    display: inline-flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
    line-height: 16px;
    text-align: center;
    letter-spacing: -0.02em;
    color: white;
    font-weight: 700;
    border: none;
    outline: none;
    cursor: pointer;
    -webkit-appearance: none;
}

.button:hover {
    background: #05ABBA;
    transition: 0.2s;
}

.button:active {
    background: #00727C;
    transition: 0.2s;
}

.main_catalog {
    background: #F2F7F6;
    padding: 140px 0 60px 0;
}

.main_catalog h2 {
    text-align: center;
    font-weight: 500;
    font-size: 48px;
    line-height: 56px;
    letter-spacing: -0.02em;
    color: #111111;
    margin-bottom: 50px;
}

.good {
    height: 370px;
    background: white;
    margin-bottom: 20px;
}

.good_image {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
    height: 235px;
    padding-top: 25px;
    padding-bottom: 10px;
}

.good_image img {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    max-width: 90%;
    max-height: 100%;
}

.good_name {
    text-decoration: none;
    height: 48px;
    overflow: hidden;
    margin-bottom: 10px;
    font-weight: 300;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    letter-spacing: -0.02em;
    color: #111111;
    text-decoration: none;
    padding: 0 30px;
    text-align: center;
    display: block;
}

.good .button {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    width: unset;
    margin: 0 44px;
}

.representations {
    background: #242A3A;
    padding: 70px 0;
}

.representations h2 {
    margin-bottom: 50px;
    font-weight: 500;
    font-size: 48px;
    line-height: 56px;
    letter-spacing: -0.02em;
    color: #FFFFFF;
}

.representations_item {
    background: white;
    height: 255px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    padding: 20px 0 0 0;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
}

.representations_block {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    background: white;
    -ms-align-items: center;
    align-items: center;
    justify-content: space-between;
    height: 255px;
    padding: 30px 50px;
}

.representations_block>img {
    max-height: 80%;
    max-width:
}

.representations_block+.button {
    margin: 0 auto;
    margin-top: 30px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

.representations_item img {
    max-height: 100%;
}

.representations_item div:first-child {
    height: 80%;
    min-height: 80%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
}

.representation_text {
    background: #03929F;
    color: white;
    padding: 45px 40px;
    margin: 0 30px;
    min-height: 230px;
}

.representation_text p {
    line-height: 16px;
    letter-spacing: -0.02em;
    color: #FFFFFF;
    margin-bottom: 30px;
}

.button.bordered {
    border: 1px solid white;
    background: none;
}

.button.bordered:hover {
    border: 2px solid white;
    background: none;
}

.representation_text .button:active {
    border: 2px solid white;
    color: #03929F;
    background: white;
}

.news {
    padding: 70px 0;
}

.news h2 {
    font-weight: 500;
    font-size: 48px;
    line-height: 56px;
    letter-spacing: -0.02em;
    color: #111111;
    margin-bottom: 40px;
}

.news_dates {
    width: 425px;
    min-width: 425px;
    margin-right: 25px;
    border-top: 1px solid #03929F;
    padding-top: 20px;
    position: relative;
}

.sld_prev {
    position: absolute;
    top: 40px;
    right: 40px;
    text-indent: '';
    cursor: pointer;
    z-index: 100;
}

.sld_prev:hover path,
.sld_next:hover path {
    fill: #03929F;
}

.sld_next {
    position: absolute;
    top: 40px;
    right: 5px;
    cursor: pointer;
    z-index: 100;
}

.sld_controls a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
}

.news_dates_item .date {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: flex-end;
    align-items: flex-end;
}

.news_dates_item .date div {
    font-weight: 500;
    font-size: 48px;
    line-height: 56px;
    letter-spacing: -0.02em;
    color: #03929F;
}

.news_dates_item .date span {
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    letter-spacing: -0.02em;
    color: #03929F;
    margin-bottom: 5px;
    margin-left: 20px;
}

.news_dates_item p {
    margin-right: 135px;
    font-size: 18px;
    line-height: 21px;
    letter-spacing: -0.02em;
    color: #111111;
    margin-bottom: 50px;
    margin-top: 25px;
}

.button.filled {
    border: 1px solid #03929F;
    color: #858585;
    background: none;
}

.button.filled:hover {
    border: 2px solid #03929F;
    color: #858585;
}

.button.filled:active {
    border: 2px solid #03929F;
    color: white;
    background: #03929F;
}

.news_dates_item .button {
    color: #111111;
}

.news_dates_item .button:hover {
    color: #111111;
}

.news_dates_item .button:active {
    color: white;
}

.news_blocks_wrapper {
    width: 100%;
}

.news_item {
    text-decoration: none;
    color: #111111;
    margin-bottom: 20px;
    display: block;
}

.news_item_image {
    margin-bottom: 20px;
    overflow: hidden;
    height: 170px;
}

.news_item_image img {
    display: block;
    width: 100%;
}

.news_item_date {
    line-height: 16px;
    letter-spacing: -0.02em;
    color: #111111;
    padding-bottom: 5px;
    display: inline-block;
    margin-bottom: 10px;
    position: relative;
}

.news_item_date:after {
    content: '';
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 1px;
    left: 0px;
    background: #03929F;
    transition: 0.2s;
}

.news_item:hover .news_item_date:after {
    width: 15px;
    transition: 0.2s;
}

.news_item p {
    font-weight: 300;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: -0.02em;
    height: 38px;
    overflow: hidden;
}

.news_blocks .button {
    margin-top: 40px;
}

.trust_block {
    padding: 70px 0;
}

.trust_block h2 {
    text-align: center;
    margin-bottom: 50px;
    font-weight: 500;
    font-size: 48px;
    line-height: 56px;
    letter-spacing: -0.02em;
    color: #111111;
}

.trust_slider_wrapper {
    padding: 0 50px;
    position: relative;
    height: 160px;
    overflow: hidden;
}

.trust_slider_wrapper .sld_prev {
    position: absolute;
    top: 50%;
    left: 0px;
    right: auto;
    margin-top: -14px;
}

.trust_slider_wrapper .sld_next {
    position: absolute;
    top: 50%;
    margin-top: -14px;
    right: 0px;
}

.trust_slider_item {
    background: #F2F7F6;
    height: 160px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
    width: 260px;
}

footer {
    margin-top: 70px;
}

.footer_top {
    padding: 50px 0 65px;
    border-top: 1px solid #F0F0F0;
}

.footer_logo {
    width: 208px;
    min-width: 208px;
    margin-right: 100px;
}

.footer_logo img {
    display: block;
}

.footer_menu {
    width: 190px;
    min-width: 190px;
}

.footer_menu li {
    list-style-type: none;
    margin-bottom: 15px;
}

.footer_menu li:last-child {
    margin-bottom: 0px;
}

.footer_menu li a {
    text-decoration: none;
    line-height: 16px;
    letter-spacing: -0.02em;
    color: #858585;
}

.footer_menu li a:hover {
    color: #03929F;
}

.footer_right {
    margin-left: 120px;
    width: 100%;
}

.footer_address {
    margin-bottom: 30px;
}

.footer_address>div,
.footer_address>a {
    margin-bottom: 27px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    line-height: 16px;
    letter-spacing: -0.02em;
    color: #858585;
    text-decoration: none;
}

.footer_address a {
    text-decoration: none;
    color: #858585;
}

.footer_address a:hover {
    color: #03929F;
}

.footer_address>div:last-child {
    margin-bottom: 0px;
}

.footer_address .icon {
    width: 10px;
    margin-right: 20px;
}

.footer_address .icon svg {
    display: block;
    width: 10px;
}

.footer_right .button {
    min-width: 196px;
    margin-left: auto;
}

.footer_form {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    background-color: #F2F7F6;
    background-image: url(../images/email_icon.svg);
    background-repeat: no-repeat;
    background-position: 17px center;
    border-radius: 100px;
    height: 44px;
    padding-left: 17px;
    margin-bottom: 50px;
}

.footer_form .input {
    border: none;
    outline: none;
    width: 100%;
    background: none;
    font: 14px 'Roboto', sans-serif;
    line-height: 16px;
    letter-spacing: -0.02em;
    color: #858585;
    padding-left: 25px;
}

input::-webkit-input-placeholder {
    color: #858585;
}

input:-ms-input-placeholder {
    color: #858585;
}

input::-ms-input-placeholder {
    color: #858585;
}

input::placeholder {
    color: #858585;
}

textarea::placeholder {
    color: #858585;
}

.footer_text {
    padding-left: 13px;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: -0.02em;
    color: #BEBDBD;
}

.footer_bottom {
    background: #242A3A;
    height: 54px;
}

.copy {
    font-size: 12px;
    line-height: 14px;
    letter-spacing: -0.02em;
    color: #FFFFFF;
}

.footer_rght {
    margin-left: auto;
}

a.totop {
    width: 39px;
    height: 39px;
    background: #05ABBA;
    transition: 0.2s;
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flex;
    display: -o-inline-flex;
    display: inline-flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
    border-radius: 200px;
    position: fixed;
    bottom: 70px;
    right: 15px;
    visibility: hidden;
    transition: 0.3s;
    z-index: 10000;
}

a.totop path {
    fill: white;
}

a.totop.visible {
    transition: 0.3s;
    visibility: visible;
}

a.totop:hover {
    background: #03929F;
}

a.totop:active {
    background: #00727C;
}

.footer_rght .link {
    color: white;
    margin-left: 25px;
}

.footer_rght .link:hover {
    color: #03929F;
}

.popup {
    background: white;
    padding: 60px 60px 30px 60px;
    position: relative;
    width: 580px;
    max-width: 100%;
}

.popup h2 {
    font-weight: 500;
    font-size: 36px;
    line-height: 42px;
    letter-spacing: -0.02em;
    color: #111111;
    text-align: center;
    margin-bottom: 30px;
}

.popup .close {
    position: absolute;
    top: 30px;
    right: 30px;
    cursor: pointer;
}

.input_wrapper {
    position: relative;
}

.inp {
    height: 53px;
    background: #F2F7F6;
    border-radius: 63px;
    display: block;
    width: 100%;
    height: 54px;
    border: none;
    padding: 0 30px;
    margin-bottom: 20px;
    color: #303036;
    font: 16px 'Roboto', sans-serif;
    outline: none;
    background-image: unset !important;
}

.inp::-webkit-input-placeholder {
    color: #303036;
}

.inp:-ms-input-placeholder {
    color: #303036;
}

.inp::-ms-input-placeholder {
    color: #303036;
}

.inp::placeholder {
    color: #303036;
}

.input_wrapper.success:after {
    content: '';
    position: absolute;
    top: 14px;
    right: 30px;
    width: 24px;
    height: 24px;
    background: url(../images/success.svg) no-repeat;
}

.input_wrapper.error:after {
    content: '';
    position: absolute;
    top: 14px;
    right: 30px;
    width: 24px;
    height: 24px;
    background: url(../images/error.svg) no-repeat;
}

.popup .button {
    width: 100%;
    margin-top: 10px;
}

.reg_tt {
    color: #858585;
    margin: 30px 0 20px 0;
    text-align: center;
}

.forgot {
    text-align: center;
    margin-top: 30px;
}

.forgot a {
    text-decoration: none;
    color: #03929F;
}

.forgot a:hover {
    color: #858585;
}

.success_icon {
    text-align: center;
    margin-top: 78px;
    margin-bottom: 85px;
}

.burger {
    display: none;
}

.inner_header {
    height: 250px;
    position: relative;
}

.inner_header_title {
    height: 100%;
    position: relative;
    z-index: 2;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
}

.inner_header:before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    background: #004046;
    opacity: 0.9;
}

.about_header {
    background: url(../images/about_bg.jpg) no-repeat top center;
    -webkit-background-size: cover;
    background-size: cover;
}

.inner_header h1 {
    margin: 0;
}

.inner_header h1 span {
    display: inline-block;
}

.inner_page {
    font-size: 14px;
    letter-spacing: -0.3px;
    color: #111111;
    padding-bottom: 60px;
}

.breadcrumbs {
    margin: 20px 0 50px 0;
    font-size: 12px;
    line-height: 14px;
}

.breadcrumbs a {
    text-decoration: none;
    color: #A3A5AB;
}

.breadcrumbs a:hover {
    color: #03929F;
}

.breadcrumbs span {
    color: #03929F;
}

.inner_menu {
    background: #00919E;
    padding: 25px 0;
    margin-right: 25px;
    max-width: 255px;
    margin-bottom: 50px;
}

.inner_menu_item {
    list-style-type: none;
    margin-bottom: 10px;
}

.inner_menu_item:last-child {
    margin-bottom: 0px;
}

.inner_menu_item a {
    text-decoration: none;
    color: #62BFC7;
    font-size: 14px;
    line-height: 16px;
    display: block;
    padding: 5px 25px 5px 25px;
    border-left: 3px solid transparent;
}

.inner_menu_item:hover a,
.inner_menu_item.active a {
    color: white;
    border-left: 3px solid #076476;
}

.inner_text {
    padding-left: 30px;
}

.inner_text>img,
.inner_text>p>img {
    height: unset !important;
    width: 100% !important;
    margin-bottom: 40px;
    margin-top: 40px;
}

.inner_text>p,
.inner_text>p * {
    font-weight: 300 !important;
    font-size: 18px !important;
    line-height: 21px !important;
    margin-bottom: 50px;
    font-family: 'Roboto', sans-serif !important;
}

.inner_text>p>a {
    color: #00919E;
}

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

.top_image {
    margin-bottom: 50px;
}

.top_image img {
    display: block;
}

.inner_text h2 {
    margin-bottom: 20px;
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
}

.inner_text h3 {
    margin-top: 40px;
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    color: #03929F;
    margin-bottom: 20px;
}

.inner_text h2.bottom {
    margin-bottom: 30px;
}

.tab {}

.tab_title {
    border-bottom: 1px solid #D0D6D7;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    padding: 20px 0;
    cursor: pointer;
    background: url(../images/arrow_bottom.svg) no-repeat right center;
}

.tabs {
    margin-top: -20px;
}

.tab.open .tab_title {
    background: url(../images/arrow_tp.svg) no-repeat right center;
}

.tab_title .num,
.politic_block_title .num {
    width: 35px;
    min-width: 35px;
    height: 35px;
    margin-right: 20px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: 500;
    background: #00919E;
    font-size: 14px;
}

.nofilled .tab_title .num {
    background: none;
}

.tab_title span {
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
}

.tab_inner {
    padding: 30px 0 30px 55px;
    display: none;
}

.tab_inner p {
    font-weight: 300;
    font-size: 18px;
    line-height: 21px;
    margin-bottom: 20px;
}

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

.history_header {
    background: url(../images/history_bg.jpg) no-repeat top center;
    -webkit-background-size: cover;
    background-size: cover;
}

.history_blocks {
    border-left: 1px solid #D0D6D7;
    padding-left: 75px;
}

.history_block {
    margin-bottom: 30px;
    background: #F2F4F7;
    padding: 30px;
}

.history_block_date {
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 30px;
    position: relative;
}

.history_block_date:after {
    content: '';
    border: 3px solid #00919E;
    width: 10px;
    height: 10px;
    left: -110.5px;
    top: 9px;
    background: white;
    border-radius: 200px;
    position: absolute;
}

.history_block p {
    font-weight: 300;
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 20px;
    position: relative;
    margin-left: 25px;
}

.history_block ol,
.history_block ul {
    font-weight: 300;
    font-size: 14px;
    line-height: 16px;
    position: relative;
    margin-left: 25px;
    list-style-position: inside;
    list-style-type: disc;
    margin-bottom: 15px;
}

.history_block li {
    margin-bottom: 13px;
    list-style-type: disc;
}

.history_block li:last-child {
    margin-bottom: 0px;
}

.history_block p:before {
    content: '';
    position: absolute;
    top: 2px;
    left: -25px;
    width: 10px;
    height: 10px;
    background: #00919E;
}

.history_block p:last-child,
.history_block:last-child {
    margin-bottom: 0px;
}

.management_header {
    background: url(../images/management_bg.jpg) no-repeat top center;
    -webkit-background-size: cover;
    background-size: cover;
}

.management_item {
    margin-bottom: 22px;
}

.management_item:last-child,
.management_item.last {
    margin-bottom: 0px;
}

.management_item .image {
    height: 295px;
    overflow: hidden;
    margin-bottom: 20px;
    border-top: 2px solid #00919E;
}

.management_item .image img {
    display: block;
    width: 100%;
}

.manager_status {
    line-height: 16px;
    color: #A3A5AB;
    height: 32px;
    margin-bottom: 4px;
    overflow: hidden;
}

.manager_name {
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    height: 56px;
    overflow: hidden;
}

.contacts_header {
    background: url(../images/contacts_bg.jpg) no-repeat top center;
    -webkit-background-size: cover;
    background-size: cover;
}

.contacts_block {}

.map_block {
    margin-top: -7px;
    position: relative;
}

.map_anchor {
    position: absolute;
    top: -80px;
}

.map_title {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 40px;
}

.map {
    margin-bottom: 50px;
    height: 340px;
    overflow: hidden;
}

.map iframe {
    width: 100%;
}

.map>img {
    width: 100%;
}

.contacts_item {
    padding: 30px 30px 25px 30px;
    background: #F2F4F7;
    min-height: 100%;
    border-top: 2px solid #00919E;
}

.contacts_item_wrapper {
    margin-bottom: 50px;
}

.contacts_item *:last-child {
    margin-bottom: 0px;
}

.contacts_item .bottom {
    margin-bottom: 30px;
}

.contacts_stat {
    color: #A3A5AB;
    line-height: 16px;
    margin-bottom: 10px;
}

.contacts_name {
    font-size: 18px;
    line-height: 21px;
    margin-bottom: 10px;
    font-weight: 500;
}

.contacts_tel {
    text-decoration: none;
    font-size: 18px;
    line-height: 21px;
    color: #6A6969;
    display: inline-block;
    display: block;
    margin-bottom: 10px;
}

.contacts_mail {
    text-decoration: underline;
    line-height: 16px;
    color: #00919E;
    display: block;
    margin-bottom: 30px;
}

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

.contacts_block .row:last-child .contacts_item_wrapper {
    margin-bottom: 0;
}

.certs_header {
    background: url(../images/certs_bg.jpg) no-repeat top center;
    -webkit-background-size: cover;
    background-size: cover;
}

.certs_block {
    margin-top: 0px;
    margin-bottom: -50px;
}

.certs_item_wrapper {
    margin-bottom: 50px;
}

.certs_item {
    height: 300px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
    background: #F2F4F7;
    border-top: 2px solid #00919E;
    padding: 15px;
}

.certs_item img {
    max-height: 80%;
}

.cert_title {
    text-decoration: none;
    color: #A3A5AB;
    display: block;
    text-align: center;
    padding-right: 16px;
    padding-top: 20px;
}

.politic_header {
    background: url(../images/politic_bg.jpg) no-repeat top center;
    -webkit-background-size: cover;
    background-size: cover;
}

.politic_block_title {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    margin-bottom: 13px;
}

.politic_block_title {
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
}

.politic_blocks p {
    font-weight: 300;
    font-size: 18px;
    line-height: 21px;
    padding-left: 55px;
    margin-bottom: 20px;
}

.politic_blocks li,
.main_list li {
    list-style-type: none;
    font-weight: 300;
    font-size: 18px;
    line-height: 21px;
    margin-left: 55px;
    margin-bottom: 20px;
    position: relative;
    padding-left: 25px;
    list-style-position: inside;
}

.main_list {
    margin-bottom: 20px;
}

.main_list li {
    margin-left: 0;
}

.politic_blocks li:last-child,
.politic_blocks p:last-child,
.politic_block:last-child,
.main_list li:last-child {
    margin-bottom: 0px;
}

.politic_blocks li:before,
.main_list li:before {
    content: '';
    position: absolute;
    top: 4px;
    left: 0px;
    width: 10px;
    height: 10px;
    background: #00919E;
}

.politic_block {
    margin-bottom: 30px;
}

.slide_toggle {
    display: inline-block;
    color: #03929F;
    font-size: 12px;
    line-height: 14px;
    padding-right: 0px;
    background: url(../images/arr_btm.svg) no-repeat right;
    padding-right: 15px;
}

.slide_toggle.open {
    background: url(../images/arr_top.svg) no-repeat right;
}

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

.business_header {
    background: url(../images/business_bg.jpg) no-repeat top center;
    -webkit-background-size: cover;
    background-size: cover;
}

.filter {
    margin-right: 25px;
    max-width: 290px;
}

.filter .button {
    width: 100%;
    margin-top: 20px;
}

.filter_title {
    line-height: 16px;
    color: #000000;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    padding-left: 27px;
    margin-bottom: 20px;
}

.filter_title img {
    margin-left: 15px;
}

.filter_item_header {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    padding: 10px 0;
    padding-left: 27px;
    line-height: 16px;
    color: #858585;
    cursor: pointer;
}

.filter_item_header svg {
    margin-left: auto;
}

.filter_item:hover svg path,
.filter_item.open svg path {
    fill: #03929F;
}

.filter_item:hover .filter_item_header,
.filter_item.open .filter_item_header {
    color: #03929F;
}

.filter_item.open .filter_item_header svg {
    transform: rotate(180deg);
}

.filter_item {
    border-top: 1px solid #D0D6D7;
}

.filter_item:last-child {
    border-bottom: 1px solid #D0D6D7;
}

.filter_item_inner {
    padding: 0 20px 20px 27px;
    display: none;
}

.check {
    margin-bottom: 8px;
    position: relative;
}

.check:last-child {
    margin-bottom: 0px;
}

.check input[type="checkbox"] {
    position: absolute;
    left: -9999px;
}

.check label {
    display: inline-block;
    line-height: 16px;
    color: #858585;
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flex;
    display: -o-inline-flex;
    display: inline-flex;
    cursor: pointer;
}

.check label:before {
    content: '';
    margin-right: 10px;
    width: 10px;
    height: 10px;
    min-width: 10px;
    border: 1px solid #D0D6D7;
}

.check input[type="checkbox"]:checked+label:before {
    border-color: #03929F;
    background: url(../images/check_arrow.svg) no-repeat center;
}

.check label span {
    position: relative;
    top: -2px;
}

.catalog_form {
    margin-bottom: 50px;
    margin-top: 50px;
}

.catalog_item {}

.catalog_item {
    border-top: 1px solid #D0D6D7;
    padding: 20px 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
}

.catalog_item:last-child {
    border-bottom: 1px solid #D0D6D7;
}

.catalog_item_image {
    border: 1px solid #D0D6D7;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
    margin-right: 75px;
    width: 100px;
    min-width: 100px;
    height: 100px;
}

.catalog_item_image img {
    max-height: 100%;
}

.catalog_item_name {
    font-weight: 500;
    line-height: 28px;
    color: #111111;
    font-size: 24px;
    text-decoration: none;
    margin-right: 15px;
}

.catalog_item_name:hover {
    color: #03929F;
}

.catalog_item .button {
    margin-left: auto;
    min-width: 196px;
}

.image {
    margin-bottom: 40px;
    margin-top: 40px;
    text-align: center;
}

.image img {
    display: block;
    width: 100% !important;
    margin-top: 0px;
    margin-bottom: 0px;
    height: unset !important;
}

.no_margin>p {
    margin-bottom: 20px;
}

.wide_form {
    background: #F2F4F7;
    padding: 50px;
    margin-top: 50px;
}

.wide_form_title {
    margin-bottom: 40px;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
}

.wide_form .inp {
    background: white;
}

.wide_form .button {
    width: 100%;
}

.button_wrapper {
    padding-top: 5px;
}

.input_file {
    height: 54px;
    margin-bottom: 20px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    position: relative;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
}

.input_file input[type="file"] {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
    outline: none;
    outline: none;
    -webkit-appearance: none;
}

.input_file input[type="file"]:focus {
    outline: none;
}

.input_file input[type="file"]+label {
    font-size: 14px;
    line-height: 14px;
    color: #6A6969;
    display: inline-block;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
    outline: none;
}

.input_file input[type="file"]+label svg {
    margin-right: 10px;
}

.input_file input[type="file"]+label {
    cursor: pointer;
    /* "hand" cursor */
}

.input_file input[type="file"]:focus+label {
    outline: 1px dotted #000;
    outline: -webkit-focus-ring-color auto 5px;
}

.input_file input[type="file"]+label * {
    pointer-events: none;
}

.inputfile:focus+label,
.inputfile.has-focus+label {
    outline: 1px dotted #000;
    outline: -webkit-focus-ring-color auto 5px;
}

.business_wind {
    background: url(../images/wind_bg.jpg) no-repeat top center;
    -webkit-background-size: cover;
    background-size: cover;
}

.catalog_table table {
    width: 100%;
    max-width: 100%;
    border-collapse: collapse;
    color: #858585;
    line-height: 16px;
}

.catalog_table tr {
    background: #F2F7F6;
}

.catalog_table td {
    height: 80px;
    vertical-align: middle;
    padding: 5px 25px;
    line-height: 16px;
    border-right: 1px solid white;
    text-align: center;
}

.catalog_table td:last-child {
    border-right: none;
}

.catalog_table tr:nth-child(even) {
    background: #E6E9E8;
}

.catalog_table tr:hover {
    background: #C8D0CE;
}

.catalog_table td.image {
    width: 95px;
    min-width: 95px;
    padding: 5px;
}

.catalog_table td.name {
    min-width: 250px;
}

.catalog_table thead td {
    background: #E6E9E8;
    font-weight: 500;
}

.catalog_table thead td.frequency {
    text-align: left;
}

.voltage {
    white-space: nowrap;
}

.catalog_table td a {
    color: #03929F;
    text-decoration: none;
    display: inline-block;
}

.catalog_table td a:hover {
    text-decoration: underline;
}

.catalog_table td.image {
    text-align: center;
    vertical-align: middle;
}

.no_padding .catalog_form {
    padding-top: 0 !important;
}

.good_tabs {
    border-bottom: 1px solid #D0D6D7;
}

.good_tabs_inner {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    position: relative;
    top: 1px;
    z-index: 2;
}

.good_tab {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #858585;
    width: 150px;
    height: 68px;
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    border-top: 1px solid transparent;
}

.good_tab:hover,
.good_tab.active {
    background: #F2F4F7;
    border-color: #03929F;
    color: black;
}

.tabs_inner {
    margin-top: 50px;
    position: relative;
}

.tabs_item {
    height: 0px;
    overflow: hidden;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
}

.tabs_item.visible {
    height: auto;
    position: static;
    overflow: visible;
}

.good_block {
    margin-bottom: 95px;
}

.good_slider_wrapper {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
}

.good_main_slider_wrapper {
    border: 1px solid #D0D6D7;
    min-width: 430px;
    width: 430px;
    height: 430px;
    margin-right: 10px;
    overflow: hidden;
}

.good_slider_item {
    width: 428px;
    height: 428px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
}

.good_main_slider_controls {
    width: 100px;
    min-width: 100px;
}

.good_controls_item {
    display: block;
    height: 100px;
    width: 100px;
    border: 1px solid #D0D6D7;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.good_controls_item.active {
    border: 1px solid #03929F;
}

.good_description {
    padding-left: 20px;
}

.good_description h2 {
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 20px;
}

.good_description p {
    font-weight: 300;
    font-size: 18px;
    line-height: 21px;
    margin-bottom: 30px;
}

a.pdf {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    font-weight: 300;
    font-size: 14px;
    line-height: 16px;
    color: #111111;
}

a.pdf:hover {
    color: #03929F;
}

a.pdf img {
    margin-right: 15px;
}

.good_description .button {
    margin-top: 50px;
}

.popup .input_file {
    height: unset;
    margin-top: 30px;
}

.good_popup {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
    margin-bottom: 30px;
    font-size: 18px;
    line-height: 21px;
    color: #03929F;
}

.good_popup img {
    width: 64px;
    margin-right: 50px;
}

.description_tab .block {
    margin-bottom: 37px;
}

.description_tab .block:last-child {
    margin-bottom: 0px;
}

.description_tab p {
    font-weight: 300;
    font-size: 18px;
    line-height: 21px;
    margin-bottom: 21px;
}

.description_tab p span {
    /*font-weight: 500;
	color:#03929F;*/
}

.description_tab p b {
    font-weight: 500;
    color: #03929F;
}

.description_tab p:last-child {
    margin-bottom: 0px;
}

.details_tab table {
    border-collapse: collapse;
    width: 600px;
}

.details_tab td {
    height: 80px;
    color: #858585;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    background: #E6E9E8;
    padding: 10px 25px;
}

.details_tab table td:nth-child(1) {
    width: 180px;
}

.details_tab table td:nth-child(2) {
    font-weight: 400;
    background: #F2F7F6;
    text-align: center;
}

table.ProductDataTable {
    border-collapse: collapse;
    border: solid windowtext 1.0pt;
    margin-left: 0;
    margin-right: auto;
}

table.ProductDataTable caption {
    caption-side: top;
    text-align: right;
    padding: 10px 0;
    font-size: 14px;
}

table.ProductDataTable th {
    border: solid windowtext 1.0pt;
    padding: 0cm 2.0pt 0cm 2.0pt;
    height: 24.95pt;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    background: #e6e6e6;
}

table.ProductDataTable th.Moshnost_kVt {
    text-align: center;
    width: 15%;
}

table.ProductDataTable th.ChastotaVrasheniya_obmin {
    text-align: center;
    width: 15%;
}

table.ProductDataTable th.KPD_percent {
    text-align: center;
    width: 15%;
}

table.ProductDataTable th.Massa_kg {
    text-align: center;
    width: 15%;
}

table.ProductDataTable td {
    border: solid windowtext 1.0pt;
    padding: 0cm 2.0pt 0cm 2.0pt;
    height: 14.4pt;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    background: #e6e6e6;
    text-align: center;
}

table.ProductDataTable td.ProductData {
    border: solid windowtext 1.0pt;
    padding: 0cm 2.0pt 0cm 2.0pt;
    height: 14.4pt;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    background: #e6e6e6;
    text-align: left;
    width: 40px;
}

table.ProductDataTable td:nth-child(1) {
    width: auto;
}

table.ProductDataTable td:nth-child(2n) {
    background: #F2F7F6;
}

.tab_tables_description {
    font-weight: 300;
    font-size: 18px;
    line-height: 21px;
    margin-top: 135px;
}

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

.tab_tables .bx-wrapper .bx-next {
    right: 0px;
}

.tab_tables .bx-wrapper .bx-prev {
    right: 50px;
    left: auto;
}

.overflow {
    display: block;
    max-height: 580px;
    overflow-y: auto;
}

.tab_tables {
    overflow: hidden;
}

.nicescroll-rails {
    width: 1px !important;
    margin-left: 10px;
}

.nicescroll-cursors {
    margin-right: -1px;
}

.table_slider>a {
    touch-action: unset !important;
}

.preloader {
    position: fixed;
    top: 0px;
    bottom: 0px;
    right: 0px;
    left: 0px;
    z-index: 100000;
    background: white;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
}

.preload_percents {
    color: #111111;
    font-size: 16px;
    margin-top: 25px;
}

.parnters_header {
    background: url(../images/partners_bg.jpg) no-repeat top center;
    -webkit-background-size: cover;
    background-size: cover;
}

.partner_block {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

.partner_block_image {
    width: 370px;
    min-width: 370px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
    border: 1px solid #D0D6D7;
    margin-right: 40px;
    height: 210px;
}

.partner_block_image img {
    max-height: 80%;
    max-width: 80%;
}

.partner_block_text p {
    margin-bottom: 30px;
    font-weight: 300;
    font-size: 18px;
    line-height: 21px;
}

.partner_block_text .tt {
    color: #A3A5AB;
    margin-bottom: 10px;
}

.partner_block_text a.tel {
    text-decoration: none;
    color: #6A6969;
    font-size: 18px;
    line-height: 21px;
    display: inline-block;
    margin-bottom: 20px;
}

.partner_block_text a.email {
    color: #00919E;
    display: inline-block;
}

.partner_block_text a.email:hover {
    text-decoration: none;
}

.partner_block_text .button {
    margin-top: 30px;
}

.partner_block {
    margin-bottom: 50px;
}

.partner_block:last-child {
    margin-bottom: 0px;
}

.partner_block .button,
.partner_block .button:hover {
    color: #03929F;
}

.partner_block .button:active {
    color: white;
}

.solo_partner_block {
    margin-bottom: 50px;
}

.solo_partner_block>a {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
    border: 1px solid #D0D6D7;
    height: 230px;
}

.solo_partner_block>a img {
    max-height: 100%;
}

.solo_partner_block:nth-child(2n+1) {
    padding-right: 25px;
}

.solo_partner_block:nth-child(2n) {
    padding-left: 25px;
}

.solo_partner_block:nth-last-child(-n+2) {
    margin-bottom: 0px;
}

.solo_partner_block:last-child {
    margin-bottom: 0;
}

.parnters2_header {
    background: url(../images/partners2_bg.jpg) no-repeat top center;
    -webkit-background-size: cover;
    background-size: cover;
}

.service_header {
    background: url(../images/service_bg.jpg) no-repeat top center;
    -webkit-background-size: cover;
    background-size: cover;
}

.suppliers_header {
    background: url(../images/suppliers_bg.jpg) no-repeat top center;
    -webkit-background-size: cover;
    background-size: cover;
}

.downloads_links {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-align-items: center;
    align-items: center;
    justify-content: space-between;
    margin-top: 50px;
}

.download_link {
    text-decoration: none;
    color: #111111;
    position: relative;
    width: 175px;
    min-width: 175px;
    margin-bottom: 65px;
}

.download_link svg {
    display: block;
}

.download_link:hover svg path {
    fill: #00919E;
}

.download_link_text {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 175px;
    height: 232px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    padding-top: 60px;
    padding-left: 40px;
    justify-content: center;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
}

.download_link_text span {
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 5px;
}

.download_link_text i {
    font-style: normal;
    color: #858585;
    display: block;
}

.download_link_text img {
    margin-top: 20px;
    display: block;
    width: 20px;
}

.download_text {
    text-decoration: underline;
    color: #00919E;
    font-weight: 300;
    margin-top: 20px;
    display: block;
    font-size: 14px;
    line-height: 16px;
}

.tender_block {
    margin-top: 40px;
    height: 500px;
}

.tenders_header {
    background: url(../images/tenders_bg.jpg) no-repeat top center;
    -webkit-background-size: cover;
    background-size: cover;
}

.catalog {
    margin-bottom: 80px;
}

.finance_header {
    background: url(../images/finance_bg.jpg) no-repeat top center;
    -webkit-background-size: cover;
    background-size: cover;
}

.report_header {
    background: url(../images/report_bg.jpg) no-repeat top center;
    -webkit-background-size: cover;
    background-size: cover;
}

.raiting_header {
    background: url(../images/raiting_bg.jpg) no-repeat top center;
    -webkit-background-size: cover;
    background-size: cover;
}

.map_header {
    background: url(../images/map_bg.jpg) no-repeat top center;
    -webkit-background-size: cover;
    background-size: cover;
}

.cite_map {
    font-size: 20px;
    line-height: 23px;
    padding-left: 70px;
}

.cite_map a {
    color: #858585;
    text-decoration: none;
}

.cite_map a:hover {
    color: #00919E;
}

.cite_map li {
    color: #00919E;
    margin-bottom: 20px;
}

.cite_map li ul {
    margin-top: 20px;
    margin-left: 30px;
    list-style-type: disc;
}

.header404 {
    background: url(../images/header404.jpg) no-repeat top center;
    -webkit-background-size: cover;
    background-size: cover;
    height: 800px;
}

.image404 {
    text-align: center;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
}

.image404 img {
    display: block;
    width: 230px;
    margin: 0 auto;
}

.title404 {
    margin-bottom: 30px;
    color: white;
    text-align: center;
    font-weight: 700;
    font-size: 48px;
    line-height: 56px;
}

.page404 .button {
    margin: 0 auto;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

.text404 {
    text-align: center;
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 50px;
    color: white;
}

.text404 a {
    color: #03929F;
    text-decoration: none;
}

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

.header404 .inner_header_title {
    height: 100%;
    padding-top: 140px;
    -ms-align-items: flex-start;
    align-items: flex-start;
}

.thanks_header {
    background: url(../images/thanks.jpg) no-repeat top center;
    -webkit-background-size: cover;
    background-size: cover;
    height: 800px;
}

.thanks_header .inner_header_title {
    height: 100%;
}

.thanks_title {
    text-align: center;
    font-size: 48px;
    line-height: 56px;
    font-weight: 700;
    margin-bottom: 40px;
    color: white;
}

.thanks_text {
    text-align: center;
    color: white;
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 80px;
}

.thanks_buttons {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
}

.thanks_buttons a {
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flex;
    display: -o-inline-flex;
    display: inline-flex;
    margin: 0 27px;
}

.button.bordered:active {
    color: #03929F;
    background: white;
}

.news_header {
    background: url(../images/news_bg.jpg) no-repeat top center;
    -webkit-background-size: cover;
    background-size: cover;
}

.subscribe_block {
    background: url(../images/subscribe_bg.jpg) no-repeat top center;
    -webkit-background-size: cover;
    background-size: cover;
    padding: 30px;
    margin-right: 25px;
    max-width: 255px;
    margin-bottom: 50px;
}

.subscribe_title {
    text-align: center;
    color: white;
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    margin-bottom: 20px;
}

.subscribe_block .inp {
    height: 44px;
    padding-left: 40px;
    padding-right: 20px;
    font-size: 14px;
    margin-bottom: 0px;
    background: none;
}

.inp_wrapper {
    background-image: url(../images/email_icon.svg);
    background-repeat: no-repeat;
    background-position: 17px center;
    margin-bottom: 10px;
    background-color: #F2F7F6;
    border-radius: 100px;
}

.subscribe_block input::-moz-placeholder {
    color: #858585
}

.subscribe_block input::-webkit-input-placeholder {
    color: #858585;
}

.subscribe_block input:-ms-input-placeholder {
    color: #858585;
}

.subscribe_block input::-ms-input-placeholder {
    color: #858585;
}

.subscribe_block input::placeholder {
    color: #858585;
}

.inner_text .news_item {}

.inner_text .news_item_date {
    margin-bottom: 20px;
    padding-bottom: 8px;
}

.inner_text .news_item p {
    font-size: 18px;
    line-height: 21px;
    height: 42px;
    font-weight: 400;
}

.inner_text .news_item {
    margin-bottom: 30px;
}

.inner_text .news_item_image img {
    width: 100%;
}

.inner_text .news_item_image {
    height: 250px;
}

.see_more {
    text-align: center;
    margin-top: 35px;
    display: none;
}

.see_more a {
    font-size: 14px;
    line-height: 16px;
    text-decoration: none;
    color: #03929F;
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flex;
    display: -o-inline-flex;
    display: inline-flex;
    -ms-align-items: center;
    align-items: center;
}

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

.see_more a img {
    margin-left: 10px;
}

.articles_header {
    background: url(../images/articles_bg.jpg) no-repeat top center;
    -webkit-background-size: cover;
    background-size: cover;
}

.events_header {
    background: url(../images/events_bg.jpg) no-repeat top center;
    -webkit-background-size: cover;
    background-size: cover;
}

.inner_text .news_dates_item {
    padding-top: 20px;
    border-top: 1px solid #03929F;
    margin-bottom: 50px;
}

.inner_text .news_dates_item p {
    height: 88px;
    margin-bottom: 15px;
}

.videos_header {
    background: url(../images/videos_bg.jpg) no-repeat top center;
    -webkit-background-size: cover;
    background-size: cover;
}

.photos_header {
    background: url(../images/photos_bg.jpg) no-repeat top center;
    -webkit-background-size: cover;
    background-size: cover;
}

.fancybox-caption {
    font-size: 18px;
}

.fancybox-thumbs__list a::before {
    border-color: #03929F;
}

.search_header {
    background: url(../images/search_bg.jpg) no-repeat top center;
    -webkit-background-size: cover;
    background-size: cover;
}

.pages {
    margin-top: 50px;
}

.pages_list {
    font-size: 20px;
    line-height: 23px;
    color: #858585;
}

.pages_list li {
    margin-bottom: 20px;
    color: #03929F;
    list-style-position: inside;
}

.pages_list li:last-child {
    margin-bottom: 0px;
}

.pages_list li a {
    color: #858585;
    text-decoration: none;
}

.pages_list li a:hover {
    color: #03929F;
}

.footer_social {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    margin-bottom: 30px;
}

.footer_social a {
    margin-right: 45px;
}

.footer_social a:last-child {
    margin-right: 0px;
}

.footer_social a.filled path {
    fill: #03929F;
}

.geography_header {
    background: url(../images/geography_header.jpg) no-repeat top center;
    -webkit-background-size: cover;
    background-size: cover;
}

.main_popup .fancybox-button--close {
    display: none;
}

.clear {
    clear: both;
    width: 100%;
}
