@font-face {
  font-family: 'GothamPro';
  src: url("../fonts/GothamPro-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/GothamPro-Medium.woff") format("woff"), url("../fonts/GothamPro-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'GothamPro';
  src: url("../fonts/GothamPro-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/GothamPro-Bold.woff") format("woff"), url("../fonts/GothamPro-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'GothamPro';
  src: url("../fonts/GothamPro.eot?#iefix") format("embedded-opentype"), url("../fonts/GothamPro.woff") format("woff"), url("../fonts/GothamPro.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

body {
  font-family: 'GothamPro';
  color: #111111;
  font-size: 16px;
  line-height: 1.5;
  font-weight: normal;
  overflow-x: hidden;
  max-width: 1920px;
  margin: auto;
}

body.noscroll {
  overflow: hidden;
}

* {
  padding: 0;
  margin: 0;
  border: 0;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

:focus,
:active,
a:focus,
a:active {
  outline: none;
}

nav,
footer,
header,
aside {
  display: block;
}

html,
body {
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

input,
button,
textarea {
  font-family: inherit;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a,
a:visited {
  text-decoration: none;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

a:hover {
  color: #EF7F1A;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
  max-width: 100%;
}

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

p {
  margin: 0px 0px 10px;
}

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

.container_small {
  max-width: 960px;
}

.container_medium {
  max-width: 1200px;
}

.back-to-top {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 11px 50px rgba(96, 109, 184, 0.28);
          box-shadow: 0px 11px 50px rgba(96, 109, 184, 0.28);
  width: 56px;
  height: 56px;
  position: fixed;
  right: 40px;
  bottom: 40px;
  display: none;
  z-index: 998;
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: .4s;
  transition: .4s;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.back-to-top svg {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}

.back-to-top svg path {
  -webkit-transition: .4s;
  transition: .4s;
}

.back-to-top:hover {
  background: #EF7F1A;
}

.back-to-top:hover svg path {
  fill: #fff;
}

@media (max-width: 479px) {
  .back-to-top {
    right: 25px;
    bottom: 25px;
    width: 50px;
    height: 50px;
  }
}

h1, .title {
  font-size: 30px;
  line-height: 38px;
  color: #2B2A29;
  font-weight: 500;
}

h1 span, .title span {
  text-decoration: underline;
}

.iframe-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.iframe-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-width: 0;
  outline-width: 0;
}

.items-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -15px;
}

@media (max-width: 767px) {
  .items-2 {
    margin: 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.items-2__left {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(50% - 30px);
          flex: 0 0 calc(50% - 30px);
  margin: 0 15px;
}

@media (max-width: 767px) {
  .items-2__left {
    margin: 0 0 30px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}

.items-2__right {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(50% - 30px);
          flex: 0 0 calc(50% - 30px);
  margin: 0 15px;
}

@media (max-width: 767px) {
  .items-2__right {
    margin: 0 0 30px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}

.orange-button {
  font-size: 16px;
  line-height: 18px;
  padding: 16px 32px;
  background: #EF7F1A;
  color: #fff;
  border-radius: 100px;
  -webkit-transition: .4s;
  transition: .4s;
  border: 1px solid #EF7F1A;
}

.orange-button:hover {
  background: #fff;
  color: #EF7F1A;
}

.orange-squares li {
  padding: 0px 0px 0px 28px;
  position: relative;
  font-size: 15px;
  line-height: 16px;
  color: #838383;
  margin: 0px 0px 12px;
}

.orange-squares li:before {
  content: '';
  width: 8px;
  height: 8px;
  background: #EF7F1A;
  position: absolute;
  top: 3px;
  left: 0;
}

.controls {
  position: absolute;
  bottom: -45px;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.controls__prev, .controls__next {
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 2px solid #BEBEBE;
  border-radius: 50%;
  -webkit-transition: .4s;
  transition: .4s;
  cursor: pointer;
}

.controls__prev svg path, .controls__next svg path {
  fill: #BEBEBE;
  -webkit-transition: .4s;
  transition: .4s;
}

.controls__prev:hover, .controls__next:hover {
  border: 2px solid #EF7F1A;
}

.controls__prev:hover svg path, .controls__next:hover svg path {
  fill: #EF7F1A;
}

.controls__prev {
  margin: 0px 12px 0px 0px;
}

.controls__counter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0px 0px 0px 37px;
  font-size: 18px;
  line-height: 25px;
  color: #2B2A29;
  font-weight: 500;
}

.modal-img {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.video-modal {
  cursor: pointer;
}

.header {
  -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.08);
  position: relative;
  z-index: 3;
}

.header__top {
  border-bottom: 1px solid #E1E1E1;
  padding: 13px 0;
}

@media (max-width: 479px) {
  .header__top {
    display: none;
  }
}

.header__top-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 991px) {
  .header__top-container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media (max-width: 767px) {
  .header__top-container {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.header__address {
  font-weight: 400;
  font-size: 14px;
  color: #8F8F8F;
  padding: 0px 0px 0px 28px;
  background: url("/images/icons/direction.png") left center/auto no-repeat;
  margin: 0px 54px 0px 0px;
}

@media (max-width: 1199px) {
  .header__address {
    margin: 0px 36px 0px 0px;
    font-size: 12px;
  }
}

@media (max-width: 991px) {
  .header__address {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    margin: 0px 0px 14px;
    padding: 0px 24px 0px 28px;
  }
}

@media (max-width: 584px) {
  .header__address {
    padding: 0px 12px 0px 28px;
  }
}

@media (max-width: 479px) {
  .header__address {
    margin: 12px 0px 24px 12px;
  }
}

.header__schedule {
  font-weight: 400;
  font-size: 14px;
  color: #8F8F8F;
  padding: 0px 0px 0px 28px;
  background: url("/images/icons/clock.png") left center/auto no-repeat;
  margin: 0px 54px 0px 0px;
}

@media (max-width: 1199px) {
  .header__schedule {
    margin: 0px 36px 0px 0px;
    font-size: 12px;
  }
}

@media (max-width: 991px) {
  .header__schedule {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    margin: 0px 0px 14px;
    padding: 0px 0px 0px 28px;
  }
}

@media (max-width: 479px) {
  .header__schedule {
    margin: 0px 0px 24px 12px;
  }
}

.header__top-link {
  font-weight: 500;
  font-size: 16px;
  line-height: 23px;
  color: #111111;
  padding: 0px 0px 0px 38px;
  margin: 0px 0px 0px 34px;
}

@media (max-width: 991px) {
  .header__top-link {
    padding: 0px 0px 0px 32px;
    margin: 0px 0px 0px 24px;
  }
}

@media (max-width: 584px) {
  .header__top-link {
    margin: 0px 0px 0px 16px;
  }
}

@media (max-width: 479px) {
  .header__top-link {
    display: block;
    padding: 12px 0px 12px 38px;
    margin: 0px 0px 0px 12px;
  }
}

.header__franchise {
  background: url("/images/icons/gear.png") left center/auto no-repeat;
  margin: 0px 0px 0px auto;
}

@media (max-width: 991px) {
  .header__franchise {
    margin: 0;
  }
}

@media (max-width: 479px) {
  .header__franchise {
    margin: 12px 0px 0px 12px;
  }
}

.header__payment {
  background: url("/images/icons/koshelek.png") left center/auto no-repeat;
}

.header__login {
  background: url("/images/icons/key.png") left center/auto no-repeat;
  white-space: nowrap;
}

.header__bottom {
  padding: 18px 0;
}

@media (max-width: 584px) {
  .header__bottom {
    padding: 12px 0 18px;
  }
}

.header__bottom-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 767px) {
  .header__bottom-container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.header__logo {
  margin: 0px 98px 0px 0px;
}

@media (max-width: 1525px) {
  .header__logo {
    margin: 0px 60px 0px 0px;
  }
}

@media (max-width: 991px) {
  .header__logo {
    margin: 0px 40px 0px 0px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 130px;
            flex: 0 0 130px;
  }
}

@media (max-width: 584px) {
  .header__logo {
    margin: 0px 24px 0px 0px;
  }
}

@media (max-width: 479px) {
  .header__logo {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 120px;
            flex: 0 0 120px;
  }
}

@media (max-width: 419px) {
  .header__logo {
    margin: 0 0 12px 0;
  }
}

.header__menu {
  margin: 0px 60px 0px 0px;
}

@media (max-width: 584px) {
  .header__menu {
    margin: 0px 24px 0px 0px;
  }
}

@media (max-width: 479px) {
  .header__menu {
    margin: 0px 12px 0 0;
  }
}

@media (max-width: 419px) {
  .header__menu {
    margin: 0 0 12px auto;
  }
}

.header__burger {
  display: none;
  position: relative;
  width: 50px;
  height: 40px;
}

@media (max-width: 1199px) {
  .header__burger {
    display: block;
  }
}

.header__burger div {
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  text-align: center;
  font-size: 16px;
  line-height: 16px;
  height: 16px;
  color: #EF7F1A;
  text-transform: uppercase;
  font-weight: bold;
}

.header__burger span {
  width: 40px;
  height: 3px;
  background: #EF7F1A;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}

.header__burger span:nth-child(1) {
  top: 1px;
}

.header__burger span:nth-child(2) {
  display: none;
}

.header__burger span:nth-child(3) {
  bottom: 0;
}

.header__menu-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 1525px) {
  .header__menu-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media (max-width: 1199px) {
  .header__menu-list {
    position: fixed;
    left: -100%;
    top: 0;
    bottom: 0;
    width: 290px;
    background: #f9f9f9;
    z-index: 999;
    display: block;
    padding: 20px 0;
    -webkit-transition: .4s;
    transition: .4s;
    overflow-y: auto;
  }
}

.header__menu-list.show {
  left: 0;
}

.header__menu-list-close {
  display: none;
  position: absolute;
  top: 10px;
  right: 10px;
  width: 20px;
  height: 20px;
}

@media (max-width: 1199px) {
  .header__menu-list-close {
    display: block;
  }
}

.header__menu-list-close:before, .header__menu-list-close:after {
  content: '';
  position: absolute;
  width: 20px;
  height: 2px;
  background: #8F8F8F;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.header__menu-list-close:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.header__menu-list-close:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.header__menu-item {
  margin: 0px 45px 0px 0px;
  font-size: 18px;
}

.header__menu-item:last-child {
  margin: 0;
}

.header__menu-item a {
  color: #111111;
}

.header__menu-item a:hover {
  color: #EF7F1A;
}

@media (max-width: 1525px) {
  .header__menu-item {
    margin: 0px 36px 0px 0px;
    padding: 6px 0;
  }
}

@media (max-width: 1199px) {
  .header__menu-item {
    margin: 0px 0px 12px;
    padding: 12px;
    border-bottom: 1px solid #8F8F8F;
  }
  .header__menu-item:last-child {
    margin: 0px 0px 12px;
  }
}

@media (max-width: 479px) {
  .header__menu-item {
    margin: 0;
  }
}

.header__menu-shadow {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 998;
  display: none;
}

.header__contacts {
  margin: 0px 90px 0px auto;
}

@media (max-width: 1525px) {
  .header__contacts {
    margin: 0 48px 0 auto;
  }
}

@media (max-width: 1199px) {
  .header__contacts {
    margin: 0px 90px 0px auto;
  }
}

@media (max-width: 991px) {
  .header__contacts {
    margin: 0 40px 0 auto;
  }
}

@media (max-width: 767px) {
  .header__contacts {
    margin: 0px 0px 0px auto;
  }
}

@media (max-width: 419px) {
  .header__contacts {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    text-align: center;
  }
}

.header__phone {
  display: block;
  margin: 0px 0px 10px;
  color: #EF7F1A;
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
}

.header__phone svg {
  margin: 0px 13px 0px 0px;
}

.header__phone svg path {
  -webkit-transition: .4s;
  transition: .4s;
}

.header__phone:hover {
  color: #111111;
}

.header__phone:hover svg path {
  fill: #111111;
}

@media (max-width: 991px) {
  .header__phone {
    font-size: 16px;
    margin: 0px 0px 12px;
    line-height: 1;
  }
}

@media (max-width: 479px) {
  .header__phone {
    font-size: 14px;
    font-weight: bold;
  }
  .header__phone svg {
    margin: 0px 8px 0px 0px;
  }
}

@media (max-width: 419px) {
  .header__phone {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 16px;
  }
}

.header__email {
  display: block;
  color: #111111;
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header__email svg {
  margin: 0px 13px 0px 0px;
}

.header__email svg path {
  -webkit-transition: .4s;
  transition: .4s;
}

.header__email:hover {
  color: #EF7F1A;
}

.header__email:hover svg path {
  fill: #EF7F1A;
}

@media (max-width: 991px) {
  .header__email {
    font-size: 16px;
    line-height: 1;
  }
}

@media (max-width: 479px) {
  .header__email {
    font-size: 14px;
    font-weight: bold;
  }
  .header__email svg {
    margin: 0px 8px 0px 0px;
  }
}

@media (max-width: 419px) {
  .header__email {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 16px;
  }
}

.header__callback {
  font-weight: 500;
  border: 1px solid #EF7F1A;
  border-radius: 100px;
  padding: 16px 28px;
  text-align: center;
  cursor: pointer;
  -webkit-transition: .4s;
  transition: .4s;
  white-space: nowrap;
}

.header__callback:hover {
  background: #EF7F1A;
  color: #fff;
}

@media (max-width: 991px) {
  .header__callback {
    padding: 14px 24px;
  }
}

@media (max-width: 767px) {
  .header__callback {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin: 12px 0px 0px;
    padding: 4px 24px;
    background: #EF7F1A;
    color: #fff;
  }
  .header__callback:hover {
    background: #fff;
    color: #111111;
  }
}

.banner {
  margin: 0px 0px 120px;
}

@media (max-width: 991px) {
  .banner {
    margin: 0px 0px 80px;
  }
}

@media (max-width: 767px) {
  .banner {
    margin: 0px 0px 60px;
  }
}

.banner__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 1500px) {
  .banner__top {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    position: relative;
  }
}

.banner__left {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  background: #F6F6F8;
  padding: 99px 130px 167px 200px;
  position: relative;
  z-index: 1;
}

@media (max-width: 1700px) {
  .banner__left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%;
    padding: 99px 100px 167px;
  }
}

@media (max-width: 1500px) {
  .banner__left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    padding: 80px 60px 120px;
  }
}

@media (max-width: 1199px) {
  .banner__left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    padding: 99px 100px 167px;
  }
}

@media (max-width: 991px) {
  .banner__left {
    padding: 40px;
  }
}

@media (max-width: 479px) {
  .banner__left {
    padding: 40px 20px;
  }
}

.banner__pretitle {
  font-size: 22px;
  line-height: 28px;
  color: #EF7F1A;
  margin: 0px 0px 70px;
  font-weight: 50;
}

@media (max-width: 1700px) {
  .banner__pretitle {
    margin: 0px 0px 50px;
  }
}

@media (max-width: 1500px) {
  .banner__pretitle {
    margin: 0px 0px 36px;
  }
}

@media (max-width: 767px) {
  .banner__pretitle {
    margin: 0px 0px 24px;
    font-size: 20px;
    position: relative;
    z-index: 1;
  }
}

@media (max-width: 479px) {
  .banner__pretitle {
    font-size: 18px;
    font-weight: bold;
  }
}

.banner__title {
  font-size: 36px;
  line-height: 40px;
  margin: 0px 0px 5px;
  font-weight: 700;
}

@media (max-width: 1700px) {
  .banner__title {
    margin: 0px 0px 12px;
  }
}

@media (max-width: 1500px) {
  .banner__title {
    font-size: 30px;
    line-height: 38px
  }
}

@media (max-width: 767px) {
  .banner__title {
    font-size: 30px;
    position: relative;
    z-index: 1;
  }
}

@media (max-width: 479px) {
  .banner__title {
    font-size: 26px;
    line-height: 1.2;
  }
}

.banner__price {
  font-size: 80px;
  line-height: 80px;
  color: #EF7F1A;
  border-bottom: 2px solid #EF7F1A;
  padding: 0px 0px 13px;
  margin: 0px 0px 33px;
  font-weight: 500;
}

@media (max-width: 1500px) {
  .banner__price {
    max-width: 400px;
    font-size: 50px;
    line-height: 50px
  }
}

@media (max-width: 767px) {
  .banner__price {
    font-size: 60px;
    line-height: 1;
  }
}

@media (max-width: 584px) {
  .banner__price {
    font-size: 40px;
  }
}

@media (max-width: 479px) {
  .banner__price {
    font-size: 32px;
    margin: 0px 0px 24px;
  }
}

.banner__subtitle {
  font-size: 22px;
  line-height: 28px;
  color: #2B2A29;
  margin: 0px 0px 70px;
}

@media (max-width: 767px) {
  .banner__subtitle {
    margin: 0px 0px 36px;
  }
}

@media (max-width: 584px) {
  .banner__subtitle {
    font-size: 18px;
  }
}

.banner__stamp {
  position: absolute;
  top: 36px;
  right: -44px;
}

@media (max-width: 1500px) {
  .banner__stamp {
    right: -20px;
    top: 16px;
  }
}

@media (max-width: 1199px) {
  .banner__stamp {
    right: 20px;
    top: 20px;
  }
}

@media (max-width: 991px) {
  .banner__stamp {
    top: 10px;
    right: 10px;
  }
}

@media (max-width: 584px) {
  .banner__stamp {
    opacity: .7;
  }
}

@media (max-width: 479px) {
  .banner__stamp {
    opacity: .5;
  }
}

@media (max-width: 1500px) {
  .banner__right {
    flex: 0 0 50%;
  }
}

@media (max-width: 1199px) {
  .banner__right {
    display: none
  }
}

.banner__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

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

@media (max-width: 991px) {
  .banner__bottom {
    margin: 36px 0px 0px;
  }
}

.banner__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: -68px -10px 0;
}

@media (max-width: 991px) {
  .banner__items {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0;
  }
}

.banner__item {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.08);
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(33.333% - 20px);
          flex: 0 0 calc(33.333% - 20px);
  margin: 0 10px;
  padding: 24px 24px 24px 85px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 1500px) {
  .banner__item {
    padding: 24px;
  }
}

@media (max-width: 991px) {
  .banner__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin: 0px 0px 20px;
  }
}

.banner__item-image {
  margin: 0px 35px 0px 0px;
}

.banner__item-title {
  font-weight: 700;
  font-size: 22px;
}

@media (max-width: 1500px) {
  .banner__item-title {
    line-height: 1.1;
  }
}

.services {
  margin: 0px 0px 120px;
}

@media (max-width: 991px) {
  .services {
    margin: 0px 0px 80px;
  }
}

@media (max-width: 767px) {
  .services {
    margin: 0px 0px 60px;
  }
}

.services__title {
  text-align: center;
  margin: 0px 0px 30px;
}

.services__subtitle {
  font-size: 18px;
  line-height: 25px;
  text-align: center;
  color: #2B2A29;
  max-width: 514px;
  margin: 0px auto 80px;
}

.services__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -10px;
}

@media (max-width: 991px) {
  .services__items {
    margin: 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.services__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(33.333% - 20px);
          flex: 0 0 calc(33.333% - 20px);
  margin: 0 10px;
  overflow: hidden;
}

@media (min-width: 1200px) {
  .services__item:hover .services__item-image svg path {
    fill: #EF7F1A;
  }
  .services__item:hover .services__item-info {
    border-color: #EF7F1A;
  }
  .services__item:hover .services__item-info:after {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  .services__item:hover .services__item-link {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@media (max-width: 991px) {
  .services__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin: 0px 0px 36px;
    border: 1px solid #C6C6C6;
    padding: 20px;
  }
}

.services__item-info {
  border: 1px solid #C6C6C6;
  position: relative;
  background: #fff;
  padding: 50px 40px;
  -webkit-transition: .4s;
  transition: .4s;
  margin: 0px 0px 88px;
  height: 356px;
}

@media (min-width: 1200px) {
  .services__item-info:after {
    content: '';
    width: 1px;
    height: 44px;
    background: #EF7F1A;
    position: absolute;
    top: calc(100% + 22px);
    left: 0;
    right: 0;
    margin: auto;
    -webkit-transform: translate(0, -150%);
            transform: translate(0, -150%);
    z-index: -1;
    -webkit-transition: .4s;
    transition: .4s;
  }
}

@media (max-width: 1199px) {
  .services__item-info {
    margin: 0px 0px 24px;
    padding: 30px 20px;
  }
}

@media (max-width: 991px) {
  .services__item-info {
    height: auto;
    border: none;
    padding: 0;
  }
}

.services__item-image {
  text-align: center;
  margin: 0px 0px 27px;
}

.services__item-image svg path {
  -webkit-transition: .4s;
  transition: .4s;
  fill: #F1AB6C;
}

@media (max-width: 991px) {
  .services__item-image {
    margin: 0px 0px 12px;
  }
}

.services__item-title {
  font-weight: 700;
  font-size: 24px;
  line-height: 23px;
  text-align: center;
  text-transform: uppercase;
  color: #2B2A29;
  margin: 0px 0px 26px;
}

@media (max-width: 1199px) {
  .services__item-title {
    font-size: 20px;
  }
}

.services__item-text {
  font-size: 16px;
  line-height: 18px;
  text-align: center;
  color: #838383;
}

.services__item-link {
  display: block;
  width: 201px;
  margin: auto;
  -webkit-transition: .4s;
  transition: .4s;
}

@media (min-width: 1200px) {
  .services__item-link {
    -webkit-transform: translate(0, 100%);
            transform: translate(0, 100%);
  }
}

.spisanie {
  margin: 0px 0px 100px;
}

@media (max-width: 991px) {
  .spisanie {
    margin: 0px 0px 80px;
  }
}

@media (max-width: 767px) {
  .spisanie {
    margin: 0px 0px 60px;
  }
}

.spisanie__title {
  text-align: center;
  margin: 0px 0px 30px;
}

@media (max-width: 991px) {
  .spisanie__title span {
    display: block;
  }
}

.spisanie__subtitle {
  font-size: 18px;
  line-height: 25px;
  text-align: center;
  color: #2B2A29;
  margin: 0px auto 80px;
  max-width: 923px;
}

@media (max-width: 584px) {
  .spisanie__subtitle {
    margin: 0px 0px 40px;
  }
}

.spisanie__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 991px) {
  .spisanie__content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.spisanie__video {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}

@media (max-width: 991px) {
  .spisanie__video {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.spisanie__video-video {
  margin: 0px 0px 33px;
}

.spisanie__video-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.spisanie__video-name {
  font-size: 18px;
  line-height: 27px;
  color: #919191;
  padding: 0px 22px 0px 0px;
  border-right: 1px solid #EF7F1A;
  margin: 0px 22px 0px 0px;
}

.spisanie__video-duration {
  font-size: 18px;
  line-height: 27px;
}

.spisanie__info {
  padding: 30px 0px 0px 70px;
  position: relative;
}

.spisanie__info:before {
  content: '';
  width: 64px;
  height: 3px;
  background: #EF7F1A;
  position: absolute;
  top: 0;
  left: 70px;
}

@media (max-width: 1400px) {
  .spisanie__info {
    padding: 30px 0px 0px 36px;
  }
}

@media (max-width: 991px) {
  .spisanie__info {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin: 0px 0px 36px;
    padding: 30px 0 0;
  }
  .spisanie__info:before {
    left: 0;
  }
}

.spisanie__info-title {
  font-size: 26px;
  line-height: 32px;
  color: #2B2A29;
  margin: 0px 0px 40px;
  font-weight: 500;
}

@media (max-width: 991px) {
  .spisanie__info-title {
    margin: 0px 0px 24px;
  }
}

.spisanie__info-text {
  font-size: 18px;
  line-height: 25px;
  color: #2B2A29;
  margin: 0px 0px 20px;
}

.spisanie__info-note {
  font-size: 18px;
  line-height: 25px;
  color: #2B2A29;
  margin: 0px 0px 50px;
  font-weight: 500;
}

@media (max-width: 991px) {
  .spisanie__info-note {
    margin: 0px 0px 24px;
  }
}

.spisanie__info-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 198px;
}

.spisanie__info-link span {
  margin: 0px 12px 0px 0px;
}

.spisanie__info-link svg path {
  -webkit-transition: .4s;
  transition: .4s;
}

.spisanie__info-link:hover svg path {
  fill: #EF7F1A;
}

.steps {
  margin: 0px 0px 100px;
  padding: 100px 0;
  background: #F6F6F8;
}

@media (max-width: 991px) {
  .steps {
    margin: 0px 0px 80px;
    padding: 80px 0;
  }
}

@media (max-width: 767px) {
  .steps {
    margin: 0px 0px 60px;
    padding: 60px 0;
  }
}

.steps__title {
  text-align: center;
  margin: 0px 0px 30px;
}

.steps__subtitle {
  font-size: 18px;
  line-height: 25px;
  text-align: center;
  color: #2B2A29;
  margin: 0px 0px 95px;
}

@media (max-width: 991px) {
  .steps__subtitle {
    margin: 0px 0px 60px;
  }
}

@media (max-width: 767px) {
  .steps__subtitle {
    margin: 0px 0px 40px;
  }
}

.steps__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -10px;
}

@media (max-width: 767px) {
  .steps__items {
    margin: 0;
  }
}

.steps__item {
  background: #fff;
  padding: 40px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(33.333% - 20px);
          flex: 0 0 calc(33.333% - 20px);
  margin: 0 10px 20px;
}

@media (max-width: 1199px) {
  .steps__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 20px);
            flex: 0 0 calc(50% - 20px);
  }
}

@media (max-width: 767px) {
  .steps__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin: 0px 0px 30px;
  }
}

@media (max-width: 419px) {
  .steps__item {
    padding: 40px 20px;
  }
}

.steps__item:hover .steps__item-number, .steps__item:hover .steps__item-title {
  color: #EF7F1A;
}

.steps__item_last {
  padding: 0;
  position: relative;
}

.steps__item_last:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #595E77;
  opacity: 0.6;
  z-index: 2;
}

@media (max-width: 767px) {
  .steps__item_last {
    height: 300px;
  }
}

@media (max-width: 419px) {
  .steps__item_last {
    height: 220px;
  }
}

.steps__item_last-image {
  position: absolute;
  z-index: 1;
  height: 100%;
  width: 100%;
}

.steps__item_last-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.steps__item_last-link {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 255px;
  height: 50px;
  z-index: 3;
  border: 1px solid #FFFFFF;
  border-radius: 100px;
  font-size: 16px;
  line-height: 1;
  color: #FFFFFF;
  -webkit-transition: .4s;
  transition: .4s;
}

.steps__item_last-link:hover {
  background: #fff;
  color: #111111;
}

.steps__item-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 0px 0px 19px;
  margin: 0px 0px 30px;
  border-bottom: 1px solid #DBDBDB;
}

.steps__item-number {
  font-size: 35px;
  line-height: 1;
  color: #000000;
  font-weight: 500;
  margin: 0px 13px 0px 0px;
  -webkit-transition: .4s;
  transition: .4s;
}

.steps__item-title {
  font-size: 18px;
  line-height: 1.2;
  text-transform: uppercase;
  color: #000000;
  font-weight: 500;
  -webkit-transition: .4s;
  transition: .4s;
}

.examples {
  margin: 0px 0px 170px;
}

@media (max-width: 991px) {
  .examples {
    margin: 0px 0px 140px;
  }
}

@media (max-width: 767px) {
  .examples {
    margin: 0px 0px 120px;
  }
}

.examples__title {
  text-align: center;
  margin: 0px 0px 90px;
}

@media (max-width: 991px) {
  .examples__title {
    margin: 0px 0px 60px;
  }
}

@media (max-width: 767px) {
  .examples__title {
    margin: 0px 0px 40px;
  }
}

.examples__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 1199px) {
  .examples__content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.examples__info {
  padding: 60px 60px 0px 0px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30%;
          flex: 0 0 30%;
  position: relative;
}

.examples__info:before {
  content: '';
  width: 64px;
  height: 3px;
  background: #EF7F1A;
  position: absolute;
  top: 30px;
  left: 0;
}

@media (max-width: 1400px) {
  .examples__info {
    padding: 20px 60px 0px 0px;
  }
  .examples__info:before {
    top: 0;
  }
}

@media (max-width: 1199px) {
  .examples__info {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    padding: 30px 0 0;
    margin: 0px 0px 48px;
  }
}

.examples__info-title {
  font-size: 26px;
  line-height: 32px;
  color: #2B2A29;
  font-weight: 500;
  margin: 0px 0px 40px;
}

@media (max-width: 1199px) {
  .examples__info-title {
    margin: 0px 0px 24px;
  }
}

.examples__info-text {
  font-size: 18px;
  line-height: 25px;
  color: #2B2A29;
  margin: 0px 0px 20px;
}

.examples__info-note {
  font-size: 18px;
  line-height: 25px;
  color: #2B2A29;
  margin: 0px 0px 50px;
  font-weight: 500;
}

@media (max-width: 1199px) {
  .examples__info-note {
    margin: 0px 0px 36px;
  }
}

.examples__slider {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 70%;
          flex: 0 0 70%;
  max-width: 70%;
  position: relative;
}

@media (max-width: 1199px) {
  .examples__slider {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

.examples__slider-item {
  margin: 0px 20px 0px 0px;
  padding: 20px;
  border: 1px solid #C6C6C6;
}

.examples__slider-controls {
  bottom: -100px;
  right: 20px;
}

@media (max-width: 1400px) {
  .examples__slider-controls {
    bottom: -10px;
  }
}

@media (max-width: 1199px) {
  .examples__slider-controls {
    bottom: -80px;
  }
}

@media (max-width: 419px) {
  .examples__slider-controls {
    right: 0;
    left: 0;
    margin: auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.choise {
  background: #F6F6F8 url("/images/choise-bg.png") center center/cover no-repeat;
  padding: 100px 0;
}

@media (max-width: 991px) {
  .choise {
    padding: 80px 0;
  }
}

@media (max-width: 767px) {
  .choise {
    padding: 60px 0;
  }
}

.choise__title {
  margin: 0px 0px 66px;
  text-align: center;
}

@media (max-width: 991px) {
  .choise__title {
    margin: 0px 0px 40px;
  }
}

.choise__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -10px;
}

@media (max-width: 767px) {
  .choise__items {
    margin: 0;
  }
}

.choise__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(33.333% - 20px);
          flex: 0 0 calc(33.333% - 20px);
  margin: 0 10px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  padding: 40px;
}

@media (max-width: 1400px) {
  .choise__item {
    padding: 30px 24px;
  }
}

@media (max-width: 1199px) {
  .choise__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 20px);
            flex: 0 0 calc(50% - 20px);
  }
}

@media (max-width: 767px) {
  .choise__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin: 0px 0px 20px;
  }
}

@media (max-width: 419px) {
  .choise__item {
    padding: 20px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.choise__item-image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 80px;
          flex: 0 0 80px;
  height: 80px;
  border: 1px solid #EF7F1A;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0px 40px 0px 0px;
}

@media (max-width: 1400px) {
  .choise__item-image {
    margin: 0px 24px 0px 0px;
  }
}

@media (max-width: 419px) {
  .choise__item-image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 60px;
            flex: 0 0 60px;
    height: 60px;
    margin: 0px auto 16px;
  }
}

@media (max-width: 419px) {
  .choise__item-info {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}

.choise__item-title {
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  text-transform: uppercase;
  color: #0B0B0B;
  margin: 0px 0px 20px;
}

@media (max-width: 419px) {
  .choise__item-title {
    text-align: center;
    margin: 0px 0px 12px;
  }
}

.choise__item-text {
  font-size: 16px;
  line-height: 18px;
  color: #111111;
}

.sam {
  margin: 0px 0px 100px;
  padding: 112px 0;
  background: url("/images/sam-bg.jpg") center center/cover no-repeat;
  position: relative;
}

@media (max-width: 991px) {
  .sam {
    margin: 0px 0px 80px;
    padding: 80px 0;
  }
}

@media (max-width: 767px) {
  .sam {
    margin: 0px 0px 60px;
    padding: 60px 0;
  }
}

.sam:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  background: #595E77;
  opacity: 0.6;
  z-index: 1;
  top: 0;
  left: 0;
}

.sam__content {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 20px;
}

@media (max-width: 767px) {
  .sam__content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.sam__title {
  font-size: 30px;
  line-height: 32px;
  color: #FFFFFF;
  font-weight: 500;
  margin: 0px 24px 0px 0px;
}

@media (max-width: 767px) {
  .sam__title {
    margin: 0px 0px 24px;
  }
}

.sam__text {
  font-size: 18px;
  line-height: 25px;
  color: #FFFFFF;
  margin: 0px 24px 0px 0px;
  max-width: 647px;
}

@media (max-width: 767px) {
  .sam__text {
    margin: 0px 0px 24px;
  }
}

.sam__link svg path {
  -webkit-transition: .4s;
  transition: .4s;
}

.sam__link:hover svg path {
  fill: #EF7F1A;
}

.serts {
  margin: 0px 0px 214px;
}

@media (max-width: 991px) {
  .serts {
    margin: 0px 0px 160px;
  }
}

.serts__title {
  text-align: center;
  margin: 0px 0px 80px;
}

@media (max-width: 991px) {
  .serts__title {
    margin: 0px 0px 60px;
  }
}

@media (max-width: 767px) {
  .serts__title {
    margin: 0px 0px 40px;
  }
}

.serts__content {
  position: relative;
}

.serts__slider .slick-list {
  padding: 0px 0px 0px 10px;
}

@media (max-width: 767px) {
  .serts__slider .slick-list {
    padding: 0;
  }
}

.serts__item {
  margin: 0px 20px 0px 0px;
  height: 340px !important;
  padding: 20px;
  border: 1px solid #C6C6C6;
}

.serts__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 1199px) {
  .serts__item {
    height: 250px !important;
  }
}

@media (max-width: 991px) {
  .serts__item {
    height: 220px !important;
  }
}

@media (max-width: 767px) {
  .serts__item {
    height: 200px !important;
  }
}

@media (max-width: 584px) {
  .serts__item {
    margin: 0px 0px 0px 0px;
  }
  .serts__item img {
    -o-object-fit: contain;
       object-fit: contain;
    display: block;
    margin: auto;
  }
}

.serts__controls {
  bottom: -100px;
  left: 0;
  right: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 767px) {
  .serts__controls {
    bottom: -80px;
  }
}

.reviews {
  margin: 0px 0px 100px;
  padding: 100px 0;
  background: #F6F6F8;
}

@media (max-width: 991px) {
  .reviews {
    margin: 0px 0px 80px;
    padding: 80px 0;
  }
}

@media (max-width: 767px) {
  .reviews {
    margin: 0px 0px 60px;
    padding: 60px 0;
  }
}

.reviews__header {
  position: relative;
  margin: 0px 0px 80px;
}

@media (max-width: 991px) {
  .reviews__header {
    margin: 0px 0px 60px;
  }
}

.reviews__title {
  text-align: center;
}

.reviews__link {
  font-size: 18px;
  line-height: 18px;
  color: #EC750A;
  position: absolute;
  right: 0;
  top: 10px;
  font-weight: 500;
}

.reviews__link:hover {
  color: #8F8F8F;
}

@media (max-width: 991px) {
  .reviews__link {
    bottom: -40px;
    top: unset;
    display: block;
    text-align: center;
    left: 0;
    right: 0;
    margin: auto;
  }
}

.reviews__content {
  margin: 0px 0px 45px;
}

@media (max-width: 419px) {
  .reviews__content {
    margin: 0px 0px 24px;
  }
}

.reviews__slider .slick-list {
  padding: 0px 0px 0px 10px;
}

@media (max-width: 767px) {
  .reviews__slider .slick-list {
    padding: 0;
  }
}

.reviews__item {
  height: 340px !important;
  margin: 0px 10px;
  padding: 20px;
  border: 1px solid #C6C6C6;
  background: #fff;
}

.reviews__item img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.reviews__item[data-type="video"] {
  position: relative;
  cursor: pointer;
}

.reviews__item[data-type="video"]:after {
  content: url("/images/icons/play.png");
  width: 100px;
  height: 100px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transition: .4s;
  transition: .4s;
}

.reviews__item[data-type="video"]:hover:after {
  opacity: .6;
}

@media (max-width: 1199px) {
  .reviews__item {
    height: 250px !important;
  }
}

@media (max-width: 991px) {
  .reviews__item {
    height: 220px !important;
  }
}

@media (max-width: 767px) {
  .reviews__item {
    height: 200px !important;
  }
}

@media (max-width: 584px) {
  .reviews__item {
    margin: 0px 0px 0px 0px;
  }
  .reviews__item img {
    -o-object-fit: contain;
       object-fit: contain;
    display: block;
    margin: auto;
  }
}

.reviews__footer {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0px 0px 0px 8px;
}

@media (max-width: 767px) {
  .reviews__footer {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.reviews__switcher {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 767px) {
  .reviews__switcher {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin: 0px 0px 24px;
  }
}

@media (max-width: 419px) {
  .reviews__switcher {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.reviews__only-photo, .reviews__only-video {
  font-size: 18px;
  line-height: 25px;
  color: #2B2A29;
  padding: 0px 0px 0px 28px;
  position: relative;
  cursor: pointer;
  -webkit-transition: .4s;
  transition: .4s;
}

.reviews__only-photo:before, .reviews__only-video:before {
  content: '';
  width: 20px;
  height: 20px;
  background: #fff;
  border: 1px solid #C6C6C6;
  position: absolute;
  left: 0;
  top: 1px;
}

.reviews__only-photo.active:after, .reviews__only-video.active:after {
  content: url("/images/icons/ok.png");
  position: absolute;
  top: -1px;
  left: 3px;
}

.reviews__only-photo:hover, .reviews__only-video:hover {
  color: #EF7F1A;
}

.reviews__only-photo {
  margin: 0px 30px 0px 0px;
}

@media (max-width: 419px) {
  .reviews__only-photo {
    margin: 0px 0px 12px;
  }
}

.reviews__controls {
  position: relative;
  margin: 0 0 0 auto;
  bottom: 0;
}

@media (max-width: 419px) {
  .reviews__controls {
    margin: 0 auto;
  }
}

.contacts {
  margin: 0px 0px 100px;
}

@media (max-width: 991px) {
  .contacts {
    margin: 0px 0px 80px;
  }
}

@media (max-width: 767px) {
  .contacts {
    margin: 0px 0px 60px;
  }
}

.contacts__title {
  margin: 0px 0px 80px;
  text-align: center;
}

@media (max-width: 991px) {
  .contacts__title {
    margin: 0px 0px 60px;
  }
}

@media (max-width: 767px) {
  .contacts__title {
    margin: 0px 0px 40px;
  }
}

.contacts__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 991px) {
  .contacts__content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.contacts__map {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% - 400px);
          flex: 0 0 calc(100% - 400px);
}

.contacts__map iframe {
  width: 100%;
  height: 100%;
}

@media (max-width: 991px) {
  .contacts__map {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin: 0px 0px 24px;
    height: 360px;
  }
}

.contacts__info {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 380px;
          flex: 0 0 380px;
  margin: 0px 0px 0px 20px;
  background: #F6F6F8;
  padding: 50px 40px;
}

@media (max-width: 991px) {
  .contacts__info {
    margin: 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}

@media (max-width: 419px) {
  .contacts__info {
    padding: 40px 10px;
  }
}

.contact__req {
  font-size: 18px;
  margin: 0 0 30px 0;
}

.contacts__email {
  font-size: 16px;
  line-height: 21px;
  color: #EF7F1A;
  margin: 0px 0px 40px;
  font-weight: 500;
  display: block;
}

.contacts__email:hover {
  color: #8F8F8F;
}

.contacts__city {
  font-size: 18px;
  line-height: 21px;
  color: #111111;
  margin: 0px 0px 10px;
}

.contacts__address {
  font-size: 26px;
  line-height: 32px;
  color: #111111;
  margin: 0px 0px 40px;
}

.contacts__phone {
  font-size: 18px;
  line-height: 23px;
  color: #EF7F1A;
  margin: 0px 0px 10px;
  font-weight: 500;
  display: block;
}

.contacts__phone:hover {
  color: #8F8F8F;
}

.contacts__messengers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0px 0px 50px;
}

.contacts__messengers-item {
  width: 35px;
  height: 35px;
  margin: 0px 10px 0px 0px;
  border: 1px solid #A6A6A6;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: .4s;
  transition: .4s;
}

.contacts__messengers-item svg path {
  -webkit-transition: .4s;
  transition: .4s;
}

.contacts__messengers-item:hover {
  border-color: #EF7F1A;
  background: #EF7F1A;
}

.contacts__messengers-item:hover svg path {
  fill: #fff;
}

.contacts__messengers-note {
  font-size: 14px;
  line-height: 13px;
  color: #B0B0B0;
  position: relative;
  padding: 0px 0px 0px 34px;
}

.contacts__messengers-note:before {
  content: '';
  width: 23px;
  height: 1px;
  background: #B0B0B0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.contacts__shedule {
  margin: 0px 0px 0px;
}

.contacts__shedule-title {
  font-size: 16px;
  line-height: 15px;
  color: #2B2A29;
  margin: 0px 0px 9px;
}

.contacts__shedule-time {
  font-size: 18px;
  line-height: 20px;
  color: #111111;
  font-weight: 500;
}

.contacts__social-title {
  font-size: 16px;
  line-height: 15px;
  color: #2B2A29;
  margin: 0px 0px 15px;
}

.contacts__social-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.contacts__social-item {
  width: 35px;
  height: 35px;
  margin: 0px 10px 0px 0px;
  border: 1px solid #A6A6A6;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: .4s;
  transition: .4s;
}

.contacts__social-item svg path {
  -webkit-transition: .4s;
  transition: .4s;
}

.contacts__social-item:hover {
  border-color: #EF7F1A;
  background: #EF7F1A;
}

.contacts__social-item:hover svg path {
  fill: #fff;
}

.callback {
  padding: 100px 0;
  background: url("/images/callback-bg.jpg") center center/cover no-repeat;
  position: relative;
}

@media (max-width: 991px) {
  .callback {
    padding: 80px 0;
  }
}

@media (max-width: 767px) {
  .callback {
    padding: 60px 0;
  }
}

.callback:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #595E77;
  opacity: 0.6;
  z-index: 1;
}

.callback__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 991px) {
  .callback__content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.callback__info {
  position: relative;
  z-index: 2;
  margin: 0px 80px 0px 0px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 320px;
          flex: 0 0 320px;
}

@media (max-width: 1400px) {
  .callback__info {
    margin: 0px 40px 0px 0px;
  }
}

@media (max-width: 991px) {
  .callback__info {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin: 0px 0px 36px;
  }
}

.callback__title {
  font-size: 26px;
  line-height: 32px;
  color: #FFFFFF;
  font-weight: 500;
  margin: 0px 0px 30px;
}

.callback__subtitle {
  font-size: 18px;
  line-height: 25px;
  color: #FFFFFF;
}

.callback__form {
  position: relative;
  z-index: 2;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% - 400px);
          flex: 0 0 calc(100% - 400px);
}

@media (max-width: 1400px) {
  .callback__form {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 360px);
            flex: 0 0 calc(100% - 360px);
  }
}

@media (max-width: 991px) {
  .callback__form {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}

.callback__form-thanks, .callback__form-error {
  font-size: 26px;
  line-height: 34px;
  font-weight: 500;
  color: #fff;
  display: none;
}

.form-callback input, .form-callback textarea {
  background: none;
  font-size: 18px;
  line-height: 25px;
  color: #FFFFFF;
  padding: 11px;
  border-bottom: 1px solid #fff;
}

.form-callback input::-webkit-input-placeholder, .form-callback textarea::-webkit-input-placeholder {
  color: #fff;
}

.form-callback input:-ms-input-placeholder, .form-callback textarea:-ms-input-placeholder {
  color: #fff;
}

.form-callback input::-ms-input-placeholder, .form-callback textarea::-ms-input-placeholder {
  color: #fff;
}

.form-callback input::placeholder, .form-callback textarea::placeholder {
  color: #fff;
}

.form-callback__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0px -10px 35px;
}

@media (max-width: 584px) {
  .form-callback__top {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0px 0px 35px;
  }
}

.form-callback__top input {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(33.333% - 20px);
          flex: 0 0 calc(33.333% - 20px);
  width: calc(33.333% - 20px);
  margin: 0 10px;
}

@media (max-width: 584px) {
  .form-callback__top input {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
    margin: 0px 0px 35px;
  }
}

.form-callback__bottom {
  margin: 0px 0px 40px;
}

.form-callback__bottom textarea {
  width: 100%;
}

.form-callback__note {
  font-size: 14px;
  line-height: 25px;
  color: #FFFFFF;
  margin: 0px 0px 40px;
}

.form-callback__note a {
  color: #fff;
}

.form-callback__note a:hover {
  color: #EF7F1A;
}

.form-callback__button {
  height: 50px;
  width: 153px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #fff;
  font-size: 16px;
  line-height: 1;
  color: #FFFFFF;
  background: none;
  border-radius: 50px;
  -webkit-transition: .4s;
  transition: .4s;
}

.form-callback__button:hover {
  background: #fff;
  color: #8F8F8F;
}

.blog {
  margin: 60px 0;
}

.blog__title {
  margin: 0px 0px 60px;
}

.blog__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -15px;
}

@media (max-width: 584px) {
  .blog__items {
    margin: 0;
  }
}

.blog__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(33.333% - 30px);
          flex: 0 0 calc(33.333% - 30px);
  margin: 0 15px 40px;
  position: relative;
  overflow: hidden;
}

.blog__item:hover .blog__item-link:after {
  opacity: .6;
}

.blog__item:hover .blog__item-hover-link {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

@media (max-width: 991px) {
  .blog__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 30px);
            flex: 0 0 calc(50% - 30px);
  }
}

@media (max-width: 584px) {
  .blog__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin: 0px 0px 30px;
    padding: 0px 0px 30px;
    border-bottom: 1px solid #8F8F8F;
  }
}

.blog__item-link {
  height: 300px;
  display: block;
  margin: 0px 0px 12px;
  position: relative;
}

@media (max-width: 1400px) {
  .blog__item-link {
    height: 270px;
  }
}

@media (max-width: 419px) {
  .blog__item-link {
    height: 220px;
  }
}

.blog__item-link img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.blog__item-link:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #595E77;
  opacity: 0;
  z-index: 2;
  -webkit-transition: .4s;
  transition: .4s;
}

.blog__item-hover-link {
  position: absolute;
  height: 50px;
  width: 200px;
  border: 1px solid #fff;
  color: #fff;
  font-weight: 500;
  top: 125px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 3;
  border-radius: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transform: translate(0, -200px);
          transform: translate(0, -200px);
  -webkit-transition: .4s;
  transition: .4s;
}

.blog__item-hover-link:hover {
  background: #fff;
  color: #8F8F8F;
}

.blog__item-title {
  display: block;
  color: #111111;
  font-size: 24px;
  line-height: 32px;
  margin: 0px 0px 8px;
}

.blog__item-title:hover {
  color: #EF7F1A;
}

.blog__item-intro {
  color: #8F8F8F;
}

.blog-article {
  margin: 60px 0;
}

.blog-article h1 {
  margin: 0px 0px 40px;
}

.modal {
  position: fixed;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  visibility: hidden;
  overflow-y: auto;
}

.modal.show {
  visibility: visible;
}

.modal.show .modal__body {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.modal.show .modal__underlay {
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  background: rgba(0, 0, 0, 0.5);
}

.modal__underlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  -webkit-backdrop-filter: blur(0);
          backdrop-filter: blur(0);
  background: rgba(0, 0, 0, 0);
  -webkit-transition: all .3s linear .4s;
  transition: all .3s linear .4s;
}

.modal__body {
  position: absolute;
  z-index: 2;
  top: 80px;
  left: 0;
  right: 0;
  margin: auto;
  width: calc(100% - 30px);
  max-width: 600px;
  background: #fff;
  -webkit-box-shadow: 0px 0px 100px rgba(45, 45, 88, 0.05);
          box-shadow: 0px 0px 100px rgba(45, 45, 88, 0.05);
  border-radius: 50px;
  -webkit-transition: .4s linear;
  transition: .4s linear;
  -webkit-transform: translate(0, -120%);
          transform: translate(0, -120%);
  padding: 70px;
}

@media (max-width: 480px) {
  .modal__body {
    padding: 40px 10px;
  }
}

.modal__close {
  position: absolute;
  width: 20px;
  height: 20px;
  top: 30px;
  right: 30px;
  cursor: pointer;
}

.modal__close:before, .modal__close:after {
  content: '';
  width: 19px;
  height: 2px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transition: .4s;
  transition: .4s;
  background: #DAD3CC;
}

.modal__close:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.modal__close:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

@media (max-width: 479px) {
  .modal__close {
    top: 0px;
    right: -8px;
  }
  .modal__close:before, .modal__close:after {
    background: #fff;
  }
}

.modal__close--bg {
  top: 0;
  right: 0;
}

.modal__close--bg:before, .modal__close--bg:after {
  background: #fff;
}

.modal__close--bg:hover {
  background: #fff;
}

.form__input-wrapper {
  margin: 0px 0px 20px;
}

.form__input-text {
  font-weight: 500;
  font-size: 18px;
  line-height: 23px;
  color: #7A7C87;
  width: 100%;
  height: 63px;
  background: #fff;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px;
  border: 1px solid #C3C3D2;
}

.form__input-textarea {
  font-weight: 400;
  font-size: 20px;
  line-height: 26px;
  color: #7A7A7A;
  width: 100%;
  height: 158px;
  background: #F6F6F6;
  border-radius: 10px;
  padding: 30px;
}

.form__agreement {
  margin: 0px 0px 36px;
}

.form__input-agreement {
  width: 20px;
  height: 20px;
  margin: 0px 8px 0px 0px;
}

.form__input-agreement-label {
  font-weight: 300;
  font-size: 16px;
  line-height: 16px;
  text-align: center;
  letter-spacing: 0.05em;
  color: #393939;
}

.form__button {
  font-weight: 500;
  font-size: 18px;
  line-height: 23px;
  text-align: center;
  margin: 20px 0px;
  width: 100%;
}

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

.form__warning a {
  color: #EF7F1A;
}

.form__thanks, .form__error {
  display: none;
  padding: 20px 0;
  font-size: 24px;
  line-height: 30px;
  text-align: center;
}

.modal-callback__form {
  color: #000;
}

.modal-callback__form-title {
  font-weight: 900;
  font-size: 36px;
  line-height: 45px;
  margin: 0px 0px 30px;
  text-align: center;
}

.modal-callback__form-subtitle {
  font-weight: 300;
  font-size: 20px;
  line-height: 26px;
  text-align: center;
  margin: 0px 0px 24px;
}

.modal-callback__thanks, .modal-callback__error {
  font-size: 24px;
  line-height: 30px;
  display: none;
}

#modal-callback .modal__body {
  max-width: 600px;
}

@media (max-width: 991px) {
  #modal-video .modal__close {
    top: 0px;
    right: -8px;
  }
}

#modal-video .modal__body {
  max-width: 800px;
  padding: 60px;
}

@media (max-width: 769px) {
  #modal-video .modal__body {
    padding: 40px 10px;
  }
}

@media (max-width: 480px) {
  #modal-video .modal__body {
    padding: 40px 0;
  }
}

#modal-media .modal__body {
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0;
  max-width: 100%;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

#modal-media .modal__close {
  top: -20px;
  top: -20px;
  -webkit-transition: .4s;
  transition: .4s;
}

#modal-media .modal__close:hover {
  background-color: #EF7F1A;
}

#modal-media .modal__content {
  height: calc(100vh - 160px);
  overflow-y: auto;
}

#modal-media .modal__content::-webkit-scrollbar {
  width: 4px;
}

#modal-media .modal__content::-webkit-scrollbar-track {
  background: transparent;
}

#modal-media .modal__content::-webkit-scrollbar-thumb {
  background: #EF7F1A;
  border-radius: 4px;
}

#modal-media .modal__content img {
  margin: auto;
  display: block;
}

.footer__top {
  padding: 37px 0;
}

.footer__top-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 1199px) {
  .footer__top-content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: unset;
        -ms-flex-pack: unset;
            justify-content: unset;
  }
}

@media (max-width: 479px) {
  .footer__top-content {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.footer__logo {
  margin: 0px 60px 0px 0px;
}

@media (max-width: 1600px) {
  .footer__logo {
    margin: 0px 36px 0px 0px;
  }
}

@media (max-width: 1199px) {
  .footer__logo {
    margin: 0 36px 36px 0;
  }
}

@media (max-width: 991px) {
  .footer__logo {
    margin: 0px auto 36px;
  }
}

.footer__menu {
  margin: 0px 60px 0px 0px;
}

@media (max-width: 1600px) {
  .footer__menu {
    margin: 0px 36px 0px 0px;
  }
}

@media (max-width: 1400px) {
  .footer__menu {
    margin: 0px 24px 0px 0px;
  }
}

@media (max-width: 991px) {
  .footer__menu {
    margin: 0px 0px 36px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}

.footer__menu-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 991px) {
  .footer__menu-list {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media (max-width: 584px) {
  .footer__menu-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.footer__menu-item {
  margin: 0px 45px 0px 0px;
  font-size: 18px;
  line-height: 17px;
}

.footer__menu-item a {
  color: #111111;
}

.footer__menu-item a:hover {
  color: #EF7F1A;
}

@media (max-width: 1400px) {
  .footer__menu-item {
    margin: 0px 24px 0px 0px;
    font-size: 16px;
  }
}

@media (max-width: 1199px) {
  .footer__menu-item {
    margin: 0px 36px 0px 0px;
    font-size: 18px;
  }
}

@media (max-width: 991px) {
  .footer__menu-item {
    margin: 0;
  }
}

@media (max-width: 584px) {
  .footer__menu-item {
    margin: 0px 0px 20px;
    font-size: 20px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    text-align: center;
  }
}

.footer__messengers {
  margin: 0px 36px 0px 0px;
}

.footer__messengers .contacts__messengers {
  margin: 0;
}

@media (max-width: 479px) {
  .footer__messengers {
    margin: 0px 0px 36px;
    text-align: center;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.footer__messengers-title {
  font-size: 16px;
  line-height: 15px;
  color: #2B2A29;
  margin: 0px 0px 15px;
}

@media (max-width: 479px) {
  .footer__messengers-title {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}

@media (max-width: 479px) {
  .footer__socials {
    margin: 0px 0px 36px;
    text-align: center;
  }
}

.footer__socials-title {
  font-size: 16px;
  line-height: 15px;
  color: #2B2A29;
  margin: 0px 0px 15px;
}

.footer__bottom {
  background: #F6F6F8;
  padding: 24px 0 20px;
}

.footer__bottom-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  line-height: 13px;
}


@media (max-width: 767px) {
  .footer__bottom-content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.footer__copyright {
  color: #8F8F8F;
  margin: 0px 80px 0px 0px;
}

@media (max-width: 991px) {
  .footer__copyright {
    margin: 0px 24px 0px 0px;
  }
}

@media (max-width: 767px) {
  .footer__copyright {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin: 0px 0px 24px;
    text-align: center;
  }
}

.footer__req {
  color: #8F8F8F;
  margin: 0 0 10px 0;
}

.footer__link {
  color: #8F8F8F;
  margin-right: 80px;
}

.footer__link:hover {
  color: #EF7F1A;
}

@media (max-width: 584px) {
  .footer__link {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin: 0px 0px 24px;
    text-align: center;
  }
}

.footer__link_map {
  margin: 0px 0px 0px auto;
  position: relative;
  padding: 0px 0px 0px 42px;
}

.footer__link_map:before {
  content: '';
  width: 28px;
  height: 1px;
  background: #EF7F1A;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

@media (max-width: 584px) {
  .footer__link_map {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin: 0;
    padding: 0;
  }
  .footer__link_map:before {
    left: calc(50% - 85px);
  }
}

.container._article {
  margin: 30px auto;
}

.article-title {
  margin: 0 0 20px 0;
}

ol {
  padding: 0 0 0 15px;
}

ol li {
  margin: 0 0 10px 0;
}

.oplata {
  margin: 30px 0;
}

.oplata__title {
  margin: 0 0 20px 0;
}

.oplata__block {
  margin: 0 0 20px 0;
}

.oplata__subtitle {
  font-size: 24px;
  font-weight: bold;
  margin: 0 0 10px 0;
}

.oplata__items {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
  align-items: center;
}

.oplata__item {
  flex: 0 0 100px;
  margin: 10px;
}

.oplata__item img {

}

@media (max-width: 430px) {
  .oplata__items {
    justify-content: center;
  }
}