/*!
Theme Name: kts
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: kts
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/
@font-face {
  font-family: "DIN Pro";
  font-display: swap;
  src: url("fonts/DINPro/DINPro.eot") format("embedded-opentype"),
    url("fonts/DINPro/DINPro.woff") format("woff"),
    url("fonts/DINPro/DINPro.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "DIN Pro";
  font-display: swap;
  src: url("fonts/DINPro/DINPro-Medium.eot") format("embedded-opentype"),
    url("fonts/DINPro/DINPro-Medium.woff") format("woff"),
    url("fonts/DINPro/DINPro-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "DIN Pro";
  font-display: swap;
  src: url("fonts/DINPro/DINPro-Bold.eot") format("embedded-opentype"),
    url("fonts/DINPro/DINPro-Bold.woff") format("woff"),
    url("fonts/DINPro/DINPro-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Ping FangSC";
  font-display: swap;
  src: url("fonts/PingFangSC/PingFang-SC-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "Ping FangSC";
  font-display: swap;
  src: url("fonts/PingFangSC/PingFang-SC-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Ping FangSC";
  font-display: swap;
  src: url("fonts/PingFangSC/PingFang-SC-Regular.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "Ping FangSC";
  font-display: swap;
  src: url("fonts/PingFangSC/PingFang-SC-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Teko";
  font-display: swap;
  src: url("fonts/Teko/Teko-Light.eot") format("embedded-opentype"),
    url("fonts/Teko/Teko-Light.woff2") format("woff2"),
    url("fonts/Teko/Teko-Light.woff") format("woff"),
    url("fonts/Teko/Teko-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "Teko";
  font-display: swap;
  src: url("fonts/Teko/Teko-Regular.eot") format("embedded-opentype"),
    url("fonts/Teko/Teko-Regular.woff2") format("woff2"),
    url("fonts/Teko/Teko-Regular.woff") format("woff"),
    url("fonts/Teko/Teko-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Teko";
  font-display: swap;
  src: url("fonts/Teko/Teko-SemiBold.eot") format("embedded-opentype"),
    url("fonts/Teko/Teko-SemiBold.woff2") format("woff2"),
    url("fonts/Teko/Teko-SemiBold.woff") format("woff"),
    url("fonts/Teko/Teko-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "Teko";
  font-display: swap;
  src: url("fonts/Teko/Teko-Bold.eot") format("embedded-opentype"),
    url("fonts/Teko/Teko-Bold.woff2") format("woff2"),
    url("fonts/Teko/Teko-Bold.woff") format("woff"),
    url("fonts/Teko/Teko-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "DIN Pro Condensed";
  font-display: swap;
  src: url("fonts/DINPro/DINPro-CondensedRegular.eot")
      format("embedded-opentype"),
    url("fonts/DINPro/DINPro-CondensedRegular.woff") format("woff"),
    url("fonts/DINPro/DINPro-CondensedRegular.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "DIN Pro Condensed";
  font-display: swap;
  src: url("fonts/DINPro/DINPro-CondensedBold.eot") format("embedded-opentype"),
    url("fonts/DINPro/DINPro-CondensedBold.woff") format("woff"),
    url("fonts/DINPro/DINPro-CondensedBold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Roboto";
  font-display: swap;
  src: url("fonts/Roboto/Roboto-Regular.eot") format("embedded-opentype"),
    url("fonts/Roboto/Roboto-Regular.woff") format("woff"),
    url("fonts/Roboto/Roboto-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Roboto";
  font-display: swap;
  src: url("fonts/Roboto/Roboto-Medium.eot") format("embedded-opentype"),
    url("fonts/Roboto/Roboto-Medium.woff") format("woff"),
    url("fonts/Roboto/Roboto-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*:after,
*:before {
  display: inline-block;
  vertical-align: middle;
}

::-webkit-input-placeholder {
  color: #6a6a6a;
  opacity: 1;
}

:-moz-placeholder {
  color: #6a6a6a;
  opacity: 1;
}

::-moz-placeholder {
  color: #6a6a6a;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #6a6a6a;
  opacity: 1;
}

::-ms-input-placeholder {
  color: #6a6a6a;
  opacity: 1;
}

::placeholder {
  color: #6a6a6a;
  opacity: 1;
}

body {
  line-height: 1.2;
  font-size: 16px;
  color: #000;
  position: relative;
  font-family: "DIN Pro", sans-serif;
  background: #fff;
  padding: 0;
  margin: 0;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  font-weight: 400;
  font-size: inherit;
}

p {
  margin: 0;
}

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

img {
  vertical-align: middle;
  max-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  height: auto;
}

a {
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
  color: inherit;
  text-decoration: none;
  outline: none;
  cursor: pointer;
}

a:hover {
  color: #51b046;
  text-decoration: none;
}

button,
input,
textarea {
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}

textarea {
  resize: none;
}

input,
textarea,
button,
.swiper-button {
  outline: none;
  border: 0;
}

input,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
}

table {
  border-spacing: 0px;
  border-collapse: collapse;
  width: 100%;
}

.swiper-container-fade .swiper-slide:not(.swiper-slide-active) {
  opacity: 0 !important;
}

@media (min-width: 1451px) {
  .cn-container {
    max-width: 1450px;
  }
}

@media (min-width: 1600px) {
  .cn-container {
    max-width: 1600px;
  }
}

/*
@media (max-width: 575px){
	.cn-container {
	    max-width: 320px;
	}
}
*/

@-webkit-keyframes img-hover {
  0% {
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  40% {
    opacity: 0.8;
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  100% {
    opacity: 0.2;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
}

@-moz-keyframes img-hover {
  0% {
    opacity: 0;
    -moz-transform: scale(1);
    transform: scale(1);
  }

  40% {
    opacity: 0.8;
    -moz-transform: scale(1);
    transform: scale(1);
  }

  100% {
    opacity: 0.2;
    -moz-transform: scale(1.5);
    transform: scale(1.5);
  }
}

@-o-keyframes img-hover {
  0% {
    opacity: 0;
    -o-transform: scale(1);
    transform: scale(1);
  }

  40% {
    opacity: 0.8;
    -o-transform: scale(1);
    transform: scale(1);
  }

  100% {
    opacity: 0.2;
    -o-transform: scale(1.5);
    transform: scale(1.5);
  }
}

@keyframes img-hover {
  0% {
    opacity: 0;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }

  40% {
    opacity: 0.8;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }

  100% {
    opacity: 0.2;
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
  }
}

@-webkit-keyframes img-hover-inner {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  100% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}

@-moz-keyframes img-hover-inner {
  0% {
    -moz-transform: scale(1);
    transform: scale(1);
  }

  40% {
    -moz-transform: scale(1);
    transform: scale(1);
  }

  100% {
    -moz-transform: scale(1.1);
    transform: scale(1.1);
  }
}

@-o-keyframes img-hover-inner {
  0% {
    -o-transform: scale(1);
    transform: scale(1);
  }

  40% {
    -o-transform: scale(1);
    transform: scale(1);
  }

  100% {
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
}

@keyframes img-hover-inner {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }

  40% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }

  100% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
}

/* Bootstrap */

.wrap {
  overflow: hidden;
}

.hide {
  display: none;
}

.tabs-body {
  display: none;
}

/* Modal */

.blocker {
  z-index: 10;
}

/* Section */

.section {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: relative;
}

/* Mobile */

.mobile {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: calc(var(--vh, 1vh) * 100);
}

.mobile-over {
  display: none;
}

.mobile-head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background-color: #dddddd;
  min-height: 100px;
}

.mobile-body {
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  overflow: auto;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

/* Текста */

.typo-word {
  font-size: 1.5em;
  font-weight: 500;
}

.typo-motto {
  font-weight: 500;
  text-decoration: underline;
}

.typo-term {
  font-size: 0.88em;
  font-weight: 500;
  line-height: 1.3;
}

.typo-faith {
  font-size: 5.38em;
  font-family: Teko, "DIN Pro Condensed", sans-serif;
  font-weight: 300;
}

.typo-say {
  font-size: 1.88em;
}

.typo-note {
  font-size: 3em;
  font-family: Teko, "DIN Pro Condensed", sans-serif;
}

.typo-rumor {
  line-height: 2;
}

.typo-wash {
  font-size: 5.13em;
  font-family: Teko, "DIN Pro Condensed", sans-serif;
  font-weight: 300;
}

.typo-guide {
  font-size: 0.94em;
  font-weight: 700;
}

.typo-lead {
  font-size: 2.2em;
  font-weight: 500;
}

.typo-speech {
  line-height: 1.8;
}

.typo-tie {
  font-size: 3.75em;
  font-family: Teko, "DIN Pro Condensed", sans-serif;
  font-weight: 300;
}

.typo-talk {
  font-size: 0.88em;
  line-height: 1.8;
}

.typo-the {
  font-size: 2em;
  font-family: "DIN Pro", sans-serif; /*Ping FangSC*/
  font-weight: 400;
}

.typo-utter {
  font-size: 3.75em;
}

.typo-exile {
  font-size: 2.25em;
}

.typo-have {
  font-family: Teko, "DIN Pro Condensed", sans-serif;
  font-weight: 300;
}

.typo-floor {
  font-size: 2.38em;
  font-family: "DIN Pro", sans-serif; /*Ping FangSC*/
  font-weight: 500;
  line-height: 1.3;
}

.typo-unite {
  font-size: 1.38em;
  font-family: "DIN Pro", sans-serif; /*Ping FangSC*/
  font-weight: 500;
  line-height: 1.6;
}

.typo-into {
  font-size: 0.88em;
  font-family: DIN Pro Condensed;
  font-weight: 700;
}

.typo-gossip {
  font-size: 1.63em;
  font-weight: 500;
}

.typo-guide-2 {
  font-size: 1.13em;
  font-family: Teko, "DIN Pro Condensed", sans-serif;
}

.typo-wash-2 {
  font-size: 0.88em;
  font-weight: 500;
}

.typo-speech-2 {
  font-size: 2em;
  font-weight: 700;
}

.typo-the-2 {
  font-size: 2.13em;
  font-weight: 500;
}

.typo-into-2 {
  font-weight: 500;
}

.typo-talk-2 {
  font-size: 2.5em;
}

.typo-exile-2 {
  font-size: 1.38em;
}

.typo-faith-2 {
  font-weight: 500;
  line-height: 1.1;
}

.typo-have-2 {
  font-size: 1.38em;
  font-weight: 500;
  line-height: 1.4;
}

.typo-rumor-2 {
  font-size: 1.38em;
  font-weight: 500;
  line-height: 1.1;
}

.typo-gossip-2 {
  font-size: 1.13em;
  font-weight: 500;
  line-height: 1.8;
}

.typo-word-2 {
  line-height: 1.6;
}

.typo-utter-2 {
  font-size: 1.63em;
  font-weight: 500;
  line-height: 1.8;
}

.typo-unite-2 {
  font-weight: 500;
  line-height: 1.4;
}

.typo-tie-2 {
  font-size: 2.88em;
}

.typo-lead-2 {
  font-size: 1.23em;
  line-height: 1.8;
}

.typo-note-2 {
  font-size: 2em;
  line-height: 1.8;
}

.typo-term-2 {
  font-size: 1.13em;
  line-height: 1.6;
}

.typo-say-2 {
  font-size: 1.5em;
  line-height: 1.8;
}

.typo-motto-2 {
  font-size: 1.5em;
  line-height: 1.5;
}

.typo-floor-2 {
  font-size: 1.13em;
  font-weight: 500;
}

.typo-unite-3 {
  font-size: 1.25em;
  font-weight: 500;
  line-height: 1.8;
}

.typo-wash-3 {
  text-decoration: underline;
}

.typo-note-3 {
  font-weight: 500;
  line-height: 1.8;
}

.typo-lead-3 {
  font-size: 2em;
  font-weight: 500;
}

.typo-talk-3 {
  font-size: 1.48em;
  font-weight: 500;
}

.typo-guide-3 {
  font-size: 1em;
  line-height: 1.6;
}

.typo-tie-3 {
  font-size: 1.13em;
  font-family: "DIN Pro", sans-serif; /*Ping FangSC*/
  font-weight: 500;
}

.typo-say-3 {
  font-size: 2.38em;
}

.typo-term-3 {
  font-size: 1.13em;
  font-family: "DIN Pro", sans-serif; /*Ping FangSC*/
  line-height: 1.8;
}

.typo-floor-3 {
  font-size: 1.63em;
}

.typo-faith-3 {
  font-size: 1.38em;
  line-height: 1.8;
}

.typo-exile-3 {
  font-size: 2em;
  font-weight: 500;
  line-height: 1.4;
}

.typo-into-3 {
  font-size: 1.13em;
  font-weight: 500;
  line-height: 1.4;
}

.typo-gossip-3 {
  font-size: 0.81em;
  line-height: 1.4;
}

.typo-word-3 {
  line-height: 1.7;
}

.typo-roboto {
  font-family: "Roboto";
}

/* Color */

.color__black {
  color: #000000;
}

.color__astronaut-blue {
  color: #00395d;
}

.color__teal-blue {
  color: #033758;
}

.color__abbey {
  color: #505a5c;
}

.color__apple {
  color: #51b046;
}

.color__white {
  color: #ffffff;
}

.color__caribbean-green {
  color: #02bc94;
}

.color__caribbean-green {
  color: #03bc94;
}

.color__teal-orange {
  color: #ed7441;
}

/* Btn */

.btn {
  cursor: pointer;
  display: inline-block;
  padding-left: 0.8em;
  padding-right: 0.8em;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  border: 0px none #ddd;
  background-color: transparent;
  text-align: center;
  -webkit-transition: all 200ms;
  -o-transition: all 200ms;
  -moz-transition: all 200ms;
  transition: all 200ms;
}

.btn-stud {
  color: #51b046;
  font-size: 0.88em;
  font-family: DIN Pro;
  font-weight: 500;
  text-transform: uppercase;
  background-color: #ffffff;
  border: 2px solid #51b046;
  line-height: 1.2;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 3.91em;
}

.btn-clac {
  color: #ffffff;
  font-size: 0.88em;
  font-family: DIN Pro;
  font-weight: 500;
  text-transform: uppercase;
  background-color: #51b046;
  border: 2px solid #51b046;
  line-height: 1.2;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 3em;
  padding-left: 1.2em;
  padding-right: 1.2em;
}

.btn-clac:hover {
  background-color: #fff;
}

.Bitrix24Form input[type="submit"],
.btn-clasp {
  color: #ffffff;
  font-size: 0.88em;
  font-family: DIN Pro;
  font-weight: 700;
  text-transform: uppercase;
  background-color: #033758;
  line-height: 1.2;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 3.91em;
  cursor: pointer;
}

.btn-hook {
  color: #ffffff;
  font-size: 0.88em;
  font-family: DIN Pro;
  font-weight: 500;
  text-transform: uppercase;
  background-color: transparent;
  line-height: 1.2;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 3.91em;
  border: 2px solid #ffffff;
}

.btn-prime {
  color: #00395d;
  font-size: 0.88em;
  font-family: DIN Pro;
  font-weight: 700;
  text-transform: uppercase;
  background-color: #ffffff;
  border: 2px solid #00395d;
  line-height: 1.2;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: top;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 3.91em;
}

.btn-prime.btn--green {
  background-color: transparent;
  color: #51b046;
  border-color: #51b046;
}

.btn-prime.btn--red {
  background-color: transparent;
  color: #ed7441;
  border-color: #ed7441;
}

.btn-prime.btn--palegreen {
  background-color: transparent;
  color: #03bc94;
  border-color: #03bc94;
}

.color__green {
  color: #51b046;
}

.color__red {
  color: #ed7441;
}

.color__palegreen {
  color: #03bc94;
}

.color__white {
  color: #ffffff;
}

.btn-clasp.btn--green {
  background-color: #51b046;
}

.btn-clasp.btn--red {
  background-color: #ed7441;
}

.btn-clasp.btn--palegreen {
  background-color: #03bc94;
}

.Bitrix24Form input[type="submit"]:hover,
.btn-clasp:hover {
  background-color: #ffffff;
  color: #00395d;
  -webkit-box-shadow: 0 0 0 2px #00395d;
  -moz-box-shadow: 0 0 0 2px #00395d;
  box-shadow: 0 0 0 2px #00395d;
}

.btn-clasp.btn--green:hover {
  color: #51b046;
  -webkit-box-shadow: 0 0 0 2px #51b046;
  -moz-box-shadow: 0 0 0 2px #51b046;
  box-shadow: 0 0 0 2px #51b046;
}

.btn-clasp.btn--red:hover {
  color: #ed7441;
  -webkit-box-shadow: 0 0 0 2px #ed7441;
  -moz-box-shadow: 0 0 0 2px #ed7441;
  box-shadow: 0 0 0 2px #ed7441;
}

.btn-clasp.btn--palegreen:hover {
  color: #03bc94;
  -webkit-box-shadow: 0 0 0 2px #03bc94;
  -moz-box-shadow: 0 0 0 2px #03bc94;
  box-shadow: 0 0 0 2px #03bc94;
}

.btn-prime:hover {
  background-color: #00395d;
  color: #ffffff;
}

.btn-stud:hover {
  background-color: #51b046;
  color: #ffffff;
}

.btn-hook:hover {
  background-color: #ffffff;
  color: #00395d;
}

/* Form */

.form-control {
  border: 1px solid #dddddd;
  padding-left: 0.6em;
  padding-right: 0.6em;
  padding-top: 0.7em;
  padding-bottom: 0.7em;
  width: 100%;
}

.form-group {
  margin-bottom: 0.6em;
}

.form-label {
  display: block;
  font-weight: 400;
}

.form-checkbox {
  position: relative;
  vertical-align: middle;
  padding-left: 1.7em;
}

/* Input */

.input {
  -webkit-transition: all 200ms;
  -o-transition: all 200ms;
  -moz-transition: all 200ms;
  transition: all 200ms;
}

.input-stripe {
  color: #ffffff;
  font-size: 0.88em;
  font-family: DIN Pro;
  font-weight: 400;
  line-height: 1.2;
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.65);
  display: block;
  width: 100%;
  height: 4.26em;
  padding-left: 1.7em;
  padding-right: 1.7em;
}

#form-calc {
  font-family: Arial, Helvetica, sans-serif;
}

.Bitrix24Form label {
  display: none !important;
}

input,
.input-field {
  color: #232;
  font-size: 0.88em;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 400;
  line-height: 1.2;
  /* background-color: #ffffff; */
  border: 1px solid #cacaca;
  display: block;
  width: 100%;
  height: 3.91em;
  padding-left: 1.5em;
  padding-right: 1.5em;
}

textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder,
.input-field::-webkit-input-placeholder {
  color: #232;
}

textarea::-moz-placeholder,
input::-moz-placeholder,
.input-field:-moz-placeholder {
  color: #232;
}

textarea::-moz-placeholder,
input::-moz-placeholder,
.input-field::-moz-placeholder {
  color: #232;
}

textarea::-ms-input-placeholder,
input::-ms-input-placeholder,
.input-field:-ms-input-placeholder {
  color: #232;
}

textarea::-ms-input-placeholder,
input::-ms-input-placeholder,
.input-field::-ms-input-placeholder {
  color: #232;
}

textarea::placeholder,
input::placeholder,
.input-field::placeholder {
  color: #232;
}

.input-field:hover::-webkit-input-placeholder,
.input-field:focus::-webkit-input-placeholder {
  color: #232;
}

.input-field:hover:-moz-placeholder,
.input-field:focus:-moz-placeholder {
  color: #000;
}

.input-field:hover::-moz-placeholder,
.input-field:focus::-moz-placeholder {
  color: #000;
}

.input-field:hover:-ms-input-placeholder,
.input-field:focus:-ms-input-placeholder {
  color: #000;
}

.input-place {
  color: #7b8c8f;
  font-size: 0.88em;
  font-family: DIN Pro;
  font-weight: 400;
  line-height: 1.2;
  background-color: #ffffff;
  border: 1px solid #f4f4f4;
  display: block;
  width: 100%;
  height: auto;
  min-height: 8.59em;
  padding-left: 1.43em;
  padding-right: 1.43em;
  padding-top: 1.13em;
  padding-bottom: 1.13em;
}

.input-entry {
  color: #7b8c8f;
  font-size: 1em;
  font-family: DIN Pro;
  font-weight: 400;
  line-height: 1.2;
  background-color: #ffffff;
  border: 2px solid #f4f4f4;
  display: block;
  width: 100%;
  height: 3.44em;
  padding-left: 1.3em;
  padding-right: 1.3em;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}

textarea,
.input-expanse {
  color: #7b8c8f;
  font-size: 0.88em;
  font-family: DIN Pro;
  font-weight: 400;
  line-height: 1.2;
  background-color: #ffffff;
  border: 1px solid #f4f4f4;
  padding-left: 1.56em;
  padding-right: 1.56em;
  display: block;
  width: 100%;
  height: auto;
  min-height: 11.36em;
  padding-top: 1.03em;
}

.input-entry:after {
  content: url(img/icons/select.svg);
  border: 0;
  -webkit-transform: rotateZ(0deg);
  -moz-transform: rotateZ(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotateZ(0deg);
  transform: rotateZ(0deg);
  top: 50%;
  right: 13px;
  position: absolute;
  width: auto;
  height: auto;
  margin-top: -7px;
  opacity: 0.48;
}

.input-entry.open:after {
  -webkit-transform: rotateZ(0deg);
  -moz-transform: rotateZ(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotateZ(0deg);
  transform: rotateZ(0deg);
  opacity: 1;
}

.input-stripe:hover,
.input-stripe:focus {
  border-color: #ffffff;
}

.input-stripe::-webkit-input-placeholder {
  color: #dddddd;
}

.input-stripe:-moz-placeholder {
  color: #dddddd;
}

.input-stripe::-moz-placeholder {
  color: #dddddd;
}

.input-stripe:-ms-input-placeholder {
  color: #dddddd;
}

.input-stripe::-ms-input-placeholder {
  color: #dddddd;
}

.input-stripe::placeholder {
  color: #dddddd;
}

.input-stripe:hover::-webkit-input-placeholder,
.input-stripe:focus::-webkit-input-placeholder {
  color: #ffffff;
}

.input-stripe:hover:-moz-placeholder,
.input-stripe:focus:-moz-placeholder {
  color: #ffffff;
}

.input-stripe:hover::-moz-placeholder,
.input-stripe:focus::-moz-placeholder {
  color: #ffffff;
}

.input-stripe:hover:-ms-input-placeholder,
.input-stripe:focus:-ms-input-placeholder {
  color: #ffffff;
}

.input-stripe:hover::-ms-input-placeholder,
.input-stripe:focus::-ms-input-placeholder {
  color: #ffffff;
}

.input-stripe:hover::placeholder,
.input-stripe:focus::placeholder {
  color: #ffffff;
}

textarea:hover,
textarea:focus,
input:hover,
input:focus,
.input-field:hover,
.input-place:hover,
.input-expanse:hover,
.input-field:focus,
.input-place:focus,
.input-expanse:focus {
  border-color: #00395d;
}

/* Shape */

.shape__too {
  background-color: #f7f7f7;
}

.shape__query {
  background-color: rgba(15, 68, 99, 0.85);
}

.shape__station {
  background-color: #ebeded;
}

.shape__entry {
  background-color: #00395d;
}

.shape__piece {
  background-color: #ffffff;
}

/* Элементы */

.elem-ask {
  padding-top: 0.73em;
  padding-bottom: 0.73em;
  padding-left: 1.2em;
  padding-right: 1.2em;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.elem-pup {
  margin-top: -9em;
}

.elem-idem {
  display: block;
  position: relative;
  top: -0.8em;
  margin-bottom: -0.9em;
}

.elem-name {
  position: relative;
}

.elem-map {
  background-color: #dddddd;
  height: 33.71em;
}

.elem-img-hover {
  position: relative;
  overflow: hidden;
}

.elem-ask:before {
  content: url(img/icons/ask.svg);
  margin-right: 0px;
}

.elem-wath:before {
  content: url(img/icons/wath.svg);
  margin-right: 0.8em;
  -webkit-transition: all 110ms;
  -o-transition: all 110ms;
  -moz-transition: all 110ms;
  transition: all 110ms;
}

.elem-ask:hover {
  color: #ffffff;
  background-color: #51b046;
  border-color: #51b046;
}

.elem-wath.color__caribbean-green:before {
  content: url(img/icons/wath-lgreen.svg);
}

.elem-wath.color__caribbean-green:hover {
  color: #02bc94;
}

.elem-wath:hover:before {
  -webkit-transform: scaleX(1.08) scaleY(1.08);
  -moz-transform: scaleX(1.08) scaleY(1.08);
  -ms-transform: scaleX(1.08) scaleY(1.08);
  -o-transform: scaleX(1.08) scaleY(1.08);
  transform: scaleX(1.08) scaleY(1.08);
}

.elem-name:before {
  width: 35px;
  height: 3px;
  background-color: #00395d;
  content: "";
  display: block;
  position: absolute;
  left: -2.9em;
  top: 0.78em;
}

.elem-news > * + * {
  margin-top: 2em;
  padding-top: 2em;
  border-top: 1px solid #eceeee;
}

.elem-upload:before {
  content: url(img/icons/attach.svg);
  margin-right: 0.7em;
}

.elem-read:after {
  content: url(img/icons/read.svg);
  margin-left: 0.6em;
  -webkit-transition: all 200ms;
  -o-transition: all 200ms;
  -moz-transition: all 200ms;
  transition: all 200ms;
}

.elem-read:hover {
  color: #00395d;
}

.elem-read:hover:after {
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -ms-transform: translateX(5px);
  -o-transform: translateX(5px);
  transform: translateX(5px);
}

.elem-print:before {
  content: url(img/icons/printer.svg);
  margin-right: 0.6em;
}

.elem-back:before {
  content: url(img/icons/back.svg);
  margin-right: 0.6em;
}

.elem-img-hover > img {
  -webkit-transition: all 110ms;
  -o-transition: all 110ms;
  -moz-transition: all 110ms;
  transition: all 110ms;
  -ms-transition: all 110ms;
}

.elem-img-hover:after {
  content: "";
  display: none;
  position: absolute;
  background-color: #51b046;
  opacity: 0;
  border: 2px solid #ffffff;
  border-color: #51b046;
  top: 10%;
  right: 10%;
  bottom: 10%;
  left: 10%;
  z-index: 1;
}

.elem-img-hover:hover:after {
  -webkit-animation: img-hover 0.8s;
  -moz-animation: img-hover 0.8s;
  -o-animation: img-hover 0.8s;
  animation: img-hover 0.8s;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.elem-img-hover:hover > img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}

/* Img */

.img-fit-contain {
  -o-object-fit: contain;
  object-fit: contain;
}

.img-fit-cover {
  -o-object-fit: cover;
  object-fit: cover;
}

.img-fit-full {
  -o-object-fit: unset;
  object-fit: unset;
}

.img-bg {
  position: absolute;
  left: 0;
  top: 0;
  height: 100% !important;
  width: 100%;
}

/* Окна */

.white-popup {
  background-color: #ffffff;
  padding: 1.5em 3em;
  max-width: 500px;
  margin: 0 auto;
  position: relative;
}

.modal__success {
  text-align: center;
}

/* Swiper */

.swiper-outside {
  position: relative;
}

.swiper-wrap {
  padding-left: 2.4em;
  padding-right: 2.4em;
  margin-left: -2.4em;
  margin-right: -2.4em;
}

.swiper-bottom {
  position: absolute;
  left: 0;
  bottom: -2.7em;
  right: 0;
}

.swiper-icons .swiper-slide {
  pointer-events: none;
  -webkit-transition: all 230ms;
  -o-transition: all 230ms;
  -moz-transition: all 230ms;
  transition: all 230ms;
  opacity: 0;
}

.swiper-icons .swiper-slide.active {
  opacity: 1;
  pointer-events: auto;
}

.swiper--auto .swiper-wrapper .swiper-slide {
  height: auto;
}

.swiper--same .swiper-wrapper .swiper-slide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
}

.swiper--same .swiper-wrapper .swiper-slide > * {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

/* Swiper-button */

.swiper-button {
  background-image: url(img/icons/swiper-arrow.svg);
  -webkit-background-size: auto auto;
  -moz-background-size: auto;
  -o-background-size: auto;
  background-size: auto;
}

.swiper-button-prev {
  -webkit-transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  transform: scaleX(-1);
}

.swiper-button--static .swiper-button {
  position: static;
  margin-top: 0px;
}

.swiper-button--long .swiper-button {
  background-image: url(img/icons/swiper-arrow-2.svg);
  width: 3.3em;
}

/* Swiper-pagination */

.swiper-pagination-bullet {
  opacity: 1;
  border: 2px solid #ffffff;
  width: 13px;
  height: 13px;
  background-color: transparent;
}

.swiper-pagination-bullet-active {
  background-color: #ffffff;
}

.swiper-pagination--right {
  top: 0;
  left: auto !important;
  bottom: 0;
  right: 0.8em;
  width: auto !important;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.swiper-pagination--right .swiper-pagination-bullet {
  margin-top: 0.3em !important;
  margin-bottom: 0.3em !important;
}

.swiper-pagination--static .swiper-pagination > * {
  height: 3px;
  background-color: #00395d;
  display: block;
  -webkit-transform-origin: 0 50%;
  -moz-transform-origin: 0 50%;
  -ms-transform-origin: 0 50%;
  -o-transform-origin: 0 50%;
  transform-origin: 0 50%;
}

.swiper-pagination--static .swiper-pagination {
  position: absolute;
  left: 0;
  bottom: -2.1em;
  right: 0;
  background-color: #ebeded;
}

.swiper-pagination--static .swiper-pagination {
  position: static;
}

/* S-head */

.s-head {
  z-index: 10;
}

.s-head__interim {
  background-color: #00395d;
  color: #ffffff;
}

/* S-foot */

.s-foot {
  background-color: #00395d;
  color: #ffffff;
  padding-top: 2em;
  padding-bottom: 1.7em;
}

.s-foot__shebang {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin-top: 2.8em;
  padding-top: 1.6em;
  color: #7b8c8f;
}

/* S-welcome */

.s-welcome {
  background-color: #f8f8f8;
}

.s-welcome__wrap {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 1;
}

.s-welcome__subject {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #51b046;
}

.s-welcome__sweep {
  margin-left: -10.7em;
  margin-right: -7em;
  min-height: 49.1em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

/* S-content */

.s-content {
  padding-top: 5.3em;
  padding-bottom: 5.3em;
}

/* S-reckoning */

.s-reckoning {
  background-color: #0e1b23;
  color: #ffffff;
  padding-top: 9em;
  padding-bottom: 9em;
}

/* S-speedbar */

.s-speedbar {
  padding-top: 0.8em;
  padding-bottom: 0.8em;
  background-color: #f5f5f5;
}

/* S-heading */

.s-heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #00395d;
  min-height: 27.6em;
  color: #ffffff;
}

/* B-head */

.b-head {
  padding-top: 1.1em;
  padding-bottom: 1.1em;
}

/* B-notion */

.b-notion {
  background-color: #f7f7f7;
  position: relative;
  padding-top: 9.6em;
  text-align: center;
  padding-bottom: 4.3em;
}

.b-notion__shroud {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding-left: 3.1em;
  padding-right: 3.1em;
  padding-top: 2.3em;
  padding-bottom: 2.3em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: left;
}

.b-notion__too {
  mix-blend-mode: multiply;
}

/* B-progress */

.b-progress {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  position: relative;
  flex-wrap: wrap;
}

.b-progress__faith {
  font-size: 1em;
  font-weight: 500;
  line-height: 1.2;
  color: #00395d;
}

.b-progress__make {
  position: relative;
  padding: 0 10px;
  text-align: center;
}

.b-progress__make:after {
  content: "";
  display: block;
  background-color: #51b046;
  border: 2px solid #ffffff;
  -webkit-box-shadow: 0 0 0 2px #00395d;
  -moz-box-shadow: 0 0 0 2px #00395d;
  box-shadow: 0 0 0 2px #00395d;
  width: 12px;
  height: 12px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1.3em;
}

.b-progress:before {
  content: "";
  display: block;
  position: absolute;
  border-top: 1px solid #dddddd;
  left: 0;
  bottom: 6px;
  right: 0;
}

/* B-learn */

.b-learn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.b-learn > * {
  -webkit-transition: all 700ms !important;
  -o-transition: all 700ms !important;
  -moz-transition: all 700ms !important;
  transition: all 700ms !important;
}

.b-learn--three > * {
  width: 33.3%;
}

.b-learn--two > * {
  width: 50%;
}

/* E-toggle */

.e-toggle {
  background-image: url(img/icons/menu.svg);
  width: 2.1em;
  height: 1.8em;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
}

/* E-lang */

.e-lang {
  font-size: 0.88em;
  text-transform: uppercase;
  color: rgba(209, 209, 209, 1);
  white-space: nowrap;
}

.e-lang > * + *:before {
  content: "|";
  margin-left: 0.3em;
  margin-right: 0.3em;
  margin-top: -0.1em;
  color: #00395d;
}

.e-lang > span {
  color: #00395d;
}

/* E-menu */

.e-li-menu__gossip > li > a,
.e-menu__gossip {
  font-size: 0.88em;
  font-weight: 500;
  text-transform: uppercase;
}

.e-menu--main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.e-menu--main > li {
  position: relative;
}

.e-menu--main > li.menu-item-has-children > ul > li,
.e-menu--main > li > div > ul {
  background-color: #ffffff;
  /* -webkit-box-shadow: 0 12px 32px 0 rgba(0, 0, 0, 0.21);
	-moz-box-shadow: 0 12px 32px 0 rgba(0, 0, 0, 0.21);
	box-shadow: 0 12px 32px 0 rgba(0, 0, 0, 0.21); */
  color: #00395d;
}

#footer-menu > li.menu-item-has-children > ul > li {
  background-color: rgba(255, 255, 255, 0.7);
}

.e-menu--main > li.menu-item-has-children > ul > li > a,
.e-menu--main > li > div > ul > li > a {
  display: block;
  font-size: 1em;
  padding-left: 1em;
  padding-right: 1em;
  padding-top: 0.6em;
  padding-bottom: 0.6em;
  text-transform: none;
}

.e-menu--main > li.menu-item-has-children > ul,
.e-menu--main > li > div {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  min-width: 12em;
  padding-top: 1.4em;
  -webkit-transition: all 200ms;
  -o-transition: all 200ms;
  -moz-transition: all 200ms;
  transition: all 200ms;
  pointer-events: none;
  -webkit-transform: translateY(-11px);
  -moz-transform: translateY(-11px);
  -ms-transform: translateY(-11px);
  -o-transform: translateY(-11px);
  transform: translateY(-11px);
  opacity: 0;
}

.e-menu--main > li.menu-item-has-children:hover > ul,
.e-menu--main > li:hover > div {
  pointer-events: auto;
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.e-menu--mobile > li > div {
  padding-left: 1.2em;
  padding-top: 0.5em;
}

.e-menu--mobile > li > div > ul > li > a {
  display: block;
  padding-top: 0.3em;
  padding-bottom: 0.3em;
  position: relative;
}

.e-menu--mobile > li > div > ul > li > a:before {
  content: "";
  display: block;
  position: absolute;
  background-color: #00395d;
  width: 12px;
  height: 2px;
  left: -1em;
  top: 0.9em;
  opacity: 1;
}

/* E-learn */

.e-learn {
  background-color: #f7f7f7;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 3em;
  padding-right: 3em;
  padding-top: 2.5em;
  padding-bottom: 2.5em;
  -webkit-transition: all 200ms;
  -o-transition: all 200ms;
  -moz-transition: all 200ms;
  transition: all 200ms;
}

.e-learn__img {
  mix-blend-mode: multiply;
  max-width: none;
  width: auto;
}

.e-learn__text {
  height: 9.99em;
  margin-bottom: -2.6em;
  min-width: 400px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.e-learn__btn {
  width: 17.97em;
}

.e-learn--shadow {
  -webkit-box-shadow: -5px 4px 50px rgba(0, 0, 0, 0.24);
  -moz-box-shadow: -5px 4px 50px rgba(0, 0, 0, 0.24);
  box-shadow: -5px 4px 50px rgba(0, 0, 0, 0.24);
  z-index: 1;
  position: relative;
}

.e-learn--green .color__teal-blue {
  color: #51b046;
}

.e-learn--green .btn-clasp:not(:hover) {
  background-color: #51b046;
}

.e-learn--palegreen .color__teal-blue {
  color: #02bc94;
}

.e-learn--palegreen .btn-clasp:not(:hover) {
  background-color: #02bc94;
}

.e-learn--palegreen .btn-stud {
  color: #02bc94;
  border-color: #02bc94;
}

.e-learn--palegreen .btn-stud:hover {
  background-color: #02bc94;
  color: #ffffff;
}

.e-learn--red .color__teal-blue {
  color: #ed7441;
}

.e-learn--red .btn-clasp:not(:hover) {
  background-color: #ed7441;
}

.e-learn--red .btn-stud {
  color: #ed7441;
  border-color: #ed7441;
}

.e-learn--red .btn-stud:hover {
  background-color: #ed7441;
  color: #ffffff;
}

.e-learn--lgreen .color__teal-blue {
  color: #02bc94;
}

.e-learn--lgreen .btn-clasp:not(:hover) {
  background-color: #02bc94;
}

.e-learn--lgreen .btn-stud {
  color: #02bc94;
  border-color: #02bc94;
}

.e-learn--lgreen .btn-stud:hover {
  background-color: #02bc94;
  color: #ffffff;
}

.e-learn:hover {
  -webkit-box-shadow: -5px 4px 50px rgba(0, 0, 0, 0.24);
  -moz-box-shadow: -5px 4px 50px rgba(0, 0, 0, 0.24);
  box-shadow: -5px 4px 50px rgba(0, 0, 0, 0.24);
  z-index: 1;
  position: relative;
}

/* E-video */

.e-video {
  background-color: #dddddd;
  display: block;
  position: relative;
  overflow: hidden;
}

.e-video:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
  background-image: url(img/icons/play.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-color: rgba(81, 176, 70, 0.49);
  -webkit-transition: all 230ms;
  -o-transition: all 230ms;
  -moz-transition: all 230ms;
  transition: all 230ms;
}

.e-video:hover:after {
  -webkit-transform: scaleX(1.07) scaleY(1.07);
  -moz-transform: scaleX(1.07) scaleY(1.07);
  -ms-transform: scaleX(1.07) scaleY(1.07);
  -o-transform: scaleX(1.07) scaleY(1.07);
  transform: scaleX(1.07) scaleY(1.07);
}

.e-video:hover {
  -webkit-box-shadow: 0 0 0 0.7em rgba(81, 176, 70, 0.33);
  -moz-box-shadow: 0 0 0 0.7em rgba(81, 176, 70, 0.33);
  box-shadow: 0 0 0 0.7em rgba(81, 176, 70, 0.33);
}

.e-video.e-video--red:after {
  background-image: url(img/icons/play.svg);
  background-color: rgba(237, 116, 65, 0.49);
}

.e-video.e-video--red:hover {
  -webkit-box-shadow: 0 0 0 0.7em rgba(237, 116, 65, 0.33);
  -moz-box-shadow: 0 0 0 0.7em rgba(237, 116, 65, 0.33);
  box-shadow: 0 0 0 0.7em rgba(237, 116, 65, 0.33);
}

.link-red:hover,
.link-red:focus {
  color: rgba(3, 188, 148, 1);
}

.e-video.e-video--palegreen:after {
  background-image: url(img/icons/play.svg);
  background-color: rgba(3, 188, 148, 0.49);
}

.e-video.e-video--palegreen:hover {
  -webkit-box-shadow: 0 0 0 0.7em rgba(3, 188, 148, 0.33);
  -moz-box-shadow: 0 0 0 0.7em rgba(3, 188, 148, 0.33);
  box-shadow: 0 0 0 0.7em rgba(3, 188, 148, 0.33);
}

.link-palegreen:hover,
.link-palegreen:focus {
  color: rgba(3, 188, 148, 1);
}

/* Типография */

.text > h1 {
  font-size: 2.5em;
}

.text > h2 {
  font-size: 2em;
  color: #033758;
}

.text > h3 {
  font-size: 1.72em;
  color: #033758;
  line-height: 1.4;
}

.text > h4 {
  font-size: 1.5em;
  color: #033758;
  line-height: 1.8;
}

.text > h5 {
  font-size: 1.25em;
  color: #033758;
  font-weight: 500;
  line-height: 1.7;
}

.text > h6 {
  font-size: 1em;
  color: #033758;
}

.text > p {
  font-size: 1.13em;
  line-height: 1.8;
}

.text > ul {
  font-size: 1.13em;
  line-height: 1.8;
}

.text > ol {
  font-size: 1.13em;
  line-height: 1.8;
  padding-left: 1.5em;
  list-style: decimal;
}

.text > * + * {
  margin-top: 1.06em;
}

.text > ul > li {
  padding-left: 1.3em;
  position: relative;
}

.text > ul > li:before {
  content: "";
  display: block;
  position: absolute;
  background: currentColor;
  width: 6px;
  height: 6px;
  left: 0;
  top: 0.8em;
}

.text > ul > li + li {
  margin-top: 0.18em;
}

.text > ol > li + li {
  margin-top: 0.8em;
}

table {
  border-spacing: 0px;
  border-collapse: collapse;
  width: 100%;
}

td,
th {
  border: 1px solid #dee4e7;
  text-align: center;
  padding: 0.5em;
}

td:nth-child(1),
th:nth-child(1) {
  text-align: left;
}

.goods th,
.goods-header th {
  color: #00395d;
  font-size: 1em;
  font-weight: 700;
  line-height: 1.4;
  padding-left: 0.7em;
  padding-right: 0.7em;
  padding-bottom: 1em;
}

.goods th,
.goods td {
  border: none;
}

.goods td,
.goods-header td {
  padding: 0.5em;
}

.goods td:nth-child(2) {
  color: #00395d;
  font-weight: 500;
  text-align: right;
}

.goods-header td:not(:nth-child(1)) {
  color: #00395d;
  font-weight: 500;
  text-align: center;
}

.goods td:nth-child(1),
.goods-header td:nth-child(1),
.goods th:nth-child(1),
.goods-header th:nth-child(1) {
  text-align: left;
}

/* E-icon */

.e-icon {
  text-align: center;
}

.e-icon__img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 6.25em;
  margin-bottom: 0.5em;
}

.e-icon__title {
  color: #ffffff;
  font-size: 1.13em;
  padding-left: 2.2em;
  padding-right: 2.2em;
}

/* E-foot-contact */

.e-foot-contact {
  font-size: 0.88em;
}

.e-foot-contact > li {
  padding-left: 1.4em;
  position: relative;
}

.e-foot-contact > li:before {
  position: absolute;
  left: 0;
  top: 0;
}

.e-foot-contact > li + li {
  margin-top: 0.5em;
}

.e-foot-contact__location:before {
  content: url(img/icons/location.svg);
}

.e-foot-contact__email:before {
  content: url(img/icons/email.svg);
  margin-top: 0.2em;
}

/* E-social */

.e-social a:hover {
  -webkit-filter: brightness(162%);
  filter: brightness(162%);
}

/* E-ground */

.e-ground {
  position: relative;
  background-color: #00395d;
  height: 100%;
}

.e-ground > .cn-pn-re {
  display: flex;
  align-items: center;
  height: 100%;
}

/* E-speedbar */

.e-speedbar {
  color: #696969;
  font-size: 0.88em;
  font-weight: 500;
}

.e-speedbar > * + *:before {
  content: "/";
  margin-left: 0.5em;
  margin-right: 0.5em;
  margin-top: -0.04em;
}

/* E-list */

.e-list--num {
  list-style: none;
  counter-reset: my-awesome-counter;
  padding-left: 0px;
}

.e-list--check > li {
  padding-left: 1.5em;
  position: relative;
}

.e-list--check > li:before {
  content: url(img/icons/check.svg);
  position: absolute;
  left: 0;
  top: 0.5em;
}

.e-list--check > li + li {
  margin-top: 1.9em;
}

.e-list--squer > li,
.e-list--squer-sm > li,
.e-list--doth > li {
  padding-left: 1.6em;
  position: relative;
  margin-bottom: 0.8rem;
}

.e-list--squer > li:before,
.e-list--squer-sm > li:before,
.e-list--doth > li:before {
  content: "";
  display: block;
  position: absolute;
  width: 6px;
  height: 6px;
  background-color: #00395d;
  left: 0;
  top: 0.5em;
}

.e-list--squer > li + li,
.e-list--squer-sm > li + li,
.e-list--doth > li + li {
  margin-top: 0.3em;
}

.e-list--squer-sm > li + li {
  margin-top: 0.06em;
}

.e-list--squer-sm > li {
  padding-left: 1.1em;
}

.e-list--squer-sm > li:before {
  margin-top: 0.16em;
}

.e-list--doth > li {
  padding-left: 1em;
}

.e-list--doth > li:before {
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}

.e-list--doth > li + li {
  margin-top: 0, 3em;
}

.e-list--params > li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.e-list--params > li > *:last-child {
  color: #00395d;
  font-weight: 500;
  text-align: right;
  margin-left: 1em;
}

.e-list--params > li + li {
  margin-top: 0.86em;
}

.e-list--num > li {
  counter-increment: my-awesome-counter;
  position: relative;
  padding-left: 2.5em;
}

.e-list--num > li:before {
  content: counter(my-awesome-counter);
  display: inline-block;
  border: 2px solid #00395d;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  min-width: 26px;
  min-height: 26px;
  line-height: 1.4;
  text-align: center;
  margin-right: 1.1em;
  margin-top: 0.18em;
  position: absolute;
  left: 0;
  top: 0;
}

.e-list--num > li + li {
  margin-top: 0.43em;
}

/* E-program */

.e-program {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 4px 40px rgba(194, 194, 194, 0.64);
  -moz-box-shadow: 0px 4px 40px rgba(194, 194, 194, 0.64);
  box-shadow: 0px 4px 40px rgba(194, 194, 194, 0.64);
  -webkit-transition: all 200ms;
  -o-transition: all 200ms;
  -moz-transition: all 200ms;
  transition: all 200ms;
}

.e-program__idem {
  color: #033758;
  font-size: 1.13em;
  font-family: "DIN Pro", sans-serif; /*Ping FangSC*/
  font-weight: 500;
  padding-left: 1.1em;
  padding-right: 1.1em;
  padding-top: 0.4em;
  padding-bottom: 0.4em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 4.9em;
}

.e-program:hover {
  -webkit-box-shadow: 0px 14px 40px rgba(0, 0, 0, 0.44);
  -moz-box-shadow: 0px 14px 40px rgba(0, 0, 0, 0.44);
  box-shadow: 0px 14px 40px rgba(0, 0, 0, 0.44);
  -webkit-transform: translateY(-6px);
  -moz-transform: translateY(-6px);
  -ms-transform: translateY(-6px);
  -o-transform: translateY(-6px);
  transform: translateY(-6px);
}

/* E-equipment */

.e-equipment {
  background-color: #f7f7f7;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-transition: all 200ms;
  -o-transition: all 200ms;
  -moz-transition: all 200ms;
  transition: all 200ms;
}

.e-equipment__kit {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.e-equipment__idem {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 1.5em;
  border-top: 1px solid #eceeee;
}

.e-equipment__talk {
  font-weight: 500;
  background-color: #ebeded;
  color: #00395d;
  position: absolute;
  top: 0.6em;
  right: 0.6em;
  padding-left: 1.1em;
  padding-right: 1.1em;
  padding-top: 0.6em;
  padding-bottom: 0.6em;
}

.e-equipment__unite {
  font-weight: 500;
  background-color: #51b046;
  color: #ffffff;
  position: absolute;
  text-align: center;
  min-width: 6.7em;
  -webkit-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  -o-transform-origin: 100% 0;
  transform-origin: 100% 0;
  -webkit-transform: rotateZ(-90deg);
  -moz-transform: rotateZ(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotateZ(-90deg);
  transform: rotateZ(-90deg);
  top: 0;
  right: 100%;
  padding-top: 0.4em;
  padding-bottom: 0.4em;
}

.e-equipment__go {
  background-color: #ebeded;
  min-height: 4.6em;
  width: 4.6em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-transition: all 270ms;
  -o-transition: all 270ms;
  -moz-transition: all 270ms;
  transition: all 270ms;
}

.e-equipment__object {
  mix-blend-mode: multiply;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 1.4em;
  padding-bottom: 1.4em;
  padding-left: 0.9em;
  padding-right: 0.9em;
  min-height: 19.9em;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.e-equipment--icon {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 4px 40px rgba(194, 194, 194, 0.34);
  -moz-box-shadow: 0px 4px 40px rgba(194, 194, 194, 0.34);
  box-shadow: 0px 4px 40px rgba(194, 194, 194, 0.34);
}

.e-equipment--item {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 4px 40px rgba(194, 194, 194, 0.34);
  -moz-box-shadow: 0px 4px 40px rgba(194, 194, 194, 0.34);
  box-shadow: 0px 4px 40px rgba(194, 194, 194, 0.34);
}

.e-equipment__go:after {
  content: url(img/icons/arrow.svg);
  -webkit-filter: brightness(76%);
  filter: brightness(76%);
}

.e-equipment--pluse .e-equipment__object {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding-right: 0px;
}

.e-equipment--pluse .e-equipment__go:after,
.e-equipment--icon .e-equipment__go:after,
.e-equipment--item .e-equipment__go:after {
  content: url(img/icons/pluse.svg);
}

.e-equipment--icon .e-equipment__object {
  min-height: 10.3em;
}

.e-equipment--icon .typo-floor-2,
.e-equipment--item .typo-floor-2 {
  font-size: 1em;
  color: #00395d;
}

.e-equipment--item .e-equipment__object img {
  width: 100%;
  height: 100%;
}

.e-equipment--item .e-equipment__object {
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  min-height: auto;
}

#swiper-sphere .e-equipment--item .e-equipment__object {
  height: 14.9rem;
}

.e-equipment--item .e-equipment__idem {
  border: 0;
}

.e-equipment:hover .e-equipment__go {
  background-color: #00395d;
}

.e-equipment:hover .e-equipment__go:after {
  -webkit-filter: brightness(100%);
  filter: brightness(100%);
}

.e-equipment:hover {
  -webkit-box-shadow: 0 12px 32px 0 rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 12px 32px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 0 12px 32px 0 rgba(0, 0, 0, 0.4);
  -webkit-transform: translateY(-8px);
  -moz-transform: translateY(-8px);
  -ms-transform: translateY(-8px);
  -o-transform: translateY(-8px);
  transform: translateY(-8px);
}

.swiper-wrapper .e-equipment:hover {
  -webkit-box-shadow: 0px 4px 40px rgba(194, 194, 194, 0.34);
  -moz-box-shadow: 0px 4px 40px rgba(194, 194, 194, 0.34);
  box-shadow: 0px 4px 40px rgba(194, 194, 194, 0.34);
  -webkit-transform: translateY(-8px);
  -moz-transform: translateY(-8px);
  -ms-transform: translateY(-8px);
  -o-transform: translateY(-8px);
  transform: translateY(-8px);
}

/* E-project */

.e-project {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 4px 40px rgba(194, 194, 194, 0.34);
  -moz-box-shadow: 0px 4px 40px rgba(194, 194, 194, 0.34);
  box-shadow: 0px 4px 40px rgba(194, 194, 194, 0.34);
}

.e-project__box {
  padding-left: 2.1em;
  padding-right: 2.1em;
  padding-top: 1.4em;
  padding-bottom: 1.4em;
}

/* E-pagination */

.e-pagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.page-numbers,
.e-pagination__link {
  min-width: 3.58em;
  padding-top: 1.33em;
  padding-bottom: 1.33em;
  padding-left: 3px;
  padding-right: 3px;
  text-align: center;
  color: #033758;
  font-weight: 500;
  text-transform: uppercase;
  background-color: #ebeded;
}

.page-numbers + .page-numbers,
.e-pagination__link + .e-pagination__link {
  margin-left: 0.9em;
}

.page-numbers.current,
.e-pagination__link.active {
  background-color: #00395d;
  color: #ffffff;
}

/* E-tabs */

.e-tabs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #eceeee;
  margin-bottom: 1.8em;
}

.e-tabs__lead {
  color: #033758;
  font-size: 1.38em;
  font-weight: 500;
  line-height: 1.4;
  padding-bottom: 0.6em;
  white-space: nowrap;
  cursor: pointer;
}

.e-tabs__lead + .e-tabs__lead {
  margin-left: 2.4em;
}

.e-tabs__lead.active {
  -webkit-box-shadow: 0 2px 0 0 #00395d;
  -moz-box-shadow: 0 2px 0 0 #00395d;
  box-shadow: 0 2px 0 0 #00395d;
}

.e-tabs__lead:hover {
  color: #51b046;
}

/* E-condition */

.e-condition {
  text-align: center;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 4px 40px rgba(194, 194, 194, 0.34);
  -moz-box-shadow: 0px 4px 40px rgba(194, 194, 194, 0.34);
  box-shadow: 0px 4px 40px rgba(194, 194, 194, 0.34);
}

.e-condition__img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 9.95em;
}

.e-condition__title {
  color: #00395d;
  font-weight: 500;
  line-height: 1.4;
  padding-left: 1.4em;
  padding-right: 1.4em;
  padding-bottom: 2em;
}


.t_ru, .t_ua, .t_en {
	display:none;
}

html[lang='uk'] .t_ua{
	display:block;
}
html[lang='ru-RU'] .t_ru{
	display:block;
}
html[lang='en-US'] .t_en{
	display:block;
}

.b-f-bitrix input{
	background: transparent;
    color: white;
    border: 1px solid rgba(255, 255, 255, 0.65);
}

.b-f-bitrix input:hover{
	border: 2px solid white;
}

.b-f-bitrix input[type="submit"]{
	 border: 2px solid #ffffff;
    background: transparent;
    width: 50%;
    float: right;
}
.b-f-bitrix input::placeholder{
	color:rgba(255, 255, 255, 0.65);
}
/* E-drop */

.e-drop {
  position: relative;
}

.e-drop__toggle {
  background-color: #00395d;
  color: #ffffff;
  font-size: 1.13em;
  font-family: Teko, "DIN Pro Condensed", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  padding-top: 0.8em;
  padding-bottom: 0.8em;
  position: relative;
  cursor: pointer;
}

.e-drop__toggle:hover {
  color: #ffffff;
}

.e-drop__box {
  position: absolute;
  left: 0;
  top: 100%;
  right: 0;
  padding-top: 1.98em;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 200ms;
  -o-transition: all 200ms;
  -moz-transition: all 200ms;
  transition: all 200ms;
  -webkit-transform: translateY(-20px);
  -moz-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  -o-transform: translateY(-20px);
  transform: translateY(-20px);
  z-index: 99;
}

.e-drop__list {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 10px 20px rgba(48, 48, 48, 0.34);
  -moz-box-shadow: 0px 10px 20px rgba(48, 48, 48, 0.34);
  box-shadow: 0px 10px 20px rgba(48, 48, 48, 0.34);
  padding-top: 1.6em;
  padding-bottom: 1.6em;
  color: #505a5c;
}

.e-drop__box .e-drop__list a,
.e-drop__term {
  font-size: 0.88em;
  font-weight: 500;
  text-transform: uppercase;
  display: block;
}

.e-drop__list > li {
  padding-left: 1.9em;
  padding-right: 1.9em;
  padding-top: 0.6em;
  padding-bottom: 0.6em;
}

.e-drop__box .e-drop__list a:hover,
.e-drop__term:hover {
  text-decoration: underline;
}

.e-drop__toggle:after {
  content: "";
  display: block;
  position: absolute;
  background-color: #00395d;
  width: 1em;
  height: 1em;
  left: 50%;
  bottom: 0;
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
  margin-left: -0.5em;
  margin-bottom: -0.5em;
  opacity: 0;
  -webkit-transition: all 200ms;
  -o-transition: all 200ms;
  -moz-transition: all 200ms;
  transition: all 200ms;
}

.e-drop--green .e-drop__toggle {
  background-color: #51b046;
}

.e-drop--green .e-drop__box .e-drop__list a:hover,
.e-drop--green .e-drop__term:hover {
  color: #51b046;
}

.e-drop--green .e-drop__toggle:after {
  background-color: #51b046;
}

.e-drop--lgreen .e-drop__toggle {
  background-color: #02bc94;
}

.e-drop--lgreen .e-drop__box .e-drop__list a:hover,
.e-drop--lgreen .e-drop__term:hover {
  color: #02bc94;
}

.e-drop--lgreen .e-drop__toggle:after {
  background-color: #02bc94;
}

.e-drop:hover .e-drop__toggle:after {
  opacity: 1;
}

.e-drop:hover .e-drop__box {
  pointer-events: auto;
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.s-foot .e-drop__box {
  top: auto;
  bottom: 100%;
  padding-top: 0px;
  padding-bottom: 1.4em;
}

.s-foot .e-drop__toggle:after {
  bottom: auto;
  top: -0.4em;
}

/*
 * CASCADE
 */

.tabs-body.active {
  display: block;
}

.nice-select {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  float: none;
}

.nice-select .current {
  line-height: 1.2;
  height: auto;
  display: block;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.nice-select .list {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}

.nice-select .option {
  height: auto;
  min-height: auto;
  line-height: 1.2;
  padding-top: 0.51em;
  padding-bottom: 0.51em;
  padding-left: 0.73em;
  padding-right: 0.73em;
}

.form-checkbox > input:checked ~ .check:after {
  opacity: 1;
}

.form-checkbox > input,
.form-checkbox > span.check {
  width: 1em;
  height: 1em;
}

.form-checkbox > input {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  pointer-events: none;
}

.form-checkbox > span.check {
  border: 1px solid #dddddd;
  display: block;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  position: absolute;
  left: 0;
  top: 0;
  cursor: pointer;
}

.form-checkbox > span.check:after {
  position: absolute;
  left: 0.32em;
  top: 0;
  content: "";
  width: 0.4em;
  height: 0.7em;
  border-width: 2px;
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
  border-color: #000000;
  border-right-style: solid;
  border-bottom-style: solid;
  -webkit-transition: all 200ms;
  -o-transition: all 200ms;
  -moz-transition: all 200ms;
  transition: all 200ms;
  opacity: 0;
}

.ajax-loader {
  display: none !important;
}

.falseinput {
  cursor: pointer;
}

.woocommerce #content div.product div.images,
.woocommerce div.product div.images,
.woocommerce-page #content div.product div.images,
.woocommerce-page div.product div.images {
  float: none;
  width: 100%;
}

.wpml-ls-legacy-list-horizontal {
  padding: 0;
  border: 0;
}

.e-lang li a {
  position: relative;
  padding: 0;
}

.e-lang li.wpml-ls-current-language a {
  color: #00395d;
}

.e-lang li + li a:before {
  content: "|";
  margin-left: 0.3em;
  margin-right: 0.3em;
  margin-top: -0.1em;
  color: #00395d;
}

/* 
 * Calculator 
 */
.irs-min,
.irs-max,
.irs-single {
  display: none;
}

.irs--square .irs-handle {
  background-color: #51b046;
  border: 2px solid #ffffff;
  -webkit-box-shadow: 0 0 0 2px #00395d;
  -moz-box-shadow: 0 0 0 2px #00395d;
  box-shadow: 0 0 0 2px #00395d;
  cursor: pointer;
}

.irs--square .irs-bar,
.irs--square .irs-line {
  cursor: pointer;
}

.irs--square .irs-handle.state_hover,
.irs--square .irs-handle:hover {
  background-color: #51b046;
  border: 2px solid #51b046;
}

.shape__range {
  border: 2px solid #033758;
}

.shape__thee {
  background-color: #033758;
  color: #fff;
}

.shape__thee .kts-binding,
.shape__thee p {
  color: #bababa;
}

.section-results h3 span {
  color: #51b046;
  margin-left: auto;
}

.section-results li + li {
  margin-top: 1em;
}

.section-results h3 {
  display: flex;
  align-items: flex-end;
}

.section-results .kts-binding {
  flex: 0 0 auto;
  font-size: 0.75em;
  margin-left: 5px;
  min-width: 80px;
}

.s-welcome__slide {
  background-position: center;
  background-size: cover;
}

.btn-clac {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  z-index: 89;
}

.Bitrix24Form p {
  display: none;
}

/*
 * MEDIA
 */

@media screen and (max-width: 1450px) {
  /* E-icon */

  .e-icon__title {
    padding-left: 0.49em;
    padding-right: 0.49em;
  }
}

@media all and (min-width: 1200px) {
  /* B-learn */

  .b-learn--two > *.active {
    width: 70%;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
}

@media screen and (max-width: 1199px) {
  /* Swiper */

  .swiper-bottom {
    position: static;
  }

  /* S-welcome */

  .s-welcome__wrap {
    position: relative;
    margin-top: -9.6em;
    background-color: rgba(255, 255, 255, 0.45);
    padding-bottom: 3.5em;
  }

  .s-welcome__subject {
    width: 100%;
  }

  .s-welcome__sweep {
    min-height: 36.1em;
  }

  .s-welcome__corru {
    padding-top: 2.1em;
  }

  .s-welcome__corru:before {
    content: "";
    display: block;
    position: absolute;
    left: -13em;
    top: 0;
    bottom: 0;
    width: 150vw;
    background-color: #f8f8f8;
  }

  /* E-menu */

  .e-menu--main {
    font-size: 0.76em;
  }
}

@media all and (min-width: 992px) {
  /* B-learn */

  .b-learn--three > *.active {
    width: 55%;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
}

@media screen and (max-width: 991px) {
  /* Элементы */

  .elem-map {
    height: calc(var(--vh, 1vh) * 100);
  }

  /* S-foot */

  .s-foot__shebang {
    padding-top: 1.3em;
    margin-top: 2em;
  }

  /* S-welcome */

  .s-welcome__wrap {
    margin-top: -5.9em;
  }

  .s-welcome__sweep {
    min-height: 35.4em;
    margin-left: -4.5em;
    margin-right: -5.5em;
  }

  .s-welcome__corru {
    padding-bottom: 3.6em;
  }

  .s-welcome__corru:before {
    left: -7.9em;
  }

  /* S-reckoning */

  .s-reckoning {
    overflow: hidden;
    padding-top: 4.7em;
    padding-bottom: 4.7em;
  }

  /* B-progress */

  .b-progress__faith {
    font-size: 0.8em;
  }

  /* B-learn */

  .b-learn--three {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .b-learn--three > * {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  /* S-heading */

  .s-heading {
    min-height: 23.1em;
  }

  /* B-progress */

  .b-progress {
    display: block;
  }

  .b-progress__faith {
    font-size: 1.2em;
  }

  .b-progress__make {
    padding-left: 2.2em;
    padding-bottom: 0.5em;
  }

  .b-progress__make:after {
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 0.58em;
  }

  .b-progress:before {
    display: none;
  }

  /* B-learn */

  .b-learn--two {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .b-learn--two > * {
    width: 100%;
  }

  #swiper-sphere .e-equipment--item .e-equipment__object {
    height: 20.9rem;
  }
}

@media screen and (max-width: 575px) {
  /* Modal */

  .blocker {
    padding-left: 0em;
    padding-right: 0em;
  }

  /* Mobile */

  .mobile-head {
    min-height: 4.85em;
  }

  /* Swiper */

  .swiper-wrap {
    margin-left: -1em;
    margin-right: -1em;
  }

  /* S-welcome */

  .s-welcome__wrap {
    margin-top: -4.1em;
  }

  .s-welcome__sweep {
    margin-left: -1.7em;
    margin-right: -1.3em;
    min-height: 18.4em;
  }

  /* S-content */

  .s-content {
    padding-top: 2.9em;
    padding-bottom: 2.9em;
  }

  /* S-heading */

  .s-heading {
    min-height: 17em;
  }

  /* B-head */

  .b-head__logo {
    max-width: 9em;
  }

  /* B-notion */

  .b-notion {
    padding-bottom: 7.2em;
    padding-top: 12.3em;
  }

  .b-notion__shroud {
    padding-left: 1.6em;
    padding-right: 1.6em;
    padding-top: 0.9em;
  }

  /* E-learn */

  .e-learn {
    padding-left: 1.9em;
    padding-right: 1.9em;
  }

  .e-learn__img {
    -webkit-transform: translateX(1.9em);
    -moz-transform: translateX(1.9em);
    -ms-transform: translateX(1.9em);
    -o-transform: translateX(1.9em);
    transform: translateX(1.9em);
    max-width: 185%;
  }

  .e-learn__text {
    min-width: auto;
    height: auto;
    margin-bottom: 0px;
  }

  .e-learn__btn {
    width: 100%;
  }

  /* E-equipment */

  .e-equipment {
    font-size: 0.78em;
  }

  /* E-project */

  .e-project__box {
    padding-left: 1.1em;
    padding-right: 1.1em;
    padding-top: 0.8em;
    padding-bottom: 1.1em;
  }

  /* E-tabs */

  .e-tabs {
    overflow: auto;
    font-size: 0.84em;
  }

  /* E-drop */

  .e-drop {
    font-size: 0.86em;
  }

  .e-drop__box {
    right: 0;
  }

  .e-drop__list {
    padding-top: 0.88em;
    padding-bottom: 0.88em;
  }

  .e-drop__term {
    font-size: 0.7em;
  }

  .e-drop__list > li {
    padding-left: 0.7em;
    padding-right: 0.7em;
  }
}

/*
 * HOME / INNIO / BAKER SLIDER — spec "Pack 1", task 2.
 * Deliberately at the end of the file: it has to win over the earlier media
 * queries in this same style.css.
 */

/* 1. Width: the slider no longer stretches across the whole screen */

.s-welcome .swiper-container {
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
}

/* 2. Height: viewport minus header (100px; 60px on narrow screens).
      Swiper's autoHeight is off in js/app.js, otherwise it overwrites this. */

.s-welcome .swiper-container,
.s-welcome .swiper-wrapper,
.s-welcome .swiper-slide,
.s-welcome__slide {
  height: calc(100vh - 100px);
}

.s-welcome__slide {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
}

.s-welcome__slide > .cn-container {
  width: 100%;
}

/* The right-hand picture fits into the slide instead of driving its height */

.s-welcome__sweep {
  min-height: 0;
  max-height: 100%;
}

.s-welcome__sweep img {
  max-height: calc(100vh - 100px);
  -o-object-fit: contain;
  object-fit: contain;
}

/* 3. Tint over the photo: without it a white heading is unreadable on light
      shots. Gradient and its angle come from the mockup. */

.s-welcome__slide--photo:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: -webkit-linear-gradient(158.22deg, rgba(40, 132, 183, 0.7) 0%, rgba(0, 57, 93, 0.9) 59.5%);
  background: linear-gradient(-68.22deg, rgba(40, 132, 183, 0.7) 0%, rgba(0, 57, 93, 0.9) 59.5%);
  z-index: 0;
}

.s-welcome__slide--photo > .cn-container {
  position: relative;
  z-index: 1;
}

/* 4. Heading 2 — new design. clamp instead of a fixed 48px: on short screens
      the size shrinks and the text stays inside the slide. */

.s-welcome .typo-say {
  display: inline-block;
  font-family: "DIN Pro", sans-serif;
  font-weight: 700;
  font-size: 3rem;
  font-size: clamp(1.75rem, 2.5vw, 3rem);
  line-height: 1.2;
}

/* The "dark" choice in the admin used to mean nothing: the theme had no
   .color__dark, and the dark colour rode on a hardcoded .color__abbey. */

.color__dark {
  color: #505a5c;
}

/* 5. Button colour: the white choice (added by a filter in functions.php) */

.btn-prime.btn--white {
  background-color: transparent;
  color: #ffffff;
  border-color: #ffffff;
}

@media screen and (max-width: 550px) {
  .s-welcome .swiper-container,
  .s-welcome .swiper-wrapper,
  .s-welcome .swiper-slide,
  .s-welcome__slide {
    height: calc(100vh - 60px);
  }

  .s-welcome__sweep img {
    max-height: calc(100vh - 60px);
  }
}

/*
 * Slider geometry from the mockup (Figma, 1920x785 slide).
 * Everything is scoped to .s-welcome: btn-prime, cn-container and the spacing
 * utilities are used all over the site and must not be changed globally.
 */

/* Text column: the mockup has a 96px left inset at a width of 1920 */

.s-welcome .cn-container {
  max-width: 1920px;
  width: 100%;
  padding-left: clamp(20px, 5vw, 96px);
  padding-right: clamp(20px, 5vw, 96px);
}

.s-welcome .s-welcome__corru {
  max-width: 558px;
}

.s-welcome .cn-cols-row > .cn-pn-re:first-child {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  max-width: 558px;
  width: 100%;
}

/* Gaps between heading, subheading and button — 40px per the mockup */

.s-welcome .s-welcome__corru .cn-mb-15 {
  margin-bottom: 40px;
}

.s-welcome .s-welcome__corru .cn-mb-45 {
  margin-bottom: 40px;
}

/* Subheading: the mockup uses #F2F3F3, not pure white */

.s-welcome .typo-rumor.color__white {
  color: #f2f3f3;
}

/* Button: the mockup has a 1px border, not 2px. 304x54 already matches. */

.s-welcome .btn-prime {
  border-width: 1px;
  /* The markup puts cn-w-7_12 / cn-w-12_12--xs on the button, so the grid sets
     its width. The mockup fixes it at 304x54, hence the override. */
  width: 304px;
  max-width: 100%;
  min-height: 54px;
}

/* Bullets: 31px from the right edge per the mockup */

.s-welcome .swiper-pagination--right {
  right: 31px;
}

/*
 * Home slider on narrow screens.
 *
 * The narrow-screen layout was built for the previous slides: a light photo,
 * dark text and a light plate behind the text column. The new slides use a
 * full-bleed photo with white text, and that plate covered the photo, leaving
 * white text on white.
 *
 * The 1199px edge is not arbitrary: that is where the theme stacks the slide
 * columns (cn-ord-first--lg) and where the plate is switched on.
 */

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

  /* Height follows the content instead of "viewport minus header": the header
     height is content-driven in this theme (60px on a phone, 108px on a
     tablet), so subtracting a constant per breakpoint would always miss. */
  .s-welcome .swiper-container,
  .s-welcome .swiper-wrapper,
  .s-welcome .swiper-slide {
    height: auto;
    min-height: 60vh;
  }

  /* Swiper's wrapper aligns slides to flex-start, so with content-driven
     heights every slide keeps its own and the tallest one is clipped by the
     container. Stretch them to a common height, and stretch the inner block
     across its cell too — otherwise the background and the tint of a shorter
     slide stop before its neighbour does. */
  .s-welcome .swiper-wrapper {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .s-welcome .swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .s-welcome__slide {
    height: auto;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  /* The #f8f8f8 plate from the old design covered both the photo and the tint. */
  .s-welcome__slide--photo .s-welcome__corru:before {
    display: none;
  }

  /* The right-hand picture is the subject of the slide — a cut-out PNG over a
     backdrop photo, not a copy of it, so it has to stay on narrow screens too.
     The theme's own stacking order (cn-ord-first--lg) puts it above the text,
     which is what the INNIO slide already does — keeping it makes all three
     slides read the same way on a phone.

     Cap the cut-out so the heading, the lead and the button stay in view. */
  .s-welcome__slide--photo .s-welcome__sweep {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .s-welcome__slide--photo .s-welcome__sweep img {
    max-height: 30vh;
    width: auto;
  }

  /* The text column takes the full width: the 558px from the mockup is a value
     for a 1920px screen. */
  .s-welcome .cn-cols-row > .cn-pn-re:first-child,
  .s-welcome .s-welcome__corru {
    max-width: 100%;
  }

  /* Negative margins stretched the picture past the screen (398px in a 390px
     viewport) and risked a horizontal scrollbar. */
  .s-welcome__sweep {
    margin-left: 0;
    margin-right: 0;
  }

  .s-welcome__sweep img {
    max-height: 45vh;
  }
}

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

  /* Button spans the column: the mockup's 304px looks like a stub on a phone. */
  .s-welcome .btn-prime {
    width: 100%;
  }

  /* The 40px gaps from the mockup are sized for 1920 and eat up a phone screen. */
  .s-welcome .s-welcome__corru .cn-mb-15,
  .s-welcome .s-welcome__corru .cn-mb-45 {
    margin-bottom: 24px;
  }

  /* Bullets move to the bottom centre: on the right they sit on top of the
     button, which is now full width. */
  .s-welcome .swiper-pagination--right {
    top: auto;
    right: 0;
    left: 0 !important;
    bottom: 16px;
    width: 100% !important;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .s-welcome .swiper-pagination--right .swiper-pagination-bullet {
    margin-left: 0.3em !important;
    margin-right: 0.3em !important;
  }
}

/*
 * CONTACTS PAGE — spec "Pack 1", task 3.
 *
 * Two sections of tiles fed by repeaters (inc/contacts.php): "Get in touch" and
 * "Offices". Tile count is arbitrary, so everything is a grid — tiles fill the
 * row and wrap onto the next one by themselves.
 *
 * Colours and sizes come from the mockup (Figma, 1920 frame, 96px side inset).
 * The site container caps at 1600, so the tiles are narrower here than in the
 * file; the grid is fluid and the proportions hold.
 *
 * Deliberately at the end of the file, like the slider block above: it has to
 * win over the earlier media queries in this same style.css.
 */

/* One typeface for the whole page: DIN Pro Medium, as in the mockup. Grouped so
   the family is named once; the rules below set only size, leading and colour. */

.s-contacts__title,
.c-reach__title,
.c-reach__country,
.c-pill,
.c-office__country,
.c-office__city,
.c-office__address,
.c-office__route-text,
.c-office__mail {
  font-family: "DIN Pro", sans-serif;
  font-weight: 500;
}

/* Page title */

.s-contacts__title {
  margin: 0;
  padding: clamp(40px, 5vw, 96px) 0;
  font-size: clamp(32px, 3.4vw, 64px);
  line-height: 1;
  color: #000000;
}

/* Section label: a green square and a letterspaced caption */

.e-sectitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 24px;
  margin: 0 0 clamp(28px, 3.6vw, 68px);
  font-family: "DIN Pro", sans-serif;
  font-weight: 400;
  font-size: clamp(14px, 1.05vw, 20px);
  line-height: 1;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: #bbcdd9;
}

.e-sectitle__mark {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 14px;
  height: 14px;
  background-color: #43b649;
}

.s-contacts__part + .s-contacts__part {
  margin-top: clamp(48px, 6vw, 96px);
}

.s-contacts {
  padding-bottom: clamp(48px, 6vw, 96px);
}

/* Tile grids. Rows of a CSS grid are equal in height by default, which is what
   "fixed tile height" asks for — a tall tile lifts its whole row instead of
   leaving a step. */

.s-contacts__grid {
  display: grid;
  gap: 8px;
}

.s-contacts__grid--reach {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.s-contacts__grid--offices {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 6px;
}

/* --- "Get in touch" tile --- */

.c-reach {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 32px;
  padding: clamp(20px, 2.3vw, 40px);
  background-color: #f2f3f3;
}

.c-reach__title {
  margin: 0;
  font-size: clamp(22px, 2.1vw, 36px);
  line-height: 1;
  letter-spacing: -0.01em;
  color: #00395d;
}

.c-reach__photo {
  /* Fixed height keeps the contact rows of neighbouring tiles on one line. */
  height: clamp(160px, 14vw, 240px);
  overflow: hidden;
}

.c-reach__img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.c-reach__cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: clamp(20px, 3.1vw, 60px);
  /* Pushes the contacts to the bottom of the tile whatever the photo does. */
  margin-top: auto;
}

/* 180px is the floor: below it the phone and the e-mail start breaking across
   lines. A third column therefore wraps under the first two instead of
   squeezing all three. */
.c-reach__col {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 180px;
  flex: 1 1 180px;
  min-width: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px;
}

/* The divider from the mockup. Drawn only when the tile has exactly two
   columns — which is what the design shows. With three or more the columns
   wrap onto a second line, and a rule would then hang at the start of a row
   instead of standing between two columns. */
.c-reach__col:first-child:nth-last-child(2) ~ .c-reach__col {
  padding-left: clamp(20px, 3.1vw, 60px);
  border-left: 1px solid #c2c4c6;
}

/* Room for a second line: "Uzbekistan and Kazakhstan" fits on one line in
   Ukrainian but wraps in English, and without the reserve the pills of the two
   columns would sit at different heights. */
.c-reach__country {
  margin: 0;
  min-height: 2.8em;
  font-size: clamp(16px, 1.1vw, 20px);
  line-height: 1.4;
  letter-spacing: -0.01em;
  color: #000000;
}

.c-reach__pills {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 5px;
}

/* The mockup keeps every pill on one line. Two columns inside a tile leave
   roughly 70% of the mockup width once the site container caps at 1600, so the
   type and the side padding scale down with it; word-break stays as a last
   resort so a very long address can never overflow the tile. */
.c-pill {
  display: inline-block;
  max-width: 100%;
  padding: 10px clamp(10px, 1.1vw, 20px);
  /* Scales with the column below the design width: at 1440 the column is a
     third narrower than the mockup's 330px, and 20px type would not fit. */
  font-size: clamp(12px, 0.95vw, 20px);
  line-height: 1.4;
  letter-spacing: -0.01em;
  color: #f2f3f3;
  text-decoration: none;
  word-break: break-word;
  transition: background-color 0.2s ease;
}

.c-pill--phone {
  background-color: #145274;
}

.c-pill--mail {
  background-color: #4a7090;
}

a.c-pill:hover,
a.c-pill:focus {
  background-color: #00395d;
  color: #ffffff;
}

/* From here up the container is frozen at 1600 and the rest of the page's type
   is already at the mockup's sizes, so the pill takes its mockup size too. */
@media screen and (min-width: 1600px) {
  .c-pill {
    font-size: 20px;
  }
}

/* --- Office tile --- */

.c-office {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 24px;
  min-height: 450px;
  padding: clamp(24px, 2.9vw, 50px);
  background-color: #f2f3f3;
}

.c-office__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
}

.c-office__flag {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 40px;
  height: 29px;
  -o-object-fit: contain;
  object-fit: contain;
}

.c-office__country {
  margin: 0;
  font-size: clamp(20px, 1.85vw, 32px);
  line-height: 1;
  letter-spacing: -0.01em;
  color: #145274;
}

.c-office__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 10px;
}

.c-office__city,
.c-office__address {
  margin: 0;
  font-size: clamp(16px, 1.1vw, 20px);
  line-height: 1.4;
  letter-spacing: -0.01em;
  color: #58595b;
}

/* Room for a second line: a long address must not change the tile height,
   which is what the brief asks for. A third line still grows the tile. */
.c-office__address {
  min-height: 2.8em;
}

.c-office__route {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
  margin-top: 4px;
  padding: 12px 16px;
  background-color: #43b649;
  color: #ffffff;
  text-decoration: none;
  transition: background-color 0.2s ease;
}

.c-office__route:hover,
.c-office__route:focus {
  background-color: #2f9c35;
  color: #ffffff;
}

.c-office__route-text {
  font-size: clamp(15px, 1.05vw, 18px);
  line-height: 1.1;
  letter-spacing: -0.03em;
}

.c-office__route-icon {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 18px;
  height: 19px;
}

.c-office__mail {
  font-size: clamp(16px, 1.1vw, 20px);
  line-height: 1.2;
  letter-spacing: -0.01em;
  color: #145274;
  text-decoration: none;
  word-break: break-word;
}

.c-office__mail:hover,
.c-office__mail:focus {
  color: #00395d;
  text-decoration: underline;
}

/* --- Narrow screens --- */

@media screen and (max-width: 1199px) {
  .s-contacts__grid--offices {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media screen and (max-width: 767px) {
  .s-contacts__grid--reach,
  .s-contacts__grid--offices {
    grid-template-columns: minmax(0, 1fr);
  }

  /* Two contact columns do not fit a phone: they stack, and the divider turns
     from a vertical rule into a horizontal one. */
  .c-reach__cols {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 24px;
  }

  /* The columns are stacked now, so flex-grow would stretch them vertically and
     tear a hole between the pills and the next column. */
  .c-reach__col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  /* Columns are full width once stacked, so the pill stops competing for room
     and goes back to a size that is comfortable to read and to tap. The fluid
     clamp bottoms out at 12px, which only makes sense while two columns share
     a narrow tile. */
  .c-pill {
    font-size: 16px;
  }

  /* Stacked on a phone, so the rule lies flat — and here it makes sense for
     any number of columns, not just two. */
  .c-reach__col + .c-reach__col,
  .c-reach__col:first-child:nth-last-child(2) ~ .c-reach__col {
    padding-left: 0;
    padding-top: 24px;
    border-left: 0;
    border-top: 1px solid #c2c4c6;
  }

  /* Height stops being fixed: on a narrow tile a long address needs the room
     more than the row needs to be even. */
  .c-office {
    min-height: 0;
  }

  .c-office__address {
    min-height: 0;
  }
}
