@charset "UTF-8";
@font-face {
  font-family: 'RussoOne';
  src: local("RussoOne"), local("RussoOne"), url("../fonts/russoone.woff2") format("woff2"), url("../fonts/russoone.woff") format("woff"), url("../fonts/russoone.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto';
  src: url("../fonts/Roboto-Regular.eot");
  src: local("☺"), url("../fonts/Roboto-Regular.woff") format("woff"), url("../fonts/Roboto-Regular.ttf") format("truetype"), url("../fonts/Roboto-Regular.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Inter';
  src: url("../fonts/Inter-Regular.eot");
  src: local("☺"), url("../fonts/Inter-Regular.woff") format("woff"), url("../fonts/Inter-Regular.ttf") format("truetype"), url("../fonts/Inter-Regular.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

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

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

:focus,
:active {
  outline: none;
}

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

html,
body {
  height: 100%;
  font-size: 16px;
}

body {
  line-height: 1;
  font-family: 'RussoOne';
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
  opacity: 0;
}

input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
  opacity: 0;
}

input:focus::-ms-input-placeholder,
textarea:focus::-ms-input-placeholder {
  opacity: 0;
}

input:focus::placeholder,
textarea:focus::placeholder {
  opacity: 0;
}

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

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

button {
  cursor: pointer;
  background-color: inherit;
}

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

a,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

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

/*
&::-webkit-scrollbar {
	display: none;
}
*/
body {
  overflow-x: hidden;
  color: #202229;
}

body.lock {
  overflow: hidden;
}

body .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.container {
  max-width: 1456px;
  margin: 0 auto;
  padding: 0 48px;
}

@media (max-width: 768px) {
  .container {
    padding: 0 40px;
  }
}

@media (max-width: 500px) {
  .container {
    padding: 0 20px;
  }
}

.page {
  position: relative;
  max-width: 100%;
}

.page_vh {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100vh;
}

@media (max-height: 1140px) {
  .page_vh {
    height: auto;
  }
}

.page__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.page__bg img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.page__bg::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(17, 49, 125, 0.6)), to(rgba(17, 49, 125, 0.6)));
  background: linear-gradient(0deg, rgba(17, 49, 125, 0.6), rgba(17, 49, 125, 0.6));
}

.text__container ul li,
.text__container ol li {
  font-family: 'Roboto';
  font-size: 18px;
  line-height: 28px;
  margin: 15px 0;
}

@media (max-width: 375px) {
  .text__container ul li,
  .text__container ol li {
    font-size: 16px;
    line-height: 25px;
  }
}

.text__container ul li {
  margin: 0;
  list-style-image: url(../img/icons/listarrow.svg);
  list-style-position: outside;
  margin-left: 30px;
  padding-left: 10px;
}

.text__container ul ul {
  padding: 0;
  margin-top: 10px;
}

.text__container ol {
  counter-reset: li;
  list-style: none;
}

.text__container ol li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.text__container ol li::before {
  content: counter(li) ")";
  counter-increment: li;
  color: #0EC55D;
  line-height: 28px;
  font-weight: 700;
  padding: 0 16px 0 0;
}

h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 32px;
  line-height: 40px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

h2::before {
  content: '';
  display: block;
  width: 4px;
  height: 48px;
  background: #0EC55D;
  margin: 0 24px 0 0;
}

@media (max-width: 767px) {
  h2 {
    font-size: 25px;
    line-height: 35px;
  }
  h2::before {
    height: 40px;
    margin: 0 16px 0 0;
  }
}

h3 {
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  margin: 0 0 28px 0;
}

@media (max-width: 500px) {
  h3 {
    font-size: 20px;
    line-height: 30px;
  }
}

.input,
textarea {
  font-family: 'Roboto';
  line-height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  background: #FFFFFF;
  border: 1px solid #D2D3D4;
  padding: 0 24px;
  overflow: hidden;
  -webkit-transition: -webkit-box-shadow .1s linear;
  transition: -webkit-box-shadow .1s linear;
  transition: box-shadow .1s linear;
  transition: box-shadow .1s linear, -webkit-box-shadow .1s linear;
}

.input.error,
textarea.error {
  border: 2px solid #D32B2B;
  color: #D32B2B;
}

.input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: rgba(32, 34, 41, 0.6);
}

.input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: rgba(32, 34, 41, 0.6);
}

.input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: rgba(32, 34, 41, 0.6);
}

.input::placeholder,
textarea::placeholder {
  color: rgba(32, 34, 41, 0.6);
}

.input:focus,
textarea:focus {
  -webkit-box-shadow: inset 2px 2px 2px rgba(0, 0, 0, 0.1);
          box-shadow: inset 2px 2px 2px rgba(0, 0, 0, 0.1);
}

.input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
  opacity: 0;
}

.input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
  opacity: 0;
}

.input:focus::-ms-input-placeholder,
textarea:focus::-ms-input-placeholder {
  opacity: 0;
}

.input:focus::placeholder,
textarea:focus::placeholder {
  opacity: 0;
}

@media (max-width: 1024px) {
  .input,
  textarea {
    padding: 0 20px;
  }
}

.input-wrapper {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  position: relative;
  height: 48px;
}

.input-wrapper svg {
  position: absolute;
  top: 50%;
  left: 24px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 16px;
  height: 16px;
  stroke: #202229;
}

.input-wrapper input {
  padding: 0 24px 0 56px;
}

.btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #0E4CDD;
  height: 48px;
  -webkit-transition: -webkit-box-shadow .3s linear;
  transition: -webkit-box-shadow .3s linear;
  transition: box-shadow .3s linear;
  transition: box-shadow .3s linear, -webkit-box-shadow .3s linear;
}

.btn span {
  font-size: 13px;
  line-height: 20px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #FFFFFF;
}

.btn_white {
  background: #FFFFFF;
  border: 1px solid #D2D3D4;
}

.btn_white span {
  color: #202229;
}

.btn_green {
  background: #0EC55D;
}

.btn:hover {
  -webkit-box-shadow: 2px 2px 12px rgba(0, 0, 0, 0.25);
          box-shadow: 2px 2px 12px rgba(0, 0, 0, 0.25);
}

@media (max-width: 425px) {
  .btn span {
    font-size: 12px;
    line-height: 18px;
  }
}

@media (max-width: 374px) {
  .btn span {
    font-size: 10px;
    line-height: 17px;
  }
}

.slide-arrow {
  cursor: pointer;
}

.slide-arrow svg {
  width: 41px;
  height: 40px;
  stroke: #202229;
}

.slide-arrow_prev {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.slide-arrow:hover_prev {
  padding: 0 22px;
}

.slide-arrow:hover_next {
  padding: 0 0 0 22px;
}

.slide-arrow:hover svg {
  -webkit-transform: scaleX(1.1);
          transform: scaleX(1.1);
  stroke: #0E4CDD;
}

.slide-arrow.slick-disabled {
  opacity: 0.3;
}

.slide-arrow.slick-disabled:hover {
  cursor: default;
}

.slide-arrow.slick-disabled:hover svg {
  -webkit-transform: none;
          transform: none;
}

.slide-arrow:hover,
.double-arrow:hover {
  -webkit-transition: all .1s linear;
  transition: all .1s linear;
}

.slide-arrow:hover_prev,
.double-arrow:hover_prev {
  padding: 0 22px;
}

.slide-arrow:hover_next,
.double-arrow:hover_next {
  padding: 0 0 0 22px;
}

.slide-arrow:hover svg,
.double-arrow:hover svg {
  -webkit-transform: scaleX(1.1);
          transform: scaleX(1.1);
  stroke: #0E4CDD;
  -webkit-transition: all .1s linear;
  transition: all .1s linear;
}

.double-arrow.disabled {
  opacity: 0.3;
}

.double-arrow.disabled:hover {
  cursor: default;
}

.double-arrow.disabled:hover svg {
  -webkit-transform: none;
          transform: none;
}

.head-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 0 47px 0;
}

@media (max-width: 700px) {
  .head-section {
    display: block;
    padding: 0 0 30px 0;
  }
}

.head-section__title {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

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

@media (max-width: 700px) {
  .head-section__actions {
    padding: 20px 0 0 0;
  }
}

.head-section__btn {
  padding: 0 24px;
  margin: 0 24px 0 0;
}

@media (max-width: 700px) {
  .head-section__btn {
    padding: 0 21px;
    margin: 0;
  }
}

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

.head-section__arrows .slide-arrow {
  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;
  height: 48px;
}

.head-section__arrows .slide-arrow_prev {
  border-left: 1px solid #D9D9D9;
  padding: 0 24px;
}

.head-section__arrows .slide-arrow_next {
  border-left: 1px solid #D9D9D9;
  padding: 0 0 0 24px;
}

.head-section__arrows .slide-arrow svg {
  -webkit-transition: all .1s linear;
  transition: all .1s linear;
}

@media (max-width: 767px) {
  .head-section__arrows {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

.breadcrumbs {
  position: relative;
  z-index: 2;
  color: #fff;
  padding: 5px 0 25px;
}

.breadcrumbs ul {
  font-family: 'Roboto';
  font-size: 14px;
  line-height: 20px;
  color: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.breadcrumbs ul li {
  margin: 0;
  list-style-image: url(../img/icons/arrowlink.svg);
}

.breadcrumbs ul li a {
  color: #fff;
  padding: 0 13px 0 0;
}

.breadcrumbs ul li span {
  opacity: 0.7;
}

.item-news {
  max-width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #202229;
  background: #FFFFFF;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.item-news:hover {
  -webkit-box-shadow: 2px 2px 12px rgba(0, 0, 0, 0.25);
          box-shadow: 2px 2px 12px rgba(0, 0, 0, 0.25);
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
}

.item-news:hover .news__title {
  color: #0E4CDD;
}

.item-news__photo {
  position: relative;
  max-width: 100%;
  padding: 0 0 60% 0;
}

.item-news__photo img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.item-news__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 0 32px;
  border: 1px solid #D2D3D4;
  border-top: none;
}

@media (max-width: 768px) {
  .item-news__content {
    padding: 0 24px;
  }
}

.item-news__title {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  line-height: 24px;
  letter-spacing: 0.02em;
  padding: 23px 0;
  -webkit-transition: color .3s linear;
  transition: color .3s linear;
}

@media (max-width: 768px) {
  .item-news__title {
    padding: 15px 0;
  }
}

.item-news__footer {
  border-top: 1px solid #D2D3D4;
  padding: 20px 0;
}

@media (max-width: 375px) {
  .item-news__footer {
    padding: 10px 0;
  }
}

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

.item-news__date svg {
  width: 16px;
  height: 16px;
  stroke: #D3A52B;
}

.item-news__date span {
  font-family: 'Roboto';
  font-size: 14px;
  line-height: 20px;
  opacity: 0.6;
  padding: 0 0 0 16px;
}

.date {
  position: relative;
}

.date::after {
  content: '';
  position: absolute;
  top: 8px;
  right: 50px;
  width: 1px;
  height: calc(100% - 16px);
  background: #D2D3D4;
  z-index: 2;
}

.date input {
  padding: 0 50px 0 24px;
  background: url("../img/icons/date-2.svg") calc(100% - 17px) 50% no-repeat #fff;
}

@media (max-width: 1024px) {
  .date {
    max-width: 100%;
  }
  .date::after {
    right: 40px;
  }
  .date input {
    padding: 0 40px 0 20px;
    background: url("../img/icons/date-2.svg") calc(100% - 12px) 50% no-repeat #fff;
  }
}

.ui-datepicker {
  background: #fff;
  color: #202229;
}

.ui-datepicker-header {
  position: relative;
  background: #0E4CDD;
  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;
  color: #fff;
}

.ui-datepicker-calendar {
  padding: 10px 5px;
}

.ui-state-default,
.ui-datepicker-calendar th {
  width: 30px;
  height: 30px;
  text-align: center;
}

.ui-datepicker-calendar th {
  padding: 0 0 10px 0;
}

.ui-state-default {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #202229;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
}

.ui-state-default:hover {
  background: #0E4CDD;
  color: #fff;
}

.ui-state-default.ui-state-active {
  background: #0EC55D;
  color: #fff;
}

.ui-datepicker-prev,
.ui-datepicker-next {
  cursor: pointer;
  position: absolute;
  top: 0;
  height: 100%;
  width: 50px;
  font-size: 0;
  background: url("../img/icons/arrowwhite.svg") center/14px 16px no-repeat;
}

.ui-datepicker-prev {
  left: 0;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.ui-datepicker-next {
  right: 0;
}

.footer-control__row {
  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;
}

.footer-control__doubleArrow {
  position: relative;
  height: 48px;
  padding: 0 24px 0 0;
}

.footer-control__doubleArrow svg {
  position: relative;
  width: 41px;
  height: 40px;
  stroke: #202229;
  top: 10px;
}

.footer-control__doubleArrow::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background: #D9D9D9;
}

.footer-control__doubleArrow.double-arrow_prev {
  margin: 0 24px 0 0;
}

@media (max-width: 767px) {
  .footer-control__doubleArrow.double-arrow_prev {
    margin: 0 20px 0 0;
  }
}

.footer-control__doubleArrow.double-arrow_next {
  margin: 0 0 0 24px;
}

@media (max-width: 767px) {
  .footer-control__doubleArrow {
    padding: 0 15px 0 0;
  }
  .footer-control__doubleArrow.double-arrow_prev {
    margin: 0 20px 0 0;
  }
  .footer-control__doubleArrow.double-arrow_next {
    margin: 0 0 0 20px;
  }
}

@media (max-width: 374px) {
  .footer-control__doubleArrow.double-arrow_prev {
    margin: 0 10px 0 0;
  }
  .footer-control__doubleArrow.double-arrow_next {
    margin: 0 0 0 10px;
  }
}

.pagination {
  padding: 0 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.pagination a {
  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: 48px;
  height: 48px;
  background: #FFFFFF;
  border: 1px solid #D2D3D4;
  font-size: 13px;
  line-height: 20px;
  text-align: center;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #202229;
  margin: 0 4px;
  -webkit-transition: all .1s linear;
  transition: all .1s linear;
}

.pagination a.active {
  background: #0EC55D;
  color: #fff;
  border: none;
}

.pagination a:hover {
  background: #0EC55D;
  color: #fff;
  border: none;
}

@media (max-width: 767px) {
  .pagination a:not(.active) {
    display: none;
  }
}

.double-arrow {
  cursor: pointer;
}

.double-arrow_next {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.media-item {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #fff;
  color: #202229;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.media-item:hover {
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
  -webkit-box-shadow: 2px 2px 12px rgba(0, 0, 0, 0.25);
          box-shadow: 2px 2px 12px rgba(0, 0, 0, 0.25);
}

.media-item:hover .media-item__photo svg {
  fill: #fff;
}

.media-item:hover .media-item__type {
  background: #0E4CDD;
}

.media-item:hover .media-item__title {
  color: #0E4CDD;
}

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

.media-item__photo {
  position: relative;
  padding: 0 0 63% 0;
}

.media-item__photo svg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 52px;
  height: 64px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  fill: none;
  -webkit-transition: fill .3s linear;
  transition: fill .3s linear;
}

.media-item__photo img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.media-item__type {
  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;
  position: absolute;
  bottom: 0;
  left: 32px;
  height: 40px;
  background: #0EC55D;
  padding: 0 15px;
  font-size: 13px;
  line-height: 20px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #FFFFFF;
  -webkit-transition: background .3s linear;
  transition: background .3s linear;
}

.media-item__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0 32px;
  border: 1px solid #D2D3D4;
  border-top: none;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

@media (max-width: 768px) {
  .media-item__content {
    padding: 0 24px;
  }
}

.media-item__title {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  line-height: 24px;
  letter-spacing: 0.02em;
  padding: 23px 0;
  -webkit-transition: color .3s linear;
  transition: color .3s linear;
}

@media (max-width: 768px) {
  .media-item__title {
    padding: 15px 0;
  }
}

.media-item__footer {
  border-top: 1px solid #D2D3D4;
  padding: 20px 0;
}

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

.media-item__info svg {
  width: 16px;
  height: 16px;
}

.media-item__info span {
  font-family: 'Roboto';
  font-size: 14px;
  line-height: 20px;
  opacity: 0.6;
  padding: 0 0 0 16px;
}

.select__gap {
  min-width: 320px;
  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;
  height: 48px;
  background: #FFFFFF;
  border: 1px solid #D2D3D4;
  -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
          box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
  font-weight: 400;
  font-family: 'Roboto';
  font-size: 16px;
  line-height: 24px;
  color: #202229;
  padding: 0 0 0 24px;
  -webkit-transition: -webkit-box-shadow .1s linear;
  transition: -webkit-box-shadow .1s linear;
  transition: box-shadow .1s linear;
  transition: box-shadow .1s linear, -webkit-box-shadow .1s linear;
  cursor: pointer;
}

.select__gap.on {
  -webkit-box-shadow: inset 2px 2px 2px rgba(0, 0, 0, 0.1);
          box-shadow: inset 2px 2px 2px rgba(0, 0, 0, 0.1);
}

.select__gap.on::after {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.select__gap::after {
  content: '';
  display: block;
  width: 48px;
  height: 100%;
  background: url("../img/icons/select.svg") 50% 50% no-repeat;
  -webkit-transition: -webkit-transform .4s linear;
  transition: -webkit-transform .4s linear;
  transition: transform .4s linear;
  transition: transform .4s linear, -webkit-transform .4s linear;
}

@media (max-width: 1024px) {
  .select__gap {
    padding: 0 0 0 20px;
  }
  .select__gap::after {
    width: 40px;
  }
}

@media (max-width: 375px) {
  .select__gap {
    min-width: auto;
    font-size: 14px;
  }
}

.select__list {
  width: 100%;
  border: 1px solid #D2D3D4;
  -webkit-box-shadow: inset 2px 2px 2px rgba(0, 0, 0, 0.1);
          box-shadow: inset 2px 2px 2px rgba(0, 0, 0, 0.1);
  border-top: none;
}

.select__list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 48px;
  border-bottom: 1px solid #D2D3D4;
  font-family: 'Roboto';
  font-size: 16px;
  line-height: 24px;
  color: #202229;
  background: #FFFFFF;
  padding: 0 24px;
  cursor: pointer;
  -webkit-transition: background .2s linear;
  transition: background .2s linear;
}

.select__list li.selected {
  display: none;
}

.select__list li:last-child {
  border: none;
}

.select__list li:hover {
  background: #D2D3D4;
}

.header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 50;
  width: 100%;
  color: #fff;
}

.header__info {
  padding: 0 0 0 88px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 48px;
}

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

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

.header__contacts a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
}

.header__contacts .hotline {
  font-size: 14px;
  line-height: 20px;
  font-family: 'Roboto';
  padding: 0 22px 0 24px;
  border-right: 1px solid rgba(255, 255, 255, 0.25);
  border-left: 1px solid rgba(255, 255, 255, 0.25);
  -webkit-transition: background .2s linear;
  transition: background .2s linear;
}

.header__contacts .hotline:hover {
  background: #0E4CDD;
}

@media (max-width: 767px) {
  .header__contacts {
    display: none;
  }
}

.header__phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 24px 0 0;
}

.header__phone svg {
  width: 16px;
  height: 16px;
  fill: #fff;
}

.header__phone span {
  margin: 0 0 0 16px;
}

.header__actions {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.header__actions a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  border-right: 1px solid rgba(255, 255, 255, 0.25);
  -webkit-transition: background .2s linear;
  transition: background .2s linear;
  padding: 0 14px;
}

.header__actions a:first-child {
  border-left: 1px solid rgba(255, 255, 255, 0.25);
}

.header__actions a:hover {
  background: #0E4CDD;
}

@media (max-width: 767px) {
  .header__actions a {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
}

.header__vk svg {
  width: 20px;
  height: 12px;
}

.header__telegram svg {
  width: 16px;
  height: 16px;
}

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

.header__glasses span {
  position: relative;
  font-family: 'Roboto';
  line-height: 20px;
  white-space: nowrap;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
  font-size: 0;
  color: #fff;
}

.header__glasses svg {
  width: 22px;
  height: 13px;
}

.header__glasses:hover span {
  font-size: 14px;
  padding: 0 16px 0 0;
}

@media (max-width: 767px) {
  .header__glasses span {
    display: none;
  }
}

.header__search-icon svg {
  stroke: #fff;
  width: 16px;
  height: 16px;
}

.header__main {
  position: fixed;
  top: 48px;
  left: 0;
  width: 100%;
  height: 62px;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.header__main #left-lines,
.header__main #right-lines {
  position: absolute;
  top: 0;
  height: 100%;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}

.header__main #left-lines {
  left: 0;
}

.header__main #right-lines {
  width: 100%;
}

@media (max-width: 767px) {
  .header__main {
    border-top: 1px solid rgba(255, 255, 255, 0.25);
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  }
  .header__main #left-lines,
  .header__main #right-lines {
    display: none;
  }
}

.header__main.active {
  top: 0;
  background: #FFFFFF;
  -webkit-box-shadow: 2px 2px 12px rgba(0, 0, 0, 0.25);
          box-shadow: 2px 2px 12px rgba(0, 0, 0, 0.25);
}

.header__main.active .header__logo span {
  color: #202229;
}

@media (min-width: 1025px) {
  .header__main.active .menu__link:not(.active) {
    color: #202229;
  }
  .header__main.active .menu__link:not(.active):hover {
    color: #fff;
  }
}

.header__main.active .header__logo img {
  -webkit-transform: scale(0.56);
          transform: scale(0.56);
}

.header__main.active .menu__burger div span {
  background: #D3A52B;
}

.header__main.active .menu__burger div::before, .header__main.active .menu__burger div::after {
  background: #D3A52B;
}

@media (min-width: 1025px) {
  .header__main.active .menu__link:hover {
    color: #fff;
  }
}

@media (max-width: 767px) {
  .header__main.active .header__logo img {
    -webkit-transform: none;
            transform: none;
  }
}

.header__main .container {
  height: 100%;
}

.header__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  position: relative;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  z-index: 2;
}

.header__logo {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}

.header__logo img {
  width: 72px;
  height: 72px;
  min-width: 40px;
  -webkit-transition: -webkit-transform .2s linear;
  transition: -webkit-transform .2s linear;
  transition: transform .2s linear;
  transition: transform .2s linear, -webkit-transform .2s linear;
}

.header__logo span {
  padding: 0 0 0 16px;
  font-size: 15px;
  letter-spacing: 0.8px;
  color: #fff;
}

@media (max-width: 1440px) {
  .header__logo {
    max-width: 33.333%;
  }
}

@media (min-width: 1024px) {
  .header__logo:hover img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}

@media (max-width: 767px) {
  .header__logo span {
    padding: 0 0 0 10px;
  }
  .header__logo img {
    width: 40px;
    height: 40px;
  }
}

.search {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 50;
  width: 100%;
  height: 96px;
  background: #FFFFFF;
  -webkit-box-shadow: 2px 2px 12px rgba(0, 0, 0, 0.25);
          box-shadow: 2px 2px 12px rgba(0, 0, 0, 0.25);
}

@media (max-width: 900px) {
  .search {
    height: auto;
    padding: 24px 0;
  }
}

.search__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}

@media (max-width: 900px) {
  .search__container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.search__title {
  color: #202229;
}

@media (max-width: 900px) {
  .search__title {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}

.search__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  height: 48px;
  padding: 0 30px;
}

.search__form button {
  height: 100%;
  padding: 0 24px;
}

@media (max-width: 900px) {
  .search__form {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    padding: 0;
    margin: 24px 0 0 0;
  }
}

.search__input {
  border-right: none;
}

.search__close {
  cursor: pointer;
}

.search__close svg {
  width: 32px;
  height: 32px;
}

@media (max-width: 900px) {
  .search__close {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

@media (max-width: 375px) {
  .search__close svg {
    width: 25px;
    height: 25px;
  }
}

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

.menu__burger {
  display: none;
}

@media (max-width: 1024px) {
  .menu__burger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    cursor: pointer;
  }
  .menu__burger > span {
    font-size: 13px;
    line-height: 24px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    padding: 0 16px 0 0;
  }
  .menu__burger div {
    width: 24px;
    height: 16px;
    position: relative;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .menu__burger div span {
    position: absolute;
    left: 0;
    top: 7px;
    width: 100%;
    height: 2px;
    background: #fff;
    -webkit-transition: background .2s linear;
    transition: background .2s linear;
  }
  .menu__burger div::before, .menu__burger div::after {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background: #fff;
    -webkit-transition: background .2s linear;
    transition: background .2s linear;
  }
  .menu__burger div::before {
    top: 0;
  }
  .menu__burger div::after {
    bottom: 0;
  }
}

@media (max-width: 767px) {
  .menu__burger > span {
    display: none;
  }
}

.menu__body {
  height: 100%;
}

@media (max-width: 1024px) {
  .menu__body {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    height: 100%;
    background: #FFFFFF;
    padding: 30px 0;
    overflow-y: auto;
    overflow-x: hidden;
  }
}

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

.menu__container {
  height: 100%;
}

@media (max-width: 1024px) {
  .menu__container {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 140px 48px;
  }
}

@media (max-width: 768px) {
  .menu__container {
    display: block;
  }
}

@media (max-width: 375px) {
  .menu__container {
    padding: 56px 0 0 0;
  }
}

.menu__close {
  display: none;
}

@media (max-width: 1024px) {
  .menu__close {
    position: absolute;
    top: 0;
    right: 33px;
    display: block;
    cursor: pointer;
  }
  .menu__close svg {
    width: 32px;
    height: 32px;
  }
}

@media (max-width: 768px) {
  .menu__close {
    right: 40px;
  }
}

@media (max-width: 375px) {
  .menu__close {
    right: 20px;
  }
  .menu__close svg {
    width: 25px;
    height: 25px;
  }
}

.menu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

.menu__list li {
  margin: 0;
  font-family: 'RussoOne';
  list-style-image: none;
}

.menu__list li:last-child .menu__link {
  padding: 0 0 0 28px;
}

.menu__list li:last-child .menu__link::after {
  width: calc(100% + 28px);
}

@media (max-width: 1440px) {
  .menu__list li:last-child .menu__link {
    padding: 0 0 0 20px;
  }
  .menu__list li:last-child .menu__link::after {
    width: calc(100% + 20px);
  }
}

@media (max-width: 1300px) {
  .menu__list li:last-child .menu__link {
    padding: 0 0 0 10px;
  }
  .menu__list li:last-child .menu__link::after {
    width: calc(100% + 10px);
  }
}

@media (max-width: 1200px) {
  .menu__list li:last-child .menu__link {
    padding: 0 0 0 7px;
  }
  .menu__list li:last-child .menu__link::after {
    width: calc(100% + 7px);
  }
}

@media (max-width: 1024px) {
  .menu__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    height: auto;
    margin: 0 -15px;
  }
  .menu__list li {
    width: 50%;
    height: 95px;
    padding: 0 15px;
  }
  .menu__list li:last-child .menu__link {
    padding: 0;
  }
}

@media (max-width: 768px) {
  .menu__list {
    display: block;
    width: 100%;
    margin: 0;
  }
  .menu__list li {
    width: 100%;
    padding: 0;
  }
}

@media (max-width: 375px) {
  .menu__list {
    margin: 0;
  }
  .menu__list li {
    height: 74px;
    padding: 0;
  }
  .menu__list li .menu__link {
    width: 100%;
    font-size: 20px;
    padding: 0 20px;
  }
  .menu__list li .menu__link svg {
    width: 25px;
    height: 15px;
  }
  .menu__list li:last-child .menu__link {
    padding: 0 20px;
  }
}

.menu__link {
  white-space: nowrap;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 28px;
  height: 100%;
  font-size: 13px;
  line-height: 24px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #fff;
  -webkit-transition: color .2s linear;
  transition: color .2s linear;
  width: 100%;
}

.menu__link span {
  position: relative;
  z-index: 2;
}

.menu__link svg {
  display: none;
}

.menu__link::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: background .2s linear;
  transition: background .2s linear;
}

.menu__link:hover::after {
  background: #0E4CDD;
}

.menu__link.active::after {
  background: #0EC55D;
}

@media (max-width: 1440px) {
  .menu__link {
    padding: 0 20px;
  }
}

@media (max-width: 1300px) {
  .menu__link {
    padding: 0 10px;
  }
}

@media (max-width: 1200px) {
  .menu__link {
    padding: 0 7px;
  }
}

@media (max-width: 1024px) {
  .menu__link {
    font-size: 24px;
    line-height: 32px;
    color: #202229;
    padding: 0;
    border-bottom: 1px solid #D9D9D9;
  }
  .menu__link:not(.active)::after {
    display: none;
  }
  .menu__link span {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    padding: 0 24px 0 0;
  }
  .menu__link svg {
    position: relative;
    z-index: 2;
    display: block;
    height: 24px;
    width: 40px;
    stroke: #D3A52B;
  }
  .menu__link.active {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    color: #fff;
    border-bottom: none;
    padding: 0 16px;
  }
  .menu__link.active svg {
    stroke: #fff;
  }
  .menu__link.active span {
    padding: 0 0 0 24px;
  }
  .menu__link.active::after {
    left: -16px;
    width: calc(100% + 32px);
    background: #0EC55D;
  }
}

.menu__contacts {
  display: none;
}

@media (max-width: 767px) {
  .menu__contacts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 27px 0 45px;
  }
}

@media (max-width: 375px) {
  .menu__contacts {
    padding: 27px 20px 45px;
  }
}

.menu__phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 0 0 20px 0;
}

.menu__phone svg {
  width: 20px;
  height: 20px;
  fill: #D3A52B;
}

.menu__phone span {
  font-size: 30px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #202229;
  padding: 0 0 0 15px;
}

@media (max-width: 375px) {
  .menu__phone span {
    font-size: 26px;
  }
}

.menu .hotline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 20px;
  font-size: 13px;
  line-height: 20px;
  text-align: center;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #202229;
  border: 1px solid #D2D3D4;
  width: 100%;
}

.preview {
  overflow: hidden;
  position: relative;
}

.preview__dots {
  position: absolute;
  z-index: 2;
  right: 48px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.preview__dots .slick-dots li {
  margin: 0;
  list-style-image: none;
}

.preview__dots .slick-dots button {
  min-width: 8px;
  width: 8px;
  height: 8px;
  font-size: 0;
  background: #fff;
  border-radius: 50%;
  cursor: pointer;
}

.preview__dots .slick-dots li.slick-active button {
  background: #0EC55D;
}

@media (max-width: 1024px) {
  .preview__dots {
    top: calc(50% - 130px);
  }
}

@media (max-width: 768px) {
  .preview__dots {
    right: 40px;
  }
}

@media (max-width: 640px) {
  .preview__dots {
    display: none;
  }
}

.preview__slide {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.preview__slide .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.preview__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

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

.preview__bg::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(32, 34, 41, 0.2)), to(rgba(32, 34, 41, 0.2)));
  background: linear-gradient(0deg, rgba(32, 34, 41, 0.2), rgba(32, 34, 41, 0.2));
}

.preview__body {
  position: relative;
  z-index: 2;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.preview__body .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}

.preview__content {
  max-width: 1098px;
  width: 100%;
  padding: 110px 20px 210px;
}

@media (max-width: 1024px) {
  .preview__content {
    padding: 110px 20px 329px;
  }
}

@media (max-width: 768px) {
  .preview__content {
    max-width: 618px;
  }
}

@media (max-width: 767px) {
  .preview__content {
    padding: 110px 20px 310px;
  }
}

@media (max-width: 640px) {
  .preview__content {
    padding: 110px 0 280px;
  }
}

.preview__title {
  font-size: 48px;
  line-height: 56px;
  letter-spacing: 0.02em;
  color: #FFFFFF;
  margin: 0 0 30px 0;
  text-transform: none;
}

.preview__title::before {
  display: none;
}

@media (max-width: 768px) {
  .preview__title {
    font-size: 40px;
    line-height: 48px;
  }
}

@media (max-width: 640px) {
  .preview__title {
    font-size: 25px;
    line-height: 35px;
  }
}

.preview__btn {
  padding: 0 24px;
}

.preview__footer {
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: 0;
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
}

@media (max-width: 1024px) {
  .preview__footer::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: calc(100% - 119px);
    background: #0EC55D;
  }
}

@media (max-width: 767px) {
  .preview__footer::after {
    height: calc(100% - 99px);
  }
}

.preview__actions {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 199px;
}

@media (max-width: 1024px) {
  .preview__actions {
    height: auto;
    display: block;
  }
}

.preview__arrows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 53%;
          flex: 0 1 53%;
}

@media (max-width: 1024px) {
  .preview__arrows {
    height: 119px;
  }
}

@media (max-width: 767px) {
  .preview__arrows {
    height: 99px;
  }
}

.preview__arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  -webkit-transition: background .2s linear;
  transition: background .2s linear;
}

.preview__arrow svg {
  width: 58px;
  height: 56px;
  stroke: #fff;
}

.preview__arrow:hover {
  background: #0E4CDD;
}

.preview__arrow:hover svg {
  stroke: #fff;
}

.preview__arrow_next {
  border-right: 1px solid rgba(255, 255, 255, 0.25);
  padding: 0;
}

.preview__arrow_prev {
  border-right: 1px solid rgba(255, 255, 255, 0.25);
  border-left: 1px solid rgba(255, 255, 255, 0.25);
  padding: 0;
}

.mini-map {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  position: relative;
  z-index: 2;
  background: #0EC55D;
  padding: 40px 60px 40px 0;
  -webkit-transition: background .2s linear;
  transition: background .2s linear;
}

@media (max-width: 1400px) {
  .mini-map {
    padding: 40px 10px;
  }
}

@media (max-width: 1024px) {
  .mini-map {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 200px;
  }
}

@media (max-width: 700px) {
  .mini-map {
    height: 170px;
  }
}

@media (min-width: 1024px) {
  .mini-map.active {
    background: #0E4CDD;
  }
}

.mini-map__img {
  position: absolute;
  bottom: -17px;
  left: 0;
  width: 320px;
}

.mini-map__img img {
  width: 100%;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.mini-map__img svg {
  position: absolute;
  width: 88px;
  left: 42%;
  top: 25%;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-animation: showAnim .5s ease 1s forwards;
          animation: showAnim .5s ease 1s forwards;
}

@media (max-width: 1400px) {
  .mini-map__img {
    left: -30px;
    width: 280px;
  }
  .mini-map__img svg {
    width: 77px;
    top: 20%;
  }
}

@media (max-width: 1024px) {
  .mini-map__img {
    left: 0;
  }
}

@media (max-width: 700px) {
  .mini-map__img {
    width: 195px;
    bottom: 0;
    left: -40px;
  }
  .mini-map__img svg {
    width: 52px;
    top: 8%;
  }
}

.mini-map__content {
  padding: 0 0 0 55%;
}

@media (max-width: 1024px) {
  .mini-map__content {
    padding: 0 0 0 300px;
  }
}

@media (max-width: 700px) {
  .mini-map__content {
    padding: 0 0 0 160px;
  }
}

@media (max-width: 374px) {
  .mini-map__content {
    padding: 0 0 0 140px;
  }
}

.mini-map__title {
  font-size: 20px;
  line-height: 30px;
  text-transform: uppercase;
  color: #FFFFFF;
  margin: 0 0 15px 0;
}

@media (max-width: 700px) {
  .mini-map__title {
    font-size: 16px;
    line-height: 25px;
  }
}

.mini-map__btn {
  padding: 0 16px;
  background: transparent;
  height: 40px;
  border: 1px solid #FFFFFF;
}

.mini-map__btn span {
  color: #fff;
}

@media (max-width: 767px) {
  .mini-map__btn {
    padding: 0 15px;
  }
}

@-webkit-keyframes showAnim {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes showAnim {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

.news {
  padding: 48px 0 24px;
  overflow: hidden;
  position: relative;
}

@media (max-width: 767px) {
  .news {
    padding: 30px 0 15px;
  }
}

.news::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 212px;
  background: #FFF2DF;
  opacity: 0.5;
}

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

.news__slider {
  margin: 0 -16px;
}

.news__slider .slick-list {
  overflow: visible;
}

.news__slider .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.news__slide {
  padding: 0 16px;
  height: auto;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 33.333%;
          flex: 0 1 33.333%;
}

@media (max-width: 1023px) {
  .news__slide {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
            flex: 0 1 50%;
  }
}

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

.media {
  padding: 24px 0;
  position: relative;
}

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

.media::after {
  content: '';
  position: absolute;
  top: -180px;
  left: 0;
  width: 100%;
  height: 100%;
  background: #FFF2DF;
  opacity: 0.5;
}

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

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

.media__slider {
  border-top: 1px solid rgba(32, 34, 41, 0.25);
  margin: 0 -16px;
}

.media__slider .slick-list {
  overflow: hidden;
}

.media__slider .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 767px) {
  .media__slider {
    border-top: none;
  }
}

.media__slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
  padding: 0 16px;
}

.media__item {
  margin: 47px 0 0 0;
}

.links {
  padding: 24px 0 0 0;
  overflow: hidden;
}

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

@media (max-width: 767px) {
  .links__head .head-section__arrows {
    display: none;
  }
}

@media (max-width: 700px) {
  .links__head .head-section__actions {
    padding: 0;
  }
}

.links__slider .slick-list {
  overflow: visible;
}

.links__slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.links__item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #202229;
  padding: 23px 31px;
  border-top: 1px solid #D2D3D4;
  border-right: 1px solid #D2D3D4;
  min-height: 239px;
  height: 100%;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

@media (max-width: 767px) {
  .links__item {
    padding: 20px 24px 14px;
  }
}

.links__item:hover {
  -webkit-box-shadow: 2px 2px 12px rgba(0, 0, 0, 0.25);
          box-shadow: 2px 2px 12px rgba(0, 0, 0, 0.25);
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
  height: calc(100% + 8px);
}

.links__item:hover .links__link span {
  color: #0E4CDD;
}

.links__logo {
  margin: 0 0 15px 0;
}

.links__logo img {
  max-width: 100%;
}

.links__title {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  line-height: 24px;
  letter-spacing: 0.02em;
}

.links__footer {
  border-top: 1px solid #D2D3D4;
  padding: 23px 0 0 0;
}

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

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

.links__link svg {
  width: 16px;
  height: 16px;
}

.links__link span {
  font-family: 'Roboto';
  font-size: 14px;
  line-height: 20px;
  opacity: 0.6;
  padding: 0 0 0 16px;
  -webkit-transition: color .3s linear;
  transition: color .3s linear;
}

.head {
  position: relative;
  padding: 159px 0 0 0;
}

.head__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

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

.head__bg::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(32, 34, 41, 0.3)), to(rgba(32, 34, 41, 0.3)));
  background: linear-gradient(0deg, rgba(32, 34, 41, 0.3), rgba(32, 34, 41, 0.3));
}

.head__title {
  position: relative;
  z-index: 2;
  font-size: 40px;
  line-height: 48px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #fff;
  margin: 0 0 46px 0;
}

@media (max-width: 767px) {
  .head__title {
    font-size: 27px;
    line-height: 35px;
  }
}

.text {
  padding: 50px 0;
}

.text .container  p {
  font-family: 'Roboto';
  font-size: 20px;
  line-height: 28px;
  margin: 37px 0;
}

.text .container > p:last-child {
  margin: 37px 0 0 0;
}

.text .container > p a {
  color: #0E4CDD;
}

.text .container > p a:hover {
  text-decoration: underline;
}

@media (max-width: 375px) {
  .text .container > p {
    font-size: 16px;
    line-height: 25px;
    margin: 20px 0;
  }
  .text .container > p:last-child {
    margin: 20px 0 0 0;
  }
}

.text__item {
  overflow: hidden;
}

.text__item p {
  font-family: 'Inter';
  font-size: 14px;
  line-height: 20px;
  opacity: 0.6;
}

.text__photo img {
  width: 100%;
}

.text__description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 24px;
  background: #fff;
  border: 1px solid #D2D3D4;
}

.text__description .slick-track {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media (max-width: 1024px) {
  .text__description {
    display: block;
  }
}

.text__slider {
  min-width: 0;
}

.text__arrows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 0 0 150px;
}

.text__arrows .slide-arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  height: 32px;
  width: 64px;
}

.text__arrows .slide-arrow:first-child {
  border-left: 1px solid #D9D9D9;
}

@media (max-width: 1024px) {
  .text__arrows {
    padding: 30px 0 0 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

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

.gallery__column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 33.333%;
          flex: 0 1 33.333%;
  padding: 0 16px;
  margin: 32px 0;
  max-width: 33.333%;
}

@media (max-width: 1024px) {
  .gallery__column {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
            flex: 0 1 50%;
    max-width: 50%;
  }
}

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

.gallery__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 100%;
}

.gallery__item:hover .gallery__photo::after,
.gallery__item:hover .gallery__photo span {
  opacity: 1;
}

.gallery__photo {
  display: block;
  position: relative;
}

.gallery__photo img {
  width: 100%;
}

.gallery__photo::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(50, 75, 160, 0.4)), to(rgba(50, 75, 160, 0.4)));
  background: linear-gradient(0deg, rgba(50, 75, 160, 0.4), rgba(50, 75, 160, 0.4));
  opacity: 0;
  -webkit-transition: opacity .3s linear;
  transition: opacity .3s linear;
}

.gallery__photo span {
  opacity: 0;
  z-index: 2;
  position: absolute;
  top: 50%;
  left: 50%;
  background: #fff;
  width: 80px;
  height: 80px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: opacity .3s linear;
  transition: opacity .3s linear;
}

.gallery__photo span::before, .gallery__photo span::after {
  content: '';
  position: absolute;
  z-index: 2;
  background: #202229;
  left: 50%;
  top: 50%;
}

.gallery__photo span::before {
  width: 2px;
  height: 40px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.gallery__photo span::after {
  width: 40px;
  height: 2px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.gallery__content {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  border: 1px solid #D2D3D4;
  border-top: none;
  padding: 23px 32px;
}

.gallery__content span {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.02em;
  color: #202229;
}

.lists {
  padding: 16px 0 0 0;
}

.lists__ordered {
  margin: 0 0 32px 0;
}

.lists__unordered {
  margin: 0 0 27px 0;
}

.table {
  padding: 15px 0 40px;
  overflow: auto;
  cursor: -webkit-grab;
  cursor: grab;
}

.table .table-scroll > span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 30px;
  padding: 0 24px;
}

.table::-webkit-scrollbar {
  height: 0;
}

table {
  width: 100%;
  border-collapse: collapse;
  font-size: 18px;
}

table caption {
  text-align: left;
  font-size: 18px;
  line-height: 24px;
  color: #FFFFFF;
  background: #D3A52B;
  padding: 16px 0;
}

table caption span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

table tr:nth-child(2n) {
  background: rgba(255, 242, 223, 0.4);
}

table tr:nth-child(4n) {
  background: #FFF2DF;
}

table th {
  font-weight: 400;
  text-align-last: left;
  line-height: 24px;
  color: #202229;
  border: 1px solid #D2D3D4;
  padding: 24px;
}

table td {
  font-family: 'Roboto';
  line-height: 36px;
  color: #25272D;
  border: 1px solid #D2D3D4;
  padding: 20px 24px;
}

.control {
  background: #FFF2DF;
}

.control__header {
  display: none;
}

@media (max-width: 1024px) {
  .control__header {
    height: 88px;
    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;
  }
  .control__header > div {
    font-size: 32px;
    line-height: 40px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
  }
  .control__header span {
    cursor: pointer;
    display: block;
    width: 40px;
    height: 40px;
    position: relative;
  }
  .control__header span::before, .control__header span::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: #0EC55D;
    width: 4px;
    height: 100%;
    -webkit-transition: -webkit-transform .3s linear;
    transition: -webkit-transform .3s linear;
    transition: transform .3s linear;
    transition: transform .3s linear, -webkit-transform .3s linear;
  }
  .control__header span::after {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .control__header span.open::before {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}

@media (max-width: 375px) {
  .control__header {
    height: 80px;
  }
  .control__header > div {
    font-size: 25px;
    line-height: 35px;
  }
  .control__header span {
    width: 30px;
    height: 30px;
  }
}

.control__body {
  max-width: 100%;
  border-top: 1px solid rgba(32, 34, 41, 0.25);
}

@media (max-width: 1024px) {
  .control__body {
    padding: 47px 0;
  }
  .control form {
    display: none;
  }
}

.control__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 144px;
  margin: 0 -16px;
}

@media (max-width: 1230px) {
  .control__form {
    height: auto;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding: 48px 0;
  }
}

@media (max-width: 1024px) {
  .control__form {
    padding: 0;
  }
}

@media (max-width: 900px) {
  .control__form {
    display: block;
  }
}

.control__input {
  margin: 0 16px;
  max-width: 100%;
  min-width: 280px;
  margin: 0 16px;
}

@media (max-width: 1230px) {
  .control__input {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
}

@media (max-width: 1024px) {
  .control__input {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: calc(50% - 32px);
  }
}

@media (max-width: 900px) {
  .control__input {
    height: 48px;
    margin: 0 16px 32px;
    width: auto;
  }
}

@media (max-width: 425px) {
  .control__input {
    margin: 0 16px;
  }
}

.control__dates {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 48px;
}

@media (max-width: 1230px) {
  .control__dates {
    width: 50%;
  }
}

@media (max-width: 900px) {
  .control__dates {
    width: 100%;
  }
}

@media (max-width: 425px) {
  .control__dates {
    height: auto;
    display: block;
    max-width: 100%;
  }
}

.control__date {
  margin: 0 16px;
}

@media (max-width: 1230px) {
  .control__date {
    width: 50%;
  }
}

@media (max-width: 900px) {
  .control__date {
    height: 48px;
  }
}

@media (max-width: 425px) {
  .control__date {
    width: auto;
    margin: 20px 16px;
  }
}

.control__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
}

@media (max-width: 1230px) {
  .control__buttons {
    width: 50%;
    margin: 32px 0 0 0;
  }
}

@media (max-width: 1024px) {
  .control__buttons {
    width: 100%;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

@media (max-width: 425px) {
  .control__buttons {
    margin: 0;
  }
}

.control__btn {
  padding: 0 30px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 16px;
  min-width: 130px;
}

@media (max-width: 1230px) {
  .control__btn {
    width: 50%;
  }
}

@media (max-width: 1024px) {
  .control__btn {
    width: auto;
  }
}

@media (max-width: 900px) {
  .control__btn {
    padding: 0 46px;
  }
}

@media (max-width: 500px) {
  .control__btn {
    width: 50%;
    padding: 0 20px;
  }
}

.all-news {
  padding: 32px 0 56px;
}

@media (max-width: 375px) {
  .all-news {
    padding: 32px 0 40px;
  }
}

.all-news__slider {
  max-width: 100%;
  min-width: 0;
}

.all-news__slider .slick-list {
  overflow: hidden;
  margin: 0 -16px;
}

.all-news__slide {
  padding: 0 16px;
}

.all-news__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -16px;
}

.all-news__column {
  width: 33.333%;
  padding: 0 16px;
  margin: 16px 0;
}

@media (max-width: 1024px) {
  .all-news__column {
    width: 50%;
  }
}

@media (max-width: 600px) {
  .all-news__column {
    width: 100%;
    margin: 5px 0;
  }
}

.all-news__control {
  margin: 32px 0 0 0;
}

.settings {
  padding: 48px 0;
}

.settings li {
  margin: 0;
}

.settings li::before {
  display: none;
}

.settings__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
}

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

@media (max-width: 767px) {
  .settings__row {
    display: block;
  }
}

.settings__input {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 40%;
          flex: 0 1 40%;
  max-width: 40%;
}

@media (max-width: 1024px) {
  .settings__input {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
            flex: 0 1 50%;
    max-width: 50%;
  }
}

@media (max-width: 767px) {
  .settings__input {
    max-width: 100%;
    height: 50px;
  }
}

.settings__number {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 33.333%;
          flex: 0 1 33.333%;
  max-width: 33.333%;
  padding: 0 32px;
}

@media (max-width: 1024px) {
  .settings__number {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
            flex: 0 1 50%;
    max-width: 50%;
    padding: 0 0 0 32px;
  }
}

@media (max-width: 767px) {
  .settings__number {
    height: 50px;
    max-width: 100%;
    padding: 0;
    margin: 20px 0;
  }
}

.settings__dates {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -16px;
}

@media (max-width: 1024px) {
  .settings__dates {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 calc(50% + 32px);
            flex: 0 1 calc(50% + 32px);
    width: calc(50% + 32px);
    margin: 32px -16px 0;
  }
}

@media (max-width: 767px) {
  .settings__dates {
    width: 100%;
    display: block;
    margin: 0;
  }
}

.settings__date {
  margin: 0 16px;
  max-width: 230px;
}

@media (max-width: 1024px) {
  .settings__date {
    height: 48px;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
            flex: 0 1 50%;
    max-width: 50%;
  }
}

@media (max-width: 767px) {
  .settings__date {
    max-width: 100%;
    margin: 20px 0;
  }
}

.settings__more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 30px -16px 0;
}

@media (max-width: 1250px) {
  .settings__more {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media (max-width: 768px) {
  .settings__more {
    display: block;
  }
}

.settings__column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 0;
      /*-ms-flex: 0 1 33.333%;*/
          /*flex: 0 1 33.333%;*/
  max-width: 33.333%;
  padding: 0 16px;
}

.settings__column_type {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
  max-width: 50%;
}

.settings__column_type .settings__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -32px;
}

.settings__column_type .settings__list li {
  padding: 0 32px;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
  max-width: 50%;
}

@media (max-width: 1250px) {
  .settings__column:last-child {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
    max-width: 100%;
    margin: 30px 0 0 0;
  }
  .settings__column_type {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
            flex: 0 1 50%;
    max-width: 50%;
  }
}

@media (max-width: 1024px) {
  .settings__column_type {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 60%;
            flex: 0 1 60%;
    max-width: 60%;
  }
}

@media (max-width: 768px) {
  .settings__column {
    max-width: 100%;
    margin: 30px 0;
  }
  .settings__column_type {
    max-width: 100%;
  }
  .settings__column_type .settings__list {
    margin: 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .settings__column_type .settings__list li {
    padding: 0;
  }
}

@media (max-width: 374px) {
  .settings__column .settings__list {
    display: block;
  }
  .settings__column .settings__list li {
    max-width: 100%;
  }
}

.settings__title {
  line-height: 24px;
  margin: 0 0 16px 0;
}

.settings__body_select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}

@media (max-width: 1250px) {
  .settings__body_select {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .settings__body_select .select {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
            flex: 0 1 50%;
    max-width: 50%;
    margin: 0 32px 0 0;
  }
}

@media (max-width: 767px) {
  .settings__body {
    display: block;
  }
  .settings__body .select {
    max-width: 100%;
    margin: 0 0 40px 0;
  }
}

.settings__list li {
  list-style-image: none;
}

.settings__list input {
  display: none;
}

.settings__list input:checked + label::after {
  opacity: 1;
}

.settings__list label {
  margin: 10px 0;
  cursor: pointer;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: 'Roboto';
  line-height: 20px;
  color: rgba(32, 34, 41, 0.6);
}

.settings__list label::before {
  content: '';
  display: block;
  min-width: 24px;
  width: 24px;
  height: 24px;
  background: #FFFFFF;
  border: 1px solid #D2D3D4;
  -webkit-box-shadow: inset 2px 2px 2px rgba(0, 0, 0, 0.1);
          box-shadow: inset 2px 2px 2px rgba(0, 0, 0, 0.1);
  margin: 0 16px 0 0;
}

.settings__list label::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 24px;
  height: 24px;
  background: url("../img/icons/check.svg") center no-repeat #0EC55D;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 0;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
}

@media (max-width: 425px) {
  .settings__list {
    display: block;
  }
}

.settings__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 48px -8px 0;
}

@media (max-width: 1250px) {
  .settings__buttons {
    margin: 0 -8px;
  }
}

@media (max-width: 767px) {
  .settings__buttons {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

.settings__btn {
  margin: 0 8px;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
  max-width: 50%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 20px;
}

@media (max-width: 1250px) {
  .settings__btn {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    max-width: 100%;
    padding: 0 47px;
  }
}

@media (max-width: 500px) {
  .settings__btn {
    padding: 0 30px;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
            flex: 0 1 50%;
    max-width: 50%;
  }
}

.docs {
  padding: 0 0 56px 0;
}

@media (max-width: 375px) {
  .docs {
    padding: 0 0 40px 0;
  }
}

.docs__slider {
  max-width: 100%;
}

.docs__slider .slick-list {
  margin: 0 -16px;
  overflow: hidden;
}

.docs__body {
  padding: 16px;
}

.docs__item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #202229;
  border-bottom: 1px solid #D2D3D4;
  padding: 32px 0;
}

.docs__item:last-child {
  border-bottom: none;
}

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

.docs__icon {
  width: 56px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 56px;
          flex: 0 0 56px;
}

.docs__icon img {
  max-width: 100%;
}

@media (max-width: 767px) {
  .docs__icon {
    width: 48px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 48px;
            flex: 0 0 48px;
  }
}

.docs__content {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 0 0 0 32px;
}

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

.docs__title {
  font-size: 18px;
  line-height: 32px;
  letter-spacing: 0.02em;
  margin: 0 0 4px 0;
}

@media (max-width: 767px) {
  .docs__title {
    font-size: 16px;
    line-height: 25px;
  }
}

.docs__footer {
  font-family: 'Roboto';
  font-size: 14px;
  line-height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 600px) {
  .docs__footer {
    display: block;
  }
}

.docs__value {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 24px;
  background: #FFFFFF;
  border: 1px solid #D2D3D4;
  height: 32px;
  margin: 0 16px 0 0;
}

@media (max-width: 600px) {
  .docs__value {
    margin: 0 0 15px 0;
  }
}

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

.docs__date svg {
  width: 16px;
  height: 16px;
}

.docs__date span {
  opacity: 0.6;
  margin: 0 0 0 16px;
}

.pages {
  padding: 32px 0 40px;
}

@media (max-width: 375px) {
  .pages {
    padding: 35px 0;
  }
}

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

@media (max-width: 500px) {
  .pages__row {
    display: block;
    margin: 0;
  }
}

.pages__column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 33.333%;
  padding: 0 16px;
  margin: 16px 0;
}

@media (max-width: 1024px) {
  .pages__column {
    width: 50%;
  }
}

@media (max-width: 550px) {
  .pages__column {
    margin: 10px 0;
    width: 100%;
    padding: 0;
  }
}

.pages__item {
  padding: 23px 32px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  color: #202229;
  background: #FFFFFF;
  border: 1px solid #D2D3D4;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.pages__item:hover {
  -webkit-box-shadow: 2px 2px 12px rgba(0, 0, 0, 0.25);
          box-shadow: 2px 2px 12px rgba(0, 0, 0, 0.25);
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
  color: #0E4CDD;
}

.pages__item:hover .pages__footer span {
  opacity: 1;
}

.pages__item:hover .pages__footer svg {
  -webkit-transform: scaleX(1.2);
          transform: scaleX(1.2);
}

@media (max-width: 768px) {
  .pages__item {
    padding: 15px 24px;
  }
}

.pages__title {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  line-height: 24px;
  letter-spacing: 0.02em;
  border-bottom: 1px solid #D2D3D4;
  padding: 0 0 30px 0;
  -webkit-transition: color .1s linear;
  transition: color .1s linear;
}

.pages__footer {
  padding: 30px 0 0 0;
  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;
}

.pages__footer span {
  font-family: 'Roboto';
  font-size: 14px;
  line-height: 20px;
  opacity: 0.6;
  -webkit-transition: all .1s linear;
  transition: all .1s linear;
}

.pages__footer svg {
  width: 26px;
  height: 16px;
  stroke: #D3A52B;
  -webkit-transition: -webkit-transform .1s linear;
  transition: -webkit-transform .1s linear;
  transition: transform .1s linear;
  transition: transform .1s linear, -webkit-transform .1s linear;
}

.all-media {
  padding: 0 0 56px 0;
}

@media (max-width: 375px) {
  .all-media {
    padding: 0 0 40px 0;
  }
}

.all-media .media-item {
  margin: 0;
}

.all-media__body {
  margin: 0 -16px;
}

.all-media__slider {
  max-width: 100%;
  padding: 32px 0;
}

.all-media__slider .slick-list {
  overflow: hidden;
}

.all-media__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 767px) {
  .all-media__row {
    display: block;
  }
}

.all-media__column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding: 0 16px;
  margin: 16px 0;
}

@media (max-width: 767px) {
  .all-media__column {
    margin: 5px 0;
    width: 100%;
  }
}

.filter {
  background: #FFF2DF;
}

.filter__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 48px 0;
}

.filter__row span {
  line-height: 24px;
  letter-spacing: 0.02em;
  margin: 0 16px 0 0;
}

@media (max-width: 767px) {
  .filter__row {
    padding: 30px 0;
    display: block;
  }
}

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

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

.filter__item {
  padding: 0 16px;
}

.filter__item input {
  display: none;
}

.filter__item input:checked + label {
  color: #202229;
}

.filter__item input:checked + label::after {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.filter__item label {
  cursor: pointer;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: 'Roboto';
  line-height: 40px;
  color: rgba(32, 34, 41, 0.6);
  -webkit-transition: color .2s linear;
  transition: color .2s linear;
}

.filter__item label::before {
  content: '';
  display: block;
  width: 24px;
  height: 24px;
  background: #FFFFFF;
  border: 1px solid #D2D3D4;
  -webkit-box-shadow: inset 2px 2px 2px rgba(0, 0, 0, 0.1);
          box-shadow: inset 2px 2px 2px rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  margin: 0 16px 0 0;
}

.filter__item label::after {
  content: '';
  position: absolute;
  top: 15px;
  left: 7px;
  width: 10px;
  height: 10px;
  background: #0EC55D;
  border-radius: 50%;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: -webkit-transform .2s linear;
  transition: -webkit-transform .2s linear;
  transition: transform .2s linear;
  transition: transform .2s linear, -webkit-transform .2s linear;
}

.branches__map {
  position: relative;
  width: 100%;
  height: 480px;
}

/*.branches__map > div {
  position: absolute;
  top: 20%;
  left: 50%;
}

.branches__map > div img {
  width: 48px;
  height: 64px;
}*/

.branches__body {
  padding: 32px 0 40px;
}

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

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

@media (max-width: 1200px) and (min-width: 1025px) {
  .branches__row {
    margin: 0 -10px;
  }
}

@media (max-width: 767px) {
  .branches__row {
    display: block;
  }
}

.branches__column {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 33.333%;
          flex: 0 1 33.333%;
  max-width: 33.333%;
  padding: 0 16px;
  margin: 16px 0;
}

@media (max-width: 1200px) and (min-width: 1025px) {
  .branches__column {
    padding: 0 10px;
  }
}

@media (max-width: 1024px) {
  .branches__column {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
            flex: 0 1 50%;
    max-width: 50%;
  }
}

@media (max-width: 767px) {
  .branches__column {
    margin: 10px 0;
    max-width: 100%;
  }
}

.branches__item {
  background: #FFFFFF;
  padding: 32px;
  border: 1px solid #D2D3D4;
}

@media (max-width: 1200px) and (min-width: 1025px) {
  .branches__item {
    padding: 15px;
  }
}

@media (max-width: 1023px) {
  .branches__item {
    padding: 24px;
  }
}

.branches__title {
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.02em;
  border-bottom: 1px solid #D2D3D4;
  padding: 0 0 30px 0;
}

@media (max-width: 767px) {
  .branches__title {
    font-size: 16px;
    line-height: 25px;
    padding: 0 0 18px 0;
  }
}

.branches__info {
  font-family: 'Roboto';
  font-size: 18px;
  line-height: 28px;
  padding: 19px 0 24px;
}

.branches__info svg {
  stroke: #D3A52B;
}

@media (max-width: 767px) {
  .branches__info {
    font-size: 16px;
    line-height: 25px;
  }
}

.branches__address {
  color: #63656A;
  margin: 0 0 10px 0;
}

.branches__address svg {
  width: 12px;
  height: 16px;
}

.branches__address span {
  padding: 0 0 0 18px;
}

.branches__phone svg {
  fill: none;
  width: 16px;
  height: 16px;
}

.branches__phone span {
  padding: 0 0 0 16px;
}

.branches__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -8px;
}

.branches__btn {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 20px;
  margin: 0 8px;
}

.contacts__body {
  padding: 40px 0 0 0;
}

.contacts__body > .container {
  margin: 0 auto 48px;
}

.contacts h3 {
  margin: 0 0 8px 0;
}

.contacts__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -16px;
}

@media (max-width: 768px) {
  .contacts__row {
    display: block;
  }
}

.contacts__column {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
  padding: 0 16px;
}

.contacts__text {
  font-family: 'Roboto';
  font-size: 18px;
  line-height: 40px;
}

.contacts__text > p {
  display: block;
  color: #63656A;
}

.contacts__text > p span > a {
  color: #202229;
}

.contacts__text > p a {
  white-space: nowrap;
  color: #0E4CDD;
}

@media (max-width: 375px) {
  .contacts__text {
    font-size: 16px;
    line-height: 30px;
  }
}

.contacts__btn {
  padding: 0 25px;
  margin: 24px 0 0 0;
}

@media (max-width: 375px) {
  .contacts__btn {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}


.form-contacts {
  background: #FFF2DF;
  padding: 55px 0;
}

@media (max-width: 500px) {
  .form-contacts {
    padding: 30px 0 40px;
  }
}

.form-contacts__title {
  margin: 0 0 24px 0;
  padding: 0 0 47px 0;
  border-bottom: 1px solid rgba(32, 34, 41, 0.25);
}

@media (max-width: 700px) {
  .form-contacts__title {
    padding: 0 0 20px 0;
    margin: 0 0 30px 0;
  }
}

.form-contacts__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -16px;
}

@media (max-width: 700px) {
  .form-contacts__body {
    display: block;
    margin: 0;
  }
}

.form-contacts__item {
  padding: 0 16px;
  width: 50%;
  margin: 16px 0;
  height: 48px;
}

.form-contacts__item_text {
  width: 100%;
  min-height: 170px;
}

.form-contacts__item_text textarea {
  padding: 10px 24px;
}

@media (max-width: 1024px) {
  .form-contacts__item_text textarea {
    padding: 10px 20px;
  }
}

@media (max-width: 700px) {
  .form-contacts__item {
    margin: 10px 0;
    padding: 0;
    width: 100%;
  }
}

.form-contacts__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  margin: 0 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 32px 0;
}

.form-contacts__bottom label > span,
.form-contacts__bottom > span {
  font-family: 'Roboto';
  font-size: 16px;
  line-height: 24px;
  color: #63656A;
}

@media (max-width: 1023px) {
  .form-contacts__bottom {
    display: block;
  }
}

@media (max-width: 700px) {
  .form-contacts__bottom {
    margin: 0;
    padding: 20px 0 30px;
  }
}

.form-contacts__file {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 32px 0 0;
}

.form-contacts__file input {
  display: none;
}

.form-contacts__file label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  white-space: nowrap;
}

.form-contacts__file label > span {
  padding: 0 0 0 24px;
}

.form-contacts__file label .btn {
  padding: 0 24px;
}

@media (max-width: 1023px) {
  .form-contacts__file {
    padding: 0 0 23px 0;
  }
}

@media (max-width: 500px) {
  .form-contacts__file label > span {
    padding: 0 0 0 15px;
  }
}

@media (max-width: 374px) {
  .form-contacts__file label {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .form-contacts__file label > span {
    padding: 10px 0 0 0;
  }
}

.form-contacts__footer {
  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;
  width: 100%;
  margin: 0 16px;
}

.form-contacts__footer > span {
  font-family: 'Roboto';
  font-size: 18px;
  line-height: 28px;
  padding: 0 32px 0 0;
}

@media (max-width: 768px) {
  .form-contacts__footer {
    display: block;
  }
  .form-contacts__footer > span {
    font-size: 16px;
    line-height: 25px;
  }
}

@media (max-width: 700px) {
  .form-contacts__footer {
    margin: 0;
  }
}

.form-contacts__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -8px;
}

.form-contacts__buttons .btn {
  margin: 0 8px;
  min-width: 160px;
}

@media (max-width: 768px) {
  .form-contacts__buttons {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin: 20px -8px 0;
  }
}

@media (max-width: 700px) {
  .form-contacts__buttons {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .form-contacts__buttons .btn {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
            flex: 0 1 50%;
    max-width: 50%;
    min-width: auto;
  }
}

.form-contacts__submit {
  padding: 0 28px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.form-contacts__reset {
  padding: 0 47px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 500px) {
  .form-contacts__reset {
    padding: 0 28px;
  }
}

.chronology {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  z-index: 3;
  color: #fff;
}

.chronology > .container {
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.chronology__wrapper {
  border-left: 1px solid rgba(255, 255, 255, 0.25);
  height: 100%;
}

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

.chronology__nav {
  height: 64px;
}

.chronology__nav .slick-list {
  overflow-x: visible;
}

.chronology__nav .slick-track {
  border-top: 1px solid rgba(255, 255, 255, 0.25);
}

.chronology__nav .slick-track::after {
  content: 'История продолжается';
  display: block;
  font-size: 16px;
  letter-spacing: 0.02em;
  padding: 15px;
}

.chronology__nav li {
  font-family: 'RussoOne';
  display: block;
  margin: 0;
  position: relative;
  padding: 15px 32px 15px 15px;
  cursor: pointer;
}

.chronology__nav li::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  height: 50%;
  width: 1px;
  background: rgba(255, 255, 255, 0.25);
}

.chronology__nav li::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: #0EC55D;
  opacity: 0;
  -webkit-transition: opacity .2s linear;
  transition: opacity .2s linear;
}

.chronology__nav li.slick-current::before {
  opacity: 1;
}

.chronology__nav li:hover::before {
  opacity: 1;
}

.chronology__year {
  letter-spacing: 0.02em;
}

.chronology__date {
  font-family: 'Roboto';
  font-size: 14px;
  line-height: 20px;
}

.chronology__slider {
  max-width: 100%;
}

.chronology__slider .slick-list {
  overflow: hidden;
  margin: 0 -16px;
}

.chronology__slider .slick-track {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.chronology__slide {
  padding: 0 16px;
  opacity: 1;
  width: 100% !important;
}

.chronology__slide[aria-hidden='true'] {
  opacity: 0;
}

.chronology .chronology__item {
  padding: 80px 0;
}

@media (max-width: 1024px) {
  .chronology .chronology__item {
    padding: 30px 0 40px;
  }
}

@media (max-width: 600px) {
  .chronology .chronology__item {
    padding: 20px 0 30px;
  }
}

.chronology__body {
  overflow-x: hidden;
  overflow-y: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 32px 0 0 0;
  padding: 0 8px 0 47px;
  scrollbar-base-color: #D3A52B;
  scrollbar-track-color: #C0C0C0;
  scrollbar-arrow-color: #C0C0C0;
  scrollbar-shadow-color: #808080;
}

.chronology__body::-webkit-scrollbar {
  border: 1px solid rgba(255, 255, 255, 0.25);
  width: 8px;
}

.chronology__body::-webkit-scrollbar-thumb {
  background: #D3A52B;
  width: 8px;
}

@media (max-width: 1024px) {
  .chronology__body {
    padding: 0 8px 0 40px;
    max-height: 228px;
  }
}

@media (max-width: 768px) {
  .chronology__body {
    display: block;
    max-height: 448px;
  }
}

@media (max-width: 600px) {
  .chronology__body {
    padding: 0 5px 30px 15px;
    max-height: 255px;
  }
  .chronology__body::-webkit-scrollbar, .chronology__body::-webkit-scrollbar-thumb {
    width: 5px;
  }
}

.chronology__btn {
  padding: 0 23px;
  margin: 32px 0 0 0;
}

.chronology__image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 400px;
          flex: 0 0 400px;
  margin: 0 32px 0 0;
}

.chronology__image img {
  max-width: 100%;
}

@media (max-width: 1024px) {
  .chronology__image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 247px;
            flex: 0 0 247px;
  }
}

@media (max-width: 768px) {
  .chronology__image {
    margin: 0 0 28px 0;
    max-width: 280px;
  }
}

@media (max-width: 600px) {
  .chronology__image {
    margin: 0 0 28px 0;
    width: 100%;
    max-width: 100%;
  }
}

.chronology__content {
  max-height: 374px;
  width: 100%;
}

.chronology__content h2 {
  font-size: 80px;
  line-height: 100%;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.chronology__content h2 span {
  padding: 0 0 0 24px;
}

.chronology__content h2::before {
  width: 8px;
  height: 56px;
  position: relative;
  top: 12px;
  margin: 0;
}

@media (max-width: 1280px) {
  .chronology__content h2 {
    font-size: 60px;
  }
}

@media (max-width: 767px) {
  .chronology__content h2 span {
    padding: 0 0 0 16px;
  }
}

.chronology__content p {
  font-family: 'Roboto';
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0.02em;
  margin: 24px 0 0 0;
}

@media (max-width: 1280px) {
  .chronology__content {
    font-size: 18px;
    line-height: 28px;
  }
}

@media (max-width: 1024px) {
  .chronology__content h2 {
    font-size: 48px;
  }
  .chronology__content h2::before {
    height: 40px;
    top: 4px;
  }
  .chronology__content p {
    font-size: 16px;
    line-height: 24px;
  }
}

@media (max-width: 600px) {
  .chronology__content h2 {
    font-size: 25px;
    line-height: 35px;
  }
  .chronology__content h2::before {
    width: 5px;
    height: 20px;
    margin: 0 15px 0 0;
    top: 7px;
  }
}

.chronology__control {
  border-top: 1px solid rgba(255, 255, 255, 0.25);
}

.chronology__control .footer-control__row {
  height: 199px;
  border-left: 1px solid rgba(255, 255, 255, 0.25);
}

.chronology__control .footer-control__row > div {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 25%;
          flex: 0 1 25%;
  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;
  height: 100%;
  -webkit-transition: background .2s linear;
  transition: background .2s linear;
  padding: 0;
  margin: 0;
}

.chronology__control .footer-control__row > div:hover {
  background: #0E4CDD;
}

.chronology__control .footer-control__row > div.slick-disabled, .chronology__control .footer-control__row > div.disabled {
  background: none;
}

.chronology__control .footer-control__row svg {
  stroke: #fff;
}

.chronology__control .footer-control__row .double-arrow {
  border-left: 1px solid rgba(255, 255, 255, 0.25);
}

.chronology__control .footer-control__row .double-arrow::after {
  display: none;
}

.chronology__control .footer-control__row .slide-arrow_prev {
  border-left: 1px solid rgba(255, 255, 255, 0.25);
  border-right: 1px solid rgba(255, 255, 255, 0.25);
}

.chronology__control .footer-control__row .slide-arrow_next {
  border-right: 1px solid rgba(255, 255, 255, 0.25);
}

@media (max-width: 1024px) {
  .chronology__control .footer-control__row {
    height: 119px;
  }
}

@media (max-width: 600px) {
  .chronology__control .footer-control__row {
    height: 59px;
  }
  .chronology__control .footer-control__row .double-arrow svg {
    top: 5px;
  }
}

.footer {
  background: #202229;
}

.footer__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /*-webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;*/
  font-family: 'Roboto';
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding: 44px 0;
}

@media (max-width: 1024px) {
  .footer__main {
    display: block;
    padding: 39px 0 34px;
  }
}

@media (max-width: 767px) {
  .footer__main {
    padding: 39px 0 23px;
  }
}

.footer__counters {
	margin-top: 10px;
}

.footer__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 7px;
}

.footer__logo img {
  width: 80px;
  height: 80px;
}

.footer__logo span {
  max-width: 360px;
  padding: 0 0 0 12px;
  font-size: 14px;
  line-height: 20px;
  color: #A6A7A9;
}

@media (max-width: 1024px) {
  .footer__logo span {
    max-width: 100%;
  }
  .footer__logo img {
    width: 48px;
    height: 48px;
  }
}

@media (max-width: 767px) {
  .footer__logo img {
    width: 40px;
    height: 40px;
  }
}

.footer__info {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 32px;
  color: #A6A7A9;
}

@media (max-width: 1024px) {
  .footer__info {
    margin: 27px 0 0 0;
  }
}

@media (max-width: 767px) {
  .footer__info {
    display: block;
  }
}

.footer__contacts {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
  margin: 0 32px;
}

@media (max-width: 1024px) {
  .footer__contacts {
    margin: 0 32px 0 0;
  }
}

@media (max-width: 768px) {
  .footer__contacts {
    font-size: 14px;
  }
}

.footer__phone {
  color: #FFFFFF;
}

.footer__email {
  color: #D3A52B;
}

.footer__email:hover {
  text-decoration: underline;
}

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

@media (max-width: 768px) {
  .footer__copyright {
    font-size: 14px;
  }
}

.footer__politics {
  color: #D3A52B;
}

.footer__politics:hover {
  text-decoration: underline;
}

.footer__author {
  color: #FFFFFF;
}

.menu-footer {
  height: 64px;
  max-width: 1225px;
  padding: 0 15px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 767px) {
  .menu-footer {
    height: auto;
    padding: 23px 0;
  }
}

.menu-footer__list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 -10px;
}

.menu-footer__list li {
  padding: 0 10px;
  list-style-image: none;
}

@media (max-width: 900px) {
  .menu-footer__list {
    margin: 0 -5px;
  }
  .menu-footer__list li {
    padding: 0 5px;
  }
}

@media (max-width: 767px) {
  .menu-footer__list {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .menu-footer__list li {
    max-width: 50%;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
            flex: 0 1 50%;
    margin: 7.5px 0;
  }
}

.menu-footer__link {
  white-space: nowrap;
  font-size: 13px;
  line-height: 24px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #fff;
  -webkit-transition: color .2s linear;
  transition: color .2s linear;
}

.menu-footer__link:hover {
  color: #D3A52B;
}

@media (max-width: 768px) {
  .menu-footer__link {
    font-size: 12px;
  }
}

/*.contacts {
  padding: 56px 0;
}

.contacts__body {
  overflow: hidden;
}*/

.contacts__body table td {
  font-family: "Roboto";
  font-weight: 400;
}

.contacts__body thead tr::after {
  width: 100%;
  left: 0;
}

.contacts__line {
  margin: 8px 0;
}

.contacts__item {
  cursor: pointer;
  position: relative;
  height: 56px;
  padding: 0 48px 0 24px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Roboto";
  font-weight: 700;
  font-size: 18px;
  color: #FFFFFF;
}

.contacts__item._active {
  border-bottom: none;
}

.contacts__item._active .contacts__button::after {
  -webkit-transform: translateY(-50%) rotate(0);
  -ms-transform: translateY(-50%) rotate(0);
  transform: translateY(-50%) rotate(0);
}

.contacts__item_top {
  background: #004C50;
}

.contacts__item_bottom {
  background: #55A4B4;
  border-bottom: 1px solid #c1c0ba;
}

.contacts__button {
  position: absolute;
  top: 50%;
  right: 24px;
  width: 24px;
  height: 24px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.contacts__button::before,
.contacts__button::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  background: #fff;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: -webkit-transform 0.2s linear;
  transition: -webkit-transform 0.2s linear;
  -o-transition: transform 0.2s linear;
  transition: transform 0.2s linear;
  transition: transform 0.2s linear, -webkit-transform 0.2s linear;
}

.contacts__button::after {
  -webkit-transform: translateY(-50%) rotate(90deg);
  -ms-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
}

.contacts__dropdown {
  display: none;
}

.contacts__dropdown table {
  margin: 0;
}

.contacts__dropdown .dragscroll > span {
  padding: 5px 24px;
  display: block;
}

.contacts__dropdown .dragscroll::-webkit-scrollbar {
  border-radius: 0;
}

.contacts__dropdown .dragscroll::-webkit-scrollbar-thumb {
  border-radius: 0;
}
