html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
progress {
  vertical-align: baseline;
}
template,
[hidden] {
  display: none;
}
a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
a:active,
a:hover {
  outline-width: 0;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: inherit;
  font-weight: bolder;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background-color: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
svg:not(:root) {
  overflow: hidden;
}
code,
kbd,
pre,
samp {
  font-family: monospace,monospace;
  font-size: 1em;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
button,
input,
select,
textarea {
  font: inherit;
  margin: 0;
}
optgroup {
  font-weight: 700;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
/*normalize css */
p,
figure,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none;
}
body {
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  color: #000000;
  font-size: 16px;
}
p {
  color: #000000;
  line-height: 2.2;
  font-size: 16px;
  margin-bottom: 25px;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Regular.eot');
  src: local('☺'), url('../fonts/Montserrat-Regular.woff') format('woff'), url('../fonts/Montserrat-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Bold.eot');
  src: local('☺'), url('../fonts/Montserrat-Bold.woff') format('woff'), url('../fonts/Montserrat-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Medium.eot');
  src: local('☺'), url('../fonts/Montserrat-Medium.woff') format('woff'), url('../fonts/Montserrat-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-SemiBold.eot');
  src: local('☺'), url('../fonts/Montserrat-SemiBold.woff') format('woff'), url('../fonts/Montserrat-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
}
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  outline: none;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
/* Slick theme */
.slick-loading .slick-list {
  background: #fff url(../img/ajax-loader.gif) center center no-repeat;
}
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev {
  left: 0px;
}
.slick-prev[dir="rtl"] {
  left: auto;
  right: 0px;
}
.slick-next {
  right: 0px;
}
.slick-next[dir="rtl"] {
  left: 0px;
  right: auto;
}
/* Dots */
.slick-dotted .slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
  outline: none;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}
/*begin general styles*/
* {
  box-sizing: border-box;
}
a,
button,
input,
textarea,
.js-svg {
  -webkit-transition: background .2s, border .2s, color .2s;
  -o-transition: background .2s, border .2s, color .2s;
  transition: background .2s, border .2s, color .2s;
}
a[href^=tel] {
  color: inherit;
  text-decoration: none;
}
html,
body {
  height: 100%;
  background: #Fff;
}
.clearfix:after {
  content: "";
  clear: both;
  display: block;
}
body.kz {
  font-family: "Arial";
}
.alert {
  position: fixed;
  top: 0px;
  left: 0;
  right: 0;
  z-index: 999;
  height: 0;
  overflow: hidden;
  background-color: #0000001a;
}
.alert .container {
  position: relative;
}
.alert--active {
  height: auto;
  bottom: 0;
}
.message {
  background-color: #0f9ddb;
  border-radius: 5px;
  border: 2px solid #fff;
  color: #fff;
  line-height: 20px;
  padding: 0 20px;
  padding: 12px 30px 12px 12px;
  font-size: 17px;
  margin: 20px auto 0 auto;
}
.my-alert__close {
  position: absolute;
  top: 50%;
  margin-top: -8px;
  right: 20px;
  width: 20px;
  height: 20px;
  background-size: 18px;
  background-repeat: no-repeat;
  cursor: pointer;
  background-image: url(../img/close.svg);
}
.message#badMessage {
  background-color: #f13b3b;
}
.container {
  width: 1120px;
  margin: 0 auto;
}
.page {
  padding-left: 162px;
}
.header {
  width: 162px;
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  background: #FFFFFF;
  box-shadow: 0px 4px 40px rgba(119, 119, 119, 0.15);
}
.logo {
  margin: 0 auto 10px;
  display: block;
  text-align: center;
}
.select {
  width: 100%;
  position: relative;
  text-align: center;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 15px 0;
  margin-bottom: 65px;
}
.select-block {
  background-color: #420c15;
  position: absolute;
  top: 47px;
  left: 0;
  right: 0;
  overflow-y: hidden;
  height: 0px;
  z-index: 3;
  text-align: left;
}
.select--active .select-block {
  /* padding-top: 25px; */
  height: auto;
}
.select-heading {
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.4);
  background-image: url(../img/arrow-down.svg);
  display: inline-block;
  padding-right: 18px;
  background-repeat: no-repeat;
  background-position: right center;
}
.select-heading img {
  margin-right: 14px;
}
.select-list li a {
  color: #fff;
  font-weight: 600;
  z-index: 9;
  padding: 8px 15px;
  display: block;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #4f4f4f;
}
.select-list li a img {
  margin-right: 14px;
}
.first-block {
    height: auto;
    background-size: cover;
    display: flex;
    align-items: center;
    padding: 50px 0;
}
.first-title {
  font-weight: bold;
  font-size: 48px;
  line-height: 74px;
  color: #FFFFFF;
  margin-bottom: 24px;
}
.small-title {
  font-size: 16px;
  line-height: 24px;
  color: #E0E0E0;
  margin-bottom: 48px;
}
.btn {
  padding: 27px 72px;
  font-weight: 800;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #6A1120;
  background: #fff;
  display: inline-block;
  outline: none;
  position: relative;
  z-index: 1;
}
.btn:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #6A1120;
  width: 0;
  z-index: -1;
  transition: all 0.7s ease-in-out;
}
.btn:hover {
  color: #fff;
}
.btn:hover:before {
  width: 100%;
}
.section {
  padding: 70px 0;
}
.title {
  font-weight: bold;
  font-size: 32px;
  line-height: 74px;
  color: #6A1120;
  margin-bottom: 40px;
}
.news-card-block {
  width: 54%;
  padding-right: 24px;
  display: flex;
  flex-wrap: wrap;
}
.news-list {
  font-size: 0;
  margin-right: -24px;
  margin-bottom: 40px;
}
.news-list li {
    width: 50%;
    display: inline-block;
    margin-bottom: 24px;
    vertical-align: top;
}
.news-index-block {
  display: flex;
  justify-content: space-between;
}
.nav.menu--active {
  transform: translateX(0);
}
.first-block.second-page {
  height: 270px;
}
.breadcrumbs {
  font-size: 0;
  font-size: 16px;
  line-height: 1.5;
  color: #EDE9E9;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.breadcrumbs li {
  display: inline-block;
  margin-right: 7px;
}
.breadcrumbs li a {
  color: #EDE9E9;
  margin-right: 5px;
}
.news-list.news-list-three li {
  width: 33.33%;
}
.title-page {
  font-weight: bold;
  font-size: 40px;
  line-height: 1.6;
  text-transform: uppercase;
  color: #FFFFFF;
}
.nav {
    position: fixed;
    width: 50%;
    max-width: 652px;
    background: #fff;
    bottom: 0;
    top: 0;
    left: 0;
    z-index: 4;
    padding: 90px 82px;
    transform: translateX(-100%);
    transition: transform 0.7s ease-in-out;
}
.nav a {
  font-weight: 800;
  font-size: 24px;
  line-height: 1.4;
  text-transform: uppercase;
  color: #461417;
  position: relative;
  display: inline-block;
}
.nav a:hover:after,
.nav a.active:after {
  left: 0;
  right: 0;
}
.nav a:after {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  right: 50%;
  z-index: 2;
  bottom: -5px;
  background: #461417;
  height: 3px;
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: 0.2s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.nav li {
  margin-bottom: 30px;
}
.nav li:last-child {
  margin-bottom: 0;
}
.nav-close {
  width: 80px;
  height: 80px;
  position: absolute;
  right: 50px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 50px;
}
.nav-close svg {
  width: 40px;
  height: 40px;
}
.nav-close:hover {
  background: #461417;
  cursor: pointer;
}
.nav-close:hover svg path {
  stroke: #fff;
}
.static-page img {
    box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.25);
    margin-bottom: 50px;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.news-second-page-img {
    height: 350px;
    margin-bottom: 20px;
}
.news-second-page__text {
    color: #d3d3d3;
    margin-bottom: 40px;
}
.news-list-block {
  width: 46%;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
}
.news-list-block .news-list li {
  width: 100%;
  border-bottom: 3px solid #6A1120;
  overflow: hidden;
  padding-bottom: 24px;
}
.news-item {
  margin-right: 24px;
}
.news-item__img {
  box-shadow: 0px 4px 40px rgba(114, 104, 104, 0.25);
  height: 160px;
  overflow: hidden;
  display: block;
  margin-bottom: 25px;
}
.news-item__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.7s ease-in-out;
}
.news-item__img:hover img {
  transform: scale(1.2);
}
.news-item__date {
  font-weight: 600;
  font-size: 16px;
  line-height: 16px;
  color: #461417;
  margin-bottom: 15px;
}
.news-item__des {
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  color: #303030;
  display: block;
  margin-bottom: 15px;
}
.read-more {
  display: inline-block;
  padding-right: 33px;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #6A1120;
  position: relative;
}
.read-more:after {
  content: '';
  width: 20px;
  height: 20px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  background-image: url(../img/ic-arrow-right.svg);
  transition: right 0.7s ease-in-out;
}
.read-more:hover:after {
  right: 10px;
}
.mob-start {
  width: 93px;
  height: 93px;
  right: 0;
  cursor: pointer;
  order: 0;
  position: relative;
  display: block;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  display: flex;
  /* align-items: center; */
  /* justify-content: center; */
  margin: 0 auto 65px;
}
.mob-start span {
  position: absolute;
  left: 28px;
  width: 40px;
  height: 4px;
  display: block;
  background-color: #6A1120;
  border: 1px solid #6A1120;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.mob-start .menu1 {
  top: 30px;
  /* transform: translateY(-50%); */
}
.mob-start .menu2 {
  top: 43px;
}
.mob-start .menu3 {
  top: 55px;
}
.mob-start:hover .menu1 {
  top: 34px;
}
.mob-start:hover .menu3 {
  top: 52px;
}
.mob-start--active .menu2 {
  left: -20px;
  opacity: 0;
}
.mob-start--active .menu1,
.mob-start--active:hover .menu1 {
  top: 43px;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}
.mob-start--active .menu3,
.mob-start--active:hover .menu3 {
  top: 43px;
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.soc-seti {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.soc-seti a {
  display: inline-block;
  margin-bottom: 35px;
}
.footer {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding: 36px 0;
}
.footer .container {
  font-weight: bold;
  font-size: 14px;
  line-height: 2;
  text-transform: uppercase;
  color: #461417;
  display: flex;
  justify-content: space-between;
}
.contact-block {
    display: flex;
}
.contact-text {
    width: 50%;
    padding: 40px;
    border-left: 4px solid #6A1120;
}
.contact-item {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #000000;
    padding-left: 50px;
    background-repeat: no-repeat;
    background-position: left center;
    min-height: 33px;
    margin-bottom: 40px;
}
.contact-title {
    font-weight: bold;
    font-size: 16px;
    line-height: 32px;
    color: #461417;
    margin-bottom: 55px;
}
.contact-map {
    width: 50%;
}
.first-block.first-scale {
    position: relative;
    overflow: hidden;
}
.first-block.first-scale  .container {
    z-index: 2;
    position: relative;
}
@-webkit-keyframes expandBg {
0% {
-webkit-transform:scale(1);
transform:scale(1)
}
to {
-webkit-transform:scale(1.2);
transform:scale(1.2)
}
}
@keyframes expandBg {
0% {
-webkit-transform:scale(1);
transform:scale(1)
}
to {
-webkit-transform:scale(1.2);
transform:scale(1.2)
}
}
.first-scale-img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: cover;
        -webkit-animation: expandBg 10s linear;
    animation: expandBg 10s linear;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
.first-scale-img.active {
    transform: scale(1);
}
.btn-radius {
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  border-radius: 50px;
  display: block;
  padding: 25px 40px;
  font-weight: 600;
  font-size: 14px;
  line-height: 14px;
  color: #461417;
  text-align: center;
  margin-top: auto;
  width: 100%;
  z-index: 1;
  position: relative;
  overflow: hidden;
}
.btn-radius:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #6A1120;
  width: 0;
  z-index: -1;
  transition: all 0.7s ease-in-out;
}
.btn-radius:hover {
  color: #fff;
}
.btn-radius:hover:before {
  width: 100%;
}
.first-block.second-page.white-page {
  height: auto;
  padding: 60px 0 20px;
}
.first-block.second-page.white-page .breadcrumbs {
  color: #000;
  margin-bottom: 40px;
}
.first-block.second-page.white-page .breadcrumbs a {
  color: #000;
}
.static-page {
  padding-bottom: 40px;
}
.static-page img {
    box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.25);
    margin-bottom: 50px;
    display: block;
    width: 100%;
    float: left;
    margin-right: 30px;
    margin-bottom: 20px;
}
.title-news {
  font-weight: bold;
  font-size: 32px;
  line-height: 48px;
  color: #6A1120;
  margin-bottom: 40px;
}
.about-text {
  width: 63%;
}
.about-pre {
  margin-right: -50px;
  font-size: 0;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 45px;
}
.about-pre li {
  display: inline-block;
  width: 50%;
  margin-bottom: 25px;
}
.about-pre__item {
  margin-right: 50px;
  height: 100%;
}
.about-pre__title {
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  color: #6A1120;
  position: relative;
  padding-left: 40px;
  margin-bottom: 5px;
}
.about-pre__title:before {
  content: '';
  width: 23px;
  height: 3px;
  background: #6A1120;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.about-pre__text {
  font-size: 14px;
  line-height: 24px;
  color: #000000;
}
.citac-block {
  display: flex;
  justify-content: space-between;
  padding-right: 80px;
  margin-bottom: 60px;
}
.citat-text {
  background: #FFFFFF;
  box-shadow: 0px 4px 40px rgba(223, 211, 211, 0.25);
  width: 65%;
  padding: 20px 28px;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  color: #000000;
  position: relative;
}
.citat-text:before {
  content: '';
  width: 3px;
  background-color: #6A1120;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: block;
}
.citat-title {
  background: #6A1120;
  width: 33.5%;
  font-weight: 800;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
}
.citac-block.citac-block--full {
  padding-right: 0;
}
.citac-block.citac-block--full .citat-text {
  width: 100%;
  padding-right: 60px;
  font-size: 16px;
  font-weight: normal;
}
.regulations-item {
  position: relative;
  padding-left: 80px;
  padding-bottom: 20px;
  margin-bottom: 40px;
  border-bottom: 1px solid rgba(70, 20, 23, 0.2);
}
.regulations > div:last-child {
  border: none;
}
.regulations-item__nubmer {
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  color: #FFFFFF;
  width: 48px;
  height: 48px;
  position: absolute;
  left: 0;
  background: #6A1120;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  overflow: hidden;
  top: 0;
}
.regulations-item__text {
  font-weight: 600;
  font-size: 16px;
  line-height: 32px;
  color: #000000;
  margin-bottom: 15px;
  min-height: 48px;
  display: flex;
  align-items: center;
}
.form {
  overflow: hidden;
  border-bottom: 1px solid rgba(70, 20, 23, 0.2);
  margin-bottom: 30px;
}
.form-top {
  margin-bottom: 30px;
}
.mail-item {
  font-weight: 600;
  font-size: 16px;
  line-height: 32px;
  color: #6A1120;
}
.btn-docs {
  padding: 12px 20px 12px 67px;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.8;
  color: #461417;
  border: 1px solid rgba(0, 0, 0, 0.1);
  display: inline-block;
  position: relative;
}
.btn-docs:before {
  content: '';
  width: 30px;
  height: 30px;
  background-image: url(../img/docs-icon.svg);
  background-repeat: no-repeat;
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.btn-docs:hover {
  color: #FFFFFF;
  background: #6A1120;
}
.btn-docs:hover:before {
  background-image: url(../img/docs-icon-white.svg);
}
.input {
  border: 1px solid rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
  width: 288px;
  margin-right: 24px;
  height: 60px;
  font-size: 14px;
  line-height: 20px;
  color: #000000;
  text-indent: 30px;
}
.button {
  font-weight: bold;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #FFFFFF;
  background: #6A1120;
  padding: 24px 96px;
  border: none;
}
.button:hover {
  background: #4d2028;
}
@media (max-width: 1200px) {
  .container {
    width: 700px;
  }
  .form-top {
    justify-content: space-between;
    display: flex;
    flex-wrap: wrap;
  }
  .input {
    width: 48%;
    margin-right: 0;
    margin-bottom: 24px;
  }
  .button {
    padding: 24px 0px;
    width: 48%;
  }
  .about-text {
    width: 100%;
  }
  .header {
    width: 100px;
  }
  .news-list.news-list-three li {
    width: 50%;
  }
  .page {
    padding-left: 100px;
  }
  .logo img {
    width: 100%;
  }
  .nav a {
    font-size: 20px;
  }
  .mob-start {
    width: 60px;
    height: 60px;
  }
  .mob-start span {
    left: 17px;
    width: 25px;
    height: 2px;
  }
  .mob-start .menu1 {
    top: 20px;
  }
  .mob-start .menu2 {
    top: 28px;
  }
  .mob-start .menu3 {
    top: 35px;
  }
  .title {
    font-size: 22px;
    line-height: 1.5;
    margin-bottom: 20px;
  }
  .first-title {
    font-size: 38px;
    line-height: 1.5;
  }
  .news-card-block {
    width: 64%;
  }
  .news-list-block {
    width: 36%;
  }
}
@media (max-width: 900px) {
    .citat-text {
    width: 60%;
}
.citat-title {
    width: 39.5%;
    font-size: 14px;
}
  .section {
    padding: 40px 0;
  }
  .first-block.second-page {
    height: auto;
  }
  .title-page {
    font-size: 32px;
  }
  .title-news {
    font-size: 20px;
    line-height: 2;
    margin-bottom: 20px;
  }
  .citac-block {
    padding-right: 0;
    margin-bottom: 40px;
  }
  .first-block.second-page.white-page {
    padding: 40px 0 20px;
  }
  .first-block.second-page.white-page .breadcrumbs {
    margin-bottom: 20px;
  }
  .page-content {
    overflow: hidden;
  }
  .container {
    width: 600px;
  }
  .contact-block {
      flex-wrap: wrap;
  }
  .contact-text {
      width: 100%;
  }
  .contact-map {
    width: 100%;
  }
  .news-index-block {
    flex-wrap: wrap;
  }
  .news-card-block {
    width: 100%;
    margin-bottom: 55px;
  }
  .news-list-block {
    width: 100%;
  }
  .header {
    width: auto;
    right: 0;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 30px;
    bottom: auto;
    z-index: 3;
  }
  .logo {
    margin: 0;
    display: block;
    text-align: center;
    order: 1;
    margin: auto;
    height: 100px;
    transform: translateX(-30px);
  }
  .logo img {
    height: 100%;
  }
  .lang-select {
    display: none;
    order: 2;
    position: absolute;
    right: 30px;
    bottom: 10px;
  }
  .select {
    margin-bottom: 0;
    border: none;
  }
  .mob-start {
    width: 60px;
    height: 60px;
    order: 0;
    margin: 0;
    /* margin-left: auto; */
    /* margin: auto; */
  }
  .soc-seti {
    flex-direction: row;
    order: 3;
    position: absolute;
    top: 20px;
    left: auto;
    right: 30px;
  }
  .select-block {
    top: 58px;
    width: 71px;
    font-size: 14px;
  }
  .page {
    padding-left: 0;
    padding-top: 100px;
  }
  .first-block {
    height: auto;
    padding: 30px 0;
  }
  .first-title {
    font-size: 28px;
    line-height: 1.5;
  }
  .soc-seti a {
    display: inline-block;
    margin-bottom: 0;
    margin-left: 20px;
  }
  .mob-start:hover .menu1 {
    top: 23px;
  }
  .mob-start:hover .menu3 {
    top: 33px;
  }
  .nav {
    position: fixed;
    width: 100%;
    max-width: none;
    background: #fff;
    bottom: 0;
    top: 0;
    left: 0;
    z-index: 4;
    padding: 0 82px;
    transform: translateX(-100%);
    transition: transform 0.7s ease-in-out;
    display: flex;
    align-items: center;
  }
  .nav-close {
    width: 60px;
    height: 60px;
    right: 30px;
    top: 30px;
  }
  .nav-close svg {
    width: 30px;
    height: 30px;
  }
  .btn {
    padding: 20px 42px;
    font-size: 14px;
    line-height: 20px;
  }
}
@media (max-width: 640px) {
    .citac-block {
        padding-right: 0;
        margin-bottom: 40px;
        flex-wrap: wrap;
    }
    .citat-text {
    width: 100%;
}
.citat-title {
    width: 100%;
    padding: 40px 0;
}
  .about-pre li {
    width: 100%;
  }
  .container {
    width: 500px;
  }
  .regulations-item__text {
    font-size: 14px;
    line-height: 28px;
  }
  .regulations-item__text br {
    display: none;
  }
  .citac-block.citac-block--full .citat-text {
    padding-right: 0;
    font-size: 14px;
  }
  .contact-title {
    margin-bottom: 35px;
  }
  .contact-item {
      margin-bottom: 20px;
      padding-left: 29px;
      background-repeat: no-repeat;
      background-position: left top;
  }
}
@media (max-width: 540px) {
  .first-title {
      font-size: 20px;
      line-height: 1.5;
  }
	.static-page img {
		width:100%!important;
		margin-right:0;
	}
	.soc-seti a {
    margin-left: 10px;
}
	.logo {
    transform: translateX(-50px);
}
  .contact-text {
    padding: 20px;
    border-left: 2px solid #6A1120;
  }
	.breadcrumbs {
		flex-wrap: wrap;
	}
  .title-page {
    font-size: 28px;
  }
  .news-list.news-list-three li {
    width: 100%;
  }
  .container {
    width: auto;
    padding: 0 30px;
  }
  .news-list li {
    width: 100%;
  }
  .footer {
    padding: 20px 0;
  }
  .footer .container {
      flex-wrap: wrap;
      justify-content: center;
      text-align: center;
  }
  .btn-radius {
    padding: 20px 40px;
  }
  .input {
    width: 100%;
  }
  .button {
    width: 100%;
  }
}
