@font-face {font-family: 'TTCommons';
src: url("TTCommons-Medium.eot");
src: local('TTCommons'),
url("../fonts/TTCommons-Medium.eot?#iefix") format("embedded-opentype"),
url("../fonts/TTCommons-Medium.woff") format('woff'),
url("../fonts/TTCommons-Medium.ttf") format('truetype');
font-weight:700}

@font-face {font-family: 'TTCommons';
src: url("TTCommons-Light.eot");
src: local('TTCommons'),
url("../fonts/TTCommons-Light.eot?#iefix") format("embedded-opentype"),
url("../fonts/TTCommons-Light.woff") format('woff'),
url("../fonts/TTCommons-Light.ttf") format('truetype');
font-weight:400}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, tt, var, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video
{margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline; text-decoration:none;}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}
ul {list-style: none;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after, q:before, q:after {content: ''; content: none;}
*:focus {outline: none;}
table {border-collapse: collapse; border-spacing: 0;}
i, em {font-style:italic;}
b, strong {font-weight:bold;}
u {text-decoration:underline;}
a {color: var(--primary-color); cursor:pointer;}
a:hover {text-decoration:underline;}
b, strong {font-weight:700}

body {
	width: 100%;
	font: 17px/1.15 "TTCommons";
	font-weight: 400;
	color: var(--text-color);
}

.page_container {
    overflow: hidden;
}

main {
	width: 100%;
}

main .main_screen.type_a {
	margin-top: 0px;
}

main .main_screen.type_a.scrolled {
	margin-top: 227px;
}

h1 {
	font-size: 52px; 
	line-height: 1.15;
	font-weight: 700;
	color: var(--primary-color);
}

h2 {
	font-size: 46px;
    line-height: 1.15;
    font-weight: 700;
    color: var(--text-color);
}

@media (max-width: 1060px) {
    h1 {
        font-size: 42px;
    }
}

@media (max-width: 560px) {
    h1 {
        font-size: 38px;
    }
    h2 {
        font-size: 36px;
    }
}



.clear {
	clear: both;
}

.breadcrumbs {
    font-size: 0;
}
.breadcrumbs_item {
	display: inline-block;
	font-size: 17px;
	font-weight: 700;
}
.breadcrumbs_item:not(:last-child)::after {
	margin: 0 6px;
	content: '\2022';
	color: var(--primary-color);
}

.container {
	position: relative;
    margin: 0 auto;
	width: 1296px;
}

@media (max-width: 1416px) {
	.container {
		width: 100%;
		padding: 0 60px;
		box-sizing: border-box;
	}
}

@media (max-width: 660px) {
	.container {
		padding: 0 20px;
	}
}

header {
	padding: 24px 0 10px;
	background-color: var(--sec-white-color);
	color: var(--primary-color);
	font-weight: 700;
	transition: all .25s;
}

header.hhc {
	padding-top: 0;
}

header.scrolled {
	position: fixed;
	width: 100%;
	z-index: 7;
	padding: 16px 0px 0px 0px;
	background-color: var(--sec-white-color);
	color: var(--primary-color);
	font-weight: 700;
	top: 0px;
}

header.hhc.scrolled {
	padding-top: 0;
}

header a:hover {
	color: var(--hover-color);
	text-decoration: none;
}

.head_caption_wrap {
	margin-bottom: 24px;
	padding: 10px 0;
	background-color: var(--primary-color);
	color: var(--sec-white-color);
	text-align: center;
}

.head_caption_wrap .container {
	padding: 0 20px;
	box-sizing: border-box;
}

.head_caption_wrap a, .head_caption_wrap a:hover {
	color: var(--sec-white-color);
}

header.scrolled .head_caption_wrap{
	margin-bottom: 16px;
}

.head_caption_h {
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: 1;
}

.head_caption_p {
	margin-left: 10px;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.4;
}

.close_hhc {
	position: absolute;
	top: 2px;
	right: 0;
	width: 20px;
	height: 20px;
	background-image: var(--ic-close-white);
	background-position: center;
	background-repeat: no-repeat;
    background-size: 18px;
}
.close_hhc:hover {
	background-size: 20px;
}

@media (max-width: 1416px) {
	.head_caption_wrap .container {
		padding: 0 80px;
	}
	.close_hhc {
		right: 60px;
	}
}

@media (max-width: 748px) {
    .head_caption_h, .head_caption_p {
		display: block;
	}
}

@media (max-width: 660px) {
	.head_caption_wrap .container {
		padding: 0 40px;
	}
	.close_hhc {
		right: 20px;
	}
}

@media (max-width: 748px) {
    .head_caption_h {
		font-size: 16px;
	}
	.head_caption_p {
		font-size: 12px;
	}
}

/*Рейтинг Ядекса*/

.container_rating {
	display:none;
}
@media (min-width: 1135px) {
.container_rating{
    display: flex;
    align-items: flex-end;
    flex-direction: column;
}
.header_contacts {
    margin-right: 7px;
}
.header_rating {
    height: 50px;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    display: inline-flex;
}
.rating_svg {
    align-items: flex-end;
    gap: 10px;
    display: inline-flex
}
.rating_number {
    color: #545454;
    font-size: 22px;
    font-weight: 700;
    line-height: 19.80px;
}
.rating_text {
    color: #898A8D;
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
}
}
/*Рейтинг Ядекса*/

.header_left {
	float: left;
}

header .logo {
	display: inline-block;
	margin-right: 40px;
}

header .logo img {
    height: 90px;
	transition: all .25s;
}

header .logo img.scrolled {
    height: 60px;
}

header .header_about {
	display: inline-block;
	width: 250px;
	vertical-align: top;
	font-size: 17px;
	font-style: normal;
	font-weight: 700;
	line-height: 1.25;
}

.header_right {
	float: right;
	display: flex;
}

.header_rightInfo {
	display: flex;
}

.header_contacts {
	display: inline-block;
	margin-right: 50px;
}

.contacts_phone {
	display: block;
	padding-left: 30px;
	font-size: 17px;
	line-height: 24px;
	color: inherit;
	background-size: auto 100%;
	background-position: top 0 left 0;
	background-repeat: no-repeat;
	background-image: var(--ic-phone-blue);
}

.header_contacts .contacts_phone {
	font-size: 20px;
    margin-bottom: 8px;
}

.contacts_mail {
	display: block;
	padding-left: 30px;
	font-size: 17px;
	line-height: 24px;
	color: inherit;
	background-size: auto 100%;
	background-position: top 0 left 0;
	background-repeat: no-repeat;
	background-image: var(--ic-mail-blue);
}

.header_contacts .contacts_mail {
	font-size: 20px;
}

.header_nav .header_contacts {
	margin-top: 20px;
	display: none;
}

.header_language {
	position: relative;
	display: inline-block;
	width: 50px;
	height: 40px;
	overflow: visible;
	vertical-align: top;
}

.header_language_wrapper {
	position: absolute;
	right: -8px;
	top: -8px;
	height: 40px;
	overflow: hidden;
}

.header_language_wrapper a {
	display: block;
	height: 20px;
	padding: 10px 23px 10px 8px;
	font-size: 20px;
	line-height: 1;
	color: inherit;
}

.header_language_wrapper .active {
	background-size: 12px 8px;
	background-position: top 14px right 8px;
	background-repeat: no-repeat;
	background-image: var(--ic-dropdown-blue);
}

.header_language_wrapper.opened .active {
	background-image: var(--ic-check-blue);
}

.header_language_wrapper.opened {
	height: 80px;
	border-radius: 2px;
	/*border: 1.4px solid var(--sec-white-color);*/
	background-color:  var(--sec-white-color);
	box-shadow: 0px 2px 4px 0px rgba(26, 72, 106, 0.06), 0px 2px 36px 0px rgba(15, 56, 86, 0.20);
	color: var(--primary-color);
	z-index: 5;
}

.header_nav .header_language {
	display: none;
}

.menu_btn {
	background-repeat: no-repeat;
	background-position: center center;
	background-image: var(--ic-menu-btn-blue);
}

.menu_btn.close {
	background-image: var(--ic-close-blue);
}

.toggle_header_right {
	float: right;
	margin-top: 8px;
	display: none;
	width: 24px;
	height: 24px;
	background-position: center;
}

.open_nav {
	margin-top: 0;
	display: none;
	height: 24px;
	width: 24px;
	box-sizing: border-box;
	background-position: center;
	color: inherit;
	vertical-align: top;
}

.header_nav {
	position: relative;
	margin-top: 20px;
	border-bottom: 1px solid var(--primary-color);
	transition: all .25s;
}

.header_nav.scrolled {
	position: relative;
	margin-top: 0px;
	border-bottom: 1px solid transparent;
}


.header_nav_menu {
	display: flex;
	justify-content: space-between;
}

.header_nav_menu > li {
	position: relative;
	padding: 9px 11px 0;
}

.header_nav_menu li:first-child {
	padding-left: 0;
}

.header_nav_menu li:last-child {
	padding-right: 0;
}

.header_nav_menu > li a {
	display: inline-block;
	padding: 2.5px 0 10px;
	font-size: 20px;
	line-height: 1;
	font-weight: 700;
	color: inherit;
}

.header_nav_menu > li:hover > a, .nav_submenu li a:hover {
	color: var(--hover-color);
}

.open_submenu {
	display: none;
}

.open_submenu.opened {
	transform: rotate(180deg);
}

.nav_submenu {
	position: absolute;
	top: 100%;
	min-width: 100%;
	padding-top: 4px;
	left: -4px;
	display: none;
	z-index: 7;
}

.header_nav_menu li:first-child .nav_submenu {
	left: -15px;
}

.nav_submenu ul {
	min-width: 100%;
	padding: 20px 15px;
	border-radius: 10px;
	background: var(--sec-white-color);
	box-shadow: 0 0 6px 0 rgba(94, 179, 228, 0.40);
}

.nav_submenu li {
	margin-bottom: 14px;
}

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

.nav_submenu li a {
	display: inline-block;
	width: 100%;
	padding: 2px 0;
	font-size: 20px;
	line-height: 1;
	font-weight: 700;
	color: inherit;
	white-space: nowrap;
}

.header_social {
	display:none;
	margin-right: 20px;
}

.vk {
	display: inline-block;
	width: 40px;
	height: 40px;
	background-size:100%;
}

.vk {
    background-image: var(--ic-vk-blue);
}

.vk:hover {
	background-image: var(--ic-vk-white);
}

.youtube {
	display: inline-block;
	width: 40px;
	height: 40px;
	background-size:100%;
}

.youtube {
	background-image: var(--ic-youtube-blue);
}

.youtube:hover {
	background-image: var(--ic-youtube-white);
}


.rutube {
	margin-right: 12px;
	display: inline-block;
	width: 40px;
	height: 40px;
	background-size:100%;
}

.rutube {
	background-image: var(--ic-rutube-blue);
}

.rutube:hover {
	background-image: var(--ic-rutube-white);
}

.dzen {
	display: inline-block;
	width: 40px;
	height: 40px;
	background-size:100%;
}

.dzen {
	background-image: var(--ic-dzen-blue);
}

.dzen:hover {
	background-image: var(--ic-dzen-white);
}

.tg {
	display: inline-block;
	width: 40px;
	height: 40px;
	background-size:100%;
}

.tg {
	background-image: var(--ic-tg-blue);
}

.tg:hover {
	background-image: var(--ic-tg-white);
}

.vc {
	display: inline-block;
	width: 40px;
	height: 40px;
	background-size:100%;
}

.vc {
	background-image: var(--ic-vc-blue);
}

.vc:hover {
	background-image: var(--ic-vc-white);
}


.in {
	display: inline-block;
	width: 40px;
	height: 40px;
	background-size:100%;
}

.in {
	background-image: var(--ic-in-blue);
}

.in:hover {
	background-image: var(--ic-in-white);
}

@media (max-width: 1360px) {
	.header_contacts {
		margin-right: 20px;
	}
	.header_language {
		margin-right: 20px;
	}
}

@media (max-width: 1200px) {
	header .header_about {
		display: none;
	}
}

@media (min-width: 1135px) {
	.header_nav_menu li:hover .nav_submenu {
		display: block;
	}
}

@media (max-width: 1134px) {
	.open_nav {
	    display: inline-block;
		margin-left: 40px;
	}

	.header_nav {
		position: absolute;
		top: 100%;
		left: 0;
		margin-top: 10px;
		display: none;
		width: 100vw;
		padding: 0 60px 30px;
		background-color: var(--sec-white-color);
		z-index: 7;
		box-sizing: border-box;
	}
	.header_nav.scrolled {
		position: absolute;
	}

	.header_nav.opened {
		display: block;
	}

	.header_nav_menu {
		display: block;
	}

	.header_nav_menu > li {
		padding: 5px 0;
		margin-top: 10px;
	}

	.header_nav_menu > li a {
		padding: 0;
	}

	.header_nav_menu > li:first-child {
		margin-top: 0;
	}

	.open_submenu {
        width: 24px;
		height: 24px;
		display: inline-block;
		background-image: var(--ic-dropdown-blue);
		background-position: center;
		background-repeat: no-repeat;
		background-size: 14px auto;
		vertical-align: bottom;
	}

	.nav_submenu {
		position: static;
		display: none;
		min-width: 100%;
		padding-top: 0;
		padding-left: 20px;
	}

	.nav_submenu ul {
		width: 100%;
		padding: 0;
		border-radius: 0;
		background: transparent;
		box-shadow: none;
	}

	.nav_submenu li {
		margin-top: 15px;
	}

	.nav_submenu li:first-child {
		margin-top: 10px;
	}

	.header_nav .header_contacts {
		display: block;
	}

	.header_nav .header_contacts .contacts_phone {
		margin-bottom: 20px;
	}

	.header_nav .header_language {
		margin-top: 30px;
		margin-left: -60px;
		padding-left: 52px;
		/*display: block;*/
		width: calc(100% + 120px);
		background-color: var(--primary-color);
		color: var(--sec-white-color);
	}

	.header_nav .header_language_wrapper {
		position: static;
	}

	.header_nav .header_language_wrapper a {
		display: inline-block;
		line-height: 1.2;
	}

	.header_nav .header_language_wrapper .active {
		background-image: var(--ic-check-white);
	}

	.header_social {
		margin-top: 30px;
		display: flex;
		justify-content: space-between;
	}
}

@media (max-width: 700px) {
    .header_rightInfo {
		display: block;
	}

	.header_rightInfo .header_language {
		position: relative;
		margin-top: 8px;
		left: -10px;
		display: block;
		z-index: 8;
	}
	.open_nav {
	    margin-left: 0;
	}
}

@media (max-width: 660px) {
	.header_nav {
		padding: 0 20px 30px;
	}

	.header_nav .header_language {
		margin-left: -20px;
		padding-left: 12px;
		width: calc(100% + 40px);
	}
}

@media (max-width: 500px) {
	header .logo {
		margin-right: 10px;
	}
	header .logo img {
		height: 60px;
	}
	.header_right .header_contacts .contacts_phone, .header_right .header_contacts .contacts_mail {
		padding-left: 24px;
		font-size: 14px;
		background-size: 20px;
		line-height: 20px;
		height: 20px;
	}
	.header_contacts .contacts_phone {
		margin-bottom: 4px;
	}
	.header_rightInfo .header_language {
		margin-top: 4px;
		height: 32px;
	}
}

@media (max-width: 460px) {
	.header_contacts {
		margin-right: 9px;
	}
	.header_language {
		margin-right: 9px;
	}
}

@media (max-width: 376px) {
  header .logo img, header .logo img.scrolled {
	width: 88px;
    height: auto;
  }
}


/*@media (max-width: 1360px) {
	header .logo {
		width: 164px;
	}
    
    .header_right {
    	width: calc(100% - 284px);
    }

	.open_nav {
		display: block;
	}

	.header_nav_menu {
		position: absolute;
		top: 100%;
		min-width: 188px;
		padding: 10px 38px;
		display: none;
		background-color: var(--sec-white-color);
		box-shadow: 0px 2px 4px 0px rgba(26, 72, 106, 0.12), 0px 2px 36px 0px rgba(15, 56, 86, 0.30); 
		z-index: 99;
		color: var(--primary-color);
	}

	header.header_secondary .header_nav_menu {
		background-color: var(--primary-color);
		color: var(--sec-white-color);
	}

	.header_nav_menu.opened {
		display: block;
	}

	.header_nav_menu li {
		padding: 10px 0;
        display: block; 
	}

	.header_nav_menu li a {
		padding: 0 2px;
	}

	.header_nav_menu li a:hover {
	    border-bottom: 2px solid var(--primary-color);
	}

	header.header_secondary .header_nav_menu li a:hover {
		border-bottom: 2px solid var(--sec-white-color);
	}

	.header_menu__right {
		float: right;
	}
}

@media (max-width: 760px) {
    header {
      padding: 16px 0;
    }
	header .logo img {
		height: 76px;
	}

	.toggle_header_right {
		display: block;
	}

    header.varA .btn_mobile_menu {
        display: block;
    }

    header.varB .mobile_menu_contacts {
        display: block;
    }

    .open_nav {
    	display: none;
    }

    .header_right {
    	position: absolute;
    	float: none;
    	top: 100%;
    	left: 0;
    	right: 0;
    	display: none;
    	width: 100%;
    	padding: 20px 60px 40px;
    	box-sizing: border-box;
    	background-color: var(--primary-color);
    	z-index: 99;
    }

    header.header_secondary .header_right {
    	background-color: var(--sec-white-color);
    }

    .header_right.opened {
    	display: block;
    }

    .header_nav {
    	display: block;
    }

    .header_nav_menu {
    	position: static;
    	margin-bottom: 24px;
    	display: block;
    	padding: 0;
    	background-color: transparent;
    	box-shadow: none;
    	color: var(--sec-white-color);
    }

    header.header_secondary .header_nav_menu {
    	background-color: transparent;
    	color: var(--primary-color);
    }

    .header_menu__right {
    	float: none;
    }

    .header_nav_menu li a {
		padding: 0 2px;
		
	}

	.header_nav_menu li a:hover {
	    border-bottom: 2px solid var(--sec-white-color);
	}

	header.header_secondary .header_nav_menu li a:hover {
	    border-bottom: 2px solid var(--primary-color);
	}

	.header_social {
		margin-bottom: 32px;
		display: block;
	}

	.header_language {
		display: block;
	}

	.header_menu__right {
		display: block;
	}

    header.varB .header_menu__right_wrapper {
        display: flex;
        flex-direction: column-reverse;
    }

    header.varB .header_menu__right_wrapper .header_contacts {
        margin-top: 0;
        margin-bottom: 24px;
    }

    header.varB .header_menu__right {
        display: flex;
        flex-direction: column-reverse;
    }

	.header_language {
	    margin: 0 0 32px -60px;
		width: 100%;
		padding: 0 60px;
		background-color: var(--sec-white-color);
	}

	header.header_secondary .header_language {
		background-color: var(--primary-color);
	}

	.header_language_wrapper {
		position: static;
		background-color: var(--sec-white-color);
	}

	header.header_secondary .header_language_wrapper {
		background-color: var(--primary-color);
	}

	.header_language_wrapper a {
		display: inline-block;
        color: var(--primary-color);
	}

	header.header_secondary .header_language_wrapper a {
		color: var(--sec-white-color);
	}

	.header_language_wrapper .active {
    	background-image: var(--ic-check-blue);
    }

    header.header_secondary .header_language_wrapper .active {
    	background-image: var(--ic-check-white);
    }

	.header_contacts {
		text-align: left;
	}

	.header_contacts .contacts_phone {
        display: block;
        margin-bottom: 16px;
	}

	.header_contacts .contacts_mail {
        display: block;
	}

}

@media (max-width: 660px) {
    .header_right {
        padding: 20px 20px 40px;
    }
    .header_language {
        margin: 0 0 32px -20px;
        padding: 0 20px;
    }
}

@media (max-width: 420px) {
    header.varB .logo {
        width: 140px;
    }
    .mobile_menu_contacts .contacts_phone, .mobile_menu_contacts .contacts_mail {
        padding-left: 26px;
        font-size: 14px;
    }
}*/


.modal_hidden {
	display: none;
}

.modal_wrap {
	display: none;
	opacity: 0;
	position: fixed;
	background-color: rgba(0,0,0,0.9);
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 999;
}

.modal_wrap_table {
	display: table;
	width: 100%;
	height: 100%;
}

.modal_wrap_table-cell {
	display: table-cell;
	width: 100%;
	height: 100%;
	text-align: center;
	vertical-align: middle;
}

.modal_container {
	float: none;
	margin: auto;
	display: inline-block;
	box-sizing: border-box;
}

.modal_close {
	display: block;
	width: 30px;
	height: 30px;
	position: absolute;
	top: 30px;
	right: 32px;
	background-size: 24px auto;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xOC43MDcxIDUuMjkyODlDMTkuMDk3NiA1LjY4MzQyIDE5LjA5NzYgNi4zMTY1OCAxOC43MDcxIDYuNzA3MTFMNi43MDcxMSAxOC43MDcxQzYuMzE2NTggMTkuMDk3NiA1LjY4MzQyIDE5LjA5NzYgNS4yOTI4OSAxOC43MDcxQzQuOTAyMzcgMTguMzE2NiA0LjkwMjM3IDE3LjY4MzQgNS4yOTI4OSAxNy4yOTI5TDE3LjI5MjkgNS4yOTI4OUMxNy42ODM0IDQuOTAyMzcgMTguMzE2NiA0LjkwMjM3IDE4LjcwNzEgNS4yOTI4OVoiIGZpbGw9IiNBQUFBQUEiLz4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik01LjI5Mjg5IDUuMjkyODlDNS42ODM0MiA0LjkwMjM3IDYuMzE2NTggNC45MDIzNyA2LjcwNzExIDUuMjkyODlMMTguNzA3MSAxNy4yOTI5QzE5LjA5NzYgMTcuNjgzNCAxOS4wOTc2IDE4LjMxNjYgMTguNzA3MSAxOC43MDcxQzE4LjMxNjYgMTkuMDk3NiAxNy42ODM0IDE5LjA5NzYgMTcuMjkyOSAxOC43MDcxTDUuMjkyODkgNi43MDcxMUM0LjkwMjM3IDYuMzE2NTggNC45MDIzNyA1LjY4MzQyIDUuMjkyODkgNS4yOTI4OVoiIGZpbGw9IiNBQUFBQUEiLz4KPC9zdmc+Cg==');
}

.modal_close:hover {
	background-size: 26px auto;
}

.modal_close:active {
	background-size: 22px auto;
}