/*!
Theme Name: moykatornado
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: moykatornado
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

moykatornado is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: 500;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: border-box;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color:  rgb(4, 4, 4);
	font-family: 'Rubik', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 0.5em;
	margin-top: 0;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
  margin-left: 0;
  padding-left: 20px;

}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}

a:visited {
	color: #800080;
}

a:hover,
a:focus,
a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}
section.our-partners .owl-dots{display: none;}
html .wpcf7-not-valid::placeholder{
	color: red;
}

span.wpcf7-not-valid-tip{display: none;}
@media screen and (min-width: 769px) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}
html pre {
  margin-top: 0;
  padding-top: 0;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}
h1{
	  font-size: 45px;
  font-family: "Rubik";
  color: rgb(94, 164, 220);
  text-transform: uppercase;
}
h1.entry-title {
  font-size: 45px;
  font-family: "Rubik";
  color: rgb(94, 164, 220);
  text-transform: uppercase;
  text-align: center;

}
html pre,
p,li,b,strong,span {
   font-size: 16px;
  font-family: "Rubik";
  color: rgb(4, 4, 4);
  line-height: 1.25;
}
html pre{background: none;}
.flexed.header_inside,
.site-info ,
.entry-content {
  max-width: 1220px;
  margin-left: auto;
  margin-right: auto;
  padding: 0px 15px;
}
.flexed {
  display: flex;
  justify-content: space-between;
}

.right-part {
  width: 30%;
}

.left-part {
  width: 68%;
}
.right-part svg {
  width: 23px;
  opacity: .3;
  float: right;
  margin-right: 5px;
}
.right-part svg {
  width: 23px;
  opacity: .3;
  float: right;
  margin-right: 5px;
}

footer#colophon {
  background: #F0F0F0;
}

.post,.page {
  margin-bottom: 0;
}

.site-info {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.entry-content {
  padding-bottom: 70px;
}

footer#colophon .site-info {
  padding-top: 20px;
  padding-bottom: 20px;
}
h1{line-height: 1;}
.footer-row, .f-left {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.f-left {
  width: 200px;
  justify-content: space-between;
}

.f-inst svg {
  width: 38px;
  opacity: .8;
  margin-top: 9px;
}
.f-inst svg:hover{
	opacity: 1	
}
.f-right,.f-right p {text-align: right;font-size: 18px;font-family: "Rubik";color: rgb(38, 45, 75);line-height: 1.111;}

.f-right a {
  text-decoration: none;
  font-weight: 800;
  color: #262D4B;
}
.right-header a{ 
  font-size: 22px;
  font-family: "Rubik";
  color: rgb(94, 164, 220);
  font-weight: bold; text-decoration: none;
  white-space: nowrap;
}


.flexed.header_inside {
  align-items: center;
}

.main-navigation ul {
  justify-content: center;
}

.main-navigation ul li a {
  margin: 0 25px;
transition: all .25s ease;
  font-size: 18px;
  font-family: "Rubik";
  color: rgb(38, 45, 75);
  line-height: 0.778;
 
}
.main-navigation ul li a:hover{
   color: rgb(94, 164, 220);
}
a.custom-logo-link {
  min-width: 120px;
}
section#steps {
  background: #F8FCFF;
}

section#programs {
  background:url(https://lunby.top/wp-content/themes/moykatornado/img/prog-bg.jpg);
  background-size: cover;
}
h2.s-title {
  margin: 0;
  font-size: 45px;
  font-family: "Rubik";
  color: rgb(94, 164, 220);
  text-transform: uppercase;
  line-height: 1.1;
  text-align: center;
  margin-bottom: 20px;
  font-weight: 500;

}
.home section .entry-content {
  padding-top: 54px;
  position: relative;
  padding-bottom: 65px;
margin-top: 0;
}
.sub-title {
 line-height: 1.1;
  text-align: center;
}
.one_round {
   border-radius: 50%;
   background-color: rgb(255, 255, 255);
   box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.26);
   width: 219px;
   height: 219px;
   text-align: center;
   display: flex;
   align-items: center;
   flex-direction: column;
   padding: 20px;
}

.one_round img, .one_round svg {
  width: 107px;
  height: 90px;
  text-align: center;
  margin-bottom: 10px;
}

span.b-title {
   font-size: 18px;
   font-family: "Rubik";
   color: rgb(4, 21, 74);
   font-weight: bold;
   text-transform: uppercase;
   line-height: 1.167;
   display: block;
   margin-bottom: 5px;
}
.one_komu-inner span.b-title{
color: #5EA4DC;
}
.komu {
  margin-top: 70px;
}
span.b-text {
  font-family: "Rubik";
  color: rgb(4, 21, 74);
  line-height: 1.167;
  text-align: center;
  font-size: 12px;
  max-width: 78%;
}

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

span.b-text b {
  display: block;
  font-weight: 500;
  font-size: 12px;
  margin-top: 5px;
}
.one_round svg path,.one_round svg rect {
  fill: #5EA4DC;
}
.rounds {
  margin-top: -260px;
}
.one_round svg path,.one_round svg rect {
  fill: #5EA4DC;
}

.rounds {
  margin-top: -260px;
}

.text-intro h1 span {
  font-family: "Montserrat";
   font-size: 36px;
   color: rgb(94, 164, 220);
  font-weight: bold;
    text-transform: uppercase;
  font-size: 56px;
  line-height: .9;
}

.text-intro h1 span.black {
  display: block;
  font-size: 43px;
  color: rgb(38, 45, 75);
  font-weight: 400;
  font-family: "Montserrat";
  text-transform: none;

}
.textblock {
  max-width: 195px;
  font-size: 18px;
  font-family: "Rubik";
  color: rgb(38, 45, 75);
  line-height: 1.2;
  display: block;
}

.text-intro h1 {
  margin-bottom: 6px;
}
.textblock {
  max-width: 195px;
  font-size: 18px;
  font-family: "Rubik";
  color: rgb(38, 45, 75);
  line-height: 1.2;
  display: block;
}

.text-intro h1 {
  margin-bottom: 6px;
}

.text-intro {
  position: absolute;
  top: 52px;
}

.home header+section .entry-content {
  margin-top: 0;
  padding-top: 10px;
  position: relative;
}

.text-intro h1 span.black {
  font-size: 40px;
  line-height: 1;
  margin-bottom: 10px;
}
.steps-wrap {
  margin-top: 32px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 22px;
  grid-row-gap: 20px;
}

.step-num {
   border-radius: 50%;
   background-color: rgb(233, 233, 233);
   position: absolute;
   width: 40px;
   height: 40px;
   font-size: 12.362px;
   font-family: "Rubik";
   color: rgb(76, 76, 76);
   line-height: 1.294;
   display: flex;
   align-items: center;
   justify-content: center;
   font-size: 28px;
   top: -20px;
   right: 24px;
}

.step-img-wrap img {
  display: block;
}

.step-bottom {
  color: #fff;
  border-radius: 0 0 20px 20px;
  background-color: rgb(94, 164, 220);
  padding: 10px 24px 30px;
  position: relative;
}

.step {
  background-color: rgb(94, 164, 220);
  border-radius: 20px;
}

.step-opis-wrap {
   font-size: 14px;
  font-family: "Rubik";
  color: rgb(255, 255, 255);
  line-height: 1.143;
  text-align: left;
  
}

.step-zag-wrap {
 font-size: 22px;
 font-family: "Rubik";
 color: rgb(255, 255, 255);
 text-align: left;
 text-transform: uppercase;
 min-height: 75px;
 display: flex;
 line-height: 1;
 align-items: center;
}
.p-zagolovok {
   font-size: 24px;
   font-family: "Rubik";
   color: rgb(94, 164, 220);
   font-weight: bold;
   text-transform: uppercase;
}

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

.p-dlit {
  line-height: 1;
}

.p-cena {
  display: flex;
  font-size: 106px;
  font-family: "Rubik";
  color: rgb(94, 164, 220);
  line-height: .8;
  margin-bottom: 18px;
  justify-content: center;
}


.small {
   font-size: 40px;
  font-family: "Arial";
  color: rgb(94, 164, 220);
  font-weight: bold;
 line-height:1;
}

.programs-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 0px;
}

.prog-inner {
   border-radius: 20px;
   background-color: rgb(255, 255, 255);
   box-shadow: 0px 0px 21px 0px rgba(7, 19, 68, 0.26);
   padding: 30px;
}
.programs-wrap {
  margin-top: 50px;
}
.t-text ul,
.p-text ul {
  text-align: left;
  margin-left: 0;
  padding-left: 0;
}
.t-text,
.p-text {
    padding-left: 10px;
  padding-right: 10px;
}
.t-text li,
.p-text li {
  list-style: none;

  font-size: 16px;
  font-family: "Rubik";
  color: rgb(38, 45, 75);
  line-height: 2.188;
 
}
.trebov_inner li + li,
.t-text li + li,
.p-text li + li{
  border-top: 1px solid 
}
.programs-wrap {
  margin-top: 50px;
}
.trebov_inner ul {
  padding-left: 0;
  list-style: none;
  margin-left: 0;
  margin-bottom: 0;
}

.columned .trebov_2 strong {
  display: inline-block;
}

.trebov_inner li,
.t-text li,
.p-text li {
    background: url(https://lunby.top/wp-content/themes/moykatornado/img/icon__check.svg);
  background-size: 16px;
  background-repeat: no-repeat;
  padding-left: 26px;
  background-position: left top 8px;
  padding-bottom: 3px;
  line-height: 1;
  padding-top: 9px;
  padding-bottom: 8px;
}

.prog-inner {
  padding-bottom: 14px;
}
.popular {
   font-size: 16px;
   font-family: "Rubik";
   color: rgb(255, 255, 255);
   font-weight: bold;
   border-radius: 15px;
   background-color: rgb(4, 21, 74);
   text-transform: uppercase;
   border-radius: 15px 15px 0 0;
   text-align: center;
   font-weight: 500;
   letter-spacing: 2px;
   display: inline-block;
   padding: 2px 16px;
   margin-left: auto;
   margin-right: auto;
   top: -28px;
   position: absolute;
}

.program.luks {
  position: relative;
}

.prog-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.p-text {
  width: 100%;
}

.p-cena {
  margin-bottom: 26px;
}
.tarif-top:hover,
.luks .tarif-top,
.program.luks .prog-inner {
  background: #5EA4DC;
}

.tarif-top{
	transition: all .15s ease;
}
.luks .tarif-top:hover .t-text li{
filter: none;
}
 .tarif-top:hover .t-text li{
	color: #000;
	cursor: default;
	filter: invert(1);
}
.tarif-top:hover .t-dlit,
.luks .t-dlit,
.program.luks .program-top, .program.luks .program-text li, .luks .p-cena, .luks .small,.luks .p-zagolovok {
  color: #fff;
}
.luks .t-text,
.luks .p-text {
  filter: invert(1);
}
.luks .t-text li,
.luks .p-text li {
  color: #000;
}
.page-template-partneram .entry-content .flexed {
  margin-top: 60px;
}

.proporcii {font-size: 88px;font-family: "Rubik";color: rgb(94, 164, 220);line-height: 88px;width: 300px;}

.proporcii + .inner-flexed {
  width: calc(100% - 300px);
}
.page-template-partneram .entry-content .flexed {
  margin-top: 60px;
}

.proporcii {font-size: 88px;font-family: "Rubik";color: rgb(94, 164, 220);line-height: 88px;width: 300px;}

.proporcii + .inner-flexed {
  width: calc(100% - 300px);
}

.page-template-partneram .entry-content {
  padding-bottom: 0;
}

.patrneram-subtitle h2 {
  text-transform: uppercase;
  text-align: center;
  font-size: 24px;
  font-family: "Rubik";
  color: rgb(94, 164, 220);
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.2;
}

.patrneram-subtitle {
  margin-top: 69px;
}

.part-prog-wrap {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 0px;
}
.prog-bottom {
  text-align: center;
}

.prog-num {
   font-size: 89px;
   font-family: "Rubik";
   color: rgb(94, 164, 220);
   text-transform: uppercase;
   line-height: 1;
}

.prog-zag-wrap {
  font-family: "Rubik";
  color: rgb(94, 164, 220);
  font-weight: 500;
  font-size: 24px;
  line-height: 1;
}

.prog-zag-wrap {}

.one_prog {
  background: #F4F9FD;
  padding-top: 38px;
  padding-bottom: 10px;
}

.prog-opis-wrap {text-align: left;padding-top: 32px;}

.prog-opis-wrap ul {
  margin-left: 0;
  padding-left: 60px;
  padding-right: 40px;
}

.prog-opis-wrap ul li {
 
  font-size: 16px;
  font-family: "Rubik";
  color: rgb(94, 164, 220);
  line-height: 1.75;
  
}

.part-prog-wrap .one_prog:first-child {
  border-radius: 20px 0 0 20px;
}
.part-prog-wrap .one_prog:last-child{
  border-radius: 0 20px 20px 0;
}
.prog_bottom_gray {
  text-align: center;
margin-top:20px;
  font-size: 16px;
  font-family: "Rubik";
  color: rgb(199, 206, 239);
  line-height: 1.125;
 
}

.vazhnie-inner {
 font-weight:500;
   font-size: 45px;
  font-family: "Rubik";
  color: rgb(94, 164, 220);
  text-transform: uppercase;
  line-height: 1.067;
  text-align: left;
 
}

.white-note {
   font-size: 16px;
  font-family: "Rubik";
  color: rgb(255, 255, 255);
  line-height: 1.125;
  text-align: left;
 
}

.white_block {
   font-size: 16px;
  font-family: "Rubik";
  color: rgb(38, 45, 75);
  line-height: 1.125;
  text-align: center;
}
.white_block b{
 font-weight:500;
}
h3{
 font-size: 45px;
  font-family: "Rubik";
  color: rgb(94, 164, 220);
  text-transform: uppercase;
   text-align: center;
   margin-bottom: 20px;
   font-weight: 500;
}
.wpcf7-form {
   border-radius: 20px;
   background-color: rgb(94, 164, 220);
   max-width:590px;
   padding: 38px 40px;
   padding-bottom: 22px;
   margin-left: auto;
   margin-right: auto;
   margin-bottom: 70px;
}
input[type=text], input[type=email], input[type=url], input[type=password], input[type=search], input[type=number], input[type=tel], input[type=range], input[type=date], input[type=month], input[type=week], input[type=time], input[type=datetime], input[type=datetime-local], input[type=color], textarea{
   border-radius: 30px;
   background-color: rgb(255, 255, 255);
   height:56px;
   padding-left:15px;
   font-size: 16px;
   font-family: "Rubik";
   color: rgb(199, 206, 239);
   line-height: 1.125;
   width: 100%;
   margin-bottom: 13px;
   outline: none;
}

textarea.wpcf7-form-control.wpcf7-textarea {
  padding-top: 25px;
  height: 160px;
  resize: none;
}

input.wpcf7-form-control.wpcf7-submit.has-spinner {
 font-size: 23px;
 font-family: "Rubik";
 color: rgb(254, 255, 255);
 font-weight: bold;
 text-transform: uppercase;
 background-color: rgb(38, 45, 75);
 border: none;
 border-radius: 32px;
 margin-left: auto;
 margin-right: auto;
 display: block;
 padding: 20px 48px;
 margin-top: 10px;
 cursor: pointer;
}
input.wpcf7-form-control.wpcf7-submit.has-spinner:hover{
background-color: #0f1322;
}

span.wpcf7-spinner {
  display: none;
}
html,body{
	overflow-x: hidden
}
.partn-blue {
  background: #5EA4DC;
  border-radius: 20px 0 0px 20px;
  position: relative;
  margin-top: -53px;
  padding-top: 44px;
  margin-left: 74px;
  display: flex;
  padding-bottom: 40px;
  position: relative;
  z-index: 1;
}

.white_block {
  background: #fff;
  border-radius: 20px;
  padding: 22px;
}

.white_blocks-inner {
  display: flex;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 50px;
  grid-row-gap: 0px;
  max-width: 653px;
  margin-left: 20px;
  position: relative;
  z-index: 2;
}

.vazhnie-inner {
  max-width: 270px;
  letter-spacing: 0px;
  position: relative;
}

.vazhnie-inner:after {
  content: "";
  content: url(https://lunby.top/wp-content/themes/moykatornado/img/vazh-bg.png);
  display: block;
  position: absolute;
  bottom: -53px;
  z-index: -1;
  right: 0;
}

.partn-blue:after {
  position: absolute;
  left: 0;
  width: calc(100vw);
  height: 100%;
  content: "";
  display: block;
  background: #5EA4DC;
  top: 0;
  z-index: -1;
  border-radius: 20px;
}

.vazhnie {
  z-index: 2;
  position: relative;
}

section.partneram-bottom {
  margin-top: 110px;
  margin-bottom: 66px;
}

section.partneram-bottom .entry-content {
  max-width: 1010px;
}

.white-note {
  max-width: 230px;
  padding-top: 70px;
  padding-left: 23px;
}

.white_block b {
  display: block;
  font-size: 30px;
  margin-top: 8px;
}
.partn-blue:before{
	content: url('https://lunby.top/wp-content/themes/moykatornado/img/car-partn.png');
	  position: absolute;
  bottom: 120px;
  right: -180px;
  z-index: 0;
}
.nash-sub {
  font-size: 28px;
  font-family: "Rubik";
  font-weight:500;
  max-width:600px;
  color: rgb(90, 95, 118);
  text-transform: uppercase;
  line-height: 1.179;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
}

.nash-sub2 {
  font-size: 16px;
  font-family: "Rubik";
  color: rgb(4, 21, 74);
  line-height: 1.125;
  text-align: center;
  margin-top: 15px;
  margin-bottom: 20px;
}

.tarifs-loop {
  margin-top: 50px;
  display: grid;
  grid-template-columns: repeat(4,1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 0px;
  background: url(https://lunby.top/wp-content/themes/moykatornado/img/partnbg.jpg) bottom right -70px no-repeat;
  background-size: 859px;
}
 
.tarifs-loop .step-img-wrap {
  border-radius: 20px 20px 0 0;
  overflow: hidden;
}

.tarif-top {
  padding-top: 30px;
  border-radius: 30px;
  background: #fff;
  margin-top: -23px;
  z-index: 2;
  position: relative;
  box-shadow: 0px 0px 10px 0px rgba(15, 54, 86, 0.17);
  padding-bottom: 20px;
  padding-right: 10px;
  padding-left: 10px;
}

.t-dlit {
   font-size: 20px;
   font-family: "Rubik";
   color: rgb(94, 164, 220);
   font-weight: 500;
   text-align: center;
}

.t-cena {
  font-size: 14px;
  font-family: "Rubik";
  color: rgb(65, 235, 69);
  line-height: 1.286;
  text-align: center;
  min-height: 50px;
}

.t-text ul {
  margin-bottom: 0;
}

.left_v_sutki{
background: url('https://lunby.top/wp-content/themes/moykatornado/img/left_v_sutki.png');
background-size: cover;	
}
.right_v_sutki h3{
   font-size: 50px;
  font-family: "Rubik";
  color: rgb(94, 164, 220);
  font-weight: bold;
 
}
.right_v_sutki h3 span{

}
.right_v_sutki h3 p{
 font-size: 25px;
  font-family: "Rubik";
  color: rgb(94, 164, 220);
  line-height: 1.12;
 
}
.fran-top {
  background: url(https://lunby.top/wp-content/themes/moykatornado/img/fran.jpg);
  background-position: center;
  background-size: cover;
}

.page-template-arenda .fran-top{
  background-image: url(https://lunby.top/wp-content/themes/moykatornado/img/arend.jpg);
}
.fran-top h2 {
  margin-top: 0;
  font-weight: 500;
  font-size: 38px;
  color: rgb(255, 255, 255);
  line-height: 1.1;
  text-align: center;
}

.fran-top {
  padding-top: 50px;
  text-align: center;
  padding-bottom: 28px;
}

.fran-top p {
   font-size: 20px;
   font-family: "Rubik";
   color: rgb(255, 255, 255);
   text-align: center;
   margin-bottom: 34px;
}

.fran-top a {
   font-size: 23px;
   font-family: "Rubik";
   color: rgb(94, 164, 220);
   font-weight: bold;
   text-transform: uppercase;
   text-decoration:none;
   background-color: rgb(255, 255, 255);
   padding: 14px 65px;
   border-radius: 28px;
}
.fran-top a:hover{
	opacity: .9
}

.fran-top .entry-content {
  padding-bottom: 50px;
}

section.chem_otlich {
  margin-top: 60px;
  margin-bottom: 30px;
}
.class-chem-otl-sub{
   font-size: 16px;
  font-family: "Rubik";
  color: rgb(4, 21, 74);
  line-height: 1.125;
  text-align: center;
 
}

.page-template-franshiza-php .rounds {
  margin-top: 20px;
}
p.class-chem-otl-sub {
  margin-top: 30px;
  margin-bottom: 50px;
}
section.chem_otlich_loop-outer {
  background: #F7F8FA;
  padding-top: 60px;
}

section.chem_otlich .entry-content {
  padding-bottom: 28px;
}

.list-otlichiy-loop {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 12px;
  margin-top: 60px;
}

.list-otlichiy .ico {
  max-width: 82px;
  display: flex;
  justify-content: center;
  margin-right: 0;
  align-items: flex-start;
  width: 100%;
  padding-top: 7px;
}

.list-otlichiy .ico svg {
  max-width: 50px;
  width: 100%;
}

.one_otlichiy {
  display: flex;
}

.otlichiy_opis {
  width: calc(100% - 82px);
}

.otlichiy_opis h4 {
  font-size: 24px;
  font-weight: 500;
  font-family: "Rubik";
  color: rgb(94, 164, 220);
  margin: 0;
  margin-bottom: 10px;
}

.otlichiy_opis p {
  font-size: 14px;
  line-height: 1.2;
}
.list-otlichiy svg path{
	fill: #5ea4dc
}
section.chem_otlich_loop-outer .entry-content {
  padding-bottom: 30px;
}
section.avto_v_sutki {
  background: #E6EEF6;
}

section.avto_v_sutki .entry-content {
  margin-top: 0;
}

.right_v_sutki h3 {
  margin-top: 0;
}

.right_v_sutki p {
   font-size: 25px;
  font-family: "Rubik";
  color: rgb(94, 164, 220);
  line-height: 1.12;
 
}

.inner-v_sutki {
  background: #FFFFFF;
}

.right_v_sutki h3 span {
  font-weight: 400;
  font-family: "Rubik";
  color: rgb(94, 164, 220);
}
.inner-v_sutki {
  display: flex;
}

.inner-v_sutki>div {
  width: 50%;
}

.right_v_sutki span {
  display: block;
}

.right_v_sutki h3 {
  text-align: left;
  line-height: 1;
}

section.avto_v_sutki {
  padding-top: 62px;
}

.right_v_sutki {
  padding: 35px 40px;
}
.right_v_sutki h3 span {
  font-size: 52px;
  text-transform: none;
  line-height: 1;
}

.right_v_sutki h3 {
  margin-bottom: 2px;
}
section.avto_v_sutki .entry-content{padding-bottom: 70px;}

.komu {
  margin-top: 70px;
}

.komu-wrapper.flexed {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 0px;
}

.one-komu.blue .inner {
  background: #5EA4DC;
  border-radius: 20px;
  font-size: 24px;
  color: rgb(255, 255, 255);
  text-transform: uppercase;
  line-height: 1.135;
  padding: 20px;
  display: flex;
  align-items: flex-end;
  padding-top: 130px;
}

.one_komu-inner {
  PADDING: 15PX;
  BORDER-RADIUS: 10px;
  background-color: rgb(255, 255, 255);
  border-radius: 0 0 20px 20px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 10px 0px rgba(15, 54, 86, 0.17);
  margin-top: -10px;
  padding-top: 25px;
}


.one_komu-inner span.b-title {
  font-weight: 500;
  min-height: 42px;
  display: flex;
  align-items: center;
}

.one_komu-inner span.b-text {
  font-size: 14px;
  line-height: 1;
  display: block;
  text-align: left;
  width: 100%;
  max-width: 100%;
  padding-bottom: 20px;
}
.komu .entry-content {
  padding-bottom: 0;
}
.flexed-trebov {
  display: flex;
  justify-content: space-between;
}

.flexed-trebov .one-komu.blue {
  max-width: 282px;
}

.flexed-trebov .one-komu.blue + .columned {
  width: calc(100% - 300px);
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 0px;
}

.columned .trebov_1, .columned .trebov_2 {
   border-radius: 20px;
   background-color: rgb(244, 249, 253);
   box-shadow: 0px 0px 10px 0px rgba(15, 54, 86, 0.17);
   padding: 30px;
}

.flexed-trebov h4 {
   font-size: 22px;
   font-family: "Rubik";
   color: rgb(38, 45, 75);
   text-transform: uppercase;
   margin: 0;
   font-weight: 500;
   line-height: 1;
   margin-bottom: 18px;
}
.trebov_inner strong {
  font-weight: 500;
  display: block;
}
.white-komu {
  margin-top: 20px;
  font-size: 16px;
  font-family: "Rubik";
  color: rgb(4, 21, 74);
}
.trebov {
  padding-top: 80px;
}
.columned .trebov_1 {
  position: relative;
}

.trebov_1:after {
  bottom: -101px;
  z-index: -1;
  content: url(https://lunby.top/wp-content/themes/moykatornado/img/bulbb.png);
  position: absolute;
}
.trebov_2:after {
  content: url(https://lunby.top/wp-content/themes/moykatornado/img/komu_bg.png);
  position: absolute;
}
.trebov_2 {
  position: relative;
}

.trebov_2:after {
  bottom: 100px;
  right: -50px;
}
.page-template-arenda .entry-content {
  padding-bottom: 90px;
}

.owl-carousel .slide-partner img {
  width: auto;
  margin-left: auto;
  margin-right: auto;
}

.owl-carousel .owl-stage {
  display: flex;
  align-items: center;
}

.owl-nav svg {
  width: 44px;
}

.owl-nav .owl-prev svg {
  transform: rotateZ(180deg);
}

.owl-nav {
  display: flex;
  justify-content: space-between;
  width: calc(100% + 60px);
  margin-left: -30px;
  margin-top: -120px;
}

.owl-nav svg path {
  fill: #F0F0F0
}
.owl-nav svg:hover path {
  fill: #000;
  opacity:.5
}

html .owl-carousel .owl-item img {
  width: auto;
  margin-left: auto;
  margin-right: auto;
}

.owl-carousel .owl-stage {
  display: flex;
  align-items: center;
}

section.our-partners h2.s-title {
  margin-bottom: 50px;
}

.page-template-nashi_moyki .entry-content {
  padding-bottom: 70px;
}
.page-template-nashi_moyki .our-partners .entry-content{
padding-bottom: 160px;
}
.disabled{
	pointer-events: none;
}
.disabled:hover{
	opacity: 0.3 !important;
}
.left-benefit-slide span.b-title {
  font-size: 32px;
  font-family: "Rubik";
  color: rgb(94, 164, 220);
  text-transform:none;
  font-weight: 600;
  margin-bottom: 25px;
}

.one_benefit-slide {
  display: flex;
  align-items: center;
}

.right-benefit-slide img {
  border-radius: 20px;
}

.left-benefit-slide {
  width: calc(100% - 520px);
  margin-right: 50px;
  padding: 28px 43px;
  border-top: 1px solid #5EA4DC;
  border-bottom: 1px solid #5EA4DC;
}

.left-benefit-slide span.b-text {
  font-size: 22px;
  display: block;
  text-align: left;
  max-width: 90%;
}

.benefits-slider {
  padding-top: 46px;
  margin-bottom: 70px;
}
.owl-dots {
  position: absolute;
  top: 106px;
  left: 40px;
}

.owl-carousel {
  position: relative;
}

.owl-dot span {
  border: 1px solid #5EA4DC;
  width: 10px;
  height: 10px;
  display: block;
  border-radius: 50%;
}

.owl-carousel button {
  margin-right: 15px;
}

.owl-carousel button.active span {
  background: #5EA4DC;
}

.left-benefit-slide {
  min-height: 305px;
}

.menu-item-has-children:hover>a{
	color: #5ea4dc;
}
.menu-item-has-children>a:after{
content: url('https://lunby.top/wp-content/themes/moykatornado/img/has_ch.png');
  width: 8px;
  display: inline-block;
  margin-left: 8px;
  vertical-align: middle;
  margin-top: -3px;
}
.menu-item-has-children:hover>a:after{
content: url('https://lunby.top/wp-content/themes/moykatornado/img/has-hover.png');
  width: 8px;
  display: inline-block;
width: 8px;
vertical-align: middle;
  margin-top: -5px;
}
ul.sub-menu {
  flex-direction: column;
  background: #5EA4DC;
  color: #fff;
  padding: 24px 0;
  width:auto
}
ul.sub-menu li + li{
  margin-top: 22px;
}
ul.sub-menu li  a{
  color:#fff;
  font-weight:400;
  margin-right: 0;
}
ul.sub-menu li a:hover{
	color: #fff;
}

.main-navigation ul li.menu-item-has-children a {
  padding-bottom: 10px;
}
.main-navigation ul li.menu-item-has-children li a:hover{
	opacity: .9
}
.site-branding img{
	width:116px;
}
header#masthead {
  padding-top: 15px;
}
.step-img-wrap img {
  border-radius: 20px 20px 0 0;
  overflow: hidden;
  max-width: 100%;
}

@media screen and (max-width:1024px) and (min-width:900px){
html	.main-navigation ul li a {
  margin: 0 10px;
}
}

@media screen and (min-width: 1024px){
	.page-template-arenda .komu .entry-content {
  padding-bottom: 0;
}
	.f-logo img {
  max-width: 100px;
}
	.site-branding img {
  margin-top: 5px;
  max-width: 116px;
		width:100%;
}
	.list-otlichiy-loop {
display: grid;
grid-template-columns: repeat(2, 1fr);
grid-template-rows: repeat(20, 1fr);
grid-column-gap: 20px;
grid-row-gap: 0px;
}

.list-otlichiy-loop .list-otlichiy:first-child { grid-area: 1 / 1 / 7 / 2; }
.list-otlichiy-loop .list-otlichiy:nth-child(2) { grid-area: 1 / 2 / 6 / 3; }
.list-otlichiy-loop .list-otlichiy:nth-child(3) { grid-area: 7 / 1 / 13 / 2; }
.list-otlichiy-loop .list-otlichiy:nth-child(4) { grid-area: 6 / 2 / 11 / 3; }
.list-otlichiy-loop .list-otlichiy:nth-child(5) { grid-area: 13 / 1 / 19 / 2; }
.list-otlichiy-loop .list-otlichiy:nth-child(6) { grid-area: 11 / 2 / 16 / 3; }

<!-- 	
.list-otlichiy-loop .list-otlichiy:nth-child(7) { grid-area: 19 / 1 / 25 / 2; }
.list-otlichiy-loop .list-otlichiy:nth-child(8) { grid-area: 16 / 2 / 21 / 3; }
.list-otlichiy-loop .list-otlichiy:nth-child(9) { grid-area: 25 / 1 / 31 / 2; }
.list-otlichiy-loop .list-otlichiy:nth-child(10) { grid-area: 21 / 2 / 26 / 3; }
.list-otlichiy-loop .list-otlichiy:nth-child(11) { grid-area: 26 / 2 / 31 / 3; }
-->

.flexed-trebov .one-komu.blue+.columned {
display: grid;
grid-template-columns: repeat(2, 1fr);
grid-template-rows: repeat(3, 1fr);
grid-column-gap: 20px;
grid-row-gap: 0px;
}
.flexed-trebov .one-komu.blue+.columned .trebov_1 { grid-area: 1 / 1 / 5 / 2; }
.flexed-trebov .one-komu.blue+.columned .trebov_2 { grid-area: 2 / 2 / 4 / 3; }

}



/*responsive start*/

@media screen and (max-width: 1080px){
	.rounds {
  margin-top: -190px;
}
	.left-benefit-slide {
  width: calc(100% - 100px);}
  .owl-dots{display: none;}
  .prog-opis-wrap ul {
  margin-left: 0;
  padding-left: 40px;
  padding-right: 40px;
}
}

@media screen and (max-width: 1024px){
	.otlichiy_opis h4{line-height: 1.2;}
	.programs-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  display: grid;
  grid-template-columns: repeat(2,1fr);
grid-row-gap: 20px;
}
.main-navigation ul li a {
  margin: 0 15px;}
.right-header a{
	  margin-top: -10px;
  display: block;
}
 section.avto_v_sutki .entry-content {
  padding-left: 0;
  padding-right: 0;
}
}

@media screen and (max-width: 1080px) and (min-width: 768px){
	.t-text li {
  font-size: 12px;
}
}
@media screen and (max-width: 900px) and (min-width: 600px){
	.komu-wrapper.flexed > div:first-child { grid-area: 1 / 1 / 2 / 4; }
.komu-wrapper.flexed > div:nth-child(2) { grid-area: 2 / 1 / 3 / 2; }
.komu-wrapper.flexed > div:nth-child(3){ grid-area: 2 / 2 / 3 / 3; }
.komu-wrapper.flexed > div:nth-child(4){ grid-area: 2 / 3 / 3 / 4; }
}

@media screen and (max-width: 900px){
.text-intro {
  position: relative;
  top: 0;
  text-align: center;
}

.textblock {
  margin-left: auto;
  margin-right: auto;
  max-width: 270px;
}


.komu-wrapper.flexed {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(1, 1fr);
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}


.one-komu.blue .inner {
  padding-top: 30px;
}

.komu {
  margin-top: 40px;
}

.page-template-arenda .entry-content {
  padding-bottom: 50px;
}

.trebov {
  padding-top: 10px;
}

.flexed-trebov {
  flex-direction: column;
}

.flexed-trebov .one-komu.blue {
  max-width: 100%;
  margin-bottom: 30px;
}

.flexed-trebov .one-komu.blue+.columned {
  width: 100%;
  grid-template-columns: repeat(1,1fr);
  grid-row-gap: 40px;
}

.trebov_2:after {
  display: none;
}
section.f-form h3 {
  margin-top: 0;
}

.white-komu {
  text-align: center;
}
.right_v_sutki h3 {
  font-size: 30px;}

}

@media screen and (max-width: 860px){
	.main-navigation ul li a {
  margin: 0 10px;
}
.right-header a{
	font-size: 16px;
}
.list-otlichiy-loop {
  display: grid;
  grid-template-columns: repeat(1,1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 12px;
  margin-top: 40px;
}
	.owl-dots {
  display: block;
  top: 0;
  bottom: auto;
}

	.left-benefit-slide{width: 100%;
min-height: 0;
margin-right: 0;
	}
	.right-benefit-slide{display: none;}
	.footer-row {
  flex-direction: column;
  padding-bottom: 10px;
}
.owl-dots {
  width: 100%;
  text-align: center;
  left: 0;
  margin-top: 12px;
}
.f-left {
  flex-direction: column-reverse;
  order: 2;
}

.f-logo a {
  display: flex;
  align-items: center;
  justify-content: center;
}

.f-right p {
  text-align: center;
}

.f-inst svg {
  margin-top: 10px;
  margin-bottom: 10px;
}
.left-benefit-slide span.b-text{max-width: 100%}

.part-prog-wrap {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}
.part-prog-wrap .one_prog{
	border-radius: 20px !important;
}
}

@media screen and (max-width: 768px){
.left-benefit-slide span.b-title{font-weight: 500;}

	.flexed.header_inside {
  
display: grid;
grid-template-columns: repeat(2, 1fr);
grid-template-rows: repeat(1, 1fr);
grid-column-gap: 0px;
grid-row-gap: 0px;

}
.right-header,
nav#site-navigation{
	padding-top: 20px;
  padding-bottom: 30px;
}
 
.flexed.header_inside>.site-branding { grid-area: 2 / 1 / 3 / 3; }
.flexed.header_inside>*:nth-child(2) { grid-area: 1 / 1 / 2 / 2; }
.flexed.header_inside>*:nth-child(3) { grid-area: 1 / 2 / 2 / 3; }

.right-header a {
  text-align: right;
}

.site-branding {
  width: 100%;
  text-align: center;
}.site-branding {
  padding-top: 40px;
  padding-bottom: 40px;
}


button.menu-toggle {
  border: none;
  font-size: 0;
  background: url(https://lunby.top/wp-content/themes/moykatornado/img/openmenu.png);
  width: 40px;
  height: 27px;
  border-radius: 0;
  margin-top: -7px;
}
nav#site-navigation.toggled ul {
  background: #5EA4DC;
  padding-bottom: 17px;
  padding-right: 20px;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 14px;
}

nav#site-navigation.toggled ul a {
  color: #fff;
  margin-left: 0;
  margin-right: 0;
}

nav#site-navigation.toggled ul li {
  padding-top: 10px;
  margin-top: 0;
  clear: both;
  padding-bottom: 10px;
}

nav#site-navigation {
  width: auto;
  position: relative;
}

button.menu-toggle + div {
  position: absolute;
  top: 50px;
  transition: all .25s ease;
}

.main-navigation ul li.menu-item-has-children a {
  padding-bottom: 0;
}

nav#site-navigation.toggled ul {
  position: relative;
  top: 0;
  left: 0;
  bottom: 0;
  padding: 0;
  box-shadow: none;
}

.menu-item-has-children>a {
  display: none;
}

nav#site-navigation.toggled ul li.menu-item-has-children {
  padding: 0;
}

nav#site-navigation.toggled button+div> ul {
  padding: 12px;
}

header#masthead {
  position: relative;
  z-index: 1;
}

.right_v_sutki h3 span {
  font-size: 30px;
  text-transform: none;
  line-height: 1;
  margin-bottom: 12px;
}
.page-template-partneram .entry-content .flexed {
  flex-direction: column;
  align-items: center;
  margin-top: 20px;
}

.proporcii {
  text-align: center;
  font-size: 30px;
  line-height: 1;
  padding-bottom: 20px;
}

.proporcii+.inner-flexed {
  width: 100%;
  margin-top: 10px;
}

	.tarifs-loop{
		grid-row-gap: 40px;
	}
.one_tarif-inner {
  max-width: 286px;
  margin-left: auto;
  margin-right: auto;
}
	.tarifs-loop {
  margin-top: 50px;
  display: grid;
  grid-template-columns: repeat(2,1fr);}

	.steps-wrap {
  margin-top: 32px;
  display: grid;
  grid-template-columns: repeat(2,1fr);}
	h2.s-title{
		font-size: 30px;
	}
.left-benefit-slide span.b-title {
  font-size: 26px;
  font-family: "Rubik";
  color: #5ea4dc;
  text-transform: none;
  font-weight: 600;
  margin-bottom: 15px;
}
span.b-text br{display: none;}

.vazhnie-inner {
  width: 100%;
  max-width: 100%;
  text-align: center;
}

.partn-blue {
  margin-top: 180px;
  margin-left: 0;
  flex-direction: column;
  align-items: center;
  border-radius: 20px;
}

.vazhnie-inner:after {
  left: 0;
  right: 0;
  opacity: 0;
}

.white-note {
  padding-top: 0;
  padding-bottom: 20px;
  width: 100%;
  max-width: 100%;
  text-align: center;
  padding-right: 20px;
}

.white-note br {
  display: none;
  max-width: 100%;
}

.partn-blue:before {
  bottom: 100%;
  left: 0;
  right: 0;
  text-align: center;
  height: 222px;
  overflow: hidden;
}

section.partneram-bottom {
  margin-bottom: 70px;
  margin-top: 40px;
}

.partn-blue:after {
  opacity: 0;
}

.white_blocks-inner {
  max-width: 100%;
  margin-right: 20px;
}

}


@media screen and (max-width: 768px) and (min-width: 480px){
.step {
  max-width: 380px;
  margin-left: auto;
  margin-right: auto;
}
.rounds {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 10px;
  text-align: center;
  justify-content: center;
  margin-top: -90px;
}
.one_round {
  margin-left: auto;
  margin-right: auto;
}
.home header+section .entry-content {
  padding-bottom: 0;
}
}


@media screen and (max-width: 680px){
.inner-v_sutki {
  flex-direction: column;
}

.inner-v_sutki>div {
  height: 170px;
  width: 100%;
}

.inner-v_sutki>div + div {
  height: auto;
}
.right_v_sutki p {
  font-size: 18px;}
}

@media screen and (max-width: 600px){
	.fran-top h2{
		font-size: 24px;
	}
	.fran-top p {
  font-size: 14px;}
	section.f-form h3 {
  font-size: 30px;
}
.wpcf7-form {
  border-radius: 20px;
  background-color: #5ea4dc;
  max-width: 590px;
  padding: 28px 20px;
margin-bottom: 0;
}
.one-komu.blue .inner br{display: none;}

.komu-wrapper.flexed{
	grid-template-columns: repeat(1,1fr);
}
.one-komu {
  max-width: 280px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
}

@media screen and (max-width: 580px){
.nash-sub {
  font-size: 18px;}
h1.entry-title {
  margin-bottom: 10px;
}
.trebov_2:before{
	content: url(https://lunby.top/wp-content/themes/moykatornado/img/treb_mobile.png);
  position: absolute;
  top: -100px;
}
.programs-wrap{
	grid-row-gap: 60px;
grid-template-columns: repeat(1,1fr);	
}
.trebov_2 {
  margin-top: 130px;
  padding-top: 50px !important;
}

.trebov_2:before {
  top: -150px;
  left: 0;
  right: 0;
  display: block;
  text-align: center;
}
.tarifs-loop{background: none;}
}
@media screen and (max-width: 480px){
	.step-num {
  border-radius: 50%;
  background-color: #e9e9e9;
  position: absolute;
  width: 30px;
  height: 30px;
  font-size: 12.362px;
  font-family: "Rubik";
  color: #4c4c4c;
  line-height: 1.294;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  top: -14px;
  right: 14px;
}
	.steps-wrap  .owl-dots {
  /* display: list-item; */
  position: relative;
  bottom: 0;
  margin-top: 5px;
}
.steps-wrap  .owl-dots .owl-dot.active span:before{
  color:#000
}
.steps-wrap  .owl-dots .owl-dot span:before{
  color:#5EA4DC;
  border-bottom:1px solid
}
.steps-wrap  .owl-dots .owl-dot:nth-child(1) span:before{
  content:"1";
}
.steps-wrap  .owl-dots .owl-dot:nth-child(2) span:before{
  content:"2";
}
.steps-wrap  .owl-dots .owl-dot:nth-child(3) span:before{
  content:"3";
}
.steps-wrap  .owl-dots .owl-dot:nth-child(4) span:before{
  content:"4";
}
.steps-wrap  .owl-dots  .owl-dot:nth-child(5) span:before{
  content:"5";
}
.steps-wrap  .owl-dots  .owl-dot:nth-child(6) span:before{
  content:"6";
}

.steps-wrap .owl-dot, 
.steps-wrap .owl-dot span {
  border: none;
  background: transparent;
}
.steps-wrap.owl-carousel button.active span {
  background: transparent;
}
.steps-wrap  .owl-nav svg path{
  fill:#5EA4DC
}
.steps-wrap  .owl-nav {
  display: block !important;
  position: absolute;
  bottom: 0;
  text-align: center;
  display: flex !important;
  justify-content: space-between !important;
  max-width: 200px;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  bottom: -3px;
}
.steps-wrap .owl-nav svg {
  width: 14px;
  text-align: center;
}
.steps-wrap .owl-nav {
  height: 0;
  z-index: 2;
  bottom: 20px;
}

.steps-wrap .owl-dots {
  margin-top: 20px;
}
	.home section .entry-content{margin-top: 0;}
	.prog-inner{
		padding: 20px
	}
	.white_blocks-inner {
  display: flex;
  display: grid;
  grid-template-columns: repeat(1,1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 50px;
  grid-row-gap: 20px;}
.patrneram-subtitle h2{
	font-size: 16px;
}
input:focus::placeholder {
  color: transparent;
}

.part-prog-wrap {
  display: grid;
  grid-template-columns: repeat(1,1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}
	.tarifs-loop {
  margin-top: 50px;
  display: grid;
  grid-template-columns: repeat(1,1fr);
}
.one_round {
  margin-left: auto;
  margin-right: auto;
}
	.rounds {
		margin-top: -9vw;
  padding-left: 10px;
  padding-right: 10px;
  grid-column-gap: 10px;
  grid-template-columns: repeat(1,1fr);
  margin-top: 0;
display: grid;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  grid-row-gap: 20px;
}


section#clear_car img {
  max-width: 125vw;
  width: 125vw;
  margin-left: -20vw;
  margin-bottom: -3vw;
}

.step {
  max-width: 380px;
  margin-left: auto;
  margin-right: auto;
}
	.steps-wrap {
grid-template-columns: repeat(1,1fr);
	}
	.left-benefit-slide{
		padding-left: 22px;
		padding-right: 22px;
	}
}