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

/* COLORs */
@font-face {
  font-family: 'Yanone Kaffeesatz';
  src: url("../fonts/YanoneKaffeesatz-Medium.ttf");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: url("../fonts/Montserrat-Regular.ttf");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: url("../fonts/Montserrat-Medium.ttf");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: url("../fonts/Montserrat-Bold.ttf");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

body {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  color: #333333;
  background: #F8F9FA;
}

h2 {
  font-family: 'Yanone Kaffeesatz';
  font-style: normal;
  font-weight: 500;
  font-size: 72px;
  line-height: 71px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #155770;
  position: relative;
  margin-bottom: 40px;
}

h2::before {
  content: '';
  width: 86px;
  height: 7px;
  background: #3BB5E1;
  position: absolute;
  top: -67px;
}

#main {
  background: linear-gradient(180deg, rgba(21, 87, 112, 0) 60%, #155770 100%), url("../img/1/1bg.jpg") no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  height: 100vh;
  min-height: 670px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-bottom: 60px;
  overflow: hidden;
}

#main header {
  display: flex;
  justify-content: space-between;
  padding: 30px 15px;
}

#main header .left-block {
  display: flex;
  align-items: center;
}

#main header .left-block .logo {
  display: block;
  width: 150px;
}

#main header .left-block .contacts {
  display: flex;
  align-items: center;
  background: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(5px);
  border-radius: 18px;
  padding: 0 10px;
  margin: 0 40px;
  min-width: 330px;
}

#main header .left-block .contacts a {
  display: block;
}

#main header .left-block .contacts img {
  margin: 15px 5px;
}

#main header .left-block .contacts span {
  padding: 0 15px;
  font-weight: 500;
}

#main header nav a {
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  color: #FFFFFF;
  padding: 0 25px;
}

#main header .header-phone {
  display: flex;
  align-items: center;
  justify-content: center;
}

#main header .header-phone  a {
  font-family: 'Yanone Kaffeesatz';
  font-style: normal;
  font-weight: 500;
  font-size: 38px;
  line-height: 38px;
  letter-spacing: 0.02em;
  color: #FFFFFF;
  text-decoration: none;
}

#main .main-utp h1 {
  font-family: 'Yanone Kaffeesatz';
  font-style: normal;
  font-weight: 500;
  font-size: 62px;
  line-height: 71px;
  text-align: center;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #FFFFFF;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
}

#main .main-slider {
  display: flex;
  justify-content: space-around;
}

#main .main-slider a {
  text-decoration: none;
}

#main .main-slider__item {
  text-align: center;
}

#main .main-slider__item__img {
  width: 120px;
  height: 120px;
  border-radius: 120px;
  overflow: hidden;
  margin: 0 auto;
  margin-bottom: 30px;
}

#main .main-slider__item__img img {
  object-fit: cover;
  width: 100%;
}

#main .main-slider__item span {
  font-weight: 700;
  font-size: 26px;
  line-height: 32px;
  text-align: center;
  color: #FFFFFF;
}

#privileges {
  padding: 150px 0;
  padding-bottom: 70px;
}

#privileges .privileges-item {
  margin-bottom: 80px;
}

#privileges h3 {
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  color: #155770;
}

#privileges p {
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.02em;
}

#services {
  padding-bottom: 100px;
}

#services p {
  font-weight: 400;
  line-height: 25px;
  margin-bottom: 40px;
}

#services .services-slider {
  overflow: hidden;
}

#services .services-slider .swiper-slide {
  overflow: hidden;
  border-radius: 20px;
}

#services .services-slider .swiper-slide img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

#services .services-slider span.swiper-pagination-bullet {
  width: 86px;
  border-radius: 0;
  height: 7px;
  background: #A1D8EC;
  opacity: 1;
  margin: 0 10px;
  margin-top: 50px;
}

#services .services-slider span.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #155770;
}

.blue-btn {
  display: inline-block;
  background: #3BB5E1;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  letter-spacing: 0.07em;
  color: #FFFFFF !important;
  text-decoration: none;
  padding: 25px 112px;
}
.svg {
  position: absolute;
  width: 0;
  height: 0;
}
#about {
  position: relative;
  z-index: 1;
  min-height: 815px;
  padding-top: 150px;
  padding-top: 120px;
  background: #72C8E7;
  -webkit-clip-path: url(#my-clip-path);
  clip-path: url(#my-clip-path);
}
#about .about-background-img {
  position: absolute;
  left: 44%;
  top: 0;
  bottom: 0;
  right: 0;
  /*background: url('../img/4/enis-yavuz-JhcQHSBMask-unsplash.jpg') no-repeat;*/
  background: url('../img/4/6.jpeg') no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}
.svg2 {
  position: absolute;
  width: 0;
  height: 0;
}
#about .about-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 1920px;
  z-index: -1;
  width: 100%;
  height: 100%;
  object-fit: fill;
}

#about h2 {
  color: #ffffff;
}

#about h2::before {
  background: #ffffff;
}

#about p {
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
  color: #ffffff;
}

#about .left-block {
  padding-top: 190px;
  padding-bottom: 190px;
  position: relative;
  width: 45%;
  margin-top: 60px;
}

#about .right-block {
  position: absolute;
  bottom: 60px;
  width: 31%;
  padding: 35px;
  
}

#about .about-utp-block {
  position: absolute;
  bottom: 0px;
  width: 50%;
  height: 330px;
  background: rgba(255, 255, 255, 0.7);
  /*backdrop-filter: blur(10px);*/
  /*-webkit-filter: blur(10px);
  filter: blur(10px);*/
  -webkit-clip-path: url(#my-clip-path2);
  clip-path: url(#my-clip-path2);
  overflow: hidden;
}

/*#about .about-utp-block-mask {
  -webkit-mask: url(#masking);
  mask: url(#masking);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;  
}*/

#about .right-block h3 {
  font-weight: 700;
  font-size: 26px;
  line-height: 32px;
  color: #155770;
}

#about .right-block p {
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
  color: #333333;
}

#rates {
  padding-top: 200px;
  padding-bottom: 110px;
  position: relative;
  z-index: 0;
}

#rates::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: -120px;
  height: 100%;
  background: linear-gradient(180deg, #C6E4EF 0%, rgba(198, 228, 239, 0) 100%);
  z-index: -1;
}

#rates h3 {
  font-family: 'Yanone Kaffeesatz';
  font-style: normal;
  font-weight: 500;
  font-size: 54px;
  line-height: 54px;
  text-align: center;
  letter-spacing: 0.02em;
  color: #155770;
  margin-bottom: 50px;
}

#rates .rates-item {
  background: #ffffff;
  border-radius: 20px;
}

#rates .rates-item__img {
  border-radius: 20px;
  height: 350px;
  overflow: hidden;
}

#rates .rates-item__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#rates .rates-item__info {
  padding: 35px 19px;
  padding-bottom: 4px;
  text-align: center;
}

#rates .rates-item__info span {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  letter-spacing: 0.07em;
}

#rates .rates-item__info .price {
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin-top: 30px;
  margin-bottom: 40px;
}

#rates .rates-item__info .price span {
  font-weight: 700;
  font-size: 26px;
  line-height: 32px;
  padding: 20px;
}

#territory {
  padding-bottom: 100px;
  padding-top: 90px;
  position: relative;
  overflow: hidden;
}

#territory p {
  font-weight: 400;
  line-height: 25px;
  margin-bottom: 40px;
  min-height: 370px;
}

#territory .block-slider {
  position: absolute;
  width: 75%;
  right: -14%;
}

#territory .territory-slider {
  overflow: hidden;
}

#territory .territory-slider .swiper-slide {
  overflow: hidden;
  border-radius: 20px;
}

#territory .territory-slider .swiper-slide img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

#territory .territory-slider span.swiper-pagination-bullet {
  width: 86px;
  border-radius: 0;
  height: 7px;
  background: #A1D8EC;
  opacity: 1;
  margin: 0 10px;
  margin-top: 50px;
}

#territory .territory-slider span.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #155770;
}

#regulations {
  padding-top: 100px;
  padding-bottom: 200px;
}

#regulations .regulations-card {
  background: url("../img/7/bg.jpg") no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  padding: 50px;
  padding-bottom: 70px;
  text-align: center;
  border-radius: 20px;
}

#regulations .regulations-card img {
  margin-bottom: 30px;
}

#regulations .regulations-card h3 {
  font-family: 'Yanone Kaffeesatz';
  font-weight: 500;
  font-size: 54px;
  line-height: 54px;
  letter-spacing: 0.02em;
  color: #FFFFFF;
  margin-bottom: 30px;
}

#zone {
  position: relative;
  padding-top: 150px;
  margin-bottom: 390px;
}

#zone .container {
  position: relative;
}

#zone h2 {
  color: #155770;
}

#zone h2::before {
  background: #155770;
}

#zone .zone-bg {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

#zone .zone-info {
  position: relative;
}

#zone .zone-img {
  border-radius: 20px;
  overflow: hidden;
  max-width: 800px;
  position: absolute;
  right: 0;
  bottom: -227px;
}

footer {
  background: #155770;
  padding: 40px 0;
}

footer .footer-logo {
  filter: drop-shadow(0px 0px 90px #72C8E7);
  max-width: 130px;
}

footer .phone {
  font-family: 'Yanone Kaffeesatz';
  font-weight: 500;
  font-size: 38px;
  line-height: 38px;
  text-align: center;
  letter-spacing: 0.02em;
  color: #FFFFFF;
  text-decoration: none;
}

footer p {
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  /* identical to box height */
  color: #FFFFFF;
}

footer span {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  /* identical to box height */
  letter-spacing: 0.07em;
  color: #FFFFFF;
}
footer p span {
  font-size: 12px;
}

footer .mail {
  color: #FFFFFF;
  text-decoration: none;
  font-size: 16px;
  line-height: 25px;
}

footer .developer {
  color: #FFFFFF;
  text-decoration: none;
  font-size: 16px;
  line-height: 25px;
}
.popup_info h2::before {
  content: none;
}
#popup_tarif .tarif-item {
  display: flex;
  background: #D9EFF7;
  border-radius: 20px;
  margin-bottom: 13px;
  align-items: center;
  padding: 10px 40px;
}

#popup_tarif .tarif-item .title {
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  color: #155770;
  width: 310px;
}

#popup_tarif .tarif-item .delimiter {
  height: 70px;
  width: 1px;
  background: #A1D8EC;
  margin: 0 10px;
}

#popup_tarif .tarif-item .time {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  /* identical to box height */
  letter-spacing: 0.07em;
  /* Gray 1 */
  color: #333333;
  width: 151px;
}

#popup_tarif .tarif-item .price {
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  color: #333333;
  padding-right: 10px;
}

#popup_tarif .tarif-item .price span {
  font-size: 26px;
  color: #155770;
}

#popup_tarif p {
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  color: #333333;
}

ul.navbar-nav {
  margin: 0;
}

#callback-form {
  padding: 200px 0;
  padding-top: 0;
}
#callback-form .form {
  background: url("../img/bg-form.jpg") no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  border-radius: 20px;
  padding: 80px 90px;
}

#callback-form .form h3 {
  font-weight: 700;
  font-size: 26px;
  line-height: 32px;
  color: #FFFFFF;
  padding-bottom: 35px;
}
#callback-form .form p.soglasie {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  /* identical to box height */
  
  letter-spacing: 0.02em;
  
  color: #FFFFFF;
}

#callback-form .form p.soglasie a {
  color: #a1d8ec;
}

#callback-form .form input[type="text"], #callback-form .form input[type="phone"] {
  border-radius: 0;
  border: 0;
  padding: 18px 30px;
  margin: 3px;
  margin-bottom: 25px;
}
.success-message.text-center.fancybox-content {
  background: #72c8e7;
  color: #ffffff;
  border-radius: 20px;
}
span.throw_error {
  color: #ff8b8b;
}
#callback-form .form input[type="submit"] {
  background: #3BB5E1;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.07em;
  color: #FFFFFF;
  border-radius: 0;
  border: 0;
  width: 199px;
  padding: 20px;
  margin: 3px;
  margin-bottom: 25px;
}

.popup_info h2 {
 font-size: 36px;
 text-align: center;
 margin-bottom: 0;
}
.popup_info .popup_info-img {
  max-width: 450px;
  overflow: hidden;
}
footer .contacts {
    text-decoration: none;
    margin: 15px 0;
}
footer .contacts a {
    text-decoration: none;
    margin: 3px;
}
#popup_info2 .block-slider {
    max-width: 300px;
}

.sales-slider {
    overflow: hidden;
}
#popup_info2 .block-slider span.swiper-pagination-bullet {
    width: 30px;
    border-radius: 0;
    height: 7px;
    background: #A1D8EC;
    opacity: 1;
    margin: 0 10px;
    margin-top: 10px;
}
#popup_info2 .block-slider span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #155770;
}
.sales-slider p {
    font-size: 12px;
}
.kids-note p {
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    color: #333333;
    margin-bottom: 10px;
}
@media only screen and (max-width: 1400px) {
  #zone .zone-img {
    border-radius: 20px;
    overflow: hidden;
    max-width: 660px;
  }
  #main header .left-block .logo {
    display: block;
    width: 110px;
  }
  #main header .left-block .contacts {
    margin: 0 25px;
  }
  #main header nav a {
    padding: 0 10px;
  }
  #main header .header-phone a {
    font-size: 33px;
  }
}

@media only screen and (max-width: 1300px) {
  #territory {
    padding-bottom: 0px;
  }
}

@media only screen and (max-width: 1200px) {
  #about h2 {
    margin-bottom: 10px;
  }
  #about .about-utp-block {
    height: 260px;
  }
  #about .right-block {
    bottom: 14px;
  }
  #zone .zone-img {
    max-width: 566px;
  }
  #main header nav a {
    padding: 0 10px;
    font-size: 16px;
  }
  #main header .header-phone a {
    font-size: 26px;
  }
  #main header .left-block .contacts {
    margin: 0 5px;
  }
  #main .main-utp h1 {
    font-size: 58px;
    
  }
  #main .main-slider__item span {
    font-size: 22px;
  }
  #main header .left-block .logo {
    width: 109px;
  }
  #rates h3 {
    font-size: 40px;
  }
  #rates .rates-item__info .price span {
    font-weight: 700;
    font-size: 20px;
    line-height: 32px;
    padding: 9px;
  }
}

button.navbar-toggler {
  position: relative;
  z-index: 3;
}

.navbar-toggler-icon, .navbar-toggler-icon::before, .navbar-toggler-icon::after {
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  background-color: #155770;
}

button.navbar-toggler {
  background: #ffffff;
  padding: 3px;
  width: 38px;
  height: 33px;
  position: absolute;
  right: 0;
  top: 10px;
}

.navbar-toggler-icon::before {
  content: '';
  top: -8px;
}

.navbar-toggler-icon::after {
  content: '';
  top: 8px;
}

@media only screen and (max-width: 991px) {
  .navbar {
    position: initial;
  }
  #about .about-background-img {
    display: none;
  }
  #zone .zone-img {
    max-width: inherit;
    position: inherit;
    bottom: auto;
  }
  button.navbar-toggler {
    width: 38px;
    height: 33px;
    position: fixed;
    right: 21px;
    top: 15px;
  }
  footer .footer-logo {
    filter: drop-shadow(0px 0px 90px #72C8E7);
    max-width: 90px;
  }
  footer .phone {
    font-size: 28px;
  }
  div#navbarNav {
    background: #155770;
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    width: 320px;
    border-radius: 0 0 10px 10px;
    padding: 20px;
    z-index: 3;
  }
  li.nav-item {
    text-align: center;
    padding-bottom: 10px;
  }
  .blue-btn {
    display: block;
    max-width: 370px;
    margin: 0 auto;
    margin-bottom: 30px;
    padding: 25px 22px;
    bottom: auto;
  }
  h2 {
    font-size: 58px;
  }
  h2::before {
    top: -36px;
  }
  .about-bg {
    display: none;
  }
  #about {
    background: #72C8E7;
    padding-top: 120px;
    }
  #zone {
    background: #72C8E7;
    margin-bottom: 0;
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .zone-bg {
    display: none;
  }
  #about .info {
    background: url("../img/4/6.jpeg");
    background-size: cover;
    background-position: 50% 50%;
  }
  #about .right-block {
    position: relative;
    bottom: auto;
    width: 70%;
    padding: 35px;
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(10px);
    margin-top: 40px;
    margin-bottom: 40px;
    border-radius: 20px;
  }
  #rates {
    padding-top: 100px;
    padding-bottom: 80px;
    position: relative;
    z-index: 0;
  }
  #rates .rates-item {
    background: #ffffff;
    border-radius: 20px;
    margin-bottom: 40px;
  }
  #territory p {
    font-weight: 400;
    line-height: 25px;
    margin-bottom: 40px;
    min-height: auto;
  }
  #territory .block-slider {
    position: relative;
    width: 100%;
    right: auto;
  }
  #territory {
    padding-bottom: 50px;
    padding-top: 40px;
    position: relative;
    overflow: hidden;
  }
  #regulations {
    padding-top: 50px;
    padding-bottom: 100px;
  }
}

@media only screen and (max-width: 767px) {
  footer {
    text-align: center;
  }
  #about .info {
    margin-bottom: 120px;
  }
  .popup_info h2 {
    font-size: 26px;
    text-align: center;
    margin-bottom: 0;
    line-height: 39px;
}
  #callback-form {
    padding: 150px 0;
    padding-top: 0;
    text-align: center;
  }
  #main header .left-block {
    flex-direction: column;
  }
  #main header .left-block .logo {
    width: 109px;
    margin-bottom: 20px;
  }
  #main .main-utp h1 {
    font-size: 30px;
    line-height: 40px;
  }
  #main .main-slider__item__img {
    width: 90px;
    height: 90px;
    border-radius: 120px;
    overflow: hidden;
    margin: 0 auto;
    margin-bottom: 30px;
  }
  #main .main-slider__item span {
    font-size: 16px;
  }
  #main header {
    display: flex;
    justify-content: center;
    padding: 30px 15px;
    flex-direction: column;
    padding-bottom: 0;
  }
  #privileges .privileges-item {
    margin-bottom: 80px;
    text-align: center;
  }
  #privileges .privileges-item img {
    margin-bottom: 15px;
  }
  #privileges {
    padding: 100px 0;
  }
  #rates h3 {
    font-size: 28px;
    margin-bottom: 20px;
  }
  #territory .territory-slider span.swiper-pagination-bullet {
    width: 35px;
        margin-top: 20px;
  }
  #regulations .regulations-card h3 {
    font-size: 32px;
  }
}

@media (max-width: 575px) {
  #main header .left-block .contacts {
    margin: 0 80px;
    min-width: auto;
  }
  #main header .left-block .contacts span {
    display: none;
  }
  #privileges {
    padding: 50px 0;
    padding-bottom: 0;
  }
  h2 {
    font-size: 42px;
    margin-bottom: 10px;
  }
  #services .services-slider span.swiper-pagination-bullet {
    width: 35px;
  }
  #callback-form .form h3 {
    font-weight: 700;
    font-size: 20px;
  }
  #callback-form .form {
    padding: 40px 41px;
  }
  #popup_tarif .tarif-item {
    padding: 10px 40px;
    flex-direction: column;
    }
    #popup_tarif .tarif-item .delimiter {
        display: none;
    }
    #popup_tarif .tarif-item .title {
        text-align:center;
        font-size: 16px;
        margin-bottom: 10px;
    }
    #popup_tarif .tarif-item .time {
        margin-bottom: 10px;
    }
    #popup_tarif .tarif-item .price {
        font-size: 16px;
        margin-bottom: 10px;
    }
    #popup_tarif .tarif-item .price span {
        font-size: 20px;
        color: #155770;
    }
}
@media (max-width: 480px) { 
    #popup_tarif .tarif-item .title {
        
    }
    
}
