<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {

font-family: "Proxima Nova Regular";
src:local (Proxima Nova Regular),
src: url('../fonts/ProximaNova-Regular.eot');
src: url('../fonts/ProximaNova-Regular.eot?#iefix') format('embedded-opentype'),
url('../fonts/ProximaNova-Regular.woff') format('woff'),
url('../fonts/ProximaNova-Regular.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}


@font-face {

font-family: "Proxima Nova Light";
src:local (Proxima Nova Light),
src: url('../fonts/ProximaNova-Light.eot');
src: url('../fonts/ProximaNova-Light.eot?#iefix') format('embedded-opentype'),
url('../fonts/ProximaNova-Light.woff') format('woff'),
url('../fonts/ProximaNova-Light.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}


@font-face{

font-family: "Proxima Nova Semibold";
src:local (ProximaNova-Semibold),
 src: url('../fonts/ProximaNova-Semibold.eot');
src: url('../fonts/ProximaNova-Semibold.eot?iefix') format('eot'),
url('../fonts/ProximaNova-Semibold.woff') format('woff'),
 url('../fonts/ProximaNova-Semibold.ttf') format('truetype'),
 url('../fonts/ProximaNova-Semibold.svg#webfont') format('svg');
 font-weight: normal;
font-style: normal;

}


@font-face{

font-family: "Proxima Nova Semibold";
src:local (ProximaNova-Semibold),
src: url('../fonts/ProximaNova-Semibold.eot');
src: url('../fonts/ProximaNova-Semibold.eot?iefix') format('eot'),
url('../fonts/ProximaNova-Semibold.woff') format('woff'),
url('../fonts/ProximaNova-Semibold.ttf') format('truetype'),
url('../fonts/ProximaNova-Semibold.svg#webfont') format('svg');
font-weight: bold;
font-style: normal;

}

@font-face {
font-family: "Proxima Nova Bold";
src:local (Proxima Nova Bold),
src: url('../fonts/ProximaNova-Bold.eot');
src: url('../fonts/ProximaNova-Bold.eot?#iefix') format('embedded-opentype'),
url('../fonts/ProximaNova-Bold.woff') format('woff'),
url('../fonts/ProximaNova-Bold.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}

@font-face {
font-family: "Proxima Nova Black";
src:local (Proxima Nova Black),
src: url('../fonts/ProximaNova-Black.eot');
src: url('../fonts/ProximaNova-Black.eot?#iefix') format('embedded-opentype'),
url('../fonts/ProximaNova-Black.woff') format('woff'),
url('../fonts/ProximaNova-Black.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}


@font-face {
	font-family: "Segoe Print";
	src: url('../fonts/segoe_print.eot'); /* IE 9 Compatibility Mode */
	src: url('../fonts/segoe_print.eot?#iefix') format('embedded-opentype'), /* IE &lt; 9 */
		url('../fonts/segoe_print.woff2') format('woff2'), /* Super Modern Browsers */
		url('../fonts/segoe_print.woff') format('woff'), /* Firefox &gt;= 3.6, any other modern browser */
		url('../fonts/segoe_print.ttf') format('truetype'), /* Safari, Android, iOS */
		url('../fonts/segoe_print.svg#segoe_print') format('svg'); /* Chrome &lt; 4, Legacy iOS */
}


body, input, textarea, select {
	font-family: "Proxima Nova Regular" !important;
}

 ul, li {
    margin: 0;
    padding: 0;
    list-style: none;
}

a {
	color: #292929;
}

a:hover {
    color: #7ea3da;
}


.top-menu-activ a {
    color: red;
    text-decoration: none;
}


a.ssil_bot {
    transition: opacity .2s;
    color: #181d65;
    font-size: 16px;
        padding: 10px 21px 10px 20px;
    display: -webkit-inline-box;
}


a.krohi {
	transition: opacity .2s;
	color: #999999;
    font-family: "Proxima Nova Light";
}

.krohi_blok {
    color: #999999;
    font-size: 80%;
    width: 100%;
    border-bottom: 1px solid #dedede;
}
.krohi_cont{
    width: 100%;
    max-width: 1200px;
    text-align: left;
}


a.toppic {
     font-family: "Proxima Nova Light";
     font-size: 16px;
     font-weight: bold;
	transition: opacity .2s;
	color: #fff;
    padding-right: 14px;
}

a.toppic:hover {
	opacity: 0.8;
}


/*** Selection ***/
::selection {
  background: #a1e3ff; /* WebKit/Blink Browsers */
}
::-moz-selection {
  background: #a1e3ff; /* Gecko Browsers */
}

/*** Menu ***/

body #top-menu li, body .bottom-nav li {
	font-weight: normal;
}

#top-menu #menu-item-1007 {
    font-size: 200%;
	padding-right: 28px;
}

#top-menu #menu-item-1007 a {
    color: #63dc94;
    /* ext-shadow: 0 -1px #29c365; */
}

#et-footer-nav .menu-item-1007 {display: none;}

#menu-glavnoe-menyu {text-align: center;}






.nav li ul {
    border-top: 3px solid red;
        top: 27px;
}

.et_mobile_menu li a:hover,
.nav ul li a:hover {
    opacity: 1;
    background-color: transparent;
    color: #c74b40 !important;
 }

#main-header {
	z-index: 100;
	background-color: transparent;
}



body #left-area {padding-top: 0 !important}

.title-icon.icon__badge {
	position: absolute;
    top: -18px;
	margin:0;
	left: 15px;
    font-size: 100%;
    color: #c32328;
}

/* Hide fire icon at mobile */

	#mobile_menu #menu-item-2530 .title-icon.icon__badge {
		display: none;
	}

	#mobile_menu #menu-item-2864 .title-icon.icon__badge {
		display: none;
	}


/* Menu adjust */

#logo.height70 {
	max-height: 70%;
}

.et_fixed_nav.et_show_nav #page-container, .et_non_fixed_nav.et_transparent_nav.et_show_nav #page-container {
    padding-top: 68px;
}

#top-menu li li a {
padding: 0;
    font-family: "Proxima Nova Semibold";
    font-size: 14px;
    color: #7c7d81;
}
/* Menu adjust */


/*** Titles ***/
h1, h2, h3, h4, h5, h6 {
	/*
	text-transform: uppercase;
    letter-spacing: 0.05em;
	*/
	font-family: Proxima Nova Bold, Sans-serif !important;
}

body h1, body h2 {
    text-align: center;
    color: #ffffff;
    padding: 10px 20px;
    line-height: 41px;
    font-weight: lighter;
	position: relative;
    background: #20b1ef;
	/*
	background: linear-gradient(0.25turn, #fff 10%, #20b1ef 20%, #20b1ef 80%, #fff 90%);
	*/
}

body h1 {
	/*
	font-size: 200%;
	background: #41ce79;
	box-shadow: inset 0 -2px #2da25c;
	*/
font-size: 180%;
    background: #ffffff;
    box-shadow: none;
    line-height: 40px;
    padding: 25px 0;
    color: #002a71;
}



body h2 {
	font-size: 250%;
	padding: 10px 20px;
	line-height: 50px;
}

body h3 {
    color: #c32328;
    background: #fff;
}

body .entry-content h3 {
	margin: 15px 0 15px;
    padding: 0px 15px 15px;
}

.et_pb_slide_description &gt; h2.et_pb_slide_title {
	padding: 30px 30px 20px;
}

.et_pb_slide_description &gt; .et_pb_slide_content {
	padding: 20px 30px 30px;
}

.title-icon {
	opacity: 0.5;
	font-size: 120%;
	margin: 0 15px;
}

h1 .title-icon {
	/* margin: 0 25px; */
}

.faq .title-icon {
    position: absolute;
    left: 15px;
    color: #20b1ef;
    opacity: 0.65;
}

footer ul.bottom-nav .title-icon {
	margin-left: 0;
}

/*** Hide text block ***/

body.single-futbolnaya_shkola .et_pb_post .entry-content.text-container,
body.single-sections .et_pb_post .entry-content.text-container {
	padding: 20px 0;
}

.text-container {
    max-height: 200px;
    overflow: hidden;
    position: relative;
    transition: max-height 2s;
}

.text-container:hover {
    max-height: 9999px;
}

.text-container:hover:after {
	opacity: 0;
}


.text-container:after {
    content: '';
    display: block;
    width: 100%;
    position: absolute;
    bottom: 0;
    height: 200px;
    background-image: linear-gradient(transparent 30%, white 80%);
	opacity: 1;
	transition: opacity 0.6s;
}

/***** Hide text block */

/*** Button ***/

/* main page slider button */
html body.home #page-container .et_pb_slider .et_pb_slide .et_pb_button {
    color: white!important;
    border-color: #ffffff;
    padding: 12px 50px!important;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    background-color: red;
}

html body.home #page-container .et_pb_slider .et_pb_slide .et_pb_button:hover {
    opacity: 1;
    background-color: #1f9b5a;
    border-color: #ffffff;
}

.button {
margin: 0 0 0 5px;
    text-indent: -9999px;
    cursor: pointer;
    width: 23px;
    height: 20px;
    float: left;
    text-align: center;
    background: url(../images/buttons.png) no-repeat;

}


.button_green:hover {
	background-color: #006736;
    cursor: pointer;
}

.button_green{
    background-color: #2973ba;
    margin: 0;
    padding: 7px 24px;
    font-size: 110%;
    color: #FFFFFF;
    border-radius: 10px;
    background-image: url(../img/fon-but.png);
}


.button_green_2:hover {
	background-color: red;
    cursor: pointer;
    color: #fff;
}

.button_green_2{
-webkit-appearance: none;
    background-color: #000000;
    margin: 8px;
    font-size: 120%;
    color: #f7bf38;
    overflow: visible;
    text-transform: none;
    display: inline-block;
    box-sizing: border-box;
    padding: 9px 5px;
    vertical-align: middle;
    line-height: 20px;
    text-decoration: none;
    text-align: center;
    width: 100%;
    height: auto;
    font-family: "Russo One";
    border: 1px solid #fff;

}


.button_green_3 {
    background-color: #006736;
    margin: 0;
    padding: 7px 24px;
    font-size: 110%;
    color: #fded02;
        margin-bottom: 15px;
    text-align: center;
}

.button_green_3:hover {
	background-color: red;
    cursor: pointer;
}


.bottom-nav li:nth-last-child(2) {
	padding-right: 0;
}

.bottom-nav li:last-child {
	display: none;
}

#main-content .container {padding-top: 0;}

header .container {
    width: 100%;
}

/*** HOMEPAGE slider ***/
span.et_parallax_bg.et_pb_parallax_css {
       /* filter: contrast(125%) brightness(110%) saturate(100%); */
}

.et_pb_slides:before {
    /*
	content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 100;
    background-color: rgba(162, 227, 255, 0.15);
	*/
}

.et_mobile_device .et_pb_slide_0.et_pb_slide .et_pb_slide_overlay_container {
    background-color: rgba(23, 60, 76, 0.2);
}

/*** HOMEPAGE ***/

.home h2.et_pb_slide_title {
    line-height: normal;
}

.home h2 {
color: #3f3f3f;
    background: transparent;
    font-size: 150%;
        line-height: 25px;
}

/***** HOMEPAGE */

/*** FAQ ***/
.et_pb_section.faq {
    padding-top: 0;
}

.accordion_item .title_block {
	cursor: pointer;
	box-shadow: none;
    margin-top: 10px;
    padding: 15px 20px 15px;
	padding-left: 65px;
	transition: box-shadow .2s;
}

.accordion_item .title_block.open {
	box-shadow: inset 0 -2px 0 0 #a2e3ff;
}

.accordion_item .title_block:hover {
	opacity: 0.8;
}

.accordion_item:nth-child(even) .title_block {
	background-color: rgba(162, 227, 255, 0.25);
}

.accordion_item .info {
    padding: 15px 20px 20px;
	display: none;
}

/*** FAQ ***/

/*** Photo ***/
figcaption {display: none}


/*** ABOUT ***/

body.page-template-page-about .entry-content h2 {
	box-shadow: inset 0 -4px 0 0px #a2e3ff;
	color: #20b1ef;
	background: #fff;
}

body.page-template-page-about .entry-content &gt; .et_pb_section {
   padding: 20px;
}

body.page-template-page-about .entry-content .et_pb_row {
    background: white;
    padding: 20px 40px;
}

/*** REVIEWS ***/

.academy-reviews .et_pb_text_inner {
	box-shadow: 0 0 0 4px #a2e3ff;
}

/*** Sections ***/

/*** Single sections ***/
body.futbolnaya_shkola-template-default #et-main-area .container,
body.sections-template-default #et-main-area .container {
	max-width: none;
	width: 100%;
}

.partners-container,
.default-container,
.getThere-container,
.coaches-container,
.slider-container,
.schedule-container,
.container-sections-addresses,
body.futbolnaya_shkola-template-default #et-main-area .contact-container,
body.sections-template-default #et-main-area .contact-container,
body.futbolnaya_shkola-template-default #main-footer .container,
body.sections-template-default #main-footer .container {
     max-width: 95%;
	margin: 0 auto;
}

.futbolnaya_shkola-template-default .et_pb_post h2 {
    margin-top: 0;
}

.fullwidth.getthere {
	/*
	background: #ddf5ff;
	padding: 0;
	*/
	background: #20b1ef;
    padding: 20px 10px 30px;
    box-shadow: 0 4px #4ec7fa;
}

.getThere-container {
    padding: 20px 0;
}

.spoiler {
	display: none;
}

.slider-container {
    margin: 0 auto;
        padding: 10px;
}

/*** Sections. Get there block ***/

body.single-futbolnaya_shkola .oneMap,
body.single-sections .oneMap {
	border-bottom: none;
}

h2.getThere {
	margin: 0;
	background-color: #a2e3ff;
    /*
	padding: 2px;
    font-size: 180%;
	*/
	transition: background-color 0.6s;
	/* box-shadow: inset 0 -4px 0 0px #4ec7fa; */
	box-shadow: none;
	cursor: pointer;
}

h2.getThere.uncollapsed {
	background-color: #20b1ef;
}

/*
h2.getThere:active {
	padding-top: 3px;
	padding-bottom: 1px;
}
*/

h2.getThere:hover {
	background-color: #20b1ef;
}

h2.getThere .title-icon {
	font-size: 100%;
}

#getThere &gt; ul.tabs-ul {
    padding-bottom: 0;
	padding-left: 0;
	width: 100%;
}

#getThere &gt; .tabs-divs {
	margin-top: -4px;
}

.getThere-desc {
	padding: 15px;
	background: transparent;
	color: #fff;
}

.getThere-map {
	/* display: none; */
    border: 4px solid white;
    line-height: 0;
}

/***** Sections. Get there block */

.futbolnaya_shkola-template-default.single .et_pb_post,
.sections-template-default.single .et_pb_post {
	margin-bottom: 0;
}

/* Groups table */

.groups-table {
    min-width: 200px;
    background-color: white;
    position: absolute;
    z-index: 1000;
	max-width: 420px;
    padding: 20px;
    top: 150px;
    left: 15%;
    box-shadow: 0 0 0 4px #a2e3ff;
    border-radius: 2px;
	display: none;
}

.groups-table.groups-short {
    position: relative;
    top: 0;
    left: 0;
    padding: 0;
    font-size: 13px;
	box-shadow: none;
	line-height: 20px;
}

.group-table-caption {
	box-shadow: 0 1px 0 0 #a1e3ff;
    padding: 0px 15px 2px 0;
	color: #20b1ef;
	font-weight: bold;
	text-align: center;
}

.group-table-caption .title-icon {
	color: #20b1ef;
    opacity: 0.65;
}

.group-list {
    list-style-type: none !important;
    padding: 0 !important;
    column-count: 2;
	display: flex;
    flex-wrap: wrap;
	max-height: 200px;
    overflow-y: auto;
}

.group-day:nth-child(1) {
    margin: 0 auto;
}

.group-day {
	text-align: center;
}

.group-day {
    padding: 15px 0 0px;
    text-transform: uppercase;
    letter-spacing: 0.65px;
    font-size: 85%;
	display: inline-block;
    max-width: 50%;
}

.group_schedule {
    /*
	display: table;
    width: 100%;
    padding: 0 5px;
	*/
	display: inline-block;
}

.group-time-n-age {
    display: table-row;
	display: inline-block;
	text-align: center;
	margin: 0 auto;
	width: 100%;
}

.group-age,
.group-time {
   display: table-cell;
   display: inline-block;
}

.group-age &gt; *,
.group-time &gt; * {
    display: inline-block;
	padding: 0 5px;
}

.group-time-n-age .fa {
	margin-right: 5px;
    color: #20b1ef;
    opacity: 0.65;
}

.group-age {
    text-align: left;
}

.group-time {
    text-align: right;
}

.group-age-from-to {
    color: #0e93cc;
}
/*
.group-age-from-to:before,
.group-age-from-to:after {
	content: "(";
	display: inline-block;
}

.group-age-from-to:after {	content: ")"; }*/

.group-time-start-end i.fa.fa-clock-o {
    opacity: 0.35;
    font-size: 90%;
}

/** Groups table */

.schedule-container {
	margin: 0 auto;
	overflow: hidden;
}

.schedule-container iframe {
	margin-top: -60px;
}

/*** Abonement ***/

/*** Sections. Abonement block ***/

.abonement-container {
    padding: 0px 0 20px;
}

.fullwidth.abonement h2 {
    line-height: 80px;
}

body .discount &gt; h3 {
	text-transform: uppercase;
    letter-spacing: .1em;
    padding: 15px 15px;
    margin-bottom: 0;
    background: #fff;
    color: #69cf90;
    line-height: 80px;
    box-shadow: none;
    font-size: 300%;
    text-align: center;
	font-weight: lighter;
}

.discount &gt; h3 &gt; i.title-icon {
    font-size: 100%;
}

.discount_row {
    padding: 0 0 0 4.4em;
}

.abon_text {
    margin-top: 30px;
    padding: 0 15px;
}

#left-area .abon_text ul {
    padding-left: 23px;
}

body .abonement-container .abon_text h3 {
    background: transparent;
    color: #fff;
	font-size: 150%;
    font-weight: bold;
    box-shadow: inset 0 -2px 0 0px #20b1ef;
	margin-bottom: 10px;
}

.session_off {
    color: #5e9eff;
	padding-left: 30px;
	margin-bottom: 10px;
}

.abonement {
	/*
	background-color: rgba(161, 227, 255, 0.5);
	*/
    background: LINEAR-gradient(#fff 33%, #20b1ef 33%, #ffffff 100%);
}

.abonement.sales_remove {
    background: LINEAR-gradient(#fff 30%, #20b1ef 30%, #20b1ef 100%);
    padding-bottom: 40px;
}

.abon {
	background: #4ec7fa;
    color: white;
    margin: 0px auto;
    border: 4px solid #20b1ef;

    background-image: url(/wp-content/uploads/2017/10/angelovo_logo.png);
    background-repeat: no-repeat;
    background-position: 97% 10px;
    background-size: 44% auto;
    padding: 20px 15px;
	/*
	position: relative;
    top: -135px;
    margin-bottom: -135px;
	*/
	/*
	background: #ffffff;
    color: inherit;
    position: relative;
    top: -150px;
    margin: 20px auto;
    margin-bottom: -150px;
    border: 4px solid #0e93cc;
    */
}

.fullwidth.sales {
    /*
	background: LINEAR-gradient(#ffffff 20%, #20b1ef 100%);
	*/
	background: LINEAR-gradient(#ffffff 20%, #fff 35%, #ffffff 65%, #20b1ef 100%);
}

.discount-container {
	/*
	text-align: center;
	*/
    padding: 20px 0 120px;
}

.discount {
	padding: 0px 0 40px;
	z-index: 10;
    BACKGROUND: #fff;
    box-shadow: inset 0 0 0 3px rgba(32, 177, 239, 0.35);
}

.discount_rows {
    padding-top: 15px;
    background: linear-gradient(#fff 0%, transparent 85%);
}

.discount_row,
.abon_table {
    display: table;
}

.abon_table {
	width: 100%;
	border-collapse: collapse;
}

.abon_row {
	display: table-row;
}

.discount_row &gt; div,
.abon_row &gt; div {
	display: table-cell;
	vertical-align: middle;
}

.abon_icon {
	width: 60px;
}

.abon_pricing {
    background: rgb(78, 199, 249);
    color: #fff;
    /* box-shadow: inset 0 0px 0 2px #20b1ef;*/
	border: 2px dashed #20b1ef;
}

.abon_pricing .abon_icon &gt; i {
    font-size: 200%;
}

.abon_pricing .abon_desc {
    padding: 30px 0 15px;
}

.abon_pricing:last-child .abon_desc {
    padding: 15px 0 30px;
}


.abon_desc,
.discount_desc {
	padding: 5px 20px;
    font-size: 135%;
    font-weight: lighter;
}

.abon_desc {
    padding-left: 10px;
	font-weight: bold;
}

.abon_desc {
	font-size: 150%;
	text-transform: uppercase;
    letter-spacing: .05em;
}

.abon_pricing .abon_desc {
    font-weight: lighter;
    text-transform: none;
    font-size: 175%;
}

.abon_pricing .abon_desc i.marker {
	margin-left: 0;
	color: #fff;
}

.abon_row.abon_pricing .abon_desc {
    padding: 20px 0;
}

.abon_desc_pricing {
    padding: 12px 0;
}

.abon_icon &gt; i,
.session_off {
    font-size: 350%;
    line-height: 166%;
    color: #42ce79;
    font-weight: lighter;
}

.abon_icon &gt; i {
	color: white;
	opacity: 1;
}

.session_off {
    padding-left: 30px;
    margin-bottom: 10px;
}

.abon_price {
	font-size: 175%;
}

.abon_price {
	margin: 0 5px;
	font-weight: bold;
}

.abon_price .title-icon {
    opacity: 1;
    font-size: 85%;
    position: relative;
    top: 1px;
    margin: 0 5px;
    transform: scale(0.7);
}
/***** Abonement */

/*** Coaches ***/

.coaches-template-default .coach-more.button {
	display: none;
}

	.our-coaches-layout.layout-line {
		text-align: center;
	}

.coach-info .coach-icons {
    display: table;
	margin: 0 auto;
}

.coach-info .coach-icons &gt; div {
    display: table-row;
}

.coach-info .coach-icons &gt; div &gt; * {
    display: table-cell;
	padding: 3px 0;
}

.coaches-template-default .our-coaches-layout.layout-line .coach-info {
    max-width: 100%;
    width: 100%;
}

.coaches-template-default .coach-info-top-right {
	padding: 20px 20px 0;
}

.fullwidth.coaches {
    padding: 60px 0 20px;
}

.fullwidth.abonement &gt; h2,
.fullwidth.coaches &gt; h2 {
    background: #fff;
    color: #0e93cc;
    box-shadow: none;
    /* box-shadow: inset 0 -2px 0 0px #e0f5ff; */
}

.coaches-container {
	margin: 40px auto;
}

.our-coaches-grid {
	text-align: right;
	color: #a2e3ff;
}

.layout-switch-text {
    display: inline-block;
    vertical-align: super;
    padding: 0 10px;
    text-transform: uppercase;
    font-size: 80%;
    color: #55c9fb;
}

.layout-switch-button {
    font-size: 200%;
	width: 28px;
}

#layout-switch {
	position: relative;
	cursor: pointer;
}

#layout-switch:hover {
	opacity: 0.8;
}

.coach-info {
    width: 100%;
    display: inline-block;
    vertical-align: top;
	padding: 20px;
	transition: box-shadow .2s;
    text-align: center;
}

.coach-text.coach-text-more {
    padding: 0 20px 20px;
    margin-top: -10px;
}

.coaches-template-default .coach-info {
	text-align: left;
}

/* One line layout */
.our-coaches-layout.layout-line .coach-info {
	/*
	max-width: 100%;
	width: 100%;
	*/
	max-width: 50%;
	width: 50%;
	margin-bottom: 40px;
}

.our-coaches-layout.layout-line .coach-info-experience {
	display: none;
}

.layout-single.our-coaches-layout.layout-line .coach-info-experience {
	display: block;
}
/* One line layout */

/*
.coach-info:hover {
	box-shadow: inset 0 0 0px 2px #a2e3ff;
}
*/

.layout-single .coach-info:hover {
	box-shadow: none;
}

.coach-info-top {
	/*
	display: table;
	padding: 20px 0;
	*/
	padding: 0;
}

.coach-info-top &gt; * {
	/*
	display: table-cell;
	*/
	display: block;
    width: 100%;
    text-align: center;
}

.coach-photo {
    width: 150px;
    height: 150px;
    border-radius: 50%;
	background-size: cover;
    box-shadow: inset 0 0 0 3px #a2e3ff;
	background-image: url(/img/no-photo.png);

	margin: 0 auto;
}

/*
.coach-info:nth-child(even) .coach-photo {
	background-image: url(images/no-photo-invert.png);
}
*/

.coach-info-top-right {
	padding: 0 20px;
	/*
	max-width: 70%;
	*/
	max-width: 100%;
}

.coach-name {
	/*
    font-size: 29px;
    font-weight: bold;
    line-height: 36px;
	padding-bottom: 8px;
	*/

    font-size: 22px;
    font-weight: bold;
    line-height: 32px;
    padding-bottom: 0px;
    max-width: 80%;
    margin: 20px auto 15px;
    word-break: break-word;
}

.coach-icons {
    text-align: left;
    display: inline-block;
}

.coach-info-experience &gt; * {
	/*
	max-height: 120px;
	overflow: hidden;
	position: relative;
	cursor: pointer;
	*/

    margin-bottom: 0;
    margin-top: 20px;
	text-align: left;
}

.faq &gt; * &gt; .title_block,
.coach-info-experience &gt; * .coach-label {
	transition: background-color .2s;
}
/*
.coach-info-experience &gt; *:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 30px;
    background-image: linear-gradient(0, 50% #fff);
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 85%, rgba(255,255,255,1) 99%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 85%,rgba(255,255,255,1) 99%);
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 85%,rgba(255,255,255,1) 99%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
}*/

.title_block,
.coach-label {
    font-size: 125%;
    font-weight: bold;
    /* background-color: #a2e3ff; */
	box-shadow: inset 0 -2px 0 0 #a2e3ff;
    /* border-radius: 0; */
    text-align: left;
    color: #425a65;
    text-transform: uppercase;
    padding: 7px 10px 4px;
}

.coach-label {
    text-align: center;
	/*
	background: linear-gradient(0.25turn, #fff 10%, #20b1ef 20%, #20b1ef 80%, #fff 90%);
	*/
	background: rgba(32, 177, 239, 0.75);
	color: #fff;
	box-shadow: none;
}

.title_block {
	line-height: 150%;
	text-transform: none;
	margin-top: 20px;
}

.coach-text {
    padding: 20px 20px;
}

.coach-info-experience &gt; *:active {
	opacity: 0.8;
}

.coach-info-experience &gt; *:hover .coach-label {
	/*
	background-color: rgba(162, 227, 255, 0.25);
	*/
	background: rgba(32, 177, 239, 1);
}

/*** Coach v2 ***/
.coach-more {
    display: inline-block;
    text-align: center;
    line-height: 20px;
    background: rgba(32, 177, 239, 0.75);
    color: #fff;
    padding: 5px 10px;
    border-radius: 3px;
    margin-top: 15px;
}

.layout-single .coach-more {
	display: none;
}

.coach-info:nth-child(even) {
    /*
	background-color: rgba(161, 227, 255, 0.25);
	*/
	box-shadow: inset 1px 0 0px rgba(161, 227, 255, 0.35);
}

.coach-sections, .coach-license, .coach-kids {
	margin: 8px 0;
}

.coach-sections &gt; * {
    display: inline-block;
}

.coach-info-top-right i {
    width: 24px;
    text-align: center;
    margin-right: 10px;
    opacity: 1;
    display: inline-block;
    padding: 5px 0;
    background-color: #a1e3ff;
    color: #2393cc;
    border-radius: 2px;
}

/***** Sections */

/*** Single post ***/

body.single-post #main-content .container {
    width: 100%;
    max-width: 100%;
 /*   padding-top: 0;	*/
}

body.single-post h1 {
	max-width: 1080px;
	margin: 0 auto;
	padding: 30px 0;
	line-height: normal;
}

body.single-post.et_pb_pagebuilder_layout .entry-content, body.single-post.et_pb_pagebuilder_layout .et_pb_post .entry-content {
	padding-top: 20px;
	/* border: 4px solid rgba(32, 177, 239, 0.9); */
    border-top: none;
}

body.single-post .et_pb_row {
	padding-top: 0px;
}

body.single-post .et_pb_section {
    padding: 0;
}

body.single-post.et_pb_pagebuilder_layout.single.et_full_width_page #page-container .et_pb_row {
	width: 100%;
}

body.single-post.et_pb_pagebuilder_layout.et_full_width_page .et_post_meta_wrapper {
    padding-top: 0;
	position: relative;
}

body.single-post.et_pb_pagebuilder_layout.et_full_width_page .et_post_meta_wrapper &gt; img {
    display: block;
/*	border: 4px solid rgba(32, 177, 239, 0.9); */
    border-bottom: none;
	border-radius: 4px;
    /*border-top: none;	 */
	width: auto;
	max-height: 450px;
	margin: 0 auto;
}

body.single-post #left-area .post-meta__container {
	font-size: 85%;
	padding: 8px 0 16px;
}

body.single-post #left-area .post-meta,
body.single-post #left-area .post-meta__category {
	padding: 8px 0px;
    margin: 0;
    font-size: 120%;
    /*
	position: absolute;
    bottom: 0;
	color: white;
	background: rgba(32, 177, 239, 0.9);
	*/
    width: 100%;
	opacity: 0.65;
}

body.single-post #left-area .post-meta .title-icon {
	margin: 0 8px;
}

body.single-post #left-area .post-meta__category .title-icon {
	margin: 0 8px 0 0;
}

body.single-post .entry-content {
	position: relative;
    /*
	max-width: 1080px;
	margin: auto;
	*/
	max-width: 700px;
	margin: 0;
    padding: 20px 30px;
    font-size: 125%;
    line-height: 175%;
}


/*** VIdeo gallery ***/

body section #huge_it_videogallery {
    padding: 20px;
    display: block;
    min-height: 100%;
    text-align: center;
    margin-bottom: 0;
    background-color: transparent;
    box-shadow: none;
}

/*** VIdeo gallery ***/


.excerpt {
    background-color: #a1e3ff;
    color: #006089;
    padding: 8px;
    font-size: 100%;
    line-height: 25px;
}

.excerpt .container {
	text-align: center;
}


/*** Slider ***/

.slider-updates .owl-carousel .owl-item {
    min-height: auto !important;
    overflow: hidden;
}

.slider-n-thumbnail .slider-container .slider .content img {
    width: 100%;
    max-height: 240px;
}

.futbolnaya_shkola-template-default .contact-about .photo-more{
	display: none;
}

.contact-about:hover .photo-more {
	opacity: 1;
}

.contact-about:hover .photo-more .button {
	transition: filter .4s;
}

.contact-about:hover .photo-more .button:hover {
	opacity: 1;
	filter: brightness(1.1);
}

.photo-more {
	opacity: 0;
	transition: opacity .4s;
    width: 100%;
    display: flex;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    position: absolute;
    text-align: center;
    align-items: center;
    justify-content: center;
	z-index:2;
}

.button.button-more {

}

.slider-container{
   position: relative;
   display: block;
  }

  #main-content .owl-carousel {
	  list-style-type: none;
	  padding: 0;
  }

  .slider-container .slider .content img{
   width: auto;
   /*height: 400px;*/
   margin: 0 auto;
  }

  .slider-container.slider-container-map .slider .content img {
	   /* height: 240px; */
  }

  .slider-container .slider-controls a{
   position: absolute;
   top: 38%;
   z-index: 99;
color: #a9a9a9;
  }

  .slider-container .owl-theme .owl-dots .owl-dot span {
	  background: #ccc;
  }

  .owl-dots{
      display: none;
  }

  .slider-container.slider-container-map .owl-theme .owl-dots .owl-dot {
	  zoom: 0.8;
  }

  .slider-container.slider-container-map .owl-theme .owl-nav.disabled+.owl-dots {
	margin-top: -23px;
    /*top: -20px;*/
    position: relative;
  }

  .slider-container.slider-container-map .slider-controls a{
	  transition: left .2s, right .2s;
  }

  .about-img-wrap:hover .slider-container.slider-container-map .slider-controls a.slider-left{
	left: 5px;
  }

  .slider-container .slider-controls a.slider-left{
	left: -30px;
  }

  .slider-container.slider-container-map .slider-controls a.slider-left{
   /* left: -30px; */
   left: -20px;
  }

  .about-img-wrap:hover .slider-container.slider-container-map .slider-controls a.slider-right{
	  right: 5px;
  }

  .slider-container .slider-controls a.slider-right{
	right: -30px;
  }
  .slider-container.slider-container-map .slider-controls a.slider-right{
   /* right: -30px; */
   right: -20px;
  }

  .thumbnail-slider-container{
   margin-top: 5px;
  }
  .thumbnail-slider .content{
   padding:5px;
  }
  .thumbnail-slider .owl-item.active.center{
   border: 3px solid #333333;
  }

	#thumbnailSlider {
		max-width: 800px;
		margin: 0 auto;
	}

	.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
background: #c32328;
	}

	/*
	.fa.fa-2x.fa-chevron-left,
	.fa.fa-2x.fa-chevron-right	{
		color: #20b1ef;
	}*/


.slider-n-thumbnail .owl-item .item:before {
		    box-shadow: inset 0 0 0 1px #eaeaea;
		content: "";
		border-radius: 4px;
		display: block;
		width: 100%;
		height: 100%;
		position: absolute;
}

.slider-n-thumbnail .owl-item .item img { border-radius: 4px; }

.updates-container {
	padding: 30px 0 20px;
    background-image: url(../img/fon_anons.jpg);
  background-repeat: no-repeat;
  background-position: center;
}

.slider-n-thumbnail {
    /* background-color: #20b1ef; */
    padding: 50px 0 20px;
}


/***** Single sections */

/*** MAP SECTIONS ***/

.home .map-container {
    padding: 20px 0 40px;
}

#left-area ul.group-list {
	line-height: 20px;
}

.oneMap-wrap {
  position:relative;
  width: 100%;
  height: 700px;
}
.oneMap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom:0;
  border-bottom: 4px solid #a2e3ff;
}

body.futbolnaya_shkola-template-default #et-main-area .contact-container,
body.sections-template-default #et-main-area .contact-container {
	position: relative;
    width: 80%;
    margin: auto;
}

.contact-block {
  position:relative;
  z-index: 500;
  top: 20px;
}

/*
.contact-block .title-icon {
	margin-left: -28px;
    font-size: 24px;
    position: absolute;
}
*/

.contact-block .title-icon {
	margin-left: 0;
    font-size: 12px;
    position: relative;
    margin-right: 5px;
	opacity: 0.85;
}

.contact-about {
  width:360px;
  /*box-shadow: 3px 0 7px 0 rgba(0,0,0,.2);*/
	box-shadow: 2px 2px 0px 2px rgba(0,0,0,.1);
  float:left;
}

.contact-nav {
  float:left;
  margin-left: 3px;
}
.about-title {
	/* background: #42ce79;	*/
	background: #fff;
    font-size: 14px;
    line-height: 24px;
    padding: 15px 20px;
	/*padding-left: 46px;*/
    text-transform: uppercase;
	letter-spacing: 1px;
    width: 100%;
}

.about-title &gt; a {
	color: #0e93cc;
}

.about-phone &gt; a {
	color: #0e93cc;
}

.about-title-stadium,
.about-title-subway {
    display: table;
}

.about-title-stadium &gt; *,
.about-title-subway &gt; * {
    display: table-cell;
}

.metro-icon {
	width: 15px;
    height: 15px;
    background-size: 100% 100%;
    /* filter: grayscale(1) brightness(150); */
    position: relative;
    left: -3px;
    top: -1px;
	background-image:url(/img/metro.svg);
}

.stadium-icon {
	width: 15px;
    height: 15px;
    background-size: 100% 100%;
    position: relative;
    left: -3px;
    top: -1px;
	background-image:url(/img/stadium_green.svg);
}

.about-img-wrap {
  /*height:240px;*/
  height:auto;
  overflow:hidden;
  width:100%;
  background-color: white;
  position: relative;
}
.about-img-img {
  /*height: 100%;*/
  min-width:100%;
}
.about-workTime {
  background: white;
  color: #7e7f84;
	padding: 0px 20px 15px 20px;
}
.about-phone {
  color: white;
  font-size: 14px;
  background: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 10px 20px;
  text-align: center;
}

.about-phone .button.button-green {
	font-size: 18px;
	font-weight: lighter;
	background-color: #42ce79;
    border: 1px solid #32ab62;
}

.about-phone &gt; a {
    padding: 10px 0 5px;
    display: block;
    font-size: 18px;
	}

.contact-x,
.contact-next, .contact-prev {
  width:50px;
  height:100px;
  cursor: pointer;
  box-shadow: 3px 0 7px 0 rgba(0,0,0,.2);
}

.contact-x {
	background: url(/img/contacts-x.png) center center no-repeat,#20b1ef;
	height:50px;
	margin-bottom: 3px;
	display: none;
}

.contact-next {
  background: url(/img/contacts-next.png) center center no-repeat,#20b1ef;
}
.contact-prev {
  margin-top:3px;
  background: url(/img/contacts-prev.png) center center no-repeat,#20b1ef;
}
.contact-next.disable, .contact-prev.disable {
  opacity: 0.7;
}

.container-sections-addresses {

/*    color: #20b1ef;*/
padding: 20px 25px 10px 50px;
}

.under-map-list {
	/*
	column-count: 4;
	column-gap: 45px;
	*/
	display: flex;
	flex-wrap: wrap;
}
.container-sections-addresses .under-map-list &gt; li {
	display: inline-block;
	width: 25%;
	position: relative;
	vertical-align: top;
	padding-bottom: 10px;
	padding-left: 24px;
}

.container-sections-addresses .under-map-list .title-icon {
    display: inline-block;
    position: absolute;
    left: -14px;
    top: 2px;
    font-size: 18px;
    color: #a2e3ff;
    opacity: 1;
	z-index: 10;
	transition: color 0.2s;
}

.under-map-list a {
	display: inline-block;
	width: 100%;
}

.under-map-list &gt; li:hover .title-icon {
	color: #20b1ef;
}

.under-map-list .address-title {
	text-transform: uppercase;
}

.under-map-list .address {
	color: #888;
	font-size: 80%;
    max-width: 88%;
    line-height: 15px;
}

.about-title .about-title-heading {
	font-size: 120%;
	margin-bottom: 3px;
}

.about-title-stadium,
.about-title-subway,
.about-title-address {
    line-height: 18px;
    font-size: 90%;
    opacity: 0.8;
    text-transform: CAPITALIZE;
    padding-left: 8px;
}

.about-title &gt; a &gt; div &gt; span {
    padding-left: 3px;
}

/***** MAP SECTIONS */

/*** NEWS ***/

/* pagination */

.pagination h2 {
	display: none;
}

.nav-links {
    padding: 30px 0;
	text-align: center;
}

.page-numbers {
    padding: 4px 10px;
    background: #e8f8ff;
    font-size: 150%;
    border-radius: 2px;
    font-weight: normal;
    color: #0e93cc;
	margin: 0 2px;
}

span.page-numbers.current {
    background: #b5e9ff;
    color: #fff;
}


.single .et_pb_post {
	margin-bottom: 27px;
}

.article-header {
    padding: 30px;
 /* display: table; */
    max-width: 1080px;
    margin: 0 auto;
}

.article-header &gt; * {
	/*
	display: table-cell;
	vertical-align: top;
	*/
}

.article-title {
    /*
	width: 66%;
    padding: 0 30px;
	*/
}

.single.et_pb_pagebuilder_layout.et_full_width_page .et_post_meta_wrapper.article-thumbnail {
	/*
	width: 33%;
	max-width: 33%;
	*/
	width: 100%;
	max-width: 700px;
    margin: 0 auto;
}

body.single-post article {
    max-width: 700px;
    margin: 0 auto;
}

body.single-post .article-title h1 {
    text-align: left;
    padding: 0;
    line-height: normal;
    font-size: 250%;
	font-weight: 700;
    text-transform: none;
    letter-spacing: normal;
}

body.single-post .entry-content h2 {
	box-shadow: none;
    color: #0e93cc;
    background: none;
    text-align: left;
    padding: 0;
    line-height: normal;
    font-size: 200%;
    font-weight: 400;
    text-transform: none;
    letter-spacing: normal;
}

body.single .slider-n-thumbnail {
    background-color: #cef0ff;
}

ul a.slider-title {
    position: absolute;
    width: 100%;
    padding: 10px 15px;
    bottom: 0;
    background: #feed01;
    color: #1e2943;
    text-transform: uppercase;
    font-weight: bold;
    text-align: -webkit-center;
    line-height: initial;
}

.list-updates {
	padding: 30px 0;
}

.list-updates li a {
	font-weight: bold;
	color: #425a65;
	padding: 10px 0;
	display: inline-block;
}

.list-updates li {
	transition: box-shadow .2s;
}

.list-updates li:nth-child(even) {
    background-color: rgba(162, 227, 255, 0.25);
}

.list-updates li:hover {
	box-shadow: inset 0 -2px 0 0px #a2e3ff;
}

.list-updates li &gt; i,
.list-updates li &gt; span {
	transition: opacity .2s;
}

.list-updates li:hover &gt; i,
.list-updates li:hover &gt; span {
	opacity: 0.8;
}

.list-updates .title-icon {
	vertical-align: middle;
/*
	color: #20b1ef;
    opacity: 0.65;
*/
    color: #2393cc;
    opacity: 1;
}

.loaded {
/*	display: none;*/
}

.title-date {
    padding: 5px 5px 3px;
    font-size: 80%;
    margin-right: 15px;
    background: #2393cc;
    color: #ffffff;
    border-radius: 2px;
    letter-spacing: 1px;
    line-height: 14px;
    display: inline-block;
}

.button {
	cursor: pointer;
	transition: filter .4s;
    background-position: -3px 2px;
}

.button:hover {
	opacity: 1;
	filter: brightness(1.1);
}

.button-loadmore {
    display: block;
    text-align: center;
    background-color: #e8f8ff;
	color: #0e93cc;
    font-size: 90%;
    font-weight: normal;
    margin: 0;
	transition: background-color .6s, color .6s;
}

.button-loadmore:hover {
	background-color: #a2e3ff;
	color: #fff;
}

/*** News blog update ***/
.list-blog {
	display: table;
	border-collapse: collapse;
	/* border: 10px solid #e8f8ff;     */
}

.item-blog {
	display: table-row;
	/*box-shadow: inset 0 0 0px 10px #e8f8ff; */
    background: #e8f8ff;
	/* border-bottom: 2px solid rgba(14, 147, 204, 0.35); */
	border-bottom: 10px solid rgb(255, 255, 255);
}

.item-blog &gt; div {
	display: table-cell;
	vertical-align: top;
	padding: 15px;
}

.item-blog__info {
	background: #fff;
	box-shadow: inset -10px 0 0 5px #e8f8ff, inset 0 10px 0 5px #e8f8ff, inset 0 -10px 0 5px #e8f8ff;
}

body .item-blog__info .item-blog__title h2 {
    font-size: 200%;
    letter-spacing: normal;
}





.item-blog__info-wrapper {
	padding: 15px 10px 10px;
}

.item-blog__excerpt {
	padding: 25px 0 10px;
}
/***** News blog update */

/*** News block update 17.01.2019 ***/
ul.list-blog {
        display: flex;
    flex-flow: row wrap;
    max-width: 80rem;
    padding-bottom: 15px;
    justify-content:space-evenly;
}

li.item-blog {
     flex-basis: 21%;
     background: #fff;
     border: 1px solid rgba(140, 140, 140, 0.33);
     display: block;
     margin: 15px;
	 position: relative;
}

.item-blog &gt; div {
    display: block;
    width: 100%;
    vertical-align: top;
    padding: 0;
}

.item-blog__thumb {
    display: block;
    vertical-align: top;
    padding: 0;
    width: 100%;
}

.item-blog__info {
    box-shadow: none;
    background: #fff;
}

p.item-blog__excerpt {
    display: none;
}

body .item-blog__info .item-blog__title h2 {
    font-size: 150%;
}

.item-blog__info-wrapper {
    padding: 10px 15px 33px;
}

.item-blog__category, .item-blog__date {
    margin-bottom: 5px;
}

.item-blog__date {
	font-size: 85%;
    position: absolute;
    bottom: 0px;
    margin-bottom: 3px;
    font-size: 85%
}

body .item-blog__info .item-blog__title h2 {
    font-size: 150%;
    padding: 5px 0 10px;
}

/***** News block update 17.01.2019 */



/*** PARTNERS ***/



.partners-list {
	display: table;
	margin: 20px 0px 60px;
    border-collapse: collapse;
}

.partner-item {
    display: table-row;
	border-bottom: 20px solid transparent;
}

.partner-item &gt; * {
    display: table-cell;
	vertical-align: top;
}

.partner-logo {
    width: 300px;
}

.partner-info {
    padding: 20px 20px;
}

body .item-blog__title h2,
body .partner-info h2 {
    background: transparent;
	padding: 0;
    color: #0074be;
    font-size: 125%;
	line-height: normal;
    text-transform: none;
    font-weight: normal;
    box-shadow: none;
    text-align: left;
}
/***** PARTNERS */

/*** FOOTER ***/

#main-footer {
background-color: #002a71;
    background-size: 75%;
    color: #fff;
    font-family: "Proxima Nova Regular";
    height: auto;
    border-top: 1px solid #002a71;
}

#footer-bottom {
    padding: 10px 0 10px 0;
          border-top: 2px solid #fff;
}

.bottom-nav a {
	color: #fff;
}

#et-footer-nav .bottom-nav .current-menu-item a {

    color: #013145;
}





.footer-pd {
     text-align: right;
    line-height: 1.2em;
}

.footer-social {
     text-align: center;

}

.footer-logo {
	/* background-image: url(/wp-content/uploads/2017/10/angelovo_logo.png); */
    background-size: auto 100%;
    background-repeat: no-repeat;
}

/*** Social icons ***/

ul.social-icons {
	display: inline-block;
}

ul.social-icons &gt; li {
    display: inline-block;
}
ul.social-icons &gt; li i{
    color: #386159;
}
  ul.social-icons &gt; li i:hover{
    color: #c74b40;
}
ul.social-icons2 {
	display: inline-block;
}

ul.social-icons2 &gt; li {
display: inherit;
    background-color: #626262;
    padding: 1px 0 2px 0;
    margin: 2px 0px 0 2px;
    border-radius: 7px;
}

ul.social-icons2 &gt; li:hover{
background-color: #c32328;
}


ul.social-icons &gt; li.phonemail {
    display: block;
    padding: 2px;
	font-size: 125%;
	text-align: center;
}

ul.social-icons &gt; li.phonemail a &gt; span.phonemail {
    color: white;
	/* margin-left: 24px; */
}

/***** Social icons */

/*** TABS ***/
ul.tabs-ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	display: table;
}

.spoiler-collapse,
ul.tabs-ul li {
	display: table-cell;
	padding: 10px 15px;
	cursor: pointer;
    width: 50%;
	padding-left: 5px;
}

#getThere ul.tabs-ul li {
    background-color: #9adbf7;
    color: white;
    font-size: 125%;
	transition: background-color .2s;
}

#getThere ul.tabs-ul li:hover {
	background-color: #9adbf788;
}

#getThere ul.tabs-ul li.current {
	background: #fff;
	color: #20b1ef;
}

.spoiler-collapse,
ul.tabs-ul li.current {
	box-shadow: inset 0 -4px 0 0px #a2e3ff;
    color: #20b1ef;
    background-color: #000;
}

.spoiler-collapse {
	display: inline-block;
	width: auto;
	box-shadow: inset 0 -2px 0 0px #a2e3ff;
}

#getThere .spoiler-collapse {
	transition: background-color .6s, color .2s;
}

#getThere .spoiler-collapse:hover {
    background-color: #99dbf7;
    color: white;
}

.tabs-divs &gt; div {
	display: none;
	/*
	background: #ededed;
	padding: 15px;
	*/
}

.tabs-divs &gt; div.current{
	display: block;
}
/***** TABS */

/*** LOADING BAR ***/
.cssload-loader {
    width: 195px;
    display: none;
    height: 50px;
    margin: 0 auto;
    transform: translate(20px, -50%) rotate(180deg);
	transform: translate(20px, -50%) rotate(180deg);
		-o-transform: translate(20px, -50%) rotate(180deg);
		-ms-transform: translate(20px, -50%) rotate(180deg);
		-webkit-transform: translate(20px, -50%) rotate(180deg);
		-moz-transform: translate(20px, -50%) rotate(180deg);
}
.cssload-loader .cssload-dot {
	width: 15px;
	height: 15px;
	border-radius: 50%;
	position: absolute;
	z-index: 2;
	top: 0px;
	background: #e8f8ff;
	animation: cssload-sway 0.46s ease infinite;
		-o-animation: cssload-sway 0.46s ease infinite;
		-ms-animation: cssload-sway 0.46s ease infinite;
		-webkit-animation: cssload-sway 0.46s ease infinite;
		-moz-animation: cssload-sway 0.46s ease infinite;
}
.cssload-loader .cssload-dot:nth-child(1) {
	left: 14.28571%;
	animation-delay: 0.29s;
		-o-animation-delay: 0.29s;
		-ms-animation-delay: 0.29s;
		-webkit-animation-delay: 0.29s;
		-moz-animation-delay: 0.29s;
}
.cssload-loader .cssload-dot:nth-child(2) {
	left: 28.57143%;
	animation-delay: 0.58s;
		-o-animation-delay: 0.58s;
		-ms-animation-delay: 0.58s;
		-webkit-animation-delay: 0.58s;
		-moz-animation-delay: 0.58s;
}
.cssload-loader .cssload-dot:nth-child(3) {
	left: 42.85714%;
	animation-delay: 0.86s;
		-o-animation-delay: 0.86s;
		-ms-animation-delay: 0.86s;
		-webkit-animation-delay: 0.86s;
		-moz-animation-delay: 0.86s;
}
.cssload-loader .cssload-dot:nth-child(4) {
	left: 57.14286%;
	animation-delay: 1.15s;
		-o-animation-delay: 1.15s;
		-ms-animation-delay: 1.15s;
		-webkit-animation-delay: 1.15s;
		-moz-animation-delay: 1.15s;
}
.cssload-loader .cssload-dot:nth-child(5) {
	left: 71.42857%;
	animation-delay: 1.44s;
		-o-animation-delay: 1.44s;
		-ms-animation-delay: 1.44s;
		-webkit-animation-delay: 1.44s;
		-moz-animation-delay: 1.44s;
}
.cssload-loader .cssload-dot:nth-child(6) {
	left: 85.71429%;
	animation-delay: 1.73s;
		-o-animation-delay: 1.73s;
		-ms-animation-delay: 1.73s;
		-webkit-animation-delay: 1.73s;
		-moz-animation-delay: 1.73s;
}
.cssload-loader .cssload-dot:nth-child(7) {
	left: 100%;
	animation-delay: 2.01s;
		-o-animation-delay: 2.01s;
		-ms-animation-delay: 2.01s;
		-webkit-animation-delay: 2.01s;
		-moz-animation-delay: 2.01s;
}
.cssload-loader .cssload-dotb {
	width: 15px;
	height: 15px;
	border-radius: 50%;
	position: absolute;
	z-index: 1;
	top: 0px;
	background: #a2e3ff;
	animation: cssload-swayb 0.46s ease infinite 3.45s, reset 1.15s ease forwards 5.75s;
		-o-animation: cssload-swayb 0.46s ease infinite 3.45s, reset 1.15s ease forwards 5.75s;
		-ms-animation: cssload-swayb 0.46s ease infinite 3.45s, reset 1.15s ease forwards 5.75s;
		-webkit-animation: cssload-swayb 0.46s ease infinite 3.45s, reset 1.15s ease forwards 5.75s;
		-moz-animation: cssload-swayb 0.46s ease infinite 3.45s, reset 1.15s ease forwards 5.75s;
}
.cssload-loader .cssload-dotb:nth-child(1) {
	left: 14.28571%;
	animation-delay: 0.29s;
		-o-animation-delay: 0.29s;
		-ms-animation-delay: 0.29s;
		-webkit-animation-delay: 0.29s;
		-moz-animation-delay: 0.29s;
}
.cssload-loader .cssload-dotb:nth-child(2) {
	left: 28.57143%;
	animation-delay: 0.58s;
		-o-animation-delay: 0.58s;
		-ms-animation-delay: 0.58s;
		-webkit-animation-delay: 0.58s;
		-moz-animation-delay: 0.58s;
}
.cssload-loader .cssload-dotb:nth-child(3) {
	left: 42.85714%;
	animation-delay: 0.86s;
		-o-animation-delay: 0.86s;
		-ms-animation-delay: 0.86s;
		-webkit-animation-delay: 0.86s;
		-moz-animation-delay: 0.86s;
}
.cssload-loader .cssload-dotb:nth-child(4) {
	left: 57.14286%;
	animation-delay: 1.15s;
		-o-animation-delay: 1.15s;
		-ms-animation-delay: 1.15s;
		-webkit-animation-delay: 1.15s;
		-moz-animation-delay: 1.15s;
}
.cssload-loader .cssload-dotb:nth-child(5) {
	left: 71.42857%;
	animation-delay: 1.44s;
		-o-animation-delay: 1.44s;
		-ms-animation-delay: 1.44s;
		-webkit-animation-delay: 1.44s;
		-moz-animation-delay: 1.44s;
}
.cssload-loader .cssload-dotb:nth-child(6) {
	left: 85.71429%;
	animation-delay: 1.73s;
		-o-animation-delay: 1.73s;
		-ms-animation-delay: 1.73s;
		-webkit-animation-delay: 1.73s;
		-moz-animation-delay: 1.73s;
}
.cssload-loader .cssload-dotb:nth-child(7) {
	left: 100%;
	animation-delay: 2.01s;
		-o-animation-delay: 2.01s;
		-ms-animation-delay: 2.01s;
		-webkit-animation-delay: 2.01s;
		-moz-animation-delay: 2.01s;
}





@keyframes cssload-sway {
	from {
		top: 0px;
	}
	to {
		top: 39px;
		transform: scale(0.75);
		z-index: 1;
		opacity: 0;
	}
}

@-o-keyframes cssload-sway {
	from {
		top: 0px;
	}
	to {
		top: 39px;
		-o-transform: scale(0.75);
		z-index: 1;
		opacity: 0;
	}
}

@-ms-keyframes cssload-sway {
	from {
		top: 0px;
	}
	to {
		top: 39px;
		-ms-transform: scale(0.75);
		z-index: 1;
		opacity: 0;
	}
}

@-webkit-keyframes cssload-sway {
	from {
		top: 0px;
	}
	to {
		top: 39px;
		-webkit-transform: scale(0.75);
		z-index: 1;
		opacity: 0;
	}
}

@-moz-keyframes cssload-sway {
	from {
		top: 0px;
	}
	to {
		top: 39px;
		-moz-transform: scale(0.75);
		z-index: 1;
		opacity: 0;
	}
}

@keyframes cssload-swayb {
	from {
		top: 39px;
		transform: scale(0.75);
		z-index: 2;
	}
	to {
		top: 0px;
	}
}

@-o-keyframes cssload-swayb {
	from {
		top: 39px;
		-o-transform: scale(0.75);
		z-index: 2;
	}
	to {
		top: 0px;
	}
}

@-ms-keyframes cssload-swayb {
	from {
		top: 39px;
		-ms-transform: scale(0.75);
		z-index: 2;
	}
	to {
		top: 0px;
	}
}

@-webkit-keyframes cssload-swayb {
	from {
		top: 39px;
		-webkit-transform: scale(0.75);
		z-index: 2;
	}
	to {
		top: 0px;
	}
}

@-moz-keyframes cssload-swayb {
	from {
		top: 39px;
		-moz-transform: scale(0.75);
		z-index: 2;
	}
	to {
		top: 0px;
	}
}

@keyframes reset {
	from {
		top: 0px;
	}
	to {
		top: 0px;
	}
}

@-o-keyframes reset {
	from {
		top: 0px;
	}
	to {
		top: 0px;
	}
}

@-ms-keyframes reset {
	from {
		top: 0px;
	}
	to {
		top: 0px;
	}
}

@-webkit-keyframes reset {
	from {
		top: 0px;
	}
	to {
		top: 0px;
	}
}

@-moz-keyframes reset {
	from {
		top: 0px;
	}
	to {
		top: 0px;
	}
}

/*** ***/

.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}

/***** */

/*** Modal form ***/

#page-container {
	transition: filter .4s;
}

/*
body.compensate-for-scrollbar header#main-header {
	overflow-y: scroll;
}*/

body.compensate-for-scrollbar #page-container {
	filter: blur(4px);
}

.fancybox-bg,
.featherlight:last-of-type {
    background: rgba(20, 114, 154, 0.29);
}

.form-listok {
	display: none;
}


.fancybox-content {
    padding: 20px 5px 15px;
    background: #dfdfdf;
    text-transform: uppercase;
    letter-spacing: .085em;
    font-weight: bold;
    color: #636363 !important;
    box-shadow: 0px 0px 0px 4px rgb(5, 116, 181);
}

.fancybox-content div,
.fancybox-content label {
    color: #666;
    font-weight: 400;
}

#listok_form div[id^="formwrap"] &gt; div &gt; div:first-child {
	/*
	padding: 0;
    color: #0e93cc;
	display: none;
    font-size: 125%;
	line-height: normal;
    font-weight: normal;       */
}

.form-listok &gt; div &gt; div:first-child,
#listok_form div[id^="formwrap"] &gt; div &gt; div:first-child {
	display: none;
}

.form-listok &gt; div &gt; div:last-child,
#listok_form div[id^="formwrap"] &gt; div &gt; div:last-child {
	display: block;
}

#listok_form {display: none;}

.fancybox-content button {
    background-color: #c32328;
    color: #fff;
    font-weight: 100;
    font-family: Proxima Nova Bold;
    text-transform: uppercase;
    letter-spacing: .085em;
    font-size: 125% !important;
    padding: 15px 20px !important;
    width: 100%;
    cursor: pointer;
}

button.fancybox-close-small {
	border-radius: 0 !important;
    border: none !important;
    padding: 10px !important;
    width: 40px !important;
    height: 40px !important;
    font-size: 125% !important;
    line-height: 24px !important;
	background: transparent;
}
.fancybox-close-small svg {
	transform: scale(2);
}

div[id*="Error"] {
	border: 1px solid #e699a6;
    padding: 6px 8px;
    font-size: 80%;
    background: #ffd2da;
    line-height: normal;
    border-radius: 0 0 3px 3px;
    position: relative;
    top: -1px;
}
/***** Modal form */

body .wdi_feed_thumbnail_1 .wdi_load_more_wrap, body .wdi_feed_thumbnail_1 .wdi_spinner_wrap {
    padding: 4px;
    background-color: #76d6ff;
    border-radius: 3px;
    height: auto;
    width: auto;
    padding: 10px 20px;
    border: 1px solid #3bb0e2;
}

body .wdi_feed_theme_1 .wdi_load_more_text {color: #fff;}

body .wdi_feed_theme_1 .wdi_load_more_wrap:hover {
	background-color: #76d6ff;
    filter: brightness(1.07);
}


/*** Tilda ***/
.container.post-tilda {
	max-width: 100%;
	width: 100%;
}

.container.post-tilda .entry-content table,
.container.post-tilda .entry-content tr td {
    border:none;
}

.container.post-tilda #content-area table td {
    padding: 0;
}

.container.post-tilda #left-area ul {
    list-style-type: none;
}

.container.post-tilda ul li {
    padding: 2px;
}

.container.post-tilda  center {
	display: inline-block;
}

.container.post-tilda center img {
    margin: auto;
}

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

.t182__title &gt; div {
    font-size: 40px !important;
    line-height: normal !important;
}

}

/***** Tilda */

/*** Poll ***/
form.poll {
	padding-bottom: 60px;
}

form.poll&gt;div {
    width: 100% !important;
    max-width: 600px;
}

form.poll .row {
    color: #0e93cc;
    font-size: 125%
}

form.poll .row b {
    font-weight: 700;
}

form.poll .row input {
    border: 1px solid rgba(14, 147, 204, 0.33);
    color: rgb(11, 117, 162);
}

form.poll .row input:focus {
    border: 1px solid rgba(14, 147, 204, 0.33);
    border-color: rgb(14, 147, 204);
    color: rgb(11, 117, 162);
}
/***** Poll */

@media (max-width: 1090px) {
	#top-menu #menu-item-1007 {
		font-size: 150%;
	}

	.et_mobile_menu #menu-item-1007 a {
		color: #63dc94;
		font-weight: bold;
	}

	.et_mobile_menu .menu-item-has-children&gt;a {
		font-weight: normal;
		background-color: transparent;
	}

	.et_mobile_menu .current-menu-item &gt; a {
		font-weight: bold;
	}

	.et_mobile_menu li a {
    font-weight: 600;
    font-size: 100%;
    line-height: 20px;
	}

	#top-menu li {
		padding-right: 12px;
	}

	#top-menu .title-icon {
		margin: 0 10px;
	}

	.button-header.button.button-green {
		padding: 10px 10px
	}
	html body.home #page-container .et_pb_slider .et_pb_slide .et_pb_button {
		padding: 0.3em 1em!important;
	}

	.et_pb_slide_content {
		font-size: 19px;
		font-weight: lighter;
	}

	h1 .title-icon {
		margin: 0 5px;
	}

	.section-h1 {
		display: none;
	}

	.fullwidth.sales .discount {

	}

	.discount_rows {
		background: #fff;
	}

	/* Slider */
.slider-container .slider-controls a.slider-left {
    left: -15px;
}
.slider-container .slider-controls a.slider-right {
    right: -15px;
}
.slider-container .slider-controls a {
    position: absolute;
    top: 43%;
    z-index: 99;
    color: #a9a9a9;
}
	/* Map addresses */
	.container-sections-addresses .under-map-list &gt; li {
		width: 33%;
	}
}

@media (min-width: 767px) {

.footer-block {display: table; width: 100%;}
.footer-block &gt; div {
    display: table-cell;
    vertical-align: top;
    line-height: 20px;
    font-size: 90%;
    padding-right: 10px;
    font-family: "Proxima Nova Regular";
}

.boec{
display: block;
    float: left;
    padding: 15px;
    width: 32%;
}



    .top-container{
        top: 0;
    }



	li.item-blog:nth-child(5n-1) .item-blog__info .item-blog__title h2,
	li.item-blog:nth-child(5n+5) .item-blog__info .item-blog__title h2 {
	   color: #fafafa;
	}

    .foto{
   float: left;
    width: auto;
    padding: 20px;
}

.ik-post{
    display: inherit;
    float: left;
}

.post{
    background: #EEEEEE;
    padding: 15px;
    width: 65% ;
     font-family: "Proxima Nova Light";
}

.post_mini{
    float: left;
    width: 50%;
    padding: 10px;
}

   .title{
text-align: left;
    font-size: 220%;
    color: #002a71;
    text-transform: uppercase;
    font-family: "Proxima Nova Semibold";
    line-height: 180%;
    margin: 20px 0 20px 0;
   }

.kontakt{
    width: 50%;
    padding: 15px;
    float: left;
}


 .sert{
     float: left;
     width: 50%;
     padding: 15px ;
         text-align: center;
 }

  .licen{
     float: left;
     width: 14%;
     padding: 15px;
   text-align: center;
 }


    .blog-top{
        padding: 8px;
        text-align: center;
        background-color: #f4f5f7;
        height: 65px;
    }

    .prepod{
   float: left;
    width: 23%;
    padding: 10px;
    margin: 10px;
 height: 375px;
}


.menu_left{
    float: left;
    padding-right: 30px;
    position: relative;
    width: 200px;
    height: -webkit-fill-available;
    margin-right: 20px;
}


.prepod:hover{
        box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.16);
}

.prepod_foto{
     float: left;
    width: 30%;
    padding: 10px 10px 10px 0;
    margin: 10px;
}


.kurs_foto{
   float: left;
    width: 50%;
    padding: 10px 10px 10px 0;

}

.kurs_usl{
    position: relative;
    width: 46%;
    float: left;
        padding-top: 15px;

}

.prepod_text{
     float: left;
    width: 65%;
        padding: 10px 10px 10px 0px;
    margin: 10px;
}

.video{
        padding: 20px;
    text-align: center;
    width: 40%;
    float: left;
}
   .goda{
       float: left;
       width: 180px;
       padding-right: 20px;
           display: grid;
   }

       .news_start{
        width: 50%;
        text-align: center;
        float: left;
            display: flex;
    }

    .god{
 display: none;
    }

    .menu_top_2{
        width: 100%;
        height: 50px;
    }



.bot_right{
    float: right;
    width: 232px;
}

.lic_1 {
    float: left;
    width: 212px;
    margin: 10px;
}


.footer-contacts {
    text-align: right;
        padding: 10px;
    float: right;
}

.partner{
    float: left;
    width: 24%;
    margin: 18px;
    height: 180px;
 text-align: center;
 border: 1px solid #e2e2e2;
    border-radius: 10px;
}


}



@media (max-width: 767px) {

	body h1 {
		font-size: 250%;
		line-height: normal;
		padding: 20px 0;
	}

    .footer-contacts {
     text-align: center;
    line-height: 1em;
        padding: 10px;
    float: none;
}

.boec{
display: block;
    float: left;
    padding: 15px;
    width: 100%;
}

.partner{
    float: none;
    width: 100%;
    padding: 10px;
 text-align: center;
}



.par {
    display: none;
}

.lic_1 {
    float: left;
    width:100%;
    margin: 10px;
}


    .header11{
        display: none;
    }

	/* map */
	#content-area h2 {
		font-size: 250%;
	}


.bot_right{
    float: none;
    text-align: center;
}
	.contact-container {
		transform: scale(0.9);
	}
    .foto{
    width: auto;
    padding: 20px;
}

.ik-post{
    display: none;
}

.menu-glav{
    display: none;
}

.post{
    background: #EEEEEE;
    padding: 10px;
    width: 100%;
    font-family: "Proxima Nova Light";
}

.post_mini{
    width: 100%;
    padding: 10px;
}

   .title{
text-align: left;
    font-size: 135%;
    color: #002a71;
    text-transform: uppercase;
    font-family: "Proxima Nova Semibold";
    line-height: 115%;
    padding: 21px 0 20px 0;
   }

.kontakt{
    width: 100%;
    padding: 10px;
}

 .sert{
     width: 100%;
     padding: 15px;
         text-align: center;
 }

  .licen{
     width: 100%;
     padding: 15px;
         text-align: center;
 }

 .loz-block{
    width: 100%;
    padding: 0;
    text-align: left;
    height: 70px;
 }



.blog-top{
        padding: 15px;
        text-align: center;
        background-color: #f4f5f7;
        height: auto;
    }

.kurs_foto{
    width: 100%;
   padding: 10px 10px 10px 0;
}

.kurs_usl{
    position: relative;
    width: 100%;
}

.menu_left{
 display: none;
}


.prepod_foto{
    width: 100%;
   padding: 10px 10px 10px 0;
}


.prepod_text{
    width: 100%;
     padding: 10px 10px 10px 0;
}

    .prepod{
    width: auto;
    padding: 0 20px 20px 0;;
}


.top-container{
  margin-top: 0;
    }

    .top_slider{
    display: none;
    }

   .goda{
 display: none;
   }


       .god{
        padding: 5px;
     width: 250px;
     margin: 15px
    }

	.contact-block {
		left: -65px;
	}

    .news_start{
        width: 70%;
        text-align: center;
    }

	.under-map-list .title-icon {
		/*
		left: -32px;
		top: 4px;
		font-size: 15px;
		*/
	}

	/*** Section ***/

	.slider-n-thumbnail .slider-container .slider .content img {
		max-height: 200px;
	}

	/* Coaches */

	.coach-info-top-right {
		padding: 0;
	}

	.coach-name {
		font-size: 18px;
		line-height: normal;
		max-width: 100%;
	}

	.coach-info .coach-icons,
	.coach-info .coach-more {
		display: none;
	}

	/* Abon */

	.abon {
		background-size: 35% auto;
	}

	.abon_desc {
		padding: 5px;
	}

	/*** Section */

	body h2 {
		font-size: 200%;
	}

	/*** About ***/

	body.page-template-page-about .entry-content {
		padding: 10px 0 40px;
	}

	body.page-template-page-about .entry-content &gt; .et_pb_section {
		padding: 0;
	}
	body.page-template-page-about .entry-content .et_pb_row {
		padding: 0 20px;
		width: 100%;
	}

	/*** News ***/

	.list-blog {
		display: block;
		background: #cae6f3;
		border-bottom: 25px solid rgb(255, 255, 255);
	}

	.item-blog {
		display: block;
	}

	.item-blog &gt; div {
		display: block;
		width: 100%;
	}

	.item-blog &gt; .item-blog__thumb {
	    padding-bottom: 0;
	}

	.item-blog__info {
		box-shadow: inset 0px 0 0 15px #e8f8ff;
	}

	body .item-blog__info .item-blog__title h2 {
		font-size: 165%;
	}

	.item-blog__info-wrapper {
		padding: 15px 15px 10px;
	}

	.item-blog__thumb img.default {
		width: 33%;
	}

	/*** News article ***/

	.article-header {
		padding: 20px;
		display: block;
	}
	.article-header &gt; * {
		display: block;
		width: 100%;
	}

	.single.et_pb_pagebuilder_layout.et_full_width_page .et_post_meta_wrapper.article-thumbnail {
		width: 100%;
		max-width: 100%;
	}

	.article-title {
		padding: 20px 0 0;
	}

	body.single-post .article-title h1 {
		font-size: 175%;
		font-weight: 700;
	}

	.single-post .entry-content {
		font-weight: lighter;
	}

	/* foooter */
	footer .container {
		padding: 0 10px;
	}
	.footer-logo {
		background-size: contain;
	}

	.fa-2x {
		font-size: 1.2em;
	}


/*** News block update 17.01.2019 ***/
ul.list-blog {
        display: flex;
    flex-flow: row wrap;
    padding-bottom: 15px;
    justify-content:space-evenly;
	background: none;
    border-bottom: 0;
}

li.item-blog {
     flex-basis: 48.4%;
     background: #fff;
     border: 1px solid rgba(14, 147, 204, 0.33);
     display: block;
     margin: 10px;
	 position: relative;
}

body .item-blog__info .item-blog__title h2 {
    font-size: 120%;
}

.item-blog__info {
    box-shadow: none;
}

.item-blog__info-wrapper {
    padding: 10px 15px 33px;
}

body .item-blog__info .item-blog__title h2 {
    font-size: 150%;
    padding: 5px 0 10px;
}

.video{
        padding: 20px;
    text-align: center;
    width: 100%;
}


/***** News block update 17.01.2019 */
}

@media (max-width: 700px) {

	.contact-about {
		width: 300px;
	}

	.contact-block {
		left: -70px;
	}


	.about-title {
		padding: 15px 20px;
	}

	.about-workTime {
		padding: 0px 10px 15px 10px;
	}

	.about-phone {
		padding: 10px;
	}

	.under-map-list {
		column-count: 3;
		line-height: normal;
		padding: 3px 0;
	}

	/* Map addresses */
	.container-sections-addresses .under-map-list &gt; li {
		width: 50%;
	}

	/*
	.under-map-list .address-title {
		text-transform: none;

	}*/
}

@media (max-width: 568px) {
	body h1 {
    font-size: 160%;
    line-height: 25px;
	}

	#page-container h2 {
		font-size: 200%;
		line-height: normal;

	}

	.single-post .container {width: 100%; padding: 0 20px;}

	.single-post .container {width: 100%; padding: 0; }

	/*** Home ***/
	.et_pb_container.clearfix {
		width: 100%;
	}

	.et_pb_slide_description {
		padding: 16% 0;
	}

	.et-pb-slider-arrows {display: none;}

	a.et_pb_more_button.et_pb_button.et_pb_custom_button_icon {
		font-size: 100%;
	}

	/*** Article ***/

	.et_pb_row {
		width: 100%;
    padding: 10px;
	}

	.accordion_item .title_block {
		padding: 15px 20px 15px;
		padding-left: 45px;
	}

	.faq .title-icon {
		left: 0px;
	}

	/*** Partners ***/

	.partner-item &gt; * {
		display: block;
	}

	.partner-logo {
		width: 100%;
		text-align: center;
	}

	.partner-info {
		padding: 0 20px;
	}

	#content-area .partner-info h2 {
		padding: 10px 0;
		font-size: 150%;
	}

	/*** Section ***/

	/* map */
	.oneMap-wrap {
		height: auto;
	}

	.oneMap {
		position: relative;
	}

	.oneMap-wrap .contact-container {
		width: 100%;
	}

	/*.contact-nav,*/
	.futbolnaya_shkola-template-default .oneMap, .futbolnaya_shkola-template-default .slider-n-thumbnail {
		display: none;
	}

	.contact-nav {
		float: none;
		margin-left: 0;
		position: absolute;
		top: 0;
		width: 100%;
	}

	.contact-x.c-arr {
		display: none !important;
	}

	.contact-prev.c-arr {float: left; margin-top: 0;     box-shadow: none;}
	.contact-next.c-arr {float: right;     box-shadow: none;}

	.contact-container {
		transform: scale(1);
	}

	.contact-about {
		float: none;
	}

	.groups-table.groups-short {
		margin: 0 auto;
	}

	body.futbolnaya_shkola-template-default #et-main-area .contact-container, body.sections-template-default #et-main-area .contact-container {
		width: 100%;
	}

	.contact-block {
		top: 0;
		left: 0;
	}

	.page-template-page-sections .contact-block,
	.home .contact-block {
		padding-top: 22px;
	}

	.contact-about {
		width: 100%;
		box-shadow: none;
		padding-bottom: 20px;
	}
	.about-title {
		padding-top: 0;
		text-align: center;
	}

	.futbolnaya_shkola-template-default .about-title-heading {display: none}

	.about-title-stadium,
	.about-title-subway {
		margin: 0 auto;
	}

	.about-img-wrap {
		/* height: 220px; */
	}

	.slider-container.slider-container-map .slider .content img	{
		/* height: 220px; */
	}

	.under-map-list {
		column-count: 2;
		line-height: normal;
		padding: 3px 0;
	}

	.fullwidth.coaches {
		padding: 40px 0 20px;
	}

	.coaches-container {
		margin: 20px auto 0;
	}

	.our-coaches-layout.layout-line .coach-info {
		margin-bottom: 20px;
	}

	.coach-name {
		font-size: 16px;
		line-height: normal;
		max-width: 100%;
	}

	/* abon */

	.abon {
		background-position: center 98%;
		padding: 15px 5px 65px;
		background-size: 50% auto;
	}

	.abon_icon &gt; i, .session_off {
		font-size: 250%;
		line-height: 150%;
	}

	body .discount &gt; h3 {text-align: left;}

	.discount_row {
		padding: 0px 0 15px;
	}

	.abon_desc, .discount_desc {
    font-size: 115%;
	}

	/*** Footer ***/


	#et-footer-nav {
		display: none;
	}

	.footer-block {
		display: block;
	}



	.footer-logo {
		background-position: center;
	}

	.footer-contacts {
		padding-top: 15px;
	}

	/*** News block update 17.01.2019 ***/
	li.item-blog {
		 flex-basis: 100%;
	}
	body #page-container .item-blog__info .item-blog__title h2 {
		font-size: 150%;
		padding: 5px 0 10px;
	}
}

@media (max-width: 420px) {
	.container-sections-addresses .under-map-list &gt; li {
		width: 100%;
	}
}





.devis{
float: right;
padding: 30px 12px 26px 12px;
}


 .ikon_1{
width: 80px;
    height: 80px;
    background: url(../img/01.svg);
    background-repeat: no-repeat;
    margin: 10px 10px 20px 10px;
 }

 .ikon_2 {
    width: 80px;
    height: 80px;
    background: url(../img/02.svg);
    background-repeat: no-repeat;
    margin: 10px 10px 20px 10px;
}

.ikon_3 {
    width: 80px;
    height: 80px;
    background: url(../img/03.svg);
    background-repeat: no-repeat;
    margin: 10px 10px 20px 10px;
}

.ikon_4 {
    width: 80px;
    height: 80px;
    background: url(../img/04.svg);
    background-repeat: no-repeat;
    margin: 10px 10px 20px 10px;
}

.ikon_5 {
    width: 80px;
    height: 80px;
    background: url(../img/05.svg);
    background-repeat: no-repeat;
    margin: 10px 10px 20px 10px;
}

.ikon_6 {
    width: 80px;
    height: 80px;
    background: url(../img/06.svg);
    background-repeat: no-repeat;
    margin: 10px 10px 20px 10px;
}

.opis{
    font-family: "Proxima Nova Light";
        font-size: 16px;
    line-height: initial;
        height: auto;
    position: relative;
    display: table-row;
}

.opis_1{
    font-family: "Proxima Nova Light";
        font-size: 16px;
    line-height: initial;
        display: flow-root;
}

.sobit{
    float: left;
    width: 300px;
    height: 400px;
    padding: 20px;
    text-align: center;
}

img.circle {
    max-width: 100%;
    border-radius: 50%;
    padding: 6px;
    }

 span.gal {
    display: block;
    padding: 10px;
    font-family: sans-serif;
    text-decoration: none;
    color: #000;
    font-size: 20px;
}

.gallery {
    float: left;
    margin-right: 30px;
}

   .doc-img{
    background-image: url(../img/dok.png);
    width: 25px;
    height: 25px;
    float: left;
    margin-right: 10px;
   }

  .doc{
    padding-bottom: 15px;
    font-size: 20px;
    font-weight: 600;
    height: auto;
    min-height: 40px;
    position: relative;
   }


   .igrok{
       float: left;
       padding: 20px;
       text-align: center;
   }



   .komand{
       display: table;
       width: 100%;
       position: relative;
   }
  .top{
    background-color: #002a71;
    text-align: center;
  }



  .top_main {
    position: relative;
    width: 80%;
    max-width: 1080px;
    margin: auto;
}
.top_soc{
    float: right;
    width: auto;
}
.soc_left{
    width: 10px;
     background-color: #fff;
     float: right;
     position: relative;
}
.soc_right{
    width: 10px;
     background-color: #fff;
     float: right;
      position: relative;
}




.uk-button {
    -webkit-appearance: none;
    background-color: #ff0008;
    color: #ffffff;
    overflow: visible;
    text-transform: none;
    display: inline-block;
    box-sizing: border-box;
    padding: 10px 13px;
    vertical-align: middle;
    line-height: 20px;
    text-decoration: none;
    text-align: right;
    width: 190px;
    height: 65px;
    letter-spacing: 0;
    border: 1px solid #fff;
    margin-top: 15px;
    border-radius: 10px;
    font-family: "Russo One";
    background-image: url(../img/whatsup.png);
    background-position: left;
    background-repeat: no-repeat;
    padding-right: 20px;
}


.uk-button:hover, .uk-button:focus {
    background-color: #33ba33;
    color: #ffffff;
    outline: none;
    text-decoration: none;

}

.uk-button_2 {
    -webkit-appearance: none;
    background-color: #000fff;
    margin: 8px;
    font-size: 110%;
    color: #307dcb;
    border-radius: 10px;
    background-image: url(../img/fon-but2.png);
    overflow: visible;
    text-transform: none;
    display: inline-block;
    box-sizing: border-box;
    padding: 12px 77px;
    vertical-align: middle;
    line-height: 20px;
    text-decoration: none;
    text-align: center;
    width: 205px;
    height: 60px;
     font-family: 'Proxima Nova Bold'
}


.uk-button_2:hover, .uk-button_2:focus {
    background-color: #d7e9ff;
    color: #307dcb;
    outline: none;
    text-decoration: none;

}


 .uk-button-mini {
    -webkit-appearance: none;
    background-color: #2973ba;
    margin: 8px;
    font-size: 120%;
    color: #FFFFFF;
    border-radius: 10px;
    overflow: visible;
    text-transform: none;
    display: inline-block;
    box-sizing: border-box;
    padding: 9px 5px;
    vertical-align: middle;
    line-height: 20px;
    text-decoration: none;
    text-align: center;
    width: 90%;
    height: auto;
    font-family: "Proxima Nova Light";
}


.uk-button-mini:hover, .uk-button-mini:focus {
    background-color: red;
    color: #ffffff;
    outline: none;
    text-decoration: none;

}


 .but-post{
    -webkit-appearance: none;
    background-color: #2973ba;
    margin: 20px;
    font-size: 120%;
    color: #FFFFFF;
    border-radius: 10px;
    overflow: visible;
    text-transform: none;
    display: inline-block;
    box-sizing: border-box;
    padding: 9px 65px;
    vertical-align: middle;
    line-height: 20px;
    text-decoration: none;
    text-align: center;
    width: auto;
    height: auto;
    font-family: "Proxima Nova Light";
}


.but-post:hover, .but-post:focus {
    background-color: red;
    color: #ffffff;
    outline: none;
    text-decoration: none;

}



 .but-poisk{
-webkit-appearance: none;
    background-color: #000;
    font-size: 14px;
    color: #2973ba;
    border-radius: 5px;
    overflow: visible;
    text-transform: none;
    display: inline-block;
    box-sizing: border-box;
    padding: 4px 6px;
    line-height: 14px;
    text-decoration: none;
    text-align: center;
    width: auto;
    height: auto;
    font-family: "Proxima Nova Light";
    font-weight: 600;
}


.but-poisk:hover, .but-poisk:focus {
    background-color: red;
    color: #ffffff;
    outline: none;
    text-decoration: none;

}


 .but-poisk2{
    -webkit-appearance: none;
    overflow: visible;
    display: inline-block;
    box-sizing: border-box;
    padding: 4px 6px;
    text-decoration: none;
    text-align: center;
    width: 8%;
    height: auto;
    float: left;
}
  .but-poisk2 a{
       color: #527d75;
  }
      .but-poisk2 a:hover{
      color: #c74b40;
      }

   .poisk_2{
    width: 100%;
    padding-top: 15px;
    padding-left: 10px;
    display: inline-block;
    }



 .uk-button-kupit {
    -webkit-appearance: none;
    background-color: red;
    margin: 0 8px;
    font-size: 180%;
    color: #FFFFFF;
    border-radius: 10px;
    overflow: visible;
    text-transform: none;
    display: inline-block;
    box-sizing: border-box;
    padding: 9px 5px;
    vertical-align: middle;
    line-height: 31px;
    text-decoration: none;
    text-align: center;
    width: 90%;
    height: 50px;
    font-family: "Proxima Nova Light";
}


.uk-button-kupit:hover, .uk-button-kupit:focus {
    background-color: #2973ba;
    color: #ffffff;
    outline: none;
    text-decoration: none;

}


 .uk-button-mini_2 {
    -webkit-appearance: none;
    background-color: #2973ba;
    margin: 5px;
    font-size: 100%;
    color: #FFFFFF;
    border-radius: 10px;
    overflow: visible;
    text-transform: none;
    display: inline-block;
    box-sizing: border-box;
    padding: 9px 5px;
    vertical-align: middle;
    line-height: 12px;
    text-decoration: none;
    text-align: center;
    width: 100%;
    height: auto;
    font-family: "Proxima Nova Light";
}


.uk-button-mini_2:hover, .uk-button-mini_2:focus {
    background-color: red;
    color: #ffffff;
    outline: none;
    text-decoration: none;

}


 .uk-button-mini_2ok {
    -webkit-appearance: none;
    background-color: red;
    margin: 5px;
    font-size: 100%;
    color: #FFFFFF;
    border-radius: 10px;
    overflow: visible;
    text-transform: none;
    display: inline-block;
    box-sizing: border-box;
    padding: 9px 5px;
    vertical-align: middle;
    line-height: 12px;
    text-decoration: none;
    text-align: center;
    width: 100%;
    height: auto;
    font-family: "Proxima Nova Light";
}


 .uk-lic {
    -webkit-appearance: none;
    background-color: #d7e9ff;
    margin: 8px;
    font-size: 105%;
    color: #345d83;
    border-radius: 10px;
    overflow: visible;
    text-transform: none;
    display: inline-block;
    box-sizing: border-box;
    padding: 4px 5px;
    vertical-align: middle;
    line-height: 20px;
    text-decoration: none;
    text-align: center;
    width: 215px;
    height: auto;
    font-family: "Proxima Nova Light";
    font-weight: 600;
}


 .uk-dip {
    -webkit-appearance: none;
    background-color: #d7e9ff;
    margin: 8px;
    font-size: 105%;
    color: #345d83;
    border-radius: 10px;
    overflow: visible;
    text-transform: none;
    display: inline-block;
    box-sizing: border-box;
    padding: 4px 5px;
    vertical-align: middle;
    line-height: 20px;
    text-decoration: none;
    text-align: center;
    width: 205px;
    height: auto;
    font-family: "Proxima Nova Light";
    font-weight: 600;
}





.uehali{
    opacity: 0;

}

ol.tezis{
   list-style-type: none;
}

ol.tezis li {
 color: red;
 list-style: disc;
     padding: 3px 7px 10px 5px;
    font-size: 22px;
    font-family: "Proxima Nova Light";
    font-weight: 600;
}

ol.tezis li span {
 color: #345d83;
}

.par{
    padding: 5px;
     border-radius: 10px;
     border: 1px solid #FFFFFF;
     margin: 10px;
     float: left;
}





.bot_tel{
        font-size: 20px;
    font-weight: 600;
    padding: 5px 0;
    line-height: 22px;
}

.prepod_name{
     font-size: 18px;
    color: #307dcb;
    padding-top: 8px;
}

.prepod_name_2{
    font-size: 26px;
    color: #307dcb;
    padding-bottom: 10px;
    font-family: 'Proxima Nova Bold';
        line-height: 25px;
}


.punkt{
    font-size: 16px;
    color: #007ecf;
    font-weight: bold;
    padding-right: 5px;
    line-height: 19px;
}

.punkt_5{
      font-size: 16px;
    color: #007ecf;
    font-weight: bold;
    padding-right: 5px;
    line-height: 30px;
    float: left;
}

.punkt2{
    font-size: 16px;
    font-weight: bold;
    float: left;
    line-height: 26px;
    color: #CC0000;
}

.kurs_ik{
    float: left;
    padding-right: 8px;
        width: 42px;
}

.kurs_ik-1{
    float: left;
    padding-right: 5px;
    width: 30px;
}

.kurs_tem{
width:  100%;
    height: auto;
        position: relative;
    display: table-row;
    text-align: center;
}


.punkt2-1 {
    font-size: 130%;
    font-weight: bold;
    line-height: 35px;
}

.punkt2-2 {
    font-size: 80%;
    font-weight: bold;
    line-height: 14px;
}

.start_bot2 {
padding: 20px 20px 43px 20px;
    line-height: 22px;
        margin: 10px;
    height: 320px;
    Font-family: "Proxima Nova Regular";
    background-color: #fff;
}

.start_bot3 {
padding: 20px 20px 43px 20px;
        margin: 10px;
    height: 100px;
}

.start_bot {
padding: 10px 10px 5px 10px;
    line-height: 22px;
    margin: 10px;
    Font-family: "Proxima Nova Regular";
    background-color: #fff;
}


 .docum{
         font-size: 14px;
    line-height: 16px;
    padding: 0 10px;
        position: relative;
    display: inline-block;
 }

 .loz{
    background: #d7e9ff;
    padding: 20px;
    margin: 25px 0px 10px 0;
    height: auto;
    position: relative;
    display: inline-block;
 }


 .loz-img{
     width: 65px;
     height: auto;
     padding-right: 20px;
         float: left;
 }
 .loz-text{
     font-family: 'Proxima Nova';
     font-size: 16px;
     color: #345d83;
     line-height: 18px;
     vertical-align: middle;
         float: left;
    width: 155px;
 }


 .spam{
     position: relative;
     background: #EEEEEE;
     padding: 20px;
 }

 .obr{
    margin: 25px 0px 10px 0;
    height: auto;
    position: relative;
    display: inline-block;
    width: auto;
}


 img.circle {
    max-width: 100%;
    border-radius: 50%;
    padding: 6px;
}

.pre{
    width: 165px;
    height: 165px;
}
.pre_block{
    float: left;
    text-align: center;
        padding: 25px;
}
.part {
    float: left;
    text-align: center;
}



.variant-line__price-old{
    float: left;
    font-size: 12px;
    color: #999999;
    text-decoration: line-through;
    padding-right: 8px;
        padding-top: 4px;
}

.rasp{
    border: 40px solid transparent;
    border-left: 40px solid red;
    border-top: 40px solid red;
    width: 80px;
    position: absolute;
}

.hmo{
position: absolute;
    bottom: 30px;
    right: 5px;
}

.proc{
    position: absolute;
    color: #FFFFFF;
    font-size: 25px;
    top: -30px;
    left: -26px;
}

.right{
    display: flow-root;
}

.progon{
    padding: 0 10px 10px 10px;
    text-align: justify;
}

.r-plas{
    float: right;
    background: #000000;
    width: 150px;
    transform: skew(-20deg);
    text-align: center;
}
.nav1{
    padding: 0;
}

a.spec{
    color: #fff;
    transform: skew(20deg);
    font-size: 26px;
}


.part {

    float: right;
    position: relative;
    width: 20px;
    font-size: 20px;
     color: #002a71;
     padding-top: 5px;
}
.part:hover {
    color: #7ea3da;
        }

.ger_name {
    padding: 11px;
    font-family: "Proxima Nova Light";
    text-align: -webkit-center;
    font-size: 12px;
    text-transform: uppercase;
}

     .slogan{
    background: #222222;
    width: 80%;
    transform: skew(-20deg);
    text-align: center;
    padding: 15px ;

}

.podr{
width: 120px;
    height: 26px;
    color: #fff;
    font-weight: 600;
    padding: 10px 0 0 29px;
    font-size: 14px;
    line-height: 6px;
    position: absolute;
    bottom: 10px;
    right: 10px;
    background-color: #f00;
}
.podr:hover{
background-color: #a4b3b3;
    opacity: 1;
}

.insta{
    padding: 15px;
    margin: 10% 10px 10px 10px;
       border: 1px solid #4f4f4f;
}
.feed{
width: 44%;
    height: auto;
    margin-top: -12%;
    left: 31%;
}

  .bot_title{
    color: #c32328;
    font-weight: 600;
    font-family: Proxima Nova Bold;
        font-size: 120%;
            line-height: 30px;
}

.page_contetn{
        padding-bottom: 30px;
        line-height: 25px;
}

.part_logo{
    float: left;
    padding: 15px
}
.part_opis{
    padding: 15px;
        font-family: "Proxima Nova Light";
        display: contents;
}
.zag{
    display: inline-block;
    font-family: "Russo One";
    padding-bottom: 30px;
    line-height: 60px;
    font-size: 160%;
    text-align: center;
    width: 100%;
}

.anons_mini{
    display: block;
 padding: 10px
}
.anons_img{
    float: left;
    padding-right: 20px;
    padding-bottom: 20px;
}
.anons_opis{
    display: table-cell;;
    padding: 0 10px 10px 10px;
}
.anons_opis_2{
    display: contents;
     padding: 0 10px 10px 10px;
}
.data{
    font-size: 16px;
    font-family: "Russo One";
color: #f7bf38;
}
.anons_title{
     font-size: 20px;
    font-family: "Russo One";
color: #fff;
}
.anons_pro{
    font-size: 90%;
}

.podr_2 {
height: 0;
    width: 160px;
    border-bottom: 32px solid #f7bf38;
    border-right: 14px solid transparent;
    color: #000;
    font-weight: 600;
    padding: 10px 0 0 27px;
    font-size: 14px;
    line-height: 30px;
    position: relative;
    top: 15px;
    right: 1px;
}
 .podr_2:hover{
    border-bottom: 32px solid #f00;
 color: #FFFFFF;
 cursor: pointer;
}

.boec_img_mini{
float: left;
    margin-right: 20px;
    width: 125px;
    height: 125px;
    position: relative;
    border: 1px solid #f7bf38;
}



.boec_opis{
    font-size: 16px;
    font-family: "Russo One";

}

.ikon__mini {
bottom: 0;
    position: absolute;
    right: 0;
    z-index: 10;
}
.boec_ikon{
float: right;
    float: right;
    text-align: center;
    margin-right: 0;
    font-size: 12px;
    height: 0;
    width: 20px;
    border-bottom: 25px solid #f7bf38;
    border-left: 14px solid transparent;
    color: #000;
    padding: 0 0 0 27px;
    line-height: 30px;
}

.b_i_t{
    position: relative;
    left: -24px;
    top: -2px;
    font-weight: 600;
    font-size: 16px;
}

.korz_mini{
    border: 1px solid #FFFFFF;
    position: relative;
    display: inline-block;
    height: 70px;
    width: 100%;
    margin-top: 10px;
        padding-left: 10px;
}
.kor{
    display: inline-block;
    padding: 10px;
    font-family: "Proxima Nova";
    font-size: 60%;
    letter-spacing: 0;
    color: #fff;
}

.shop_title {
        font-family: "Russo One";
 font-size: 240%;
 padding: 35px 0 35px 0;
 text-transform: uppercase;
}

.hit{
    margin: 10px;
   height: auto;
}






.ikon_mini_2 {
    position: absolute;
    left: 0;
    z-index: 15;
}

 .hit_top{
    float: left;
    text-align: center;
    margin-right: 15px;
    height: 0;
    width: 70px;
    border-top: 35px solid #00db80;
    border-right: 14px solid transparent;
    padding: 0 0 0 26px;
    position: absolute;

}

.hit_top_text{
position: absolute;
    left: 10px;
    top: -31px;
    line-height: 30px;
    color: #fff;
    font-family: "Proxima Nova";
    font-size: 160%;
}

.hit_img{
position: relative;
    width: 100%;
    text-align: center;
    padding: 15px;
}

.hit_name{
    font-family: "Proxima Nova Regular";
    font-size: 100%;
    display: inline-block;
    vertical-align: middle;
    padding: 14px;
    width: 100%;
    text-align: center;
}

.hit_name_2{
    font-family: "Proxima Nova Regular";
    font-size: 80%;
    display: table-cell;
    height: 80px;
    vertical-align: middle;
    padding: 14px;
}
.hit_bot{
width: 100%;
    font-family: "Proxima Nova Regular";
    font-size: 120%;
    text-align: left;
    line-height: 15px;
    position: relative;
    }

 .hit_kor{
width: 100px;
    float: right;
    background-color: #f00;
    display: table;
    height: 35px;
    color: #fff;
    font-size: 90%;
    font-family: "Proxima Nova Regular";
}


 .hit_kor:hover,.hit_kor_2:hover,.hit_kor_3:hover,.hit_kor_4:hover {
    background-color: #a4b3b3;
}



.kor2{
    position: relative;
    left: 2px;
    top: 6px;
}

.kor3 {
    position: relative;
    left: 2px;
    top: -8px;
    padding: 13px;
}

.top_slider_2{
    padding: 1% 0 2% 0;
}

.shop_text{
    padding: 20px;
    font-size: 150%;
    line-height: 30px;
}


.image.first,.image.second {
margin:0;
padding:0;
}

.image.first {
opacity:1px;
display:block;
position:absolute;
z-index:10;
transition-duration:0.96s;
-webkit-transition-duration:0.96s;
-moz-transition-duration:0.96s;
-o-transition-duration:0.96s;
-ms-transition-duration:0.96s;
}

.image.first:hover {
opacity:0.00;
}

div.ImgField {
display: inline-block;
    background-position: center center;
    background-repeat: no-repeat;
    margin: 0;
    padding: 0;
}

.krohi_blok_2 {
    color: #515151;
    font-size: 95%;
    padding-bottom: 10px;
    border-bottom: 1px solid #cccccc;
    padding-top: 12px;
    font-weight: 600;
}


.tovar_opis{
padding: 30px 0 30px 0;
    position: relative;
display: inline-block;
    width: 100%;
}
.razmer{
    padding-top: 15px;
    margin: 0 0 25px 0;
}
.har{
    padding: 20px;
    background-color: #EEEEEE;
    margin: 20px 0 25px 0;
    line-height: 23px;

}
.opisanie{
    display: inline-block;
        line-height: 20px;
}


.form_radio_btn {
	display: inline-block;
}
.form_radio_btn input[type=radio] {
	display: none;
}
.form_radio_btn label {
display: inline-block;
    cursor: pointer;
    padding: 0 15px;
    margin: 5px 2px;
    line-height: 34px;
    user-select: none;
    background-color: #eee;
    font-weight: 600;
    width: 91px;
}

.form_radio_btn label:hover{
	background: #f7bf38;
}

/* Checked */
.form_radio_btn input[type=radio]:checked + label {
	background: #f7bf38;
}

/* Hover */
.form_radio_btn label:hover {
	color: #666;
}

/* Disabled */
.form_radio_btn input[type=radio]:disabled + label {
	background: #efefef;
	color: #666;
}









.form_radio_btn_2 {
	display: inline-block;
}
.form_radio_btn_2 input[type=radio] {
	display: none;
}
.form_radio_btn_2 label {
    display: table-cell;
    margin: 5px 2px;
    user-select: none;
    background-color: #eee;
    font-weight: 600;
    width: 115px;
    height: 50px;
    font-size: 90%;
    vertical-align: middle;
}

.form_radio_btn_2 label:hover{
	background: #f7bf38;
}

/* Checked */
.form_radio_btn_2 input[type=radio]:checked + label {
	background: #f7bf38;
}

/* Hover */
.form_radio_btn_2 label:hover {
	color: #666;
}

/* Disabled */
.form_radio_btn_2 input[type=radio]:disabled + label {
	background: #efefef;
	color: #666;
}













.parametr{
 width: 100%;
 padding: 15px;
 position: relative;
     display: inline-block;
}
.param{
float: left;
    width: 33%;
    padding: 10px;
    text-align: center;
    font-family: "Russo One";
    font-size: 100%;
    line-height: 30px;
}
.param_2{
    width: 100%;
    background-color:  #f7bf38;
        color: #000;
}
.pobeda{
    display: inline-block;
    background-color: #66FF99;
    font-family: "Russo One";
    font-size: 110%;
    width: 100%;
    line-height: 30px;
    color: #000;
    margin-bottom: 10px;
    float: left;
    padding-left: 10px;
}

.porag{
    display: inline-block;
    background-color: #FF9E9E;
    font-family: "Russo One";
    font-size: 110%;
    width: 100%;
    line-height: 30px;
    color: #000;
    margin-bottom: 20px;
    padding-left: 10px;
}

.boec_dost{
font-family: "Proxima Nova";
    font-size: 90%;
    padding: 10px;
    font-weight: 400;
    line-height: 16px;
}

.stat{
    width: 90%;
    padding: 10px;
    font-weight: 400;
    font-family: "Proxima Nova";
     line-height: 16px;
}

.boec_2 {
    display: inline-block;
    padding: 15px;
    width: 100%;
    position: relative;
    }



.boec_opis_2{
    font-size: 16px;
 position: relative;
 display: table;
}

.remen{
    display: inline-block;
    position: relative;
    z-index: 10;
}
.rem_1{
    position: relative;
    top: -80px;
}




.shop_raz{
float: left;
    display: inline-block;
    padding: 5px;
    width: 60px;
}


.model_ik{
    float: left;
    display: inline-block;
    position: relative;
    width: 170px;
    padding: 5px;
    font-family: 'Proxima Nova Semibold';
}

.model_ik1{
    float: left;
    display: inline-block;
    position: relative;
    width: 95px;
    padding: 5px;
}

.model_ik2{
    float: left;
    display: inline-block;
    position: relative;
    width: 30px;
    padding: 5px;
}

.shop_zena{
    float: left;
    display: inline-block;
    position: relative;
    width: 90px;
        color: #191919;
        top: 6px;
        font-family: 'Proxima Nova Semibold';
}

.shop_zena1{
    float: left;
    display: inline-block;
    position: relative;
    width: 80px;
        color: #c32328;
            top: 4px;
}

.zakaz_mini{
      float: left;
    display: inline-block;
    position: relative;
        width: 70px;
}

 .zakaz_mini1{
    float: left;
    display: inline-block;
    position: relative;
    width: 80px;
    top: 4px;
}


.shop_kol{
float: left;
    display: inline-block;
    padding: 5px;
}

.shop_kol_2{
    float: left;
    display: inline-block;
    padding: 5px;
    width: 60px;
}

.shop_sum{
    float: left;
    display: inline-block;
    padding: 5px;
    width: 110px;
 font-weight: 600;
}
.shop_total{
display: inline-block;
    font-size: 18px;
    font-family: "Russo One";
    padding: 15px;
    color: #f7bf38;
}

.shop_del{
float: left;
    display: inline-block;
    padding: 5px;
    width: 80px;
    font-size: 110%;
    text-align: center;
    color: #b7cdc6;
}

.order {
border: none;
    cursor: pointer;
    margin: 0;
    background: none;
    padding: 10px 20px;
    color: #ffffff;
    font-size: 130%;
    background-color: #7ea3da;
    border-radius: 5px;
}

.order:hover {
        background-color: #002a71;
    color: #fff;
}


.order_list {
    border: none;
    cursor: pointer;
    margin: 0;
    background: none;
    padding: 0 20px;
    color: #a9a9a9;
    font-size: 170%;
}

.order_list:hover {
    color: #666666;
}


.forma {
    overflow: hidden;
    margin: 0 0 11px;
}

.post_2 {
    float: left;
    text-align: right;
    margin: 6px 17px 0 0;
    width: 200px;
    font-size: 15px;
    color: #000000;
}


 .boeec_b{
    display: inline-block;
    width: 100%;
    text-align: left;
 }

 .as{
     float: left;
     padding-right: 15px;
  position: relative;
  top: -6px;
 }


 .best_txt{
     padding: 10px;
 }
 .best_tit{
     font-size: 20px;
     color: #ff0008;
     font-family:"Russo One";
 }


 .top_video_txt{
padding: 25px;
    display: table;
 }
 .ur{
 display: inline-block;
    line-height: 29px;
    padding: 5px;
    font-family: "Russo One";
    text-transform: uppercase;
    font-size: 80%;
 }
 .ur img{
     float: left;
     position: relative;
         padding-right: 5px;
 }


.model:hover{
    -webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.3) !important;
    -moz-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.3) !important;
    box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.3) !important;
}



 .instr{
     display: inline-block;
     width: 100%;
     position: relative;
     background-color: #f4f4f4;
    padding: 15px;
        border-radius: 10px;
 }

 .instr_1{
  float: left;
  padding: 10px;
  display: inline-block;
  width: 230px;
 }
 .instr_1 img{
     float: left;
     margin-right: 10px;
 }

 .shop_poz:hover{
  background-color:  #F0F0F0;
 }
.model_tipe{
    font-size: 14px;
    color: #000000;
    line-height: 15px;
    padding-top: 10px;
}

.mobil_mod{
width: 100%;
    height: 36px;
    font-size: 140%;
    font-weight: 600;
}


.gbook{
        border-bottom: 1px solid #c1c1c1;
    padding: 10px;
    line-height: 26px;
}

.podraz {
    float: left;
    position: relative;
    width: auto;
    border: 2px solid #ff0008;
    border-radius: 10px;
    margin: 15px;
    padding: 15px;
    text-align: center;
    font-size: 20px;
    color: #ff0008;
    font-family: "Russo One";
}

.podraz:hover{
    background-color: #000000;
 color: #FFFFFF;
}

.dop_stat a{
    color: #000;
    line-height: 15px;
    margin-bottom: 14px;
    width: 100%;
}
.dop_stat a:hover{
   color: red;
}

.whatsup{
    width: 170px;
    background-color: #00DB80;
    color: #FFFFFF;
    float: left;
    padding: 3px;
        height: 30px;
    line-height: 26px;
    text-align: center;
}

.whatsup:hover{
 background-color: #a4b3b3;
}

.telegram{
    width: 250px;
    background-color: #002a71;
    color: #FFFFFF;
    height: 30px;
    padding-left: 16px;
    line-height: 30px;
    border-bottom: 30px solid #7ea3da;
    border-left: 20px solid transparent;
}
.telegram:hover{
 color: #002a71;
}


.telegram2{
    width: 250px;
    background-color: #002a71;
    color: #002a71;
    height: 30px;
    padding-left: 16px;
    line-height: 30px;
    border-bottom: 30px solid #d8d8d8;
    border-left: 20px solid transparent;

}

.kabina{
    display: inline-block;
    height: 30px;
    line-height: 28px;
    position: relative;
    vertical-align: middle;
    width: 2.5em;
}




.tab-wrapper{
width: 100%;
    max-width: 1200px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
}
.tab-wrapper .tab-item,
.tab-wrapper input{display: none;}
.tab-wrapper .tab-item{
        background-color: #fff;
        width: calc(100% - 40px);
        max-width: 100%;
        padding: 20px;
        order: 1;
    }
.tab-wrapper label{
    height: 45px;
    line-height: 45px;
    min-width: 50px;
    font-size: 120%;
    padding: 0px 18px;
    text-align: center;
    float: left;
    color: #878685;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    align-items: center;
    justify-content: center;
    flex-grow: 1;
    border-bottom: 1px solid #c7c7c7;
    Font-family: "Proxima Nova Semibold";
}
.tab-wrapper label:hover{
    color: red;
    cursor: pointer;
}

.tab-wrapper input:checked + label{
border: 1px solid #ccc;
    border-bottom: none;
    color: red;
}
.tab-wrapper input:checked + label + .tab-item{display: block;}






.kat_block:hover .kat_per{
opacity:1;
transition: 1s;
}

 .kat_block:hover{
    box-shadow: 0 0 16px 2px rgba(82,82,82,.36);
}

 .kat_per {
width: 0;
height: 0;
border-bottom: 60px solid #c32328;
border-left: 190px solid transparent;
opacity:0;
transition: 1s;
    Font-family: "Proxima Nova Semibold";
    font-size: 16px;
     color: #fff;
     text-decoration: none;
position: absolute;
    right: 0;
    bottom: 0;

}

.kat_info{
width: 75%;
    float: right;
    display: grid;
    text-align: left;
}


.kat_mini_title{
Font-family: "Proxima Nova Semibold";
    font-size: 20px;
    line-height: 15px;
    color: #7c7c7c;
}

a.kat_h{
    Font-family: "Proxima Nova Regular";
    font-size: 14px;
     color: #7c7c7c;
     text-decoration: none;
}
a.kat_h:hover{
    color: #CC0000;
}

.kat_pod{
position: absolute;
    right: 8px;
    bottom: -55px;
    width: 100px;
}

.celi{
    width: 100%;
    max-width: 1200px;
    display: inline-block;
    Font-family: "Proxima Nova Regular";
    font-size: 16px;
    color: #372e2e;
    line-height: 22px;
    padding: 11px;
text-align: justify;
}

 .logo_top{
width: 120px;
    top: -11px;
 }

 .title_2{
    font-size: 170%;
    color: #000000;
padding: 45px 0 30px 0;
    font-family: "Proxima Nova Semibold";
    line-height: 25px;
 }
 .top_razdel{
     width: 95%;
     display: inline-block;
 }
 .top_razdel a{
    text-transform: uppercase;
    color: #5c5c5c;
    width: 33%;
    padding: 4px 5px;
    float: left;
    font-weight: 600;
    line-height: 16px;
 }
.top_razdel a:hover{
     color: #c32328;
 }

     .top_brand{
        width: 172px;
        height: 150px;
        border: 1px solid #EEEEEE;
        padding: 10px;
        float: left;
        background-color: #fff;
        text-align: center;
    }

         .top_podrazdel{
width: 288px;
    height: 120px;
    border: 1px solid #EEEEEE;
    padding: 10px;
    float: left;
    background-color: #fff;
    display: table-row;
    }
    .tivar_menu_mini{
        float: left;
    padding: 5px 10px 5px 10px;
    }

    .tovar_img{
    width: 40%;
    display: inline-block;
    float: left;
 margin-right: 2%;
    }

.tovar_har{
 width: 48%;
 display: inline-block;
}

  @media (max-width: 500px){
  .tovar_img{
    width: 100%;
    display: inline-block;
    }

.tovar_har{
 width: 100%;
 display: inline-block;
}

      .tivar_menu_mini{
        float: none;
        width: 100%;
    }
   .top_razdel a{
    width: 95%;
    float: none;
        display: block;
 }
     .top_brand{
        width: 50%;
        text-align: center;
    }
         .top_podrazdel{
        width: 100%;
    float: none;
        display: block;
    }
  }


  .top_brand:hover,  .top_podrazdel:hover{
transform: scale(1.02);
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
    box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
    opacity: 1;
}
 .podr_img{
display: table-cell;
    vertical-align: middle;
    width: 100px;
 }

 .podr_text{
    font-size: 16px;
    display: table-cell;
    height: 105px;
    position: relative;
    vertical-align: middle;
        line-height: 16px;
 }


 .button__icon {
    margin: 0 0 0 2px;
    display: inline-block;
    height: 32px;
    width: 32px;
    line-height: 32px;
    text-align: center;
    vertical-align: top;
    font-size: 14px;
}


 .button__icon_top {
    line-height: 22px;
    vertical-align: top;
    font-size: 30px;
}

 .button__icon_top_2 {
line-height: 45px;
    vertical-align: top;
    font-size: 40px;
    margin-right: 10px;
    float: left;
}

.cena{
padding: 10px;
    display: inline-block;
}
.kupit{
padding-top: 8px;
    display: inline-block;
}

.kupit_top{
    border-radius: 50%;
    background-color: #ffffff;
    font-size: 12px;
    color: #da6a6a;
    width: 18px;
    height: 18px;
    position: absolute;
    bottom: 5px;
    left: 8px;
    text-transform: uppercase;
    line-height: 20px;
    text-align: center;
}

.kor_shap_1 {
width: 33px;
    position: relative;
    right: 15px;
    font-weight: 600;

       }




.tovar_menu{
    width: 100%;
    padding: 10px;
    background-color: #e7eaea;
        display: inline-block;
        margin-top: 20px;
}

.tovar_menu a{
font-size: 125%;
    font-weight: 600;
}


.zena{
    font-size: 150%;
}
.nal{
    padding: 7px 20px 7px 20px;
    background-color: #00db80;
    color: #fff;
    display: inline-block;
    margin-left: 5px;
}

.hit_kor_2 {
    width: 100%;
    float: right;
    background-color: #f00;
    display: table;
    height: 40px;
    color: #fff;
    font-size: 140%;
    font-family: "Proxima Nova Regular";
    text-align: center;
    line-height: 25px;
        margin-bottom: 20px;
}

.button__icon_3 {
    margin: 4px 10px 0 2px;
    display: inline-block;
    line-height: 32px;
    text-align: center;
    vertical-align: top;
    font-size: 20px;
}

#komp{
    width: 100%;
    display: block;
}

.kor_info{
    float: left;
    line-height: 16px;
    padding-top: 8px;
    font-size: 73%;

}

  .menu-item1,.menu-item2,.menu-item3,.menu-item4,.menu-item5
{
   display: none;
}
a.main-item:focus ~ .sub-menu1,
a.main-item:active ~ .sub-menu1,
.menu-item11
{
   display: block;
}

  .letter-nav {
	padding-top: 0.33333em;
	font-size: 0.92308em;
	line-height: 1;
	color: #545454
}
.letter-nav:after {
	content: '';
	display: inline-block;
	width: 100%
}
.letter-nav__item {
    	z-index: 10000;
	display: inline-block;
        width: 25px;
    padding-top: 10px;
        float: left;
}

.letter-nav__item:first-child {
	padding-left: 0
}
.letter-nav__item:last-child {
	padding-right: 0
}
.letter-nav__item--active .brand-menu {
	display: block
}
.letter-nav__text {
	margin-right: 3.5em
}
.letter-nav__link {
border-bottom: none;
    font-size: 16px;
    font-family: "Proxima Nova Regular";
    line-height: 36px;
    display: inline-block;
    float: left;
}


.letter-nav__item--active .letter-nav__link {
	color: #d829ad;
    font-size: 18px;
}
.brand-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: -3px;
    z-index: 10000;
    width: 100%;
    min-width: 913px;
    margin-top: -0.1em;
    padding: 1.15385em 1.53846em 1.53846em 1.53846em;
    background-color: #f0f6ff;
    box-shadow: 0 0 20px rgb(0 0 0 / 20%);
    font-size: 1.08333em;
    text-align: left;
    color: #372e2e;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
}

.brand-menu__title-box {
float: left;
    width: 15%;
    padding-right: 1em;
    padding-top: 0.8em;
}
.brand-menu__letter {
font-size: 1.5em;
    font-weight: 600;
    text-transform: uppercase;
    color: #eca68b;
}
.brand-menu__nav {
margin-top: 1.33333em;
    font-size: 0.92308em;
    text-transform: uppercase;
    font-weight: 600;
}
.brand-menu__nav li {
	margin-bottom: 1.08333em
}
.brand-menu__nav li a.is_active {
	font-weight: bold;
}
.brand-menu__lists {
float: left;
    width: 100%;
    display: none;
    padding: 20px;
}
.brand-menu__lists.is_active {
	display: block
}
.brand-menu__list {
	float: left;
	width: 25%;
	padding-right: 1em;
        font-size: 12px;
}
.brand-menu__list li {
	margin-bottom: 0.92308em
}
.brand-menu__list li[data-bold=yes] {
	font-weight: bold
}
.animated-fade-out{-webkit-animation-name:fadeOut;animation-name:fadeOut;-webkit-animation-duration:0.3s;animation-duration:0.3s;-webkit-animation-fill-mode:both;animation-fill-mode:both}
.animated-fade-in{-webkit-animation-name:fadeIn;animation-name:fadeIn;-webkit-animation-duration:0.3s;animation-duration:0.3s;-webkit-animation-fill-mode:both;animation-fill-mode:both}
.animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}
.animated.normal{-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-fill-mode:both;animation-fill-mode:both}
.animated.infinite{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}
.animated.hinge{-webkit-animation-duration:2s;animation-duration:2s}
.alfmenu a
{
-webkit-transition: color 0.2s ease;
    transition: color 0.2s ease;
    text-decoration: none;
    position: relative;
    text-decoration: none;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    color: #ffffff;
}

.alfmenu a:Hover
{
    	color: #ffffff;
	-webkit-transition: color 0.2s ease;
	transition: color 0.2s ease;
 text-decoration: none;
}
   #back {
/* задний фон по умолчанию не виден, его цвет черный, он занимает всё пространство по высоте и ширине, его позиция фиксирована , то есть при скроллинге он никуда не денется */
display: none;
height:100%;
width:100%;
z-index:1000;
position: fixed;
top:0px;
left:0px;
background:#000;
}
.menu_alf{
    display: block;
    font-size: 140%;
    width: 100%;
    background-color: #002a71;
    padding: 6px;
    margin-bottom: 15px;
    text-align: center;
    border-radius: 16px;
}

.menu_alf a{
    color: #fff;
}
.menu_alf a:hover{
    color: #c74b40;
}

a.alf_buk2{
    font-size: 130%;
            font-family: "Proxima Nova Regular";
            color: #372e2e;
}

a.alf_buk2:hover{
 color: #c74b40;
}

.close_m_blok{
    position: absolute;
    right: 5px;
    top: 4px;
    font-weight: 600;
}

.alf_buk{
    font-family: "Proxima Nova Semibold";
    font-size: 85%;

}

 .letter-nav{
     height: 50px;
width: 100%;
 }



.alfavit{
    display: inline-block;
        margin-left: 10px;
    margin-right: 10px;
}

#top-menu-nav_2 .alfavit{
    float: right;
}

.logo_mini{
    width: 110px;
    height: auto;
    float: left;
    padding-top: 6px;
    margin-right: 10px;
}
.kor_top{
padding-left: 25px;
    float: left;
    padding-top: 8px;
        width: 5%;
}

.po_top{
    padding-left: 25px;
    float: left;
    padding-top: 9px;
    width: 38%;

}

.container_top {
    position: relative;
    width: 80%;
    max-width: 1200px;
    margin: auto;
}

.naz_top {
    width: 100%;
    margin-top: -7px;
    background-color: #fff;
    float: right;
    border-radius: 15px;
}

    @media (max-width: 1200px){
   .container_top {
    position: relative;
    width: 100%;
    margin: auto;
}

.naz_top {
    width: 100%;
    margin-top: -7px;
    border: 1px solid #ccc;
    background-color: #fff;
    float: right;
    margin-right: 5px;
}
    }

.punk {
    padding: 0;
    height: 20px;
    margin-top: -2px;
}
.chek {
    float: left;
    margin-right: 5px;
}



.sort{
    position: relative;
    width: 100%;
    display: inline-block;
    padding: 20px;
    border-top: 1px solid #b7cbeb;
    border-bottom: 1px solid #b7cbeb;
}



.kat:hover{
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 2px 10px rgba(0, 0, 0, .2);
    box-shadow: 0 2px 10px rgba(0, 0, 0, .2);
    opacity: 1;
}

.kat_img{
    height: 200px;
    display: block;
}

.kat_img img {
width: auto;
    height: 185px;
}

.hit_img_mini{
    height: 190px;
    display: block;
        text-align: center;
}

.kat_opis{
 height: 60px;
 display: block;
}
.kat_znk{
font-size: 16px;
    display: block;
    color: #838383;
    text-align: center;
    padding: 3px;
    font-family: 'Proxima Nova Semibold';
}

a.nazv{
font-family: 'Proxima Nova Regular';
    font-size: 16px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 1.3em;
}

a.nazv2{
    font-family: 'Proxima Nova Semibold';
    font-size: 16px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    line-height: 1.3em;
}
a.mini{
    font-family: Proxima Nova Light;
    font-size: 14px;
}

.poisk {
padding-left: 25px;
    float: right;
    padding-right: 6px;
    width: 58%;
}

.pole_1 {
    width: 110px;
    float: left;
    border: 1px solid #BBBBBB;
    margin-right: 10px;
    padding: 5px;
    background: #fff;
}
input.polsunok {
    font-size: 16px;
    padding: 3px;
    border: none;
    color: #484848;
    width: 70px;
}
.pole_2 {
    width: 110px;
    float: left;
    border: 1px solid #BBBBBB;
    padding: 5px;
    background: #fff;
}
.pole {
    display: inline-block;
    width: 100%;
    font-size: 14px;
    color: #999999;
}


@media (min-width: 1025px) {

.tipe_2 {
    float: left;
    padding-right: 10px;
    width: 255px;
        padding-bottom: 20px;
}
.tipe{
    float: left;
    display: inline-block;
    width: 40%;
        padding-bottom: 20px;
}
}

@media (max-width: 1024px){

.tipe_2 {
    display: inline-block;
    padding-right: 10px;
    width: 255px;
    padding-bottom: 20px;
}
 .tipe{
    display: inline-block;
    width: 100%;
        padding-bottom: 20px;
}

}

.input-qty {
    font-size: 14px;
    font-weight: 500;
    width: 35px;
    text-align: center;
    background-color: #f8f8f8;
    height: 24px;
    padding-left: 0px;
}
.liniya {
    float: left;
    text-align: center;
}
.dec {float: left;
background-position: 6px -18px;
}

table.variant-table {
    width: 100%;
    border-collapse: collapse;
    display: table;
    border-spacing: 2px;
    border-color: grey;
}
tr {
    display: table-row;
    vertical-align: inherit;
    border-color: inherit;
}

.variant-table tbody tr td {
    border-bottom: 1px solid #ddd;
    padding: 5px;

}

.tovar_img {
    width: 40%;
    display: inline-block;
    float: left;
    margin-right: 2%;
        text-align: center;
}

.tovar_har {
width: 58%;
    display: inline-block;
    position: relative;
    float: left;
}

@media (max-width: 767px) {
  .tovar_img {
    width: 100%;
    display: inline-block;
        text-align: center;
}
.tovar_har {
    width: 100%;
    display: inline-block;
}
}
.blok_tovar_mini{
    display: inline-block;
}
.search-result {
    display: none;
    height: 225px;
    background-color: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .1);
    position: absolute;
    width: 438px;
    padding: 10px;
    font-size: 80%;
    overflow: auto;
}

.search-box__result {
right: 10px;
    position: relative;
    z-index: 100000;
    width: 429px;
    background-color: #fff;
    top: 31px;
}

.search-result1 {
    display: none;
    height: 225px;
    background-color: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .1);
    position: absolute;
    width: -webkit-fill-available;
    padding: 10px;
    font-size: 80%;
    overflow: auto;
}

.search-box__result1 {
right: 10px;
    position: relative;
    z-index: 100000;
    background-color: #fff;
    top: 31px;
}

.search-result3 {
    display: none;
    height: 225px;
    background-color: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .1);
    position: absolute;
    width: -webkit-fill-available;
    padding: 10px;
    font-size: 80%;
    overflow: auto;
}

.search-box__result3 {
right: 10px;
    position: relative;
    z-index: 100000;
    background-color: #fff;
    top: 31px;
}


.poisk_v {
    width: 100%;
    height: 55px;
    padding-bottom: 5px;
    display: contents;
    text-align: left;
}

.poisl_img {
    float: left;
    width: 60px;
    padding-right: 10px;
}
.poisk_text {
display: block;
}
a.top_1{
    font-size: 80%;
    color: #fff;
}

.top_text_1{
        width: 220px;
    color: #FFFFFF;
    float: left;
    padding: 3px;
    height: 30px;
    line-height: 26px;
    text-align: center;
    background-color: #c32328;
}
.alf1{
    font-size: 250%;
    color: #7ea3da;
}

.zakaz_punkt{
    display: block;
    margin-bottom: 15px;
    min-width: 310px;
    background-color: #f0f6ff;
    padding: 20px;
}
.zakaz_vib{
    display: inline-block;
    width: 30px;
    position: relative;
    float: left;
}
.zakaz_naz{
 font-size: 20px;
    text-align: left;
    line-height: 18px;
}
.zakaz_dom{
    float: left;
    padding-right: 2%;
    width: 20%;
}

.zakaz_dom2{
    float: left;
    padding-right: 2%;
    width: 33%;
}

.del {
    background: url(../img/close.png) 0 0 no-repeat;
    width: 12px;
    height: 12px;
    cursor: pointer;
    margin: 5px auto;
}

.btn-oh{
       height: 450px;
    display: block;
}

.kat img{
    height: 165px;
    width: auto;
}
.page_act {
    display: block;
    text-decoration: none;
    color: #555555;
    background: repeat-x scroll 0 0 #ffd5cc;
    border: 1px solid #CCCCCC;
    border-radius: 16px 16px 16px 16px;
    box-shadow: 0 0 0 1px #ffffff, 1px 1px 3px #dddddd;
    height: auto;
    width: 24px;
    line-height: 24px;
    top: -1px;
    font-weight: bold;
}

.samo_css{
    width: 100%;
    min-width: 250px;
}
.img_samo{
width: 20px;
    height: 20px;
    float: left;
    margin-top: -5px;
    margin-right: 10px;
}
 .time{
font-size: 70%;
    color: #372e2e;
    font-family: 'Proxima Nova Regular';
 }

.typography {
    display: none;
    position: absolute !important;
    top: 100%;
    left: 0;
    z-index: 9;
    width: 23.84615em;
    background-color: #fff;
    box-shadow: 0 0 20px rgba(0,0,0,.2);
    border-radius: 2px;
    }
.product-features
{
    height: 4.92308em;
    padding-top: 1.30769em;
    }
ul.product-features {
    padding-left:15px;
    }

.typography&gt;:last-child {
    margin-bottom: 0;
    }
.typography&gt;:first-child {
    margin-top: 0;
    }
.typography dl,.typography figure,.typography p {
    margin: .769em 0;
    }
.product-features&gt;li {
    display: inline-table;
    position: relative;
    cursor: pointer;
    z-index: 0;
    width:100%;
    }
.product-features&gt;li:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    height: 12px;
    }
.product-features&gt;li .typography {
    margin-top: .6em;
    padding: 1em 1em 1em 1.5em;
    width: 26.92308em;
    text-align: left;
    line-height: 1.25;
    font-size: 13px;
    }

@media only screen and (min-width:1024px){
.product-features&gt;li:last-child .typography,.product-features&gt;li:nth-child(3) .typography{
    left:auto;
    right:40px;
    }
.product-features&gt;li:last-child .typography:before,.product-features&gt;li:nth-child(3) .typography:before{
    left:82%
    }

.product-features&gt;li:hover&gt;p{
    color: #fc4646;
    }
.product-features&gt;li .typography:before,.product-types__bonus--wrapper .typography:before {
    left: 23%;
    margin-left: -10px;
    height: 0;
    width: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fff;
    content: " ";
    position: absolute;
    margin-top: -22px;
    z-index: 10;
    }
.product-features&gt;li:hover .typography{
    display:block
    }
.product-features{
    width: 100%;
    float: right;
    }
.product-features&gt;li{
    max-width: 30%;
    }
ul.product-features {
    padding-left: 0;
    }
}

@media (min-width:480px) and (max-width:1024px){
.product-features{
    width: 100%;
    }
.product-features li{
    width:33%;
    float:left
    }
.product-features li:nth-child(n+2){
    margin-bottom:15px;
    }
}
@media (max-width:767px){
.product-features li{
    float:left;
    margin-bottom:15px;
    }
}

.uslug{
float: left;
    height: 50px;
    width: 50px;
    margin-right: 10px;
}
.uslug img{
    width: 100%;
    height: auto;
}

.product-features&gt;li&gt;p{
margin-bottom: 0;
    font-size: 12px;
    line-height: 1.4;
    font-weight: 600;
    color: #c74b40;
    padding-top: 8px;
    text-transform: uppercase;
    }


    .note_block{
    padding-bottom: 25px;
}

.menu_topic{
    display: inline-block;
    float: right;
    text-align: center;
    width: 50px;
  position: relative;
}
.menu_topic i{
     font-size: 245%;
}

.menu_topic a{
   color: #002a71;
}



.menu_topic span{
color: #372e2e;
    font-size: 70%;
    font-family: 'Proxima Nova Semibold';
}
.menu_topic a:hover{
    color: #7ea3da;
}


.menu_topic2{
    display: inline-block;
    float: right;
  position: relative;
  margin-bottom: -6px;
}
.menu_topic2 i{
     font-size: 210%;
}

.menu_topic2 a{
   color: #7ea3da;
}



.menu_topic2 span{
    font-size: 70%;
    font-family: 'Proxima Nova Semibold';
}
.menu_topic2 a:hover{
    color: #fff;
}


.menu_topic3{
    display: inline-block;
    float: right;
    text-align: center;
    width: 40px;
  position: relative;
  margin-bottom: -6px;
}
.menu_topic3 i{
     font-size: 200%;
}

.menu_topic3 a{
   color: #7ea3da;
}



.menu_topic3 span{
color: #372e2e;
    font-size: 70%;
    font-family: 'Proxima Nova Semibold';
}
.menu_topic3 a:hover{
    color: #002a71;
}




.shap_cart_krug {
    position: absolute;
    z-index: 1;
    top: -11px;
    right: -7px;
    width: 20px;
    height: 20px;
    border-radius: 10px;
    background-color: #cfe6f2;
    color: #c32328;
    font-size: 14px;
    text-align: center;
    line-height: 21px;
}

.brand-menu__nav a{
    color: #527d75;
    font-size: 120%;
}

.brand-menu__nav a:hover{
    color: #c74b40;
}
 .hits{
     display: inline-block;
     width: 100%;
 }
.bot_left a{
    color: #fff;
}

.bot_left a:hover{
    color: #7ea3da;
}
.hit_title{
    color: #646464;
    font-size: 136%;
    border-bottom: 1px solid #dcdcdc;
    line-height: 40px;
}
.chislo{
    text-align: center;
    display: inline-block;
}

.chislo img{
    width: auto;
    height: auto;
}
.plus{
    display: none;
}


.m_prob{
    width: 100%;
    background-color: #ffffff;
    color: #FFFFFF;
    height: 35px;
    padding-left: 16px;
    line-height: 35px;
    border-bottom: 35px solid #7ea3da;
    border-left: 25px solid transparent;
    text-align: left;
    position: relative;
}
.m_flac{
    width: 100%;
    background-color: #ffffff;
    color: #FFFFFF;
    height: 35px;
    padding-right: 16px;
    line-height: 35px;
    border-top: 35px solid #002a71;
    border-right: 25px solid transparent;
    text-align: right;
        position: relative;
}

.m_prob2{
    width: 100%;
    background-color: #e0ecff;
    color: #FFFFFF;
    height: 25px;
    padding-left: 16px;
    line-height: 35px;
    border-bottom: 25px solid #7ea3da;
    border-left: 15px solid transparent;
    text-align: left;
    position: relative;
}
.m_flac2{
    width: 100%;
    background-color: #e0ecff;
    color: #FFFFFF;
    height: 25px;
    padding-right: 16px;
    line-height: 35px;
    border-top: 25px solid #002a71;
    border-right: 15px solid transparent;
    text-align: right;
        position: relative;
}
 .flac{
     display: inline-block;
     width: 50%;
 }
  .prob{
     display: inline-block;
     width: 50%;
 }
@media (min-width:1670px){
 .fon_st{
         background-size: cover;
 }

}
@media (max-width:1670px) {
  .fon_st{
 background-image: none;
 }
}
.nav_mob{
    text-align: center;
    height: 30px;
    width: 100%;
    top: 130px;
    display: flex;
}
@media (min-width:980px) {
.nav_mob{
     display: none;
}
}
.flac_n{
   position: absolute;
    top: -29px;
    left: 25px;
}

.nav_mob a{
  color: #fff;
}

.prob_n{
position: absolute;
    top: -4px;
    right: 25px;
}
.menu_osn a{
    color: #fff;
    font-size: 22px;
}



 .flac_n2{
position: absolute;
    top: -34px;
    right: 12px;
        z-index: 100;
}

 .flac_n2 i{
position: relative;
    top: -2px;
    right: 5px;
 }

.prob_n2{
    position: absolute;
    top: 1px;
    left: 12px;
        z-index: 100;
}


 .prob_n2 i{
position: relative;
    top: -2px;
    left: 5px;
 }

 .r_poisk{
    color: #7ea3da;
 }
 .r_poisk:hover{
    color: #002a71;
 }
.br_p{
font-weight: 600;
    font-size: 18px;
    padding-left: 60px;
}
.kab_mob{
  background-color: #e3edfd;
}
.kab_tit{
   padding-left: 14px;
    color: #002a71;
    font-weight: 600;
}
.kab_r{
    padding-left: 10px;
}
.pun{
display: flex;
    padding: 3px 0px 10px 21px;
}
.d_t2{
  display: flex;
    font-weight: 600;
    padding-left: 21px;  
}
</pre></body></html>