/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/** 1. Set default font family to sans-serif. 2. Prevent iOS text size adjust after orientation change, without disabling user zoom. */
* { outline: none; }

html { font-family: Arial, sans-serif; /* 1 */ -ms-text-size-adjust: 100%; /* 2 */ -webkit-text-size-adjust: 100%; /* 2 */     background: #242935; }

/** Remove default margin. */
body { margin: 0;     overflow-x: hidden;}

/* HTML5 display definitions ========================================================================== */
/** Correct `block` display not defined for any HTML5 element in IE 8/9. Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox. Correct `block` display not defined for `main` in IE 11. */
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section{ display: block; }

/** 1. Correct `inline-block` display not defined in IE 8/9. 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera. */
audio, canvas, progress, video { display: inline-block; /* 1 */ vertical-align: baseline; /* 2 */ }

/** Prevent modern browsers from displaying `audio` without controls. Remove excess height in iOS 5 devices. */
audio:not([controls]) { display: none; height: 0; }

/** Address `[hidden]` styling not present in IE 8/9/10. Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22. */
[hidden], template { display: none; }

/* Links ========================================================================== */
/** Remove the gray background color from active links in IE 10. */
a { background: transparent; }

/** Improve readability when focused and also mouse hovered in all browsers. */
a:active, a:hover { outline: 0; }

/* Text-level semantics ========================================================================== */
/** Address styling not present in IE 8/9/10/11, Safari, and Chrome. */
abbr[title] { border-bottom: 1px dotted; }

/** Address style set to `bolder` in Firefox 4+, Safari, and Chrome. */
b, strong { font-weight: bold; }

/** Address styling not present in Safari and Chrome. */
dfn { font-style: italic; }

/** Address variable `h1` font-size and margin within `section` and `article` contexts in Firefox 4+, Safari, and Chrome. */
h1 {     font-size: 52px;
    font-weight: 600;
    line-height: 68px;
    letter-spacing: 0.2px;
    word-spacing: 0px;
    /* text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.78); */
    font-family: 'Roboto';
    color: #393939;
	margin-bottom:-5px
	}
h2 {
    font-family: Roboto, sans-serif;
    font-size: 36px;
    font-weight: 600;
    line-height: 35px;
    color: #393939;

}

h3 {font-family:Roboto, sans-serif;
font-size:24px;
font-weight:600;
line-height:36px;
color:#393939

}
/** Address styling not present in IE 8/9. */
mark { background: #ff0; color: #000; }

/** Address inconsistent and variable font size in all browsers. */
small { font-size: 80%; }

/** Prevent `sub` and `sup` affecting `line-height` in all browsers. */
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }

sup { top: -0.5em; }

sub { bottom: -0.25em; }

/* Embedded content ========================================================================== */
/** Remove border when inside `a` element in IE 8/9/10. */
img { border: 0; }

/** Correct overflow not hidden in IE 9/10/11. */
svg:not(:root) { overflow: hidden; }

/* Grouping content ========================================================================== */
/** Address margin not present in IE 8/9 and Safari. */
figure { margin: 1em 40px; }

/** Address differences between Firefox and other browsers. */
hr { -moz-box-sizing: content-box; box-sizing: content-box; height: 0; }

/** Contain overflow in all browsers. */
pre { overflow: auto; }

/** Address odd `em`-unit font size rendering in all browsers. */
code, kbd, pre, samp { font-family: monospace, monospace; font-size: 1em; }

/* Forms ========================================================================== */
/** Known limitation: by default, Chrome and Safari on OS X allow very limited styling of `select`, unless a `border` property is set. */
/** 1. Correct color not being inherited. Known issue: affects color of disabled elements. 2. Correct font properties not being inherited. 3. Address margins set differently in Firefox 4+, Safari, and Chrome. */
button, input, optgroup, select, textarea { color: inherit; /* 1 */ font: inherit; /* 2 */ margin: 0; /* 3 */ }

/** Address `overflow` set to `hidden` in IE 8/9/10/11. */
button { overflow: visible; }

/** Address inconsistent `text-transform` inheritance for `button` and `select`. All other form control elements do not inherit `text-transform` values. Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera. Correct `select` style inheritance in Firefox. */
button, select { text-transform: none; }

/** 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio` and `video` controls. 2. Correct inability to style clickable `input` types in iOS. 3. Improve usability and consistency of cursor style between image-type `input` and others. */
button, html input[type="button"], input[type="reset"], input[type="submit"] { -webkit-appearance: button; /* 2 */ cursor: poRoboto; /* 3 */ }

/** Re-set default cursor for disabled elements. */
button[disabled], html input[disabled] { cursor: default; }

/** Remove inner padding and border in Firefox 4+. */
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }

/** Address Firefox 4+ setting `line-height` on `input` using `!important` in the UA stylesheet. */
input { line-height: normal; }

/** It's recommended that you don't attempt to style these elements. Firefox's implementation doesn't respect box-sizing, padding, or width.  1. Address box sizing set to `content-box` in IE 8/9/10. 2. Remove excess padding in IE 8/9/10. */
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; /* 1 */ padding: 0; /* 2 */ }

/** Fix the cursor style for Chrome's increment/decrement buttons. For certain `font-size` values of the `input`, it causes the cursor style of the decrement button to change from `default` to `text`. */
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button { height: auto; }

/** 1. Address `appearance` set to `searchfield` in Safari and Chrome. 2. Address `box-sizing` set to `border-box` in Safari and Chrome (include `-moz` to future-proof). */
input[type="search"] { -webkit-appearance: textfield; /* 1 */ -moz-box-sizing: content-box; -webkit-box-sizing: content-box; /* 2 */ box-sizing: content-box; }

/** Remove inner padding and search cancel button in Safari and Chrome on OS X. Safari (but not Chrome) clips the cancel button when the search input has padding (and `textfield` appearance). */
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }

/** Define consistent border, margin, and padding. */
fieldset { border: 1px solid #c0c0c0; margin: 0 2px; padding: 0.35em 0.625em 0.75em; }

/** 1. Correct `color` not being inherited in IE 8/9/10/11. 2. Remove padding so people aren't caught out if they zero out fieldsets. */
legend { border: 0; /* 1 */ padding: 0; /* 2 */ }

/** Remove default vertical scrollbar in IE 8/9/10/11. */
textarea { overflow: auto; }

/** Don't inherit the `font-weight` (applied by a rule above). NOTE: the default cannot safely be changed in Chrome and Safari on OS X. */
optgroup { font-weight: bold; }

/* Tables ========================================================================== */
/** Remove most spacing between table cells. */
table {     margin-top: 20px; border-collapse: collapse; border-spacing: 0; width:100%;   border: 1px solid #ddd; }
/* Нечетные строки */
table tbody tr:nth-child(odd){
	background: #fff;
}
 
/* Четные строки */
table tbody tr:nth-child(even){
	background: #f9f9f9;
}
thead tr {background: #f9f9f9;}
td, th { padding: 0;     border: 1px solid #ddd;     line-height: 37px;
    text-align: center; }

img { display: block; }

ul { padding: 0; margin: 0; /*list-style: none;*/ }
.header__nav ul, footer ul {list-style: none;}

li { padding: 0; }

p { margin: 0; padding: 0; }

a { text-decoration: none; }

strong { font-weight: bold; }

input:focus, textarea:focus { outline: none; }

input[type="submit"] { border: 0; }

*:after, *:before { display: block; }

html { --color-red: #DE0202; --color-yellow: #FFB41D; --color-yellow-faded: #F6CE5F; --color-grey: #222222; --color-grey-dark: #292929; --color-grey-light: #E5E5E5; --color-green: #01AA1C; --color-wa: #01B901; --color-vi: #8C489D; --color-vk: #4a76a8; --speed-fast: 0.15s linear; --speed-medium: 0.3s linear; }

html, body { font-family: "Roboto", Arial, "Helvetica Neue", Helvetica, sans-serif; font-size: 18px; color: #464646;     background: #fff;}

textarea {    width: 100%;
    padding: 10px;}


.red { color: var(--color-red); }

.green { color: var(--color-green); }

.wrapper { overflow: hidden; }

.wrap { width: 100%; max-width: 1210px; box-sizing: border-box; padding: 0 15px; margin: 0 auto; }

.wrap.wrap_long { max-width: 1490px; }
.wrap.wrap_full { max-width: 100%;  padding: 0px;}

.row { display: flex; flex-wrap: wrap; margin: 0px; }

.col-10, .col-1-20, .col-30, .col-40, .col-50, .col-60, .col-70, .col-75, .col-80, .col-90, .col-100, .col-33  { box-sizing: border-box; padding: 0 10px; }

.row { display: flex; flex-wrap: wrap;}
.col-10 { flex: 0 0 10%; max-width: 10%; }
.col-20 { flex: 0 0 20%; max-width: 20%; }
.col-25 { flex: 0 0 25%; max-width: 25%; }
.col-30 { flex: 0 0 30%; max-width: 30%; }
.col-33 { flex: 0 0 33.333%; max-width: 33.333%; }
.col-40 { flex: 0 0 40%; max-width: 40%; }
.col-50 { flex: 0 0 50%; max-width: 50%; }
.col-60 { flex: 0 0 60%; max-width: 60%; }
.col-70 { flex: 0 0 70%; max-width: 70%; }
.col-75 { flex: 0 0 75%; max-width: 75%; }
.col-80 { flex: 0 0 80%; max-width: 80%; }
.col-90 { flex: 0 0 90%; max-width: 90%; }
.col-100 { flex: 0 0 100%; max-width: 100%; }


.fbc-page * {
     margin: 0;
    padding: 0;
  }

.fbc-page .fbc-wrap .fbc-items {
    background-color: rgba(255, 255, 255, 0);
}

.fbc-page .fbc-wrap .fbc-items li:first-child {
    border-radius: 4px 0 0 4px;
    padding-left: 0px;
    padding-right: 5px;
	background-color: rgba(255, 255, 255, 0);
	font-weight: 600;
}

.fbc-page .fbc-wrap .fbc-items li:last-child {
    border-radius: 0 4px 4px 0;
    padding-right: 15px;
    margin-left: 5px;
	background-color: rgba(255, 255, 255, 0);
}


.logo { font-family: 'Bebas Neue'; display: inline-block; font-size: 35px; color: #fff; position: relative; padding-left: 40px;}
.logo:before { content: ""; display: block; width: 37px; height: 40px; background: url(../images/logo.png) center no-repeat; background-size: contain; position: absolute; left: 0; top: 50%; transform: translate(0, -50%); }

/* ==== Header ==== */

.header { width: 100%; position: fixed; z-index: 500; transition: all var(--speed-fast); }
.header__top > .wrap { display: flex; align-items: center; justify-content: space-between; position: relative; z-index: 500; }

.header__logo, .header__logo:before { transition: all var(--speed-fast); }
.header__right { display: flex; flex-wrap: wrap; align-items: center; justify-content: flex-end; }

.header__bottom {
	padding: 0;
	background: rgba(255, 255, 255, 0.15);
	transition: all var(--speed-fast);
	
    padding-top: 10px;
    padding-bottom: 10px;
}

.header__nav { font-size: 15px; font-weight: 900; }
.header__nav > ul { display: flex; flex-wrap: wrap; position: relative;    justify-content: space-between;     align-items: center;}
.header__nav > ul > li { position: relative; z-index: 550; }
.header__nav > ul > .menu-item-has-children { padding-right: 10px; padding-bottom: 15px; margin-bottom: -15px; position: relative; }

.header__nav > ul > .menu-item-has-children:before { content: ''; position: absolute; border-top: 6px solid #fff; border-left: 3px solid transparent; border-right: 3px solid transparent; position: absolute; top: 7px; right: 0; transition: all var(--speed-fast); }
.header_scroll .header__nav > ul > .menu-item-has-children:before { content: ''; position: absolute; border-top: 6px solid #202381; border-left: 3px solid transparent; border-right: 3px solid transparent; position: absolute; top: 7px; right: 0; transition: all var(--speed-fast); } 

.header__nav > ul > .menu-item-has-children:hover:before { border-top-color: #990707; }
.header__nav > ul > li + li { margin-left: 20px; }
.header__nav > ul > li > a { 
  font-size: 18px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
	
	}
/*.header__nav > ul > li:hover > a{ color: #990707;    border-bottom: 1px solid #990707; }*/
.header__nav > ul > li > ul {min-width: 300px;list-style: none; display: none;padding: 10px; background: rgba(255,255,255,.95); box-shadow: 0 10px 10px rgba(0,0,0,.15); position: absolute; top: 100%; left: -10px; }
.header__nav > ul > li:hover > ul { display: block; }
.header__nav > ul > li > ul li {    padding: 5px 0; }
.header__nav > ul > li > ul li + li { margin-top: 6px; }
.header__nav > ul > li > ul a { line-height: 1.25; font-size: 18px; color: #464646; transition: all var(--speed-fast); font-weight:400; }
/*.header__nav > ul > li > ul a.active, .header__nav > ul > li > ul a:hover { font-weight: 400; color: #990707 !important; border-bottom: 1px solid #990707}*/

.header__nav__icon, .header__nav__mobil { display: none; }

.header__messengers { margin: 0 10px 0 0; }

.header__messengers__list { display: flex; }
.header__messengers__list a, .header__messengers__list span { display: block; flex: 0 0 36px; width: 36px; height: 36px; background: var(--color-red); border-radius: 25px; position: relative; }
.header__messengers__list a:before, .header__messengers__list span:before { content: ""; display: block; width: 24px; height: 24px; background: #fff; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }
.header__messengers__list * + * { margin-left: 7px; }
.header__messengers__list .wa { background: var(--color-wa); }
.header__messengers__list .wa:before { -webkit-mask: url(../images/messengers.svg#wa) center no-repeat; mask: url(../images/messengers.svg#wa) center no-repeat; -webkit-mask-size: contain; mask-size: contain; }
.header__messengers__list .vi { background: var(--color-vi); }
.header__messengers__list .vi:before { width: 28px; height: 28px; -webkit-mask: url(../images/messengers.svg#vi) center no-repeat; mask: url(../images/messengers.svg#vi) center no-repeat; -webkit-mask-size: contain; mask-size: contain; margin: 1px 0 0; }
.header__messengers__list .vk { background: var(--color-vk); }
.header__messengers__list .vk:before { width: 28px; height: 28px; -webkit-mask: url(../images/vk.svg) center no-repeat; mask: url(../images/vk.svg) center no-repeat; -webkit-mask-size: contain; mask-size: contain; margin: 1px 0 0; }
.header__messengers__list .worktime:before { width: 23px; height: 23px; -webkit-mask: url(../images/messengers.svg#work) center no-repeat; mask: url(../images/messengers.svg#work) center no-repeat; -webkit-mask-size: contain; mask-size: contain; margin: 1px 0 0; }
.header__phone.btn { height: 36px; padding: 0 10px; line-height: 36px; font-size: 20px; font-weight: 600; margin-left:10px; }

/* Header Scroll */

.header.header_scroll, .header.header_scrol_all { background: #fff; /*box-shadow: 0 5px 25px rgba(0, 0, 0, 0.15); */}
.header.header_scroll > .wrap, .header.header_scroll_all > .wrap { padding-top: 9px; padding-bottom: 6px; background: #fff; }
/*.header.header_scroll .header__nav a, .header.header_scroll_all .header__nav a { color: #000; }*/
.header.header_scroll .header__logo, .header.header_scroll_all .header__logo { color: #04244d; }
.header.header_scroll .header__logo:before, .header.header_scroll_all .header__logo:before { background-image: url(../images/logo-b.png); }
.header.header_scroll .header__bottom, .header.header_scroll_all .header__bottom { background: #fff; }

.header.header_scroll .header__nav > ul > li:hover > a, .header.header_scroll .header__nav > ul > li > a.active,
/*.header.header_scroll_all .header__nav > ul > li:hover > a, .header.header_scroll_all .header__nav > ul > li > a.active { color: #990707; opacity: .8; }*/
/*.header.header_scroll .header__nav > ul > .menu-item-has-children:hover:before, .header.header_scroll_all .header__nav > ul > .menu-item-has-children:hover:before { border-top-color: #fff; opacity: .8; }*/

/*.header.header_scroll .header__logo { padding: 0 0 0 42px; font-size: 35px; }*/
.header.header_scroll .header__logo:before { width: 34px; height: 37px; }
.header.header_scroll .header__bottom { padding: 10px 0; border-bottom: 1px solid #dadada; }
.header.header_scroll .header__nav > ul > .menu-item-has-children { padding-bottom: 10px; margin-bottom: -10px; }

/*СТИЛИ*/
.header__top {display:none}
.hm_logo {      position: fixed;
    top: 0px;
    left: 0px;
    width: 150px;
    z-index: 9999;}
	
.main_banner {    min-height: 100vh;  position: relative;
  overflow: hidden;

  background-size: cover;
  background-position: center;}

.main_banner::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5); /* полупрозрачный слой */
  z-index: 1;
}

.main_banner > * {
  position: relative;
  z-index: 2; /* чтобы текст был поверх затемнения */
}

.main_banner .row {    align-items: center;
    justify-content: center;
    height: 100vh;}

.main_banner .title {text-align: center;
    color: #fff;
    font-size: 35px;
    font-weight: 400;
    text-transform: uppercase;}

.main_banner .subtitle {    margin-top: 50px;text-align: center;
    color: #fff;
    font-size: 40px;
    font-weight: 600;
    text-transform: uppercase;}

.main_banner .subtitle span {    display: block;
    margin-top: 50px;
    font-weight: 400;
    font-size: 30px;}

.header_scroll .header__nav > ul > li > a {    color: #222282;}

.main_trainers .title {    text-align: center;
    margin-top: 50px;
    margin-bottom: 50px;
    font-size: 35px;
    font-weight: 600;
    text-transform: uppercase;
    color: #222282;}

.main_trainers .photo {}

.main_trainers .name {    text-align: center;
    font-weight: 600;
    margin-top: 10px;
    font-size: 18px;
}

.main_trainers .merits {    text-align: center;
    margin-top: 7px;}

.main_trainers .slide {border: 1px solid #DFDFDF;
    border-radius: 10px;
    padding-bottom: 10px;
    background: #F2F2F2;
	    box-shadow: 0 0 10px rgba(0,0,0,0.5);     margin-bottom: 5px;
	}


.main_about {}

.main_about .title {    text-align: center;
    font-size: 35px;
    margin-top: 50px;
    font-weight: 600;
    text-transform: uppercase;
    color: #222282;
    margin-bottom: 50px;
}

.main_about .text {border: 1px solid #DFDFDF;
    padding: 20px 20px 10px 20px;
line-height: 25px;}

.main_about .text p {margin-bottom:10px}
.main_news .title {text-align: center;
    font-size: 35px;
    margin-top: 50px;
    font-weight: 600;
    text-transform: uppercase;
    color: #222282;
    margin-bottom: 50px;}
.news_item {    margin: 10px;
    border: 1px solid #222282;
    padding: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;}
.news_item img {    max-width: 100%;}
.news_item .title {      text-align: center;
    color: #222282;
    display: block;
    margin-top: 20px;
    margin-bottom: 15px;
    font-size: 20px;
    text-transform: uppercase;}
.news_item .excerpt {font-size: 16px;}

.contacts .title {        text-align: center;
    font-size: 35px;
    margin-top: 50px;
    font-weight: 600;
    text-transform: uppercase;
    color: #222282;
    margin-bottom: 50px;}

.contacts {height:400px; position:relative}


.contacts .contacts_data {position: absolute;
    top: 200px;
    background: #fff;
    padding: 50px 20px 50px 20px;
    border: 1px solid #d6d5d5;
    left: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    border-radius: 5px;
    line-height: 30px;}

.fc_link {    display: block;
    color: #474746;}

.post-template-default .header__nav > ul > li > a,
.blog .header__nav > ul > li > a {
    font-size: 18px;
color: #474746;}


.page_news {margin-top:80px}
.post_block .image {height:400px}
.page_news .post_block {    margin: 10px;
    border: 1px solid #222282;
    padding: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
}
.page_news .block_title {text-align:center}
.single__inner {margin-top:80px}
.all_news {    margin: 0 auto;
    display: block;
    width: 200px;
    border: 1px solid  #474746;
    text-align: center;
    margin-top: 50px;
    padding: 10px;
    text-transform: uppercase;
    font-weight: 600;}
	
.all_news a {color:  #222282;}


.page_news .block_title h2, .single__inner h1	{text-align: center;
    font-size: 35px;
    margin-top: 50px;
    font-weight: 600;
    text-transform: uppercase;
    color: #222282;
    margin-bottom: 50px;}

.newstitle h3 { color: #222282; text-align:center}



	
/* Footer */
footer {    background: #000;
    color: #ffffff;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
	margin-top:40px;
	}
.footer { padding: 36px 0 24px; background: var(--color-grey) center no-repeat; background-size: cover; }
.footer .wrap { display: grid; grid-gap: 60px; grid-template-columns: calc(34.3% - 82px) calc(18.2% - 44px) calc(13.8% - 33px) calc(16.4% - 39px) calc(17.3% - 42px); }
.footer h6.title { margin: 0 0 16px; color: #fff; }

.footer__logo { margin: 0 0 20px; }
.footer__desc { padding-left: 48px; line-height: 1.28; font-size: 14px; color: #fff; }

.footer__nav, .footer__contacts { line-height: 1.28; font-size: 12px; color: rgba(255, 255, 255, 0.5); }
.footer__nav a, .footer__contacts a { color: rgba(255, 255, 255, 0.5); transition: color var(--speed-fast); }
.footer__nav a:hover, .footer__contacts a:hover { color: rgba(255, 255, 255, 0.8); }

.footer__nav li + li { margin-top: 1px; }

.footer__contacts li + li { margin-top: 6px; }
.footer__contacts > li > a, .footer__contacts > li > span { display: inline-flex; align-items: center; }

.footer__contacts__icon { width: 25px; height: 25px; background: #fff; border-radius: 50%; position: relative; }
.footer__contacts__icon:before { content: ""; display: block; width: 17px; height: 17px; background: #000; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }
.footer__contacts__icon.worktime:before { -webkit-mask: url(../images/messengers.svg#work) center no-repeat; mask: url(../images/messengers.svg#work) center no-repeat; -webkit-mask-size: contain; mask-size: contain; }
.footer__contacts__icon.phone:before { width: 14px; height: 14px; -webkit-mask: url(../images/messengers.svg#phone) center no-repeat; mask: url(../images/messengers.svg#phone) center no-repeat; -webkit-mask-size: contain; mask-size: contain; }
.footer__contacts__icon.wa { background: var(--color-wa); }
.footer__contacts__icon.wa:before { width: 16px; height: 16px; background: #fff; -webkit-mask: url(../images/messengers.svg#wa) center no-repeat; mask: url(../images/messengers.svg#wa) center no-repeat; -webkit-mask-size: contain; mask-size: contain; }
.footer__contacts__icon.vi { background: var(--color-vi); }
.footer__contacts__icon.vi:before { width: 20px; height: 20px; background: #fff; -webkit-mask: url(../images/messengers.svg#vi) center no-repeat; mask: url(../images/messengers.svg#vi) center no-repeat; -webkit-mask-size: contain; mask-size: contain; margin: 1px 0 0; }
.footer__contacts__icon.vk { background: var(--color-vk); }
.footer__contacts__icon.vk:before { width: 20px; height: 20px; background: #fff; -webkit-mask: url(../images/vk.svg) center no-repeat; mask: url(../images/vk.svg) center no-repeat; -webkit-mask-size: contain; mask-size: contain; margin: 1px 0 0; }
.footer__contacts__icon.in { background: #d6249f; background: radial-gradient(circle at 30% 107%, #fdf497 0, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%); }
.footer__contacts__icon.in:before { width: 17px; height: 17px; background: #fff; -webkit-mask: url(../images/messengers.svg#in) center no-repeat; mask: url(../images/messengers.svg#in) center no-repeat; -webkit-mask-size: contain; mask-size: contain; }


.footer__contacts__icon + * { display: inline-block; margin: 0 0 0 12px; }

.footer__col_1 { display: flex; flex-wrap: wrap; align-content: space-between; } 
.footer__col_1 > * { flex: 0 0 100%; max-width: 100%; }

.footer__copyright { padding-left: 48px; font-size: 12px; color: #fff; }

.footer__copyright_mobil { display: none; padding: 0; }

/* Popups */

.popup { 
	display: none;
	width: 100%;
	max-width: 50%;
	box-sizing: border-box;
	padding: 45px;
background: #fff;
    border-radius: 10px;
}

.popup .fancybox-close-small {
	top: 12px;
	right: 12px;
}
.popup .fancybox-close-small svg {
	filter: brightness(0) invert(0);
}

.popup .title {
	    text-align: center;
    color: #000;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 20px;
}

.popup .form-box input {
    margin: 0 0 15px;
	    padding: 10px;
    width: 75%;
}
.popup .form-box input[type="submit"] {
	    width: 75%;
    margin: 0;
    background: #ed0b0b;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
	cursor:pointer
}

.popup .form-box input[type="submit"]:focus {
	    width: 75%;
    margin: 0;
    background: #da0e0e;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
	cursor:pointer
}

.popup__head {
	margin: 0 0 25px;
	text-align: center;
	position:relative
}
.popup__head img {max-width: 100%;
    }
	
	.popup__head .row {justify-content: center;
    align-items: center;
	margin-bottom:20px;}
	
@media (max-width: 1380px) {}
@media (max-width: 1360px) {}
@media (max-width: 1300px) {}
@media (max-width: 1280px) {}
@media (max-width: 1250px) {}
@media (max-width: 1200px) {}

@media (max-width: 1140px) {}
@media (max-width: 1130px) {}
@media (max-width: 1100px) {}
@media (max-width: 1020px) {}
@media (max-width: 980px) {
	.header__top {display:block}
	
    .col-1-3, .col-1-2, .col-1-4, .col-3-4, .col-4-5, .col-70, .col-30{flex: 0 0 100%;
    max-width: 100%;}
    .col-1-5 {    flex: 0 0 100%;
    max-width: 100%;
    margin-left: 0px;
    
    margin-bottom: 80px;}
    
   
  .row { margin: 0 -8px; }
  .col-1, .col-1-2 { padding: 0 8px; }
  
 
  .logo, .header.header_scroll .header__logo { padding: 10px 0 0 42px;
    font-size: 30px;}
  .logo:before, .header.header_scroll .header__logo:before { width: 34px; height: 37px; }
  .header__bottom { display: none; }
  .header__nav__icon { display: block; width: 40px; height: 29px; background: transparent; border: 0; margin: 0 0 0 15px; position: relative; cursor: poRoboto; }
  .header__nav__icon:after, .header__nav__icon:before, .header__nav__icon span { display: block; width: 100%; height: 3px; background: #000; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); }
  .header__nav__icon:after, .header__nav__icon:before { content: ''; transition: margin 0.15s linear 0.15s, transform 0.15s linear; }
  .header__nav__icon:after { margin: 11px 0 0; }
  .header__nav__icon:before { margin: -11px 0 0; }
  .header__nav__icon.active:after, .header__nav__icon.active:before { margin: 0; transition: margin 0.15s linear, transform 0.15s linear 0.15s; }
  .header__nav__icon.active:after { transform: translate(-50%, -50%) rotate(45deg); }
  .header__nav__icon.active:before { transform: translate(-50%, -50%) rotate(-45deg); }
  .header__nav__icon.active span { opacity: 0; transition: opacity 0 linear 0.15s; }
  .header.header_scroll .header__nav__icon:after, .header.header_scroll .header__nav__icon:before, .header.header_scroll .header__nav__icon span,
  .header.header_scroll_all .header__nav__icon:after, .header.header_scroll_all .header__nav__icon:before, .header.header_scroll_all .header__nav__icon span { background: #000; } 
  .header__nav__mobil {
  	display: block;
  	width: 100%;
  	height: 100vh;
  	box-sizing: border-box;
  	padding: 70px 0 20px;
  	background: #fff;
  	position: absolute;
  	top: 0;
  	left: 0; 
  	overflow: auto;
  	transform: translate(0, -100%);
  	transition: transform var(--speed-medium);
  }
  .header.menu-open .header__nav__mobil {
  	transform: translate(0);
  }
  .header__nav__mobil .wrap > ul {
  	margin: 0 0 20px
  }
  .header__nav__mobil ul ul {
  	display: none;
  	padding: 0 0 0 20px;
  	border-top: 1px solid rgba(0,0,0,.15);
  	margin: 10px 0 0;
  }
  .header__nav__mobil li {
  	padding: 10px 0;
  }
  .header__nav__mobil .menu-item-has-children {
  	position: relative;
  }
  .header__nav__mobil .menu-item-has-children:before {
  	content: '';
  	display: block;
  	width: 12px;
  	height: 12px;
  	box-sizing: border-box;
  	border: 2px solid var(--color-red);
  	border-width: 0 2px 2px 0;
  	position: absolute;
  	top: 12px;
  	right: 4px;
  	transform: rotate(45deg);
  }
  .header__nav__mobil li + li {
  	border-top: 1px solid rgba(0,0,0,.15);
  }
  .header__nav__mobil .menu-item-has-children > a {
	display: inline-block;
  	max-width: calc(100% - 40px);
  }
  .header__nav__mobil .menu-item-has-children > a[href="#"]:focus, .header__nav__mobil .menu-item-has-children > a[href="#"]:active { outline: none; }
  .header__nav__mobil .menu-item-has-children > a[href="#"]:hover { color: #000 !important; cursor: default; }
  .header__nav__mobil ul a {
  	font-size: 14px;
  	font-weight: 600;
  	color: #000;
  }
  .header__nav__mobil ul a:hover {
   	color: var(--color-red);
  } 
  .header__nav__mobil .header__phone {
  	display: none;
  }

 
}

@media (max-width: 900px) {}
@media (max-width: 880px) {}
@media (max-width: 820px) {}
@media (max-width: 780px) {}
@media (max-width: 660px) {}
@media (max-width: 640px) {}
@media (max-width: 600px) {}
@media (max-width: 580px) {}
@media (max-width: 550px) {}
@media (max-width: 666px) {}
@media (max-width: 530px) {}
@media (max-width: 500px) {}
@media (max-width: 480px) {}
@media (max-width: 460px) {}
@media (max-width: 450px) {}
@media (max-width: 420px) {}
@media (max-width: 390px) {}
@media (max-width: 380px) {}
@media (max-width: 375px) {}
@media (max-width: 370px) {}
@media (max-width: 350px) {}