/*!
Theme Name: KotKot
Theme URI: https://kwork.ru/user/vilamo
Author: Vilamo
Author URI: https://kwork.ru/user/vilamo
Description: Уникальная тема Созданная VILAMO
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: kotkot
Tags: Vilamo

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

KotKot 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%;

  scroll-behavior: smooth;
  /*overflow-y: scroll;*/
  /*overflow-x: hidden;*/
}

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

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

  /*font-family: 'Oswald', sans-serif;*/
  font-family: "Roboto", sans-serif;

  overflow-y: scroll;
  overflow-x: hidden;
}
body.hidden {
  overflow: hidden;
}
/**
   * Render the main element consistently in IE.
   */
main {
  display: block;
  /* padding-bottom: 80px; */
  overflow: hidden;
}

/**
   * 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;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

textarea {
  resize: none;
}
input,
select,
button,
textarea {
  outline: none;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}
ul,
li,
a {
  padding: 0 0;
  margin: 0;
  list-style-type: none;
  color: #333;
  text-decoration: none;
}
ul:hover,
li:hover,
a:hover {
  text-decoration: none;
  /* Убираем подчеркивание */
  /* color: #333; */
}
/* 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: bolder;
}

/**
 * 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: inherit;
}

html {
  box-sizing: border-box;
}

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

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: -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: 1.5em;
}

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: 0 0 1.5em 3em; */
}

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: #000000;
}

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 {
  position: relative;
  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;
}

@media screen and (min-width: 996px) {
  .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;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}

/* User Style */
* {
  font-family: "Montserrat Alternates", sans-serif;
  font-style: normal;
  font-weight: normal;
}

.container {
  max-width: 1260px;
  width: 100%;
  margin: 0 auto;
  padding: 0 50px;
}

/* Header-top */

.site-branding {
  display: flex;
  align-items: center;
}
.site-branding .logo {
  max-width: 30px;
}
.site-branding .logo-descr a {
  padding-left: 15px;
  font-weight: 300;
  font-size: 21px;
  line-height: 120%;
  color: #4680ff;
}
.header-top {
  min-height: 120px;
  padding: 40px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#menu > div {
  width: 100%;
}
.logo-mb {
  position: absolute;

  top: 40px;
  left: 20px;

  width: 159px !important;
  height: 40px;
  display: none;
  background: url(img/logomb.png) center no-repeat transparent;
}
.logo-mb.active {
  display: block;
}
#menu-item-154 a {
  padding: 14px 29px;

  color: #fff;
  background: #4680ff;
  border-radius: 15px;
}
#menu-item-155 a {
  color: #4680ff;
}
.main-navigation {
  max-width: 835px;
  width: 100%;
}
.main-navigation ul {
  max-width: 800px;
  width: 100%;
  margin-left: auto;
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
  line-height: 120%;
}
/* End Header-top */

/* Header-main  */
.header-main__text {
  text-align: center;
}
.site-title {
  margin: 177px 0 0;

  color: #4680ff;

  font-weight: 600;
  font-size: 113px;
  line-height: 120%;
  text-transform: uppercase;
}
.site-description {
  margin-top: 10px;

  font-weight: normal;
  font-size: 28px;
  line-height: 120%;
}
.header-main__advantages {
  font-weight: 500;
  font-size: 20px;
  line-height: 120%;
}
.header-main__advantages ul {
}
.header-main__advantages ul li {
  display: inline-block;
  position: relative;
  padding-left: 42px;
  margin-right: 30px;
  color: #00d923;
}
.header-main__advantages ul li::before {
  content: "";

  width: 25.25px;
  height: 27px;
  display: block;
  position: absolute;
  top: 2px;
  left: 0px;
  background: url(img/галочка.svg) center no-repeat transparent;
  background-size: 17px;
}
.btn-servise {
  display: block;
  max-width: 494px;
  margin: 70px auto 0;
  padding: 18px 0;

  font-weight: 500;
  font-size: 18px;
  line-height: 120%;
  color: #4680ff;

  border: 1px solid #4680ff;
  border-radius: 15px;
  transition: 0.3s;
}
.btn-servise:hover {
  background: #4680ff;
  color: #fff;
}
/* End Header-main  */

/* Section */
.section-title {
  font-weight: normal;
  font-size: 29px;
  line-height: 120%;
  text-align: center;
}
/* End Section */

/* Section.servise */
.servise {
  padding: 10.5% 0 5%;
}
/* Slider */
.slider {
  padding: 6.6% 0 0;
  max-height: 722px;
  height: 100vh;
  position: relative;
}
.slider-container {
  border-radius: 20px;
  overflow: hidden;
}
.slider-container,
.slider-dots {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  max-width: 1060px;
  max-height: 596px;
  width: 100%;
  height: 100vh;
}
.slider-track {
  display: flex;
  transition: 0.3s;
}
.slider-btn {
  position: absolute;
  top: 38%;
  left: -20px;
  transform: translateY(-50%);
  display: none;
  z-index: 1000;
}
.slider-item {
  opacity: 0;
  position: absolute;
  width: 100%;
  transition: all 0.6s;
}
.slider-item--shadow {
  filter: brightness(0.8);
}
.slider-item.active {
  opacity: 1;
  transition: 1s;
}
.slider-item__img {
  max-width: 1280px;
  max-height: 722px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.slider-dot {
  max-width: 260px;
  width: 100%;
  max-height: 165px;
  height: 100vh;
  padding: 23px 20px 33px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: absolute;
  color: #b2b2b2;
  background: #e5e5e5;
  font-weight: normal;
  font-size: 17px;
  line-height: 140%;
  border-radius: 8px;
}
.slider-dot--none {
  opacity: 0;
  transition: 0.3s;
}
.slider-dot:hover {
  opacity: 1;
  background: #4680fe;
  color: #fff;
}
.slider-dot:hover .slider-dot__img,
.slider-dot:hover .slider-dot__descr {
  opacity: 1;
  filter: brightness(1);
}
.slider-dot .slider-dot__img,
.slider-dot .slider-dot__descr {
  opacity: 1;
  filter: brightness(0.8);
}
.slider-dot:nth-child(1) > .slider-dot__img,
.slider-dot:nth-child(1) > .slider-dot__descr {
  opacity: 1;
  filter: brightness(1);
}

.slider-dot:nth-child(1) {
  top: -2em;
  left: -7.5em;
  background: #4680fe;
  color: #fff;
}
.slider-dot:nth-child(2) {
  right: -6em;
  top: 5em;
}
.slider-dot:nth-child(3) {
  top: 11em;
  right: 16em;
}
.slider-dot:nth-child(4) {
  bottom: 4.8em;
  left: 6em;
}
.slider-dot:nth-child(5) {
  right: 10em;
  bottom: -3em;
}
.slider-dot__img {
  max-width: 43px;
  margin-left: auto;
}
/* End Slider */
/* End Section.servise */
/* Section.themes */
.themes {
  padding-top: 8%;
  padding-bottom: 8.5%;
}
.themes-grid {
  margin-top: 50px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, minmax(auto, 200px));
  gap: 20px;
}
.themes-grid__item {
  display: grid;
  grid-template-columns: minmax(auto, 208px) 1fr;
  gap: 17px;
  align-items: center;
}
.themes-grid__item-title {
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 18px;
  line-height: 150%;
}
.themes-grid__item-text {
  font-size: 16px;
  line-height: 150%;
}
.themes-grid__item-ib {
  padding: 40px 58.5px;
  background: #4680ff;
  border-radius: 15px;
  text-align: center;
}
.themes-grid__item-ib img {
  max-height: 91px;
}
/* End Section.themes */

/* Section.advantages */
.advantages-container {
  width: 100%;
  margin-top: 50px;
  padding: 50px 30px 14px 33px;

  display: grid;
  grid-template-columns: minmax(auto, 400px) repeat(4, minmax(auto, 260px));

  background: #ffffff;
  box-shadow: 2px 6px 86px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
}
.advantages-competitor {
  max-width: 260px;
  max-height: 549px;

  position: relative;

  font-size: 16px;
  line-height: 120%;
  text-align: center;
  border-left: 2px solid #e6e6e6;
}
.advantages-competitor:last-child {
  max-height: 726px;
  margin: -32px 0 0 0;
  background: #4680ff;
  color: #fff;
  border: none;
  border-radius: 15px;
}
.advantages-competitor:last-child .advantages-competitor__title {
  margin-top: 45px;
  margin-bottom: 97px;
  font-weight: 600;
  font-size: 30px;
  line-height: 120%;
  text-transform: uppercase;
}
.advantages-competitor:last-child .advantages-competitor__descr {
  display: none;
}
.advantages-competitor:last-child .advantages-competitor__price {
  max-width: 165px;
  margin: 0 auto;
}
.advantages-competitor:last-child .advantages-competitor__property {
  max-height: 407px;
}
advantages-competitor::before {
  content: "";
  width: 2px;
  height: 680px;

  position: absolute;

  background: #e6e6e6;
}
.advantages-competitor__property {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  max-height: 394px;
  height: 100%;
}

.advantages-competitor__title {
  margin: 0 auto 15px;
  font-weight: 500;
  font-size: 20px;
  line-height: 114%;
}
.advantages-competitor__descr {
  max-width: 225px;
  height: 110px;
  margin: 0 auto;
}
.advantages-property {
  margin-top: 9em;
}
.advantages-tabs {
  display: none;
}
.advantages-property__item {
  max-width: 295px;
  margin-bottom: 40px;
  font-size: 16px;
  line-height: 140%;
}
.advantages-property__item:last-child {
  margin-bottom: 35px;
}

.pfalse {
  width: 31.28px;
  height: 31.28px;

  margin: 0 auto;

  background: url(img/false.svg) center no-repeat transparent;
}
.ptrue {
  width: 47.5px;
  height: 31.28px;

  margin: 0 auto;

  background: url(img/true.svg) center no-repeat transparent;
}
.advantages-competitor:last-child .ptrue {
  background: url(img/truekot.svg) center no-repeat;
}
/* End Section.advantages */

/* Section.tabs */
.tabs {
  padding-top: 200px;
}
.tabs-wrapper {
  position: relative;
  max-width: 1200px;
  margin: 70px auto 0;
}
.tabs-input {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.tab {
  max-width: 240px;
  width: 100%;
  margin-right: 30px;
  font-weight: 600;
  font-size: 44px;
  line-height: 213%;
  color: #e6e6e6;
  transition: 0.3s;
}
.tab:last-child {
  margin: 0;
}
.content {
  display: none;
}
.label-box {
  height: 88px;
  text-align: center;
}
#tab-1:checked ~ .label-box .tab-1,
#tab-2:checked ~ .label-box .tab-2,
#tab-3:checked ~ .label-box .tab-3,
#tab-4:checked ~ .label-box .tab-4 {
  font-weight: 600;
  font-size: 68px;
  line-height: 120%;
  color: #4680ff;
}
#tab-1:checked ~ .tabs-content .content-1,
#tab-2:checked ~ .tabs-content .content-2,
#tab-3:checked ~ .tabs-content .content-3,
#tab-4:checked ~ .tabs-content .content-4 {
  display: block;
}
.content-title {
  margin-top: 20px;
  margin-bottom: 50px;
  font-weight: 500;
  font-size: 20px;
  line-height: 150%;
  color: #4680ff;
  text-align: center;
}
.content-1__box {
  display: grid;
  grid-template-columns: repeat(2, minmax(auto, 1fr));
  gap: 50px;
}
.content-1__item {
  display: flex;
  align-items: center;
}
.content-1__item:first-child .content-1__item-descr {
  max-width: 187px;
}
.content-1__item-img {
  max-width: 90px;
  width: 100%;

  position: relative;

  margin-right: 30px;
}
.content-1__item:nth-child(2) .content-1__item-img::before {
  content: url(img/line-11.png);
  position: absolute;
  top: 47%;
  transform: translateY(-50%);
  left: -241px;
}
.content-1__item:nth-child(4) .content-1__item-img::before {
  content: url(img/line-12.png);
  position: absolute;
  top: 47%;
  transform: translateY(-50%);
  left: -193px;
}
.content-1__item-descr {
  max-width: 320px;
  font-size: 16px;
  line-height: 150%;
}
.content-2__item {
  display: flex;
  align-items: center;
}
.content-2__item-descr {
  font-size: 16px;
  line-height: 150%;
}
.content-2__list-title {
  margin-bottom: 20px;
  font-weight: 500;
  font-size: 18px;
  line-height: 150%;
  color: #4680ff;
}
.content-2__box-list {
  padding: 30px 0;

  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px;
}
.content-2__list ul li {
  padding-left: 31px;
  margin-bottom: 15px;

  position: relative;
  font-size: 16px;
  line-height: 150%;
}
.content-2__list ul li::before {
  content: "";
  display: block;
  position: absolute;
  width: 19.84px;
  height: 25px;
  left: 0px;
  background: url(img/marker.svg) center no-repeat transparent;
}
.content-2__list ul li:last-child {
  margin: 0;
}
.content-2__item-footer {
  padding: 130px 0 0 0;
  position: relative;
}
.content-2__item-footer::before {
  content: "";
  width: 2px;
  height: 100px;

  display: block;
  position: absolute;
  top: 0;
  left: 49px;

  background: url(img/line-21.png) center no-repeat transparent;
}
.content-3__item {
  padding-bottom: 30px;
}
.content-3__item:first-child {
  padding-top: 0;
}
.content-3__item:first-child.content-2__item-footer::before {
  background: none;
}
.content-3__item-title {
  /* margin-bottom: 10px; */
  font-weight: 500;
  font-size: 18px;
  line-height: 80%;
}
.content-2__item-descr strong {
  font-weight: normal;
  color: #00d923;
}
.content-3__box-footer {
  font-size: 18px;
  line-height: 150%;
}
.content-3__box-footer a {
  color: #4680ff;
}
.content-4 .content-3__box-footer {
  max-width: 1010px;
  margin: 0 auto;
}
/* End Section.tabs */

/* Footer */
.site-footer {
  padding: 150px 0 100px;
}
.footer-box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 80px;
}
.footer-box-img {
  max-width: 562px;
  max-height: 235px;
  height: 100vh;

  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.footer-box__item-img1,
.footer-box__item-img2 {
  width: 100%;
}
.footer-box__item-img1 {
  max-width: 230px;
  height: 196px;
  background: url(img/f1.png) center no-repeat transparent;
  background-size: cover;
}
.footer-box__item-img2 {
  max-width: 150px;
  height: 122px;
  background: url(img/f2.png) center no-repeat transparent;
  background-size: cover;
}
.btn-footer {
  max-width: 750px;
  margin: 27px 0 0 0;

  text-align: center;
}
.footer-box__item:last-child {
  padding-top: 55px;
}
.footer-box__item-num,
.footer-box__item-company,
.footer-box__item-inn {
  margin-bottom: 10px;
}
.footer-box__item-descr {
  margin-top: 43px;
}
.footer-box__item-num {
  font-weight: 600;
  font-size: 60px;
  line-height: 120%;
  color: #4680ff;
}
.footer-box__item-loc {
  position: relative;
  padding-left: 48px;
  font-size: 20px;
  line-height: 150%;
}
.footer-box__item-loc::before {
  content: "";
  width: 25px;
  height: 30px;
  position: absolute;
  left: 0;
  background: url(img/location.svg) center no-repeat transparent;
}
.footer-box__item-descr {
  font-size: 18px;
  line-height: 150%;
}
/* End Footer */
@media screen and (max-width: 1600px) {
  .slider-dot:nth-child(1) {
    left: -2.5em;
  }
  .slider-dot:nth-child(2) {
    right: -2em;
  }
}
/* media style */
@media screen and (max-width: 1440px) {
  .advantages-property__item,
  .advantages-competitor {
    font-size: 16px;
  }
  .advantages-competitor {
    max-height: 595px;
    padding: 0 9px;
  }
  .advantages-competitor__property {
    max-height: 393px;
  }
  .advantages-competitor:last-child .advantages-competitor__property {
    max-height: 402px;
  }
}

@media screen and (max-width: 1380px) {
  .advantages-competitor__property {
    max-height: 444px;
  }
  .advantages-competitor:last-child .advantages-competitor__property {
    max-height: 450px;
  }
  .advantages-competitor__title {
    font-size: 21px;
  }
  .slider-dot:nth-child(1) {
    left: -1.5em;
  }
  .slider-dot:nth-child(2) {
    right: -2em;
  }
  .slider-dot:nth-child(3) {
    right: 15em;
  }
  .slider-dot:nth-child(4) {
    bottom: 2.8em;
    left: 3em;
  }
}
@media screen and (max-width: 1300px) {
  .slider-container,
  .slider-dots {
    max-height: 608px;
  }
  .footer-box__item-num {
    font-size: 59px;
  }
  .footer-box-img {
    margin-left: 0;
  }
}
@media screen and (max-width: 1200px) {
  .slider-dot {
    max-width: 266px;
    max-height: 175px;
  }
  .slider-dot:nth-child(4) {
    bottom: 0.8em;
    left: 1em;
  }
  .slider-container,
  .slider-dots {
    max-height: 577px;
  }
  .tabs {
    padding-top: 166px;
  }
  .advantages-competitor {
    max-height: 564px;
  }
  .advantages-competitor__title {
    font-size: 24px;
  }
  .advantages-competitor__property {
    max-height: 399px;
  }

  .advantages-competitor__descr {
    height: 92px;
  }
  .advantages-property__item,
  .advantages-competitor {
    font-size: 14px;
  }
  .advantages-competitor:last-child .advantages-competitor__property {
    max-height: 412px;
  }
  .themes-grid {
    grid-template-columns: repeat(1, 1fr);
  }
  .content-1__item:nth-child(2n + 2) .content-1__item-img::before,
  .content-1__item .content-1__item-img::before {
    content: "";
    width: 2px;
    height: 100px;
    display: block;
    position: absolute;
    top: -65px;
    left: 49px;
    background: url(img/line-21.png) center no-repeat transparent;
  }
  .content-1__item:first-child .content-1__item-img::before {
    content: none;
  }
  .content-1__item:nth-child(3n + 3) .content-1__item-img::before {
    top: -117px;
  }
  .content-1__box {
    grid-template-columns: repeat(1, minmax(auto, 1fr));
    gap: 0;
  }
  .content-1__item {
    padding-top: 130px;
  }
  .content-1__item:first-child {
    padding: 0;
  }
  .content-3__item {
    padding-bottom: 0;
  }
  .content-1__item:first-child .content-1__item-descr,
  .content-1__item-descr {
    max-width: none;
  }
  .footer-box {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 0px;
  }
  .footer-box-img,
  .btn-footer {
    max-width: none;
  }
  .footer-box-img {
    margin-top: 50px;
  }
  .btn-servise {
    background: #4680ff;
    color: #fff;
  }
  .main-navigation {
    max-width: 729px;
  }
  .main-navigation ul {
    max-width: 729px;
  }
  .site-footer {
    padding: 150px 0 58px;
  }
}

@media screen and (max-width: 1080px) {
  .advantages-competitor__property {
    max-height: 435px;
  }
  .advantages-competitor:last-child .advantages-competitor__property {
    max-height: 442px;
  }
}
@media screen and (max-width: 996px) {
  .site-branding {
    align-items: normal;
  }
  .site-branding .logo {
    max-width: 59.42px;
  }
  .logo-descr {
    font-size: 36px;
    line-height: 120%;
  }
  #menu {
    display: none;
    position: fixed;
    right: 0;
    top: 0;
    max-width: 360px;
    width: 100%;
    height: 100%;
    z-index: 100000;
    background: #4680ff;
  }
  #menu.active {
    display: block;
  }
  .main-navigation {
    max-width: 60px;
  }
  #primary-menu {
    padding: 130px 20px 0;
    display: flex;
    flex-direction: column;
    text-align: center;
  }
  #primary-menu li {
    width: 100%;
  }
  #primary-menu li a {
    color: #fff;
    font-size: 24px;
  }
  .menu-item {
    margin-bottom: 40px;
  }
  #menu-item-154 {
    margin-bottom: 20px;
  }
  #primary-menu li#menu-item-154 a {
    background: #fff;
    color: #4680ff;
    border-radius: 10px;
    font-size: 18px;
  }
  #primary-menu li#menu-item-155 a {
    padding: 14px 0;
    border: 1px solid #fff;
    border-radius: 10px;
    font-size: 18px;
  }
  .menu-item:last-child {
    margin-bottom: 0;
  }
  .menu-toggle {
    width: 60px;
    height: 40px;
    background: url(img/burger.svg) center no-repeat;
    border: none;
  }
  .menu-toggle.active {
    position: fixed;
    z-index: 100001;
    top: 40px;
    right: 50px;
    background: url(img/union1.svg) center no-repeat;
  }
  .slider-dot:nth-child(1),
  .slider-dot:nth-child(2),
  .slider-dot:nth-child(3),
  .slider-dot:nth-child(4),
  .slider-dot:nth-child(5) {
    bottom: -2em;
    left: 2em;
    top: auto;
    right: auto;
    opacity: 0;
  }
  .slider-dot:nth-child(1) {
    opacity: 1;
  }
  .slider-item--shadow {
    filter: brightness(1);
  }
  .slider-container,
  .slider-dots {
    max-height: 496px;
  }
  .slider-btn {
    display: flex;
    width: 106%;
    justify-content: space-between;
  }
  .btn-prev,
  .btn-next {
    width: 60px;
    height: 60px;
    box-shadow: 0px 4px 21px rgba(0, 0, 0, 0.15);
    border: none;
    border-radius: 50%;
  }
  .btn-prev {
    background: url(img/prev.png) center no-repeat #fff;
  }
  .btn-next {
    background: url(img/next.png) center no-repeat #fff;
  }
  .slider-item {
    position: relative;
    opacity: 1;
  }
  .slider-dot {
    background: #4680fe;
    color: #fff;
  }
  .slider-dot .slider-dot__img,
  .slider-dot .slider-dot__descr {
    filter: brightness(1);
  }
  .slider-dot--none {
    display: none;
    transition: none;
  }
  .slider-dot--none.active {
    display: flex;
    opacity: 1;
  }
  .advantages-container {
    position: relative;
    margin-top: 80px;
    grid-template-columns: minmax(auto, 400px) repeat(2, minmax(auto, 260px));
  }
  .advantages-tabs {
    position: absolute;
    top: -42px;
    left: 50%;
    transform: translateX(-50%);
    width: 94%;
    display: flex;
    justify-content: space-between;
  }
  .advantages-tab {
    padding-top: 9px;
    max-width: 30%;
    height: 41px;
    width: 100%;
    text-align: center;
    background: #e6e6e6;
    border-radius: 10px 10px 0 0;

    font-weight: 500;
    font-size: 18px;
    line-height: 140%;
  }
  .advantages-tab.active {
    background: #4680ff;
    color: #fff;
  }
  .advantages-tab:last-child {
    display: none;
  }
  .advantages-none {
    display: none;
  }
  .advantages-block {
    display: block;
  }
  .advantages-competitor__property {
    max-height: 355px;
  }
  .advantages-competitor {
    max-height: 492px;
  }
  .advantages-property {
    margin-top: 8.5em;
  }
  .advantages-competitor__descr {
    height: 93px;
  }
  .advantages-competitor:last-child .advantages-competitor__title {
    margin-bottom: 69px;
  }
  .advantages-competitor:last-child .advantages-competitor__property {
    max-height: 354px;
  }
  .advantages-competitor:last-child .advantages-competitor__property {
    max-height: 373px;
  }
  #tab-1:checked ~ .label-box .tab-1,
  #tab-2:checked ~ .label-box .tab-2,
  #tab-3:checked ~ .label-box .tab-3,
  #tab-4:checked ~ .label-box .tab-4 {
    font-size: 60px;
  }
  .tab {
    font-size: 37px;
  }
}

@media screen and (max-width: 768px) {
  .container {
    padding: 0 41px;
  }
  .header-top {
    padding-top: 40px;
  }
  .site-branding .logo {
    max-width: 60px;
  }
  .logo-descr {
    /* display: none; */
  }
  .main-navigation ul {
    margin-left: auto;
    margin-right: 36px;
    font-size: 18px;
    line-height: 120%;
  }
  .site-title {
    margin-top: 105px;
    font-weight: 600;
    font-size: 96px;
    line-height: 120%;
  }
  .site-description {
    font-size: 24px;
    line-height: 120%;
  }
  .header-main__advantages {
    font-size: 20px;
  }
  .btn-servise {
    margin-top: 50px;
  }
  .servise {
    padding: 10.5% 0 0;
  }
  .slider {
    max-height: 464px;
  }
  .section-title {
    font-size: 24px;
  }
  .slider-container,
  .slider-dots {
    max-height: 380px;
  }
  .slider-dot {
    max-width: 210px;
    max-height: 133px;
    padding: 15px 15px 23px;
  }
  .slider-dot__img {
    max-width: 30px;
  }
  .slider-dot__descr {
    font-size: 18px;
  }
  .slider-btn {
    top: 50%;
  }
  .themes {
    padding: 150px 0;
  }
  .themes-grid {
    grid-template-rows: repeat(2, minmax(auto, 160px));
  }
  .themes-grid__item {
    grid-template-columns: minmax(auto, 190px) 1fr;
    gap: 36px;
  }
  .themes-grid__item-ib {
    padding: 20px 30px;
  }
  .themes-grid__item-title {
    margin-bottom: 5px;
    font-size: 20px;
  }
  .themes-grid__item-text {
    font-size: 16px;
  }
  .advantages-container {
    padding-left: 30px;
  }
  .advantages-competitor {
    max-width: 226px;
    max-height: 584px;
  }
  .advantages-property__item,
  .advantages-competitor {
    font-size: 16px;
  }
  .advantages-property__item,
  .advantages-competitor {
    padding: 0;
  }
  .advantages-competitor__title,
  .advantages-competitor__descr {
    font-size: 18px;
  }
  .advantages-competitor__property {
    max-height: 450px;
  }
  .advantages-competitor__property-item {
    margin-bottom: 40px;
  }
  .advantages-competitor:last-child .advantages-competitor__property {
    max-height: 470px;
  }
  .tabs {
    padding-top: 150px;
  }
  .tabs-wrapper {
    margin-top: 50px;
  }
  .footer-box__item-num {
    font-size: 64px;
  }
  .label-box {
    height: 60px;
  }
  .tab {
    margin-right: 10px;
    font-size: 32px;
}
#tab-1:checked ~ .label-box .tab-1, #tab-2:checked ~ .label-box .tab-2, #tab-3:checked ~ .label-box .tab-3, #tab-4:checked ~ .label-box .tab-4{
  font-size: 46px;
}
}
@media screen and (max-width: 596px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
  .slider {
    max-height: 437px;
  }
  .slider-btn {
    top: 41%;
  }
  .slider-dot:nth-child(1),
  .slider-dot:nth-child(2),
  .slider-dot:nth-child(3),
  .slider-dot:nth-child(4),
  .slider-dot:nth-child(5) {
    bottom: -1em;
  }
  .themes {
    padding: 100px 0;
  }
  .advantages-tabs,
  .advantages-block {
    display: none;
  }
  .advantages-container {
    grid-template-columns: minmax(auto, 400px) minmax(auto, 260px);
  }
  .advantages-competitor:last-child {
    width: 100%;
    justify-self: flex-end;
  }
  .advantages-competitor:last-child .advantages-competitor__property {
    max-height: 410px;
  }
  .label-box {
    position: relative;
    height: 115px;
    padding-top: 64px;
  }
  .tab {
    transition: 0s;
  }
  #tab-1:checked ~ .label-box .tab-1,
  #tab-2:checked ~ .label-box .tab-2,
  #tab-3:checked ~ .label-box .tab-3,
  #tab-4:checked ~ .label-box .tab-4 {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  .footer-box__item-descr {
    margin-top: 20px;
  }
  .footer-box__item-num {
    font-size: 46px;
  }
  .footer-box__item-loc {
    font-size: 22px;
  }
}
@media screen and (max-width: 480px) {
  #menu {
    max-width: 100%;
  }
  .header-main__advantages ul li {
    margin-right: 20px;
  }
  .site-title {
    font-size: 78px;
  }
  .site-description {
    font-size: 22px;
  }
  .btn-prev,
  .btn-next {
    width: 40px;
    height: 40px;
    background-size: 8px;
  }
  .slider-btn {
    top: 49%;
  }
  .slider-dot:nth-child(1),
  .slider-dot:nth-child(2),
  .slider-dot:nth-child(3),
  .slider-dot:nth-child(4),
  .slider-dot:nth-child(5) {
    bottom: 1.5em;
  }

  .slider-container,
  .slider-dots,
  .slider {
    max-height: 349px;
  }
  .themes-grid__item,
  .themes-grid {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
  }
  .themes-grid__item {
    margin-bottom: 30px;
  }
  .themes-grid__item-ib {
    max-width: 180px;
    width: 100%;
    margin-bottom: 15px;
  }
  .advantages-container {
    padding: 20px 15px;
  }
  .advantages-competitor:last-child {
    margin-top: 0;
    background: #fff;
    border-left: 1px solid #e6e6e6;
    border-radius: 0;
  }
  .advantages-competitor:last-child .advantages-competitor__title {
    margin-top: 0;
    font-size: 24px;
    color: rgba(70, 128, 255, 1);
  }
  .advantages-property__item,
  .advantages-competitor {
    font-size: 14px;
  }
  .advantages-competitor:last-child .ptrue {
    background: url(img/true.svg) center no-repeat;
  }
  .advantages-competitor__price {
    color: #000000;
  }
  .advantages-property {
    margin-top: 59px;
  }
  .advantages-competitor:last-child .advantages-competitor__title {
    margin-bottom: 27px;
  }
  .advantages-competitor:last-child .advantages-competitor__property {
    max-height: 375px;
  }
  .advantages-competitor:last-child {
    max-height: 435px;
  }
  .advantages-competitor__property-item {
    margin-bottom: 0;
  }
  .advantages-competitor:last-child .ptrue {
    background: url(img/Union.png) center no-repeat;
  }
  .tab {
    font-size: 30px;
  }
  #tab-1:checked ~ .label-box .tab-1,
  #tab-2:checked ~ .label-box .tab-2,
  #tab-3:checked ~ .label-box .tab-3,
  #tab-4:checked ~ .label-box .tab-4 {
    font-size: 50px;
  }
  .content-1__item:first-child .content-1__item-descr,
  .content-1__item-descr,
  .content-2__item-descr,
  .content-2__list ul li,
  content-3__box-footer {
    font-size: 16px;
  }
  .content-2__box-list {
    grid-template-columns: 1fr;
  }
  .content-3__item {
    flex-direction: column;
    align-items: flex-start;
  }
  .content-3__box .content-1__item-img {
    margin-bottom: 10px;
  }
  .site-footer {
    padding: 100px 0 40px 0;
  }
  .footer-box__item-img1,
  .footer-box__item-img2 {
    background-size: contain;
  }
  .footer-box__item-img1 {
    max-width: 165px;
  }
  .footer-box__item-img2 {
    max-width: 127px;
  }
  .btn-footer {
    margin-top: 16px;
  }
  .footer-box__item:last-child {
    padding-top: 30px;
  }
  .footer-box__item-num {
    font-size: 42px;
}
}
@media screen and (max-width: 420px) {
  .advantages-competitor:last-child .advantages-competitor__property {
    max-height: 410px;
  }
  .advantages-competitor:last-child {
    max-height: 466px;
  }
  .tab {
    margin-right: 13px;
    font-size: 30px;
  }
  .footer-box__item-num {
    font-size: 37px;
}
.footer-box__item-loc {
  font-size: 19px;
}
}
@media screen and (max-width: 360px) {
  .site-branding .logo {
    max-width: 50px;
  }
  .logo-descr {
    font-size: 24px;
    line-height: 120%;
  }
  .site-branding {
    align-items: center;
  }
  .menu-toggle.active {
    right: 20px;
  }
  .header-top {
    padding-top: 30px;
  }
  .site-title {
    margin-top: 75px;
    font-size: 64px;
  }
  .site-description {
    font-size: 20px;
  }
  .header-main__advantages ul li {
    font-size: 20px;
    padding-left: 30px;
  }
  .servise {
    padding-top: 100px;
  }
  .section-title {
    font-size: 20px;
    line-height: 140%;
  }
  .slider-dot {
    max-width: 200px;
    max-height: 130px;
  }
  .slider-dot__descr {
    font-size: 16px;
    line-height: 130%;
  }
  .slider-container,
  .slider-dots,
  .slider {
    max-height: 182px;
  }
  .slider-btn {
    width: 110%;
    top: 61%;
    left: -16px;
  }
  .slider-dot:nth-child(1),
  .slider-dot:nth-child(2),
  .slider-dot:nth-child(3),
  .slider-dot:nth-child(4),
  .slider-dot:nth-child(5) {
    left: 0;
    bottom: -4em;
  }
  .themes {
    padding-top: 180px;
  }
  .themes-grid {
    margin-top: 40px;
  }
  .themes-grid__item-ib {
    max-width: 100px;
    height: 100px;

    padding: 20px 24px;

    display: flex;
    justify-content: center;
    align-items: center;
  }
  .themes-grid__item-title {
    font-size: 18px;
    line-height: 150%;
  }
  .themes-grid__item-text {
    font-size: 14px;
    line-height: 150%;
  }
  .advantages .section-title {
    max-width: 90%;
    height: 30px;
    margin: 0 auto;
    overflow: hidden;
  }
  .advantages-container {
    margin-top: 30px;
  }
  .advantages-property__item {
    margin-bottom: 30px;
  }
  .advantages-property__item:last-child {
    margin-bottom: 0;
  }
  .advantages-competitor:last-child .advantages-competitor__property {
    max-height: 367px;
  }
  .tabs {
    padding-top: 100px;
  }
  .tabs-wrapper {
    margin-top: 40px;
  }
  #tab-1:checked ~ .label-box .tab-1,
  #tab-2:checked ~ .label-box .tab-2,
  #tab-3:checked ~ .label-box .tab-3,
  #tab-4:checked ~ .label-box .tab-4 {
    font-size: 36px;
    line-height: 120%;
  }
  .tab {
    margin-right: 16px;
    font-size: 24px;
    line-height: 120%;
  }
  .content-title {
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 140%;
  }
  .content-1__item-img {
    max-width: 80px;
  }
  .content-1__item:nth-child(2n + 2) .content-1__item-img::before,
  .content-1__item .content-1__item-img::before {
    height: 50px;
    top: -47px;
    left: 37px;
    background: url(img/line2.png) center no-repeat transparent;
  }
  .content-1__item:nth-child(3n + 3) .content-1__item-img::before {
    top: -80px;
  }
  .content-1__item {
    padding-top: 90px;
  }
  .content-1__item:first-child .content-1__item-descr,
  .content-1__item-descr,
  .content-2__item-descr,
  .content-2__list ul li,
  content-3__box-footer {
    font-size: 14px;
    line-height: 150%;
  }
  .content-2__item-footer {
    padding-top: 60px;
  }
  .content-2__item-footer::before {
    height: 50px;
    left: 35px;
    background: url(img/line2.png) center no-repeat transparent;
  }
  .content-3__box-footer {
    font-size: 18px;
    line-height: 150%;
  }
  .footer-box-img,
  .footer-box__item-img1 {
    max-height: 139px;
  }
  .footer-box__item-img2 {
    max-height: 102px;
  }
  .btn-footer {
    font-size: 16px;
  }
  .footer-box__item-num {
    font-size: 36px;
    line-height: 120%;
  }
  .footer-box__item-loc {
    font-size: 18px;
    line-height: 130%;
  }
  .footer-box__item-descr {
    font-size: 14px;
    line-height: 150%;
  }
}
/* End media style */

/* End User Style */
