@font-face {
  font-family: "Graphik LCG";
  src: url("../fonts/GraphikLCG-Medium.woff2") format("woff2"), url("../fonts/GraphikLCG-Medium.woff") format("woff");
  font-display: swap;
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-Regular.woff2") format("woff2"), url("../fonts/Gilroy-Regular.woff") format("woff");
  font-display: swap;
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-ExtraBold.woff2") format("woff2"), url("../fonts/Gilroy-ExtraBold.woff") format("woff");
  font-display: swap;
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-Medium.woff2") format("woff2"), url("../fonts/Gilroy-Medium.woff") format("woff");
  font-display: swap;
  font-weight: 500;
  font-style: normal;
}

:root {
  --main-color: #00BBE7;
  --main-dop-color: #ff9731;
  --page-padding: 0px;
  --content-padding: 35px 0;
  --header-height: 74px;
  --font44: 44px;
  --font30: 30px;
  --font27: 27px;
  --font25: 25px;
  --font20: 20px;
  --font18: 18px;
  --font16: 16px;
  --font14: 14px;
}

/* COMMON */

* {
  box-sizing: border-box;
  margin: 0;
}

body {
  position: relative;
  margin: 0;
  font-family: "Gilroy", sans-serif;
  overflow-x: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

label {
  margin: 0;
}

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

.heading {
  font-size: var(--font44);
  font-weight: 500;
}

.sub-heading {
  font-size: var(--font27);
  font-weight: 300;
}

.sub-sub-heading {
  font-size: var(--font25);
  font-weight: 700;
}

.content-text {
  font-size: var(--font18);
}

.description {
  font-size: var(--font14);
  color: #464646;
}

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

.container {
  position: relative;
  width: 1270px;
  margin: 0 auto;
  padding: var(--page-padding);
}

.section__content {
  padding: var(--content-padding);
}

.svg-container {
  display: flex;
  align-items: center;
  justify-content: center;
}

.svg-container__svg {
  width: 100%;
  height: 100%;
}

.svg-icon {
  --size: 20px;
  width: var(--size);
  height: var(--size);
}

.contacts__item {
  line-height: 20px;
  display: flex;
  justify-content: left;
  align-items: center;
}

.contacts__item:not(:last-child) {
  margin-bottom: 10px;
}

.contacts__item-icon {
  margin-right: 4px;
  --size: 25px;
  width: var(--size);
  height: var(--size);
  display: flex;
  justify-content: center;
  align-items: center;
}

.contacts__item-icon--phone {
  transform: rotate(-90deg);
}

.contacts__item-icon--phone path {
  fill: #00BBE7;
}

.contacts__item-icon--mail path {
  fill: gray;
}

.contacts__link {
  padding-left: 25px;
  background-position: left;
  background-size: 20px;
  background-repeat: no-repeat;
}

.section-contacts-item-heading {
  padding-left: 25px;
  background-position: left;
  background-size: 20px;
  background-repeat: no-repeat;
}

.contacts__link:hover {
  color: #1f6abe;
}

.background-gray {
  background-color: #f7f7f7;
}

.bottom-line {
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: #b5b5b5;
}

.section-heading {
  margin-bottom: 40px;
  font-weight: 500;
  text-align: center;
  font-size: 28px;
}

.btn {
  display: block;
  width: -moz-max-content;
  width: max-content;
  padding: 20px 40px;
  font-size: var(--font20);
  font-weight: 700;
  fill: #FFFFFF;
  color: #FFFFFF;
  background-color: var(--main-color);
  border-radius: 5px;
  line-height: 1;
}

.text-info {
  display: inline-block;
}

.text-info__inner {
  --size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: var(--size);
  height: var(--size);
  border-radius: 50%;
  color: white;
  cursor: pointer;
  background-color: #ffa44f;
  font-size: 12px;
  font-weight: bold;
  font-family: "Roboto";
  font-family: "Gilroy", sans-serif;
}

.text-info__inner:hover,
.text-info__inner:focus {
  background-color: var(--main-color);
}

.tippy-box {
  max-width: 200px !important;
  font-family: "Open Sans";
  font-family: "Gilroy", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  border-radius: 0;
  background-color: #666;
}

.tippy-box[data-placement^=top] > .tippy-arrow::before {
  border-top-color: #666;
}

.tippy-box[data-placement^=bottom] > .tippy-arrow::before {
  border-bottom-color: #666;
}

.tippy-box[data-placement^=left] > .tippy-arrow::before {
  border-left-color: #666;
}

.tippy-box[data-placement^=right] > .tippy-arrow::before {
  border-right-color: #666;
}

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

/* HEADER */

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

.header-min {
  background-color: #313131;
}

.separator {
  border-width: 0 1px 0 0;
  border-style: solid;
  border-color: gray;
}

.header-min__separator {
  height: 15px;
}

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

.messengers-list {
  display: flex;
}

.messengers-list__item {
  display: flex;
  flex: 0 1;
  padding: 7px;
  transition: background 0.2s ease;
}

.messengers-list__item:hover {
  background-color: #509cff;
}

.messengers-list__img {
  --size: 20px;
  width: var(--size);
  height: var(--size);
}

.messengers-list__img path {
  fill: white;
}

.dop-info {
  display: flex;
  align-items: center;
  color: white;
}

.dop-info__item {
  display: flex;
  align-items: center;
}

.dop-info__item:not(:last-child) {
  margin-right: 10px;
}

.dop-info__item-link {
  padding-left: 5px;
  font-size: 14px;
}

.dop-info__icon path,
.dop-info__icon polygon {
  fill: #19afff;
}

.header {
  z-index: 10;
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  padding: 5px 0;
  width: 100%;
  background-color: white;
}

.header__container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  align-items: center;
  height: var(--header-height);
  height: auto;
}

.header__item {
  min-width: -moz-max-content;
  min-width: max-content;
}

.logo {
  padding: 0;
  padding-left: 35px;
  text-transform: uppercase;
  font-size: 17pt;
  background-image: url("../img/logo.png");
  background-position: left;
  background-position-y: center;
  background-size: 30px;
  background-repeat: no-repeat;
  line-height: 30px;
}

.header__contact {
  padding-left: 5px;
  font-size: 22px;
  font-weight: 500;
  background-size: 22px;
  color: #363636;
  line-height: 22px;
}

.header__item-nav {
  width: 100%;
  display: none;
}

.contacts {
  list-style-position: inside;
}

address {
  font-style: normal;
}

.section-contacts-item-link:hover {
  color: #1f6abe;
}

.contacts__phone {
  background-image: url("../img/phone_4.svg");
}

.contacts__email {
  background-image: url("../img/email_3.svg");
}

.contacts-link {
  background-repeat: no-repeat;
  padding-left: 30px;
  background-size: 20px;
  background-position-y: center;
}

.contacts-link-geo {
  background-image: url("../img/geo.svg");
}

.contacts-link-instagram {
  background-image: url("../img/instagram.svg");
}

.header-contacts-list li {
  margin-bottom: 3px;
}

.header-contacts-list li:last-child {
  margin-bottom: 0;
}

.header-contacts-img,
.yandex-panel-contacts-img {
  width: 20px;
  height: 20px;
  margin-right: 5px;
}

.flex-container-list {
  list-style: none;
  font-size: 0;
  display: flex;
  justify-content: center;
  padding: 0;
}

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

/* SECTION TITLE */

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

.section-hero {
  position: relative;
  text-align: left;
}

.section-hero__picture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.section-hero__picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.section-hero__text {
  position: relative;
  background-image: linear-gradient(90deg, black 45px, rgba(0, 0, 0, 0.7) 30%, rgba(0, 0, 0, 0.5) 57%, rgba(0, 0, 0, 0) 75%);
}

.section-hero-mobile {
  display: none;
}

.section-hero-gradient {
  background-image: linear-gradient(90deg, black 45px, rgba(0, 0, 0, 0.7) 30%, rgba(0, 0, 0, 0.5) 57%, rgba(0, 0, 0, 0) 75%);
}

.section-hero-content {
  padding-top: 150px;
  padding-bottom: 150px;
}

.section-hero .container {
  height: 100%;
}

.section-hero-h1 {
  color: white;
  max-width: 65%;
}

.section-hero-h1--mobile,
.section-hero-description--mobile {
  max-width: none;
  width: 100%;
}

.section-hero-description {
  max-width: 550px;
  line-height: 1.5;
  color: white;
  font-size: var(--font20);
  font-weight: 300;
}

.btn-section-hero {
  background-color: var(--main-dop-color);
}

.btn-section-hero:hover {
  color: white;
}

.section-hero-content__item:not(:last-child) {
  margin-bottom: 30px;
}

.bullets-block {
  display: inline-block;
  padding: 10px;
  max-width: 850px;
  width: 100%;
  background-image: linear-gradient(-90deg, rgba(0, 0, 0, 0.4) 45px, rgba(0, 0, 0, 0.3) 30%, rgba(0, 0, 0, 0.2) 57%, rgba(0, 0, 0, 0) 75%);
  border-radius: 10px;
}

.bullets-block__container {
  width: 100%;
}

.bullets-block__content {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.bullets-block__elem {
  position: relative;
  max-width: 150px;
  position: relative;
  width: 100%;
}

.bullets-block__elem:not(:last-child) {
  margin-right: 10px;
}

.bullet {
  display: flex;
  align-items: flex-start;
  width: 100%;
  max-width: 350px;
}

.bullet__elem {
  flex: 1 auto;
}

.bullet__elem:not(:last-child) {
  margin-right: 10px;
}

.bullet__svg-container {
  flex-shrink: 0;
  max-width: 50px;
}

.bullet__svg-container svg {
  fill: white;
}

.bullet__svg-container .fil0 {
  fill: transparent;
}

.bullet__svg-container .fil2 {
  fill: white;
}

.bullet__svg-container .fil1 {
  fill: white;
  fill-rule: white;
}

.bullet__text-container {
  text-align: left;
  color: white;
}

.bullet__title {
  font-weight: 600;
}

.bullet__description {
  font-weight: 200;
  font-size: 14px;
}

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

/* SECTION MANUFACTURES */

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

.manufacturer-list {
  display: flex;
  align-items: center;
}

.manufacturer-list__item {
  position: relative;
  flex: 1 1 0;
  text-align: center;
  display: flex;
  justify-content: center;
  align-content: center;
}

.manufacturer-list__item--top {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  display: flex;
  justify-content: center;
  align-content: center;
}

.manufacturer-list__item-img {
  position: relative;
  width: 70%;
  height: 100%;
}

.manufacturer-list__item-img--color {
  opacity: 0;
  transition: opacity 0.4s ease;
}

.manufacturer-list__item:hover .manufacturer-list__item-img--color {
  opacity: 1;
}

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

/* SECTION DO */

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

.section-do__item {
  position: relative;
  flex: 1 1 0;
  max-width: 350px;
}

.section-do__item:not(:last-child) {
  margin-right: 10px;
}

.section-do__item-inner {
  position: relative;
  width: 100%;
  height: 0px;
  padding-bottom: 100%;
}

.section-do__card-wrap {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.section-do__card {
  position: relative;
  display: flex;
  padding: 10%;
  height: 100%;
  width: 100%;
  border: 1px solid #4088bf;
  border-radius: 4px;
  background-repeat: no-repeat;
  background-position: top;
  transition: background 0.2s ease;
}

.section-do-list {
  justify-content: space-between;
}

.section-do-item {
  display: flex;
  padding: 25px;
  width: 350px;
  height: 350px;
  border: 1px solid #4088bf;
  border-radius: 4px;
  background-repeat: no-repeat;
  background-position: top;
  transition: background 0.2s ease;
}

.section-do__card:hover {
  background-color: #1b5a94;
}

.section-do__card:hover .section-do-item-heading {
  color: white;
}

.section-do-item-description {
  color: #464646;
}

.section-do__card:hover .section-do-item-description {
  color: #e1e1e1;
}

.section-do-item-context {
  text-align: center;
}

.section-do-item-heading {
  margin-bottom: 8px;
  font-size: var(--font20);
  font-weight: 600;
  text-transform: uppercase;
}

.section-do-img {
  margin: auto;
  width: 120px;
  height: 120px;
  margin-bottom: 20px;
}

.section-do-img svg,
.fil0 {
  fill: #0e6cb5;
}

.section-do-img .fil2 {
  fill: #fefeff;
}

.section-do-img .fil1 {
  fill: #fefeff;
  fill-rule: nonzero;
}

.section-do__card:hover svg,
.section-do__card:hover .fil0 {
  fill: #fefeff;
}

.section-do__card:hover .fil2 {
  fill: #0e6cb5;
}

.section-do__card:hover .fil1 {
  fill: #0e6cb5;
  fill-rule: #0e6cb5;
}

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

/* SECTION TARGET */

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

.target-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-auto-rows: auto;
  grid-gap: 30px;
}

.target-list__item {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
  cursor: pointer;
  border-radius: 3px;
  overflow: hidden;
}

.target-list__item:hover {
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.15);
}

.target-list__item-img-container {
  overflow: hidden;
  width: 100%;
  height: 0px;
  padding-bottom: 56.25%;
}

.target-list__item-img {
  width: 100%;
}

.target-list__item-content {
  padding: 25px;
}

.target-list__item-title {
  margin: 10px 0;
  color: #54595f;
  text-align: center;
  font-size: 20px;
}

.target-list__item-link {
  display: none;
  margin: 10px 0;
  color: #00bbe7;
  text-transform: uppercase;
}

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

/* SECTION MOTIVATION */

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

.section-motivation {
  background: center/cover no-repeat url("../img/background-dark-2.jpg");
  color: white;
}

.motivation-list {
  display: flex;
}

.motivation-list__item {
  text-align: center;
  flex: 1 0 0;
}

.motivation-list__item:not(:last-child) {
  margin-right: 30px;
}

.section-motivation__heading {
  text-align: center;
  font-weight: 600;
}

.motivation-list__item-img {
  max-height: 120px;
  width: auto;
}

.motivation-list__item-title {
  margin-top: 15px;
}

.motivation-list__item-desription {
  margin-top: 15px;
  line-height: 1.5;
  text-align: justify;
}

.section-motivation__btn {
  margin: 0 auto;
  margin-top: 30px;
}

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

/* SECTION INFO-BLOCK */

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

.info-block__item {
  display: flex;
}

.info-block__item:nth-child(even) {
  flex-direction: row-reverse;
}

.info-block__item-hor-part {
  padding: 50px;
  flex: 0 0 50%;
  max-width: 50%;
}

.info-block__item-img-container {
  text-align: center;
}

.info-block__item-img {
  width: 90%;
  border-radius: 100%;
  overflow: hidden;
}

.info-block__item-text {
  margin-top: 15px;
  line-height: 1.5;
  color: #494949;
}

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

/* SECTION PROBLEM */

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

.section-problem {
  background-color: black;
  color: white;
}

.heading-problem {
  margin-bottom: 20px;
  text-align: center;
  font-weight: bold;
}

.problem-widget__item {
  margin-top: -1px;
  border: 1px solid #8c8c8c;
  border-width: 1px 0 1px 0;
}

.problem-widget .ui-accordion-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0;
  padding: 10px;
  border: 1px solid #ddd;
  border: none;
  background: transparent;
  cursor: pointer;
  outline: none;
  color: white;
  transition: background 0.2s ease, color 0.2s ease;
  font-family: "Gilroy", sans-serif;
  font-size: var(--font18);
  font-weight: 600;
}

.problem-widget .ui-accordion-header:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

.ui-accordion .ui-accordion-header-active {
  color: #00BBE7;
}

.problem-widget .problem-widget__item-icon-wrap {
  --size: 15px;
  width: var(--size);
  height: var(--size);
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 0 0 auto;
}

.problem-widget__item-icon-wrap svg {
  width: 100%;
  height: 100%;
}

.problem-widget .problem-widget__item-icon-wrap path {
  fill: white;
}

.problem-widget .ui-accordion-content {
  margin: 0 0 10px 0;
  padding: 10px;
  border: 1px solid #ddd;
  border: none;
  background: transparent;
  color: #d0d0d0;
  font-family: "Gilroy", sans-serif;
  font-size: var(--font16);
}

.problem-widget__item-icon-wrap {
  transition: transform 0.3s ease;
}

.problem-widget .ui-accordion-header-active .problem-widget__item-icon-wrap {
  transform: rotate(180deg);
}

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

/* SECTION INSTAGRAM */

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

.container-foto-list {
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.foto-item {
  position: relative;
  width: 254px;
  height: 254px;
  margin-right: auto;
}

.foto-item:hover .foto-item-overlay {
  opacity: 1;
  visibility: visible;
  top: 0;
  pointer-events: all;
  padding-top: 0;
}

.foto-item:hover .foto-item-content {
  transform: translateY(0);
}

.foto-item-content {
  color: white;
  font-size: 20px;
  transform: translateY(10%);
  width: 80%;
  max-height: 80%;
  margin: 0 auto;
  position: relative;
  transition: 0.3s all ease;
}

.foto-item-img {
  position: relative;
  display: inline-block;
  width: 254px;
  height: 254px;
  background-size: cover;
  background-position: center;
}

.foto-item-overlay {
  position: absolute;
  visibility: hidden;
  z-index: 2;
  display: flex;
  top: -1px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s, visibility 0.3s;
  text-align: center;
  box-sizing: border-box;
  align-items: center;
  width: 254px;
  height: 254px;
  background: rgba(0, 0, 0, 0.8);
}

.foto-item-counters,
.foto-item-text {
  text-align: center;
}

.foto-item-text {
  margin-top: 30px;
  word-break: break-word;
}

.foto-item-counters-item {
  display: inline-flex;
}

.foto-item-counts-label {
  margin-left: 5px;
}

.foto-item-counters-icon {
  width: 24px;
  height: 24px;
  fill: currentColor;
}

.foto-item-comments-count {
  margin-left: 20px;
}

.foto-item-img {
  width: 254px;
  height: 254px;
}

.foto-item:last-child {
  display: none;
}

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

/* SECTION FORM */

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

.section-form {
  background-color: #f2f2f2;
}

.section-form__content {
  display: flex;
  justify-content: center;
}

.section-form__content-item:not(:last-child) {
  margin-right: 50px;
}

.section-form__card {
  padding: 15px;
  width: -moz-max-content;
  width: max-content;
  background-color: white;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
}

.section-form__title {
  padding: 20px;
  border-width: 0 0 2px 0;
  border-color: #c5c5c5;
  border-style: solid;
  text-align: center;
}

.section-form__heading {
  font-weight: 500;
}

.section-form__btn {
  margin: 0 auto;
}

.section-form__form {
  margin-top: 15px;
}

.section-form__description {
  margin: 0 auto;
  text-align: center;
  max-width: 400px;
}

.section-form__hor-elems {
  display: flex;
}

.section-form__hor-elem:not(:last-child) {
  margin-right: 15px;
}

.section-form__field {
  margin-top: 15px;
}

.section-form__field-label {
  display: flex;
  flex-direction: column;
}

.section-form__field-input {
  min-height: 30px;
  border-radius: 3px;
  border-style: solid;
  border-width: 1px;
  border-color: #d8d8d8;
}

.section-form__field-input:focus {
  border-color: #6993ff;
}

.section-form__field-input-msg {
  width: 100%;
}

.section-form__btn-submit {
  margin-top: 15px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
  border-width: 0;
  cursor: pointer;
}

.section-form__item-img {
  width: 250px;
  height: 250px;
  border-radius: 50%;
  overflow: hidden;
}

.section-form__item-img:not(:last-child) {
  margin-bottom: 20px;
}

.section-form__item-img img {
  width: 100%;
}

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

/* SECTION CONTACTS */

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

.section-contacts-item {
  width: 200px;
  font-size: 14pt;
  margin-right: auto;
}

.section-contacts-item:last-child {
  margin-right: 0;
}

.section-contacts-item-heading {
  display: inline-block;
  margin-bottom: 15px;
  line-height: 20px;
  font-weight: 300;
}

.section-contacts-item-info {
  color: gray;
  font-size: 13pt;
}

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

/* SECTION MAP */

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

.section-item-title-map {
  margin-bottom: 0;
}

.map {
  width: auto;
  min-height: 400px;
  height: 500px;
}

.customControl {
  display: none;
  background-color: #fff;
  padding: 5px;
  border-radius: 3px;
  max-width: 300px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.closeButton {
  flex-basis: 15px;
  flex-grow: 0;
  flex-shrink: 0;
  padding: 0;
  height: 15px;
  cursor: pointer;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBkPSJNMTQgLjdsLS43LS43TDcgNi4zLjcgMCAwIC43IDYuMyA3IDAgMTMuM2wuNy43TDcgNy43bDYuMyA2LjMuNy0uN0w3LjcgN3oiIGNsaXAtcnVsZT0iZXZlbm9kZCIvPjwvc3ZnPg==") 50% no-repeat;
  opacity: 0.3;
}

.content {
  padding: 5px;
  max-height: 250px;
  overflow: auto;
}

.yandex-panel-logo {
  text-transform: uppercase;
  font-size: 15pt;
  font-weight: 500;
}

.yandex-panel-contacts-list {
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 20px;
}

.yandex-panel-contacts-list li {
  margin-bottom: 10px;
}

.yandex-panel-contacts-list li:last-child {
  margin-bottom: 0;
}

.yandex-panel-contacts-img {
  width: 20px;
  height: 20px;
  margin-right: 3px;
}

.yandex-panel-copy {
  color: #707070;
}

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

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

.table__cell--align-right {
  text-align: right;
}

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

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

.section-calculate {
  background-color: #f1f1f1;
}

.calculate-block {
  border: 1px solid lightgray;
  border-radius: 10px;
  background-color: white;
  box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.2);
  color: #4a4a4a;
}

.calculate-block__content {
  padding: 40px;
}

.calculate-block__title {
  margin-bottom: 15px;
  font-size: 25px;
  font-weight: 500;
  color: #4b4b4b;
}

.calculate-block__body-row {
  display: flex;
  flex-wrap: wrap;
}

.calculate-block__body-row:not(:last-child) {
  margin-bottom: 10px;
}

.calculate-block__body-row-elem {
  margin-right: auto;
}

.radio-widget__name {
  font-weight: 500;
}

.radio-widget__control {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px -10px 0;
}

.radio-widget__control-item {
  margin: 0 20px 10px 0;
}

.radio-widget__label {
  cursor: pointer;
}

.calculate-block__table {
  width: 100%;
}

.calculate-block__table {
  border-radius: 5px;
  font-weight: normal;
  border: none;
  border-collapse: collapse;
  width: 100%;
  max-width: 100%;
}

.calculate-block__table tr {
  border: 1px solid #e7e7e7;
  border-width: 0 0 1px 0;
}

.calculate-block__table th,
.calculate-block__table td {
  padding: 10px 0;
  font-size: 16px;
  border: none;
  vertical-align: middle;
}

.calculate-block__table th {
  color: #a5a5a5;
  font-weight: 500;
  border: 1px solid #e7e7e7;
  border-width: 0 0 1px 0;
  text-align: left;
  font-size: 16px;
}

.calculate-block__table td .calculate-block__table-mobile-title {
  background: #337AB7;
  display: none;
  font-size: 11px;
  font-weight: bold;
  font-family: Verdana, sans-serif;
  text-transform: uppercase;
  padding: 5px 10px;
  position: absolute;
  top: 0;
  left: 0;
}

.calculate-block__table-param {
  display: flex;
  align-items: center;
  margin: 0 -20px -20px 0;
}

.calculate-block__table-param-elem {
  margin: 0 20px 20px 0;
}

.calculate-block__table-param-icon {
  width: 60px;
}

.calculate-block__table-param-description {
  font-size: 12px;
  color: #666;
}

.calculate-block__table-param-icon path {
  fill: var(--main-color);
}

.calculate-block__footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.counter-widget {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100px;
}

.counter-widget__btn {
  --size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: var(--size);
  height: var(--size);
  border: none;
  border-radius: 50%;
  color: #929292;
  font-size: 20px;
  background-color: #f0f0f0;
  font-weight: 500;
  cursor: pointer;
  outline: none;
}

.counter-widget__btn:focus,
.counter-widget__btn:focus-visible {
  outline: none;
}

.counter-widget__value {
  font-size: 22px;
}

.calculate-block__col-sum {
  width: 120px;
}

th.calculate-block__col-sum-header {
  text-align: right;
}

.sum-widget {
  font-size: 22px;
  color: var(--main-color);
  text-align: right;
}

.sum-widget__valute {
  font-weight: 500;
}

.sum-widget_description {
  font-size: 12px;
  color: #666;
}

.calculate-block__res-widget {
  margin-left: auto;
  margin-right: 0;
  background-color: #f0f0f0;
  padding: 10px;
  border-radius: 10px;
}

.calculate-block__res-widget-title {
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
}

.calculate-block__res-widget-value {
  text-align: right;
  font-weight: 500;
  font-size: 30px;
}

.calculate-block__res-widget-value-text {
  font-weight: 600;
}

.calculate-block__btn-full-calc {
  width: 100%;
}

.calculate-block__footer-slogan {
  color: #585858;
  font-weight: 600;
  font-size: 20px;
}

.calculate-block__btn-full-calc {
  display: none;
}

.type-system-elem {
  display: none;
}

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

/* FOOTER */

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

.footer {
  position: relative;
  background-color: #313131;
}

.footer__bg-container {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
}

.footer__bg-left {
  width: 100%;
  flex: 1 1 0;
  background: no-repeat url("../img/footer_bg_left.png");
  background-size: contain !important;
}

.footer__bg-right {
  width: 100%;
  flex: 1 1 0;
  background: no-repeat url("../img/footer_bg_right.png");
  background-size: contain !important;
  background-position-x: right !important;
}

.footer__bg-spacer {
  flex: 1 1 0;
}

.footer__contacts-item-text {
  color: white;
  font-size: var(--font27);
}

.footer__content {
  display: flex;
  justify-content: space-evenly;
  padding: 40px 0;
}

.footer__container-links {
  display: flex;
  flex-wrap: wrap;
}

.footer__links-col:not(:last-child) {
  margin-right: 20px;
}

.footer__links-group-title {
  color: white;
  font-size: var(--font20);
  font-weight: 500;
  margin-bottom: 7px;
}

.footer__links-item {
  color: #a2a2a2;
  font-size: var(--font16);
}

.footer__links-item:not(:last-child) {
  margin-bottom: 5px;
}

.footer__links-group:not(:last-child) {
  margin-bottom: 10px;
}

.footer__contacts-item:not(:last-child) {
  margin-bottom: 15px;
}

.footer__social {
  margin-top: 20px;
}

.footer__social-list {
  justify-content: center;
}

@media screen and (max-width: 1400px) {
  :root {
    --header-height: 40px;
  }

  .header__item-contacts {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    margin-right: -15px;
    margin-bottom: -10px;
  }

  .contacts__item:not(:last-child) {
    margin-right: 15px;
    margin-bottom: 10px;
  }

  .contacts__item {
    margin-right: 15px;
    margin-bottom: 10px;
  }

  .section-hero-content {
    padding: 50px 0;
  }

  .section-hero-content__item:not(:last-child) {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 1270px) {
  :root {
    --page-padding: 0 30px;
  }

  .container {
    width: 100%;
  }

  .section-heading {
    text-align: center;
  }

  .foto-list {
    display: inline-block;
    margin: 0 auto;
    width: 762px;
  }

  .foto-item {
    display: inline-block;
    margin-right: 0;
  }

  .foto-item:last-child {
    display: inline-block;
  }
}

@media screen and (max-width: 1000px) {
  .section-do__item-inner {
    position: relative;
    width: 100%;
    height: 100%;
    padding-bottom: 0;
  }

  .section-do__card-wrap {
    position: relative;
    height: 100%;
    padding-bottom: 0;
  }
}

@media screen and (max-width: 910px) {
  :root {
    --font44: 35px;
    --font30: 25px;
    --font27: 20px;
    --font25: 22px;
    --font20: 18px;
    --font18: 16px;
    --font16: 14px;
    --font14: 12px;
  }

  .section-hero-content {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .section-hero-description {
    max-width: 50%;
  }
}

@media screen and (max-width: 830px) {
  .motivation-list {
    flex-direction: column;
  }

  .motivation-list__item:not(:last-child) {
    margin-right: 0;
    margin-bottom: 15px;
  }

  .motivation-list__item {
    display: grid;
    grid-template-columns: auto 1fr;
    grid-template-rows: auto 1fr;
    grid-column-gap: 20px;
  }

  .motivation-list__item-desription {
    grid-row: span 2;
  }

  .motivation-list__item-title {
    grid-row: 2;
  }

  .section-form__img-container {
    display: none;
  }

  .section-form__content-item:not(:last-child) {
    margin-right: 0;
  }

  .motivation-list__item-desription {
    margin: 0;
  }
}

@media screen and (max-width: 760px) {
  .foto-list {
    width: 508px;
  }

  .target-list {
    grid-gap: 15px;
  }

  .info-block__item:nth-child(2n) {
    flex-direction: column;
  }

  .info-block__item {
    flex-direction: column;
  }

  .info-block__item-img-container {
    max-width: 350px;
  }

  .info-block__item-content {
    max-width: none;
    padding: 0;
  }

  .calculate-block__table thead {
    display: none;
  }

  .calculate-block__table tr {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }

  .calculate-block__col-param {
    position: relative;
    width: 100%;
  }

  .calculate-block__col-counter,
  .calculate-block__col-sum {
    position: relative;
    width: 50%;
  }

  .calculate-block__footer-elem-btn {
    flex: 1;
  }

  .calculate-block__content {
    padding: 10px;
  }
}

@media screen and (max-width: 750px) {
  :root {
    --page-padding: 0 15px;
    --font44: 30px;
    --font30: 23px;
    --font27: 18px;
    --font25: 20px;
    --font20: 16px;
    --font18: 14px;
    --font16: 14px;
    --font14: 12px;
  }

  .section-hero-content {
    padding-top: 15px;
    padding-bottom: 45px;
  }

  .header__item-contacts {
    flex-direction: column;
  }
}

@media screen and (max-width: 667px) {
  .motivation-list__item {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    justify-items: center;
  }

  .motivation-list__item-desription {
    grid-row: span 1;
  }

  .motivation-list__item-title {
    grid-row: 2;
    margin-bottom: 20px;
  }

  .dop-info__item--geo,
  .separator--geo {
    display: none;
  }

  .footer__content {
    flex-direction: column;
    align-items: center;
  }

  .footer__left {
    order: 2;
    margin-top: 20px;
  }

  .footer__links-col {
    margin-bottom: 20px;
  }

  .footer__container-links {
    justify-content: space-evenly;
  }
}

@media screen and (max-width: 570px) {
  :root {
    --header-height: auto;
  }

  .section-hero__picture {
    position: relative;
    height: 250px;
  }

  .section-hero__text {
    background-image: none;
  }

  .section-hero {
    background-position: center;
  }

  .section-hero-h1 {
    color: black;
    max-width: none;
  }

  .section-hero-description {
    max-width: none;
    width: 100%;
    max-width: none;
    color: #484848;
  }

  .section-hero-mobile {
    display: block;
    width: 100%;
  }

  .section-hero-content {
    width: 100%;
  }

  .section-hero-content__item {
    width: 100%;
  }

  .header-logo {
    margin-left: 5px;
    font-size: 13pt;
  }

  .btn-section-hero {
    margin: 0 auto;
  }

  .section-contacts-list {
    flex-direction: column;
  }

  .section-contacts-item {
    margin: 0 auto;
    margin-bottom: 30px;
    text-align: center;
  }

  .section-contacts-item:last-child {
    margin: 0 auto;
    margin-bottom: 0;
  }

  .target-list {
    grid-template-columns: 1fr;
  }

  .section-do-list {
    flex-direction: column;
    align-items: center;
  }

  .section-do__item:not(:last-child) {
    margin-bottom: 10px;
    margin-right: 0;
  }

  .section-form__hor-elems {
    flex-direction: column;
  }

  .section-form__hor-elem:not(:last-child) {
    margin-right: 0;
  }

  .section-form__field-input {
    width: 100%;
  }

  .bullets-block {
    background-image: none;
    background-color: rgba(0, 0, 0, 0.7);
    max-width: none;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .bullets-block__content {
    flex-direction: column;
  }

  .bullet-block__item:not(:last-child) {
    margin-right: 0;
    margin-bottom: 15px;
  }

  .bullet {
    max-width: none;
    align-items: center;
  }
}

@media screen and (max-width: 530px) {
  .dop-info__item--reglament,
  .separator--reglament {
    display: none;
  }

  .header__contact {
    font-size: 16px;
  }

  .contacts__item-icon {
    --size: 20px;
  }

  .logo {
    font-size: 16px;
  }
}

@media screen and (max-width: 500px) {
  .foto-list {
    width: 254px;
  }
}

@media screen and (max-width: 350px) {
  .header__item-contacts {
    flex-direction: column;
  }
}

@media screen and (max-width: 270px) {
  .footer__links-col:not(:last-child) {
    margin-right: 0;
  }
}