@import url(https://fonts.googleapis.com/css2?family=Roboto&display=swap);

.d-none {
    display: none;
}

html {
    height: 100%;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

html.special *:not(i):not(.search):not(.breadcrumbs__item):not(.next):not(.prev)::before, 
html.special *:not(i):not(.search):not(.breadcrumbs__item):not(.next):not(.prev)::after {
    content: none !important;
}

body {
    margin: 0
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: bolder
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

img[src=""] {
    display: none;
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,
input {
    overflow: visible
}

input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active  {
    -webkit-transition-delay: 9999s !important;
    -webkit-transition: color 9999s ease-out, background-color 9999s ease-out !important;
}

button,
select {
    text-transform: none
}

[type=button],
[type=reset],
[type=submit],
button {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox],
[type=radio] {
    -webkit-box-sizing: border-box;
    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-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

template {
    display: none
}

[hidden] {
    display: none
}

* {
    padding: 0;
    margin: 0;
    list-style-type: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.d-flex {
    display: -ms-flexbox;
    display: flex
}

.flex-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.mb-3 {
    margin-bottom: 1rem
}

.h-100 {
    height: 100%;
}

body {
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    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;
}

body > header, body > footer, body > section.top {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

body > main {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
}

.no-events {
    pointer-events: none;
}

.container {
    margin: 0 auto;
    max-width: 1680px;
    position: relative;
    padding: 0 15px;
    height: 100%
}

img {
    max-width: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

a {
    text-decoration: none;
    cursor: pointer;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}
.header{
	 /*background: rgb(19, 58, 67,0.5 );
    padding: 0 20px;*/
}
.header,
.header-left,
.header-right {
	   
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 25px;
    border-bottom: 1px solid #68737a
}
.header-left,
.header-right {
    border: none;
    padding: 0;
}

.header--drop {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 555;
    background: #1f242a;
    padding: 25px 0;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%)
}

.header--drop.active {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

html.special .header.header--drop.active {
    -webkit-transform: translateY(55px);
    -ms-transform: translateY(55px);
    transform: translateY(55px)
}

.header--drop .container {
    width: 100%
}

.header--drop .logo img {
    width: 60px
}

.header--drop .search input {
    background-color: transparent;
    border-color: transparent;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.header--drop .search input:active,
.header--drop .search input:focus {
    border-bottom: 1px solid #fff
}

.header--drop .languages__sub {
    background: rgba(0, 0, 0, .3)
}

.header--drop .logo--h,
.header--drop .version {
    font-size: 20px
}

.header--drop .phone {
    font-size: 16px
}

.header-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.header-social {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.header-social__item {
    margin: 0 10px
}

.header-social__link {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    transition: transform 0.2s ease-in-out;
}
.header-social__link:hover{
    transform: scale(1.1);
}
/*hovers*/
.header .phone:hover{
    color: #a91c21;
}
.innerPage .header {
    padding-bottom: 15px;
    margin-bottom: 20px
}

.top {
	position: relative;
    background: url(../img/header_banner-new.jpg) no-repeat center/cover;
    background-position-y: 50%;
    padding: 25px 0 0 115px;
    width: 100%
}
.top::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	/*background: linear-gradient(to bottom,rgba(0, 0, 0, 0.4),rgba(0, 0, 0, 0.4));*/
	
}
.top-banner__image {
    max-width: 550px;
    margin: 25px auto;
    display: block;
}

.top-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: start;
    -ms-flex-align: start;
    align-items: start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.top-row--main {
    padding-top: 30px;
    padding-bottom: 30px;
}

.top-name {
    position: relative;
    font: 48px "Futura PT Book", sans-serif;
    color: #fff;
    padding-left: 105px;
    margin-bottom: 43px
}

.top-name::before {
    content: '';
    display: inline-block;
    position: absolute;
    left: 0;
    top: 50%;
    width: 72px;
    height: 2px;
    background: #a91c21;
    -webkit-border-radius: 5px;
    border-radius: 5px
}

.top-column--inner {
    padding-left: 190px;
	padding-bottom: 35px;
}

.top-alert {
    /* max-width: 715px; */
    width: 100%;
    background: rgba(0, 0, 0, 0.3);
    border: 5px solid rgba(255, 0, 0, 0.3);
    padding: 0 1rem;
    /* min-height: 560px; */
}
.top-alert p {
    position: relative;
    margin-bottom: 20px;
    font: 22px "Futura PT Book", sans-serif;
    color: #fff;
    padding: 10px;
    text-align: center;
}
.top-alert span {
    font-weight: 800;
}

.top-slider {
    max-width: 715px;
    width: 100%;
    background: rgba(0, 0, 0, 0.3);
    border: 5px solid rgba(255, 255, 255, .3);
    padding: 0 1rem;
    min-height: 560px;
}

.top-slider__btns,
.top-slider__controls {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.top-slider__controls {
    margin-top: 20px
}

.top-slider__btns {
    margin-right: 70px
}

.top-slider .swiper-pagination {
    position: static
}

.top-slider .swiper-pagination-bullet {
    background: rgba(196, 196, 196, .4);
    width: 10px;
    height: 10px;
    opacity: 1;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    cursor: pointer;
    outline: 0;
    margin-right: 30px
}

.top-slider .swiper-pagination-bullet:last-of-type {
    margin-right: 0
}

.top-slider .swiper-pagination-bullet-active {
    background: #a91c21
}

.top-slider .faq-request {
    max-width: 200px;
    width: 100%;
    padding: 0 25px 0 20px
}

.top-slider .faq-request span {
    padding: 10px 0 10px 25px
}
/*.faq-request:hover{
    opacity: 0.7;
}*/
.top-form {
    /*position: relative;*/
    border: 5px solid rgba(255, 255, 255, .3);
    padding: 30px 55px;
    max-width: 640px;
    width: 100%;
    min-height: 560px;
    /*margin-top: 50px;*/
    background: rgba(0, 0, 0, 0.3);
    z-index: 10;
}

.top-form__header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.top-form__right {
    max-width: 135px;
    width: 100%
}

.top-form__left {
    margin-right: 25px
}

.top-form__name {
    font: 30px/44px "Futura PT Book", sans-serif;
    color: #fff;
    margin-bottom: 8px
}

.top-form__link {
    font: 24px "Futura PT Book", sans-serif;
    color: #fff;
    display: inline-block;
    border-bottom: 1px solid #a91c21;
    padding-bottom: 5px;
    margin-bottom: 15px
}

.top-form__item {
    background: rgba(255, 255, 255, .4);
    border: 1px solid #b7b7b7;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 11px;
    font: 18px "Futura PT Book", sans-serif;
    color: #fff;
    margin-bottom: 15px;
    position: relative;
    box-shadow: inset 0 0 5px #000, 0 0 5px #fff;
    transition: box-shadow .3s;
}

.top-form__item:hover {
    box-shadow: inset 0 0 10px #000, 0 0 0 #fff;
}

.top-form__item:hover .top-form__tooltip {
    opacity: 1;
    visibility: visible
}

.top-form__tooltip {
    font: 18px/23px "Futura PT Book", sans-serif;
    color: #fff;
    padding: 10px 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    right: -webkit-calc(100% + 40px);
    right: calc(100% + 40px);
    z-index: 9;
    position: absolute;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    opacity: 0;
    visibility: hidden;
    background: rgba(255,255,255,.4);
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    top: 0;
}

.top-form__tooltip p {
    white-space: nowrap;
}

.top-form__tooltip:after {
    left: 100%;
    top: 20px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
    border-left-color: rgba(255,255,255,.4);
    border-width: 8px;
    margin-top: -8px;
}

/* .top-form__tooltip::before {
    content: url(../img/block.svg);
    position: absolute;
    left: 0;
    top: 0;
} */

.top-form__tooltip img,
.top-form__tooltip svg {
    position: absolute;
    /* height: 100%; */
    right: 90px;
}

.top-form__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.top-form__list li {
    -webkit-flex-basis: 32%;
    -ms-flex-preferred-size: 32%;
    flex-basis: 32%
}

.top-form__list a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: rgba(255, 255, 255, .3);
    border: 1px solid #b7b7b7;
    padding: 11px
}
.top-form__list a:hover{
    background: rgba(255, 255, 255, .6);
}
.top-form__list img {
    max-width: 26px
}

.next,
.prev {
    background: rgba(255, 255, 255, .6);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    outline: 0;
    padding: 15px 20px;
    border: none;
    position: relative;
    width: 50px;
    height: 46px;
}

.next::before {
    content: url(/img/next.svg);
    position: absolute;
    top: 50%;
    margin-top: -9px;
}

html.special-color-2 .next::before {
    content: url('/img/next2.svg')
}

html.special-color-2 .prev::before {
    content: url('/img/prev2.svg')
}

.prev::before {
    content: url(/img/prev.svg);
    position: absolute;
    top: 50%;
    margin-top: -9px;
}

.prev {
    border-right: 1px solid #cecece
}

.top-slider__date {
    margin-bottom: 36px;
    padding-top: 15px;
    position: relative
}

.top-slider__date::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    background: #a91c21;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    width: 85px;
    height: 3px
}

.top-slider__date__num {
    font: 24px "Futura PT Book", sans-serif;
    color: #fff
}

.top-slider__date__month {
    font: 18px "Futura PT Book", sans-serif;
    color: #fff
}

.top-slider__name {
    position: relative;
    margin-bottom: 20px;
    font: 40px "Futura PT Book", sans-serif;
    color: #fff;
    padding: 10px;
}
/*.top-slider__name:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom,transparent,#00000061,transparent);
    /*filter: blur(5px);*/
    z-index: -1;
}*/
.top-slider__desc{
    padding: 10px;
}
.top-slider__desc,
.top-slider__desc p {
    position: relative;
    font: 20px/31px "Futura PT Book", sans-serif;
    color: #fff;
    /*text-indent: 10px;*/
    
    margin-bottom: 25px;
    
    
}
.top-slider__desc br{
    display: none;
}
.top-slider__desc:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom,transparent,#00000061,transparent);
    /*filter: blur(5px);*/
    z-index: -1;
}
 .top-slider .anons__author-block{
        position: relative;
        text-align: right;
        color: #fff;
        font: 18px/31px "Futura PT Book", sans-serif;
    }
    .top-slider .anons__author-block span.dosaev{
        display: inline-block;
        margin: 0 5px;
        font-weight: 700;
        font-size: 20px;
        font: 18px/31px "Futura PT Book", sans-serif;
    }

    /* //-----------------// */
    .tab-wrap {
        transition: 0.3s box-shadow ease;
        /* border-radius: 6px; */
        max-width: 100%;
        display: flex;
        flex-wrap: wrap;
        position: relative;
        list-style: none;
        /* background-color: #fff; */
        margin: -40px 0;
      }
      .tab-wrap:hover {
      
      }
      
      .tab {
        display: none;
      }
      .tab:checked:nth-of-type(1) ~ .tab__content:nth-of-type(1) {
        opacity: 1;
        transition: 0.5s opacity ease-in, 0.8s transform ease;
        position: relative;
        top: 0;
        z-index: 100;
        transform: translateY(0px);
        margin-top: 20px;
    
      }
      .tab:checked:nth-of-type(2) ~ .tab__content:nth-of-type(2) {
        opacity: 1;
        transition: 0.5s opacity ease-in, 0.8s transform ease;
        position: relative;
        top: 0;
        z-index: 100;
        transform: translateY(0px);
    
      }
      .tab:checked:nth-of-type(3) ~ .tab__content:nth-of-type(3) {
        opacity: 1;
        transition: 0.5s opacity ease-in, 0.8s transform ease;
        position: relative;
        top: 0;
        z-index: 100;
        transform: translateY(0px);
    
      }
      .tab:checked:nth-of-type(4) ~ .tab__content:nth-of-type(4) {
        opacity: 1;
        transition: 0.5s opacity ease-in, 0.8s transform ease;
        position: relative;
        top: 0;
        z-index: 100;
        transform: translateY(0px);
    
      }
      .tab:checked:nth-of-type(5) ~ .tab__content:nth-of-type(5) {
        opacity: 1;
        transition: 0.5s opacity ease-in, 0.8s transform ease;
        position: relative;
        top: 0;
        z-index: 100;
        transform: translateY(0px);
     
      }
      .tab:first-of-type:not(:last-of-type) + label {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
      }
      .tab:not(:first-of-type):not(:last-of-type) + label {
        border-radius: 0;
      }
      .tab:last-of-type:not(:first-of-type) + label {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
      }
      .tab:checked + label {
background-color: #F2F2F2;
  color: #000;
        /* box-shadow: 0 -1px 0 #fff inset; */
        cursor: default;
		
      }
	  .tab:checked + label > span {
		  padding-bottom: 3px;
  border-bottom: 2px solid transparent;
  
	  }
      .tab:checked + label:hover {
        /* box-shadow: 0 -1px 0 #fff inset; */
        background-color: #F2F2F2;
      }
      .tab + label {
        /* box-shadow: 0 -1px 0 #eee inset; */
        /* border-radius: 6px 6px 0 0; */
        cursor: pointer;
        display: block;
        text-decoration: none;
        color: #333;
        flex-grow: 3;
        text-align: center;
        background-color: #f2f2f2;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        text-align: center;
        transition: 0.3s background-color ease, 0.3s box-shadow ease;
        /* height: 50px; */
        box-sizing: border-box;
        padding: 25px;
        margin: 0 20px;
		font-size: 19px;
      }
      .tab + label:hover {
        background-color: #F2F2F2;
        color: #000;
        /* box-shadow: 0 1px 0 #f4f4f4 inset; */
      }
	  .tab + label > span {
		  transition: 0.3s background-color ease, 0.3s box-shadow ease;
	  }
      .tab + label:hover > span {
		          
		  padding-bottom: 3px;
  border-bottom: 2px solid transparent;
	  }
	  
				.tab + label > span {
					 position: relative;
				}

.tab + label > span::before {
  content: '';
  display: block;
  position: absolute;
  width: 0;
  height: 2px;
  background: #a91c21;
  transition: width .3s;
  top: 100%;
  left: 0px;
}
.tab + label:hover > span::before {
  width: 100%;
}
	  
	  
      .tab__content {
        padding: 10px 25px;
        background-color: transparent;
        position: absolute;
        width: 100%;
        z-index: -1;
        opacity: 0;
        left: 0;
        transform: translateY(-3px);
        border-radius: 6px;
      }
      
      
.breadcrumbs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.breadcrumbs__link {
    font: 18px "Futura PT Book", sans-serif;
    color: #fff;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    position: relative;
}

.breadcrumbs__link::before {
	content: '';
	position: absolute;
	display: block;
	height: 2px;
	width: 0;
	background: #a91c21;
	transition: width .3s;
	top: 100%;
}

.breadcrumbs__link:hover::before {
    width: 100%;
}

.breadcrumbs__item {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.breadcrumbs__item::after,
html.special-color-1 .breadcrumbs__item::after,
html.special-color-3 .breadcrumbs__item::after {
    content: '';
    background: url(../img/arrow2.svg) no-repeat center/cover;
    margin-left: 15px;
    margin-right: 15px;
    display: inline-block;
    width: 19px;
    height: 7px
}

.breadcrumbs__item::after,
html.special-color-2 .breadcrumbs__item::after {
    background: url(../img/arrow.svg) no-repeat center/cover;
}

.breadcrumbs__item:last-of-type:after {
    display: none !important
}

.menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.menu__link {
    font: 18px/23px "Futura PT Book", sans-serif;
    color: #fff;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    position: relative;
}

.menu__link::before {
    content: '';
    position: absolute;
    display: block;
    height: 2px;
    width: 0;
    background: #a91c21;
    transition: width .3s;
    top: 100%;
}

.menu__link:hover::before {
    width: 100%;
}

.menu__item {
    margin-bottom: 15px
}

.menu__item:last-of-type {
    margin-bottom: 0
}

.innerPage .top {
    padding-bottom: 30px
}

.burger {
    outline: 0;
    cursor: pointer;
    border: none;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    background: 0 0;
    position: relative;
    z-index: 13;
    margin-right: 30px;
}

html.special-color-3 .burger svg rect,
html.special-color-1 .burger svg rect {
    fill: #000;
}

.logo--h {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-transform: uppercase;
    font: 24px "Futura PT Medium", sans-serif;
    color: #fff
}

.logo--h img {
    margin-right: 20px
}

.version {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font: 24px "Futura PT Book", sans-serif;
    color: #fff
}

.version img {
    margin-right: 10px
}

.search {
    position: relative;
}

.search button {
    position: absolute;
    height: 42px;
    z-index: 1;
    width: 55px;
    border: none;
    background: transparent;
    cursor: pointer;
}

.search button:hover,
.search button:focus,
.search button:active {
    outline: 0;
}

.search button::before {
    content: url(../img/search.svg);
    position: absolute;
    left: 17px;
    top: 50%;
    margin-top: -11px;
}

.search input {
    max-width: 314px;
    height: 42px;
    background: rgba(255, 255, 255, .1);
    border: 1px solid #68737a;
    padding-left: 55px;
    padding-right: 20px;
    font: 18px "Futura PT Book", sans-serif;
    color: #fff;
    outline: 0
}

.search input::-webkit-input-placeholder {
    color: #fff
}

.search input::-ms-input-placeholder {
    color: #fff
}

.search input::placeholder {
    color: #fff
}

.phone {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    font: 18px "Futura PT Book", sans-serif;
    margin: 0 30px;
}

.phone img {
    margin-right: 15px
}

.languages {
    position: relative;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex
}

.languages:hover .languages__sub {
    opacity: 1;
    visibility: visible
}

.languages:hover .languages__item {
    border-color: transparent
}

.languages:hover .languages__item span {
    opacity: 0;
    visibility: hidden
}

.languages__item {
    width: 60px;
    height: 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid #fff;
    font: 18px "Futura PT Bold", sans-serif;
    color: #fff;
    cursor: pointer;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.languages__item span {
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    opacity: 1;
    visibility: visible
}

.languages__sub {
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    background: rgba(255, 255, 255, .2);
    border: 1px solid #fff;
    z-index: 2;
}

.languages__sub__item {
    width: 60px;
    height: 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font: 18px "Futura PT Bold", sans-serif;
    cursor: pointer;
}

.languages__sub__item a {
    color: #fff;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    width: 60px;
    height: 50px;
    line-height: 50px;
    text-align: center;
}

.languages__sub__item:hover a {
    color: #a91c21
}

a[name="front-office"],
a[name="contact-center"] {
    position: absolute;
    margin-top: -120px;
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .6);
    display: block;
    z-index: 12;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    opacity: 0;
    visibility: hidden
}

.overlay.active {
    opacity: 1;
    visibility: visible
}

.menu-inner {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    background: #1f242a;
    z-index: 14;
    padding: 35px 0 50px;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.menu-inner.active {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.menu-inner__row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start
}

.menu-inner__name {
    font: 24px "Futura PT Bold", sans-serif;
    color: #fff;
    margin-bottom: 20px
}

.menu-inner__column {
    padding-left: 50px;
    position: relative;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.menu-inner__column:first-of-type {
    padding-left: 0
}

.menu-inner__column:after {
    content: '';
    width: 1px;
    height: 176px;
    background: #5c6d86;
    position: absolute;
    right: 0;
    top: 0;
    display: block
}

.menu-inner__column:last-of-type {
    border: none;
    padding-right: 10px
}

.menu-inner__column:last-of-type:after {
    display: none
}

.menu-inner__list__link {
    font: 18px "Futura PT Book", sans-serif;
    color: #fff;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    position: relative;
}

.sitemap .menu-inner__name,
.sitemap .menu-inner__list__link {
    color: #000;
}

.sitemap .menu-inner__column {
    padding-left: 0;
}

.sitemap .menu-inner__list {
    padding-left: 30px;
}

.sitemap .menu-inner__column::after {
    content: none;
}

.menu-inner__list__item:hover .menu-inner__list__link {
    text-shadow: 0 0 10px;
}

.menu-inner__list__link::before {
	content: '';
	display: block;
	position: absolute;
	width: 0;
	height: 2px;
	background: #a91c21;
	transition: width .3s;
	top: 100%;
}

.menu-inner__list__link:hover::before {
    width: 100%;
}

.menu-inner__list__item {
    margin-bottom: 10px
}

.close {
    border: none;
    outline: 0;
    cursor: pointer;
    background: 0 0;
    display: none;
}

.banners {
    padding: 30px 0;
}

.banners .banner,
.banners .banner img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
}

.banners .banner + .banner {
    margin-top: 10px;
}

.partners {
    padding: 30px 0;
    background: #fafafa
}

.partners-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
}

.banners .partners-row + .partners-row {
	margin-top: 30px;
}

.partners-slider {
    width: 85%
}

.partners-slider .swiper-slide {
    height: auto;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
}

.partners-name {
    color: #000;
    font: 36px "Futura PT Medium", sans-serif;
    padding-right: 50px;
}

.partners-column {
    height: 60px;
}

.partners-column img {
    height: 100%
}

.footer {
    padding: 15px 0;
    background: #fff
}

.develop,
.copyright {
    color: #c4c4c4;
    font: 20px "Futura PT Book", sans-serif
}

.copyright {
    color: #000;
    font-size: 16px;
}

.logo--f {
    text-transform: uppercase;
    font: 20px/31px "Futura PT Book", sans-serif;
    color: #000;
    margin-bottom: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.logo--f img {
    margin-right: 24px
}

.footer-column + .footer-column {
    margin-left: 30px;
}

.footer-column__name {
    color: #a91c21;
    font: 14px "Futura PT Bold", sans-serif;
    text-transform: uppercase;
    margin-bottom: 7px
}

.footer-menu__link {
    color: #000;
    font: 16px/24px "Futura PT Book", sans-serif;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    position: relative;
}

.footer-menu__link.sitemap {
    color: #a91c21;
    font-weight: 600;
}

.footer-menu__link::before {
	content: '';
	display: block;
	position: absolute;
	width: 0;
	height: 2px;
	background: #a91c21;
	transition: width .3s;
	top: 100%;
}

.footer-menu__link:hover::before {
    width: 100%;
}

.footer-social__name {
    margin-bottom: 8px;
    font: 24px "Futura PT Book", sans-serif;
    color: #000
}

.footer-social {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.footer-social__item {
    margin-right: 22px
}

.footer-social__item:last-of-type {
    margin-right: 0
}

.footer-social__link {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    transition: transform 0.2s ease-in-out;
}
.footer-social__link:hover{
    transform: scale(1.1);
}
.footer-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: start;
    -ms-flex-align: start;
    align-items: start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.innerPage .footer {
    border-top: 7px solid #f8f8f8
}

.pagination {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.pagination-link {
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    background: #fff;
    border: 1px solid #a91c21;
    padding: 14px 20px;
    color: #a91c21;
    font: 400 18px Roboto, sans-serif;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.pagination-item {
    margin: 0 8px
}

.pagination-item.active .pagination-link,
.pagination-item:hover .pagination-link {
    color: #fff;
    background: #a91c21
}

.mainContent {
    display: block;
    position: relative;
}

.rightContent {
    width: 100%
}

.leftSidebar {
    width: 115px;
    background: #fff;
    padding: 25px 0 55px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    bottom: 0;
    top: 0;
    z-index: 10;
}

.left-sidebar .wrapper {
    padding-bottom: 60px;
}

.leftSidebar .footer-social {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 15px
}

.leftSidebar .footer-social__item {
    margin: 0 0 25px 0
}

.leftSidebar .scrollTo {
    opacity: 0;
    z-index: -999;
    position: relative;
}

.general-title {
    padding: 25px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.general-title img {
    margin-right: 45px
}

.general-title h2 {
    position: relative;
    font: 48px "Futura PT Medium", sans-serif;
    padding-bottom: 10px;
    color: #000
}

.general-title h2::before {
    content: '';
    background: #a91c21;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    width: 136px;
    height: 8px;
    position: absolute;
    left: 0;
    bottom: 0
}

.news .faq-request {
    max-width: 200px;
    width: 100%;
    padding: 0 25px 0 15px
}

.news .faq-request span {
    padding: 15px 0 15px 25px
}

.newsMain-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #e4e4e4;
    background: #fff;
    margin-bottom: 10px
}

.newsMain-item__date {
    padding: 6px 20px;
    display: inline-block;
    position: absolute;
    right: 0;
    bottom: 0;
    background: #fff;
    color: #000;
    font: 18px "Futura PT Book", sans-serif;
    color: #000
}

.newsMain-item__image {
    max-width: 255px;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 255px;
    position: relative;
}

.newsMain-item__name {
    margin-bottom: 10px;
    color: #000;
    font: 24px "Futura PT Book", sans-serif
}

.newsMain-item__desc {
    font: 18px/23px "Futura PT Book", sans-serif;
    color: #000;
    margin-bottom: 10px
}

.newsMain-item__more {
    color: #a91c21;
    font: 18px "Futura PT Bold", sans-serif;
    position: relative;
}

.newsMain-item__more::before {
    content: '';
    position: absolute;
    display: block;
    height: 2px;
    width: 0;
    background: #a91c21;
    transition: width .3s;
    top: 100%;
}

.newsMain-item__more:hover::before {
    width: 100%;
}

.newsMain-item__content {
    padding: 12px 255px 12px 50px
}

.options-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.options-item {
    padding: 150px 55px 0;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    /* display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end; */
    height: 600px;
}

.options-item--first.active {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%
}

.options-item--first.active .options-right {
    opacity: 1;
    visibility: visible;
    display: block
}

.options-item--first,
.options-item--last,
.options-item--middle {
    -webkit-flex-basis: 33%;
    -ms-flex-preferred-size: 33%;
    flex-basis: 33%;
    overflow: hidden
}

.options-item--first:hover,
.options-item--last:hover,
.options-item--middle:hover {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%
}

.options-item--first:hover .options-right,
.options-item--last:hover .options-right,
.options-item--middle:hover .options-right {
    opacity: 1;
    visibility: visible;
    display: block
}

.options-item--first .options-right,
.options-item--last .options-right,
.options-item--middle .options-right {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    display: none
}

.options-item--first .options-name,
.options-item--last .options-name,
.options-item--middle .options-name {
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.options-name {
    font: 50px "Futura PT Book", sans-serif;
    color: #fff
}

.options-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.options-left {
    font: 104px "Futura PT Bold", sans-serif;
    color: #fff;
    position: relative;
    margin-right: 40px
}

.options-left::before {
    content: '';
    background: #a91c21;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    width: 120px;
    height: 8px;
    position: absolute;
    left: 0;
    bottom: 0
}

.options-right {
    font: 600 21px/24px "Futura PT Book", sans-serif;
    color: #fff;
    max-height: 280px;
    overflow: hidden;
}

.main {
    padding-bottom: 45px;
    padding-top: 20px
}

.main--inner {
    padding-top: 80px;
    background: url(../img/bg_new.svg) #fff no-repeat fixed left top / cover;
}

.redmi .main--inner {
	background: #fff;
}

.directors-row {
    margin-bottom: 75px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.directors-item {
    position: relative;
    background: #fff;
    border: 1px solid #e4e4e4;
    -webkit-flex-basis: 49%;
    -ms-flex-preferred-size: 49%;
    flex-basis: 49%;
    padding: 155px 0 45px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 145px
}

.directors-item__role {
    color: #000;
    font: 18px "Futura PT Book", sans-serif;
    margin-bottom: 20px;
    text-align: center
}

.directors-item__name {
    font: 24px "Futura PT Bold", sans-serif;
    text-align: center;
    margin-bottom: 25px
}

.directors-item__more {
    color: #a91c21;
    font: 18px "Futura PT Bold", sans-serif;
    border-bottom: 1px dashed #a91c21;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.directors-item__more:hover {
    border-color: transparent
}

.directors-item__image {
    width: 242px;
    height: 242px;
    border: 1px solid #f1f1f1;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    top: -125px;
    overflow: hidden;
}

.directors-item__image img {
    height: 100%;
}

.director-block {
    background: #fff;
    border: 1px solid #e4e4e4;
    padding: 30px 70px
}

.director-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 56px
}

.director-image {
    margin-right: 75px;
    width: 370px;
    height: 370px;
    border-radius: 50%;
    overflow: hidden;
}

.director-image img {
    height: 100%;
}

.director-role {
    font: 18px "Futura PT Book", sans-serif;
    color: #000;
    margin-bottom: 20px
}

.director-name {
    color: #a91c21;
    font: 24px "Futura PT Bold", sans-serif;
    margin-bottom: 20px
}

.director-text {
    font: 18px/23px "Futura PT Book", sans-serif;
    color: #000
}

.director-desc h3 {
    font: 24px "Futura PT Bold", sans-serif;
    color: #000;
    margin-bottom: 25px
}

.director-desc p {
    font: 18px/23px "Futura PT Book", sans-serif;
    color: #000;
    margin-bottom: 20px
}

.faq-item {
    background: #fff;
    border: 1px solid #e4e4e4;
    padding: 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px
}

.faq-text {
    font: 18px/23px "Futura PT Book", sans-serif;
    color: #000;
    margin-bottom: 20px
}
.faq-text
.faq-item.active .faq-trigger:after {
    content: '-'
}
.faq-text ul li{
	list-style-type: disc;
}

.faq-content {
    padding-top: 10px
}

.faq-bottom {
    display: none;
    margin-top: 30px
}

.faq-trigger {
    border: 1px solid #a91c21;
    max-width: 52px;
    width: 100%;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    height: 52px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 50px;
    cursor: pointer
}

.faq-trigger:after {
    content: '+';
    color: #a91c21;
    font: 24px "Futura PT Book", sans-serif
}

.faq-top {
    color: #a91c21;
    font: 24px "Futura PT Book", sans-serif
}

.faq-exp,
.faq-type {
    margin-bottom: 20px;
    font: 18px/23px "Futura PT Bold", sans-serif;
    color: #000
}

.faq-request {
    background: #a91c21;
    width: 254px;
    padding: 0 25px 0 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: #fff;
    font: 18px "Futura PT Book", sans-serif
}

.faq-request span {
    display: inline-block;
    padding: 20px 0 20px 25px;
    border-left: 1px solid #e3e3e3
}

.share {
    margin-top: 40px
}

.share-text {
    font: 24px "Futura PT Book", sans-serif;
    color: #000;
    margin-bottom: 15px
}

.share-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.share-list__item {
    margin-right: 24px
}

.share-list__item:last-of-type {
    margin-right: 0
}

.vacancy-modal {
    z-index: 15;
    position: fixed;
    width: 100%;
    max-width: 1000px;
    padding: 50px;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .2);
    box-shadow: 0 0 20px rgba(0, 0, 0, .2);
    background: #fff;
    left: 50%;
    top: 50%;
    display: none;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.vacancy-modal .faq-request {
    outline: 0;
    border: none;
    cursor: pointer
}

.vacancy-modal__row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.vacancy-modal .contacts-form__column:first-of-type {
    margin-right: 0
}

.vacancy-modal .contacts-form__column:last-of-type {
    margin-right: 0;
    max-width: 100%
}

.vacancy-modal .contacts-form__column:last-of-type .contacts-form__field {
    width: 100%;
    max-width: 100%
}

.vacancy-form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    max-width: 900px;
    width: 100%;
    height: 100%;
    margin: 0 auto
}

.vacancy-attach {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 45px;
}

.vacancy-attach label {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font: 14px "Futura PT Bold", sans-serif;
    color: #000;
    position: relative;
    cursor: pointer;
    margin-right: 55px
}

.vacancy-attach label:last-of-type {
    margin-right: 0
}

.vacancy-attach label::before {
    content: '';
    width: 17px;
    height: 17px;
    background: url(../img/attach.svg) no-repeat center/cover;
    display: inline-block;
    margin-right: 15px
}

.vacancy-attach input {
    display: none
}

.procurement-block {
    /*max-width: 1200px*/
}

.procurement-block p {
    margin-bottom: 20px;
    font: 18px/23px "Futura PT Book", sans-serif;
    color: #000
}

.procurement-block ul {
    margin-bottom: 20px;
    font: 18px/23px "Futura PT Book", sans-serif;
    color: #000;
    list-style-position: inside;
}

.procurement-block li {
    list-style-type: disc;
}

.procurement-image {
    margin-bottom: 70px
}

.procurement-logo {
    margin-bottom: 30px
}

.news-catalog {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.news-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-basis: 49%;
    -ms-flex-preferred-size: 49%;
    flex-basis: 49%;
    margin-bottom: 20px;
    border: 1px solid #e4e4e4;
    background: #fff;
}

.news-content {
    background: #fff;
    padding: 20px 25px 30px 50px;
    height: 255px;
    overflow: hidden;
    position: relative;
}

 .news-more {
    position: absolute;
    font: 18px/23px "Futura PT Bold", sans-serif;
    padding: 10px 0;
    background: #fff;
    left: 70px;
    bottom: 0;
    color: #a91c21;
} 

.news-more::before {
    content: '';
    position: absolute;
    display: block;
    height: 2px;
    width: 0;
    background: #a91c21;
    transition: width .3s;
    bottom: 10px;
}

.news-more:hover::before {
    width: 100%;
}

.news-name {
    margin-bottom: 15px;
    font: 24px "Futura PT Book", sans-serif;
    color: #000
}

.news-desc {
    color: #000;
    font: 18px/23px "Futura PT Book", sans-serif
}

.news-image {
    max-width: 255px;
    position: relative;
    width: 100%;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    overflow: hidden;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    height: 255px;
}

.news-image img {
    min-height: 100%;
}

.news-date {
    padding: 6px 20px;
    display: inline-block;
    position: absolute;
    right: 0;
    bottom: 0;
    background: #fff;
    color: #000;
    font: 18px "Futura PT Book", sans-serif;
    color: #000
}
.news-date_single-news {
    display: block;
    position: relative;
    padding: 6px 0;
}

.reports-text {
    margin-bottom: 30px;
    font: 18px "Futura PT Book", sans-serif;
}

.reports-text > * + * {
    margin-top: 10px;
}

.reports-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.reports-item {
    background: #fff;
    border: 1px solid #e4e4e4;
    padding: 20px 40px;
    -webkit-flex-basis: 49%;
    -ms-flex-preferred-size: 49%;
    flex-basis: 49%;
    margin-bottom: 15px
}

.reports-top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 12px;
    color: #000
}

.reports-top .name {
    font: 18px "Futura PT Bold", sans-serif;    
}

.reports-top .meta {
    font: 16px "Futura PT Book", sans-serif;
}

.reports-img-wrap {
    margin-right: 25px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: relative;
}

.reposts-ext {
    text-transform: uppercase;
    font: 600 12px "Futura PT Book", sans-serif;
    background: #000;
    color: #fff;
    position: absolute;
    left: 0;
    top: 19px;
    line-height: 15px;
    min-width: 27px;
    padding-left: 2px;
    padding-right: 3px;
    border-radius: 3px;
}

.reports-main {
    font: 18px/23px "Futura PT Book", sans-serif;
    color: #000;
    margin-bottom: 12px
}

.reports-bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font: 18px "Futura PT Bold", sans-serif;
}

.reports-view {
    color: #000;
    border-bottom: 1px dashed #000;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-right: 40px;
    padding-bottom: 5px;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    font: 18px "Futura PT Bold", sans-serif;
}

.reports-view:hover {
    border-color: transparent
}

.reports-download {
    color: #a91c21;
    border-bottom: 1px dashed #a91c21;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding-bottom: 5px;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.reports-download:hover {
    border-color: transparent
}

.contacts-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 50px
}

.contacts-item {
    text-align: center;
    background: #fff;
    border: 1px solid #e4e4e4;
    padding: 100px 0 30px;
    -webkit-flex-basis: 32%;
    -ms-flex-preferred-size: 32%;
    flex-basis: 32%;
    color: #000;
    font: 18px/23px "Futura PT Book", sans-serif;
    position: relative;
    margin-top: 90px
}

.contacts-image {
    background: #fff;
    border: 5px solid #f1f1f1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    max-width: 164px;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    width: 100%;
    height: 164px;
    position: absolute;
    top: -80px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.map {
    height: 500px;
    margin-bottom: 100px
}

.contacts-form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.contacts-form .share {
    margin-top: 90px;
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%
}

.contacts-formItem {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-right: 220px;
    max-width: 920px;
    width: 100%
}

.contacts-formItem h3 {
    margin-bottom: 25px;
    text-transform: uppercase;
    color: #a91c21;
    font: 24px "Futura PT Book", sans-serif
}

.contacts-formItem .faq-request {
    border: none;
    outline: 0;
    cursor: pointer;
    padding-left: 50px
}

.contacts-form__row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-bottom: 30px
}

.contacts-form__column {
    max-width: 425px;
    width: 100%
}

.contacts-form__column:first-of-type {
    margin-right: 40px
}

.contacts-form__field {
    max-width: 425px;
    position: relative
}

.vacancy-form .contacts-form__field {
    margin-bottom: 15px;
}

.contacts-formItem .contacts-form__field + .contacts-form__field {
    margin-top: 15px;
}

.contacts-form__field label {
    color: #a91c21;
    font: 14px "Futura PT Book", sans-serif;
    position: absolute;
    left: 15px;
    top: 10px
}

.contacts-form__field input, .contacts-form__field select,
.contacts-form__field textarea {
    padding: 30px 15px 8px;
    background: #fff;
    border: 1px solid #e7e7e7;
    width: 100%;
    outline: 0;
    color: #b3b3b3;
    font: 18px "Futura PT Book", sans-serif;
}

.contacts-form__field input::-webkit-input-placeholder,
.contacts-form__field textarea::-webkit-input-placeholder {
    color: #b3b3b3
}

.contacts-form__field input::-ms-input-placeholder,
.contacts-form__field textarea::-ms-input-placeholder {
    color: #b3b3b3
}

.contacts-form__field input::placeholder,
.contacts-form__field textarea::placeholder {
    color: #b3b3b3
}

.contacts-form__field textarea {
    resize: none;
}

.develop--mobile {
    display: none
}

.tnx-modal {
    z-index: 11;
    background: #fff;
    max-width: 380px;
    width: 100%;
    position: fixed;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: none;
    text-align: center;
    padding: 45px 25px 35px
}

.tnx-modal__image {
    margin-bottom: 30px
}

.tnx-modal__text {
    font: 600 21px "Futura PT Book", sans-serif;
    color: #000;
    margin-bottom: 25px
}

.tnx-modal__desc {
    margin-bottom: 50px;
    font: 400 16px "Futura PT Book", sans-serif;
    color: #000
}

.tnx-modal__close {
    border: none;
    outline: 0;
    cursor: pointer;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    color: #fff;
    font: 400 15px "Open Sans", sans-serif;
    background: #2179cc;
    padding: 13px
}
/*----------------------------------------------*/
.anons{
    padding-top: 50px;
padding-right: 30px;
max-width: 715px;
    width: 100%;
}
.anons__name{
    margin-top: 30px;
     margin-bottom: 25px;
    font: 40px "Futura PT Book", sans-serif;
    color: #fff;
    font-weight: 700;
}

.anons__desc{
font: 20px/31px "Futura PT Book", sans-serif;
    color: #fff;
    margin-bottom: 25px;
}
.anons__btn-block{
    margin: 30px 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.anons__btn-1{
    display: inline-block;
    padding: 20px 30px;
    background: #a91c21;
    color: #fff;
    margin-right: 40px;
    font: 18px "Futura PT Book", sans-serif;
    transition: opacity 0.2s;
}
.anons__btn-2{
    display: inline-block;
    padding: 20px 30px;
    background: #a91c21;
    color: #fff;
    margin-right: 40px;
    font: 18px "Futura PT Book", sans-serif;
    transition: opacity 0.2s;
}
.anons__btn-1:hover,
.anons__btn-2:hover{
    opacity: 0.8;
}
.anons__btn-block a{
    display: inline-block;
    padding: 20px 30px;
    background: #a91c21;
    color: #fff;
    margin-right: 40px;
    font: 18px "Futura PT Book", sans-serif;
    transition: opacity 0.2s;
}
.anons__btn-block a:hover{
    opacity: 0.8;
}

/*.top-row{
    align-items: center !important;
}*/
/*------------------------------------------------*/
@media screen and (max-width:1500px) {
    .news-content {
        padding: 10px 30px;
    }

    .news-more {
        left: 30px;
    }

    .top-form__name {
        font-size: 30px;
        line-height: 36px
    }

    .top-form__link {
        font-size: 20px
    }

    .top-slider__name,
    .anons__name {
        font-size: 32px
    }

    .top-slider__desc,
    .anons__desc {
        font-size: 18px;
        line-height: 24px
    }

    .top-slider,
    .anons {
        padding-right: 30px;
        max-width: 600px;
    }

    .develop,
    .logo--f,
    .logo--h {
        font-size: 18px
    }

    .general-title h2,
    .partners-name {
        font-size: 40px
    }

    .options-name {
        font-size: 26px
    }

    .options-item {
        height: 440px
    }

    .options-left {
        font-size: 80px
    }

    .options-left::before {
        width: 105px
    }

    .footer-menu__link {
        font-size: 16px
    }

    .container {
        max-width: 95%
    }

    .version {
        font-size: 18px
    }

    .phone {
        font-size: 14px
    }

    /* .top-form__right {
        display: none
    } */

    .top-form__left {
        margin-right: 0
    }

    .top-form {
        padding: 30px
    }

    .menu-inner__name {
        font-size: 18px
    }

    .menu-inner__list__link {
        font-size: 16px
    }

    .header--drop .search input {
        max-width: 200px
    }

    .header--drop .logo--h {
        font-size: 14px
    }

    .header-social__item {
        margin: 0 5px
    }

    .newsMain-item__content {
        padding: 12px 50px 12px 50px
    }

    .mainPage .container {
        max-width: 1680px
    }
}

.menu-inner .search {
    display: none;
}



@media screen and (max-width:1350px) {
    .news-name {
        margin-bottom: 10px;
        font: 20px "Futura PT Book", sans-serif;
    }
}

@media screen and (min-width:1200px) {
    .mainPage .container {
        margin-left: 100px;
    }

    .mainPage .top .container {
        margin-right: 40px;
        margin-left: 40px;
    }
}

@media screen and (max-width:1200px) {
	.mainContent {
	    display: block;
	}
    .news-image {
        max-width: 100%;
        flex-basis: 285px;
    }

    .news-content {
        height: 285px;
    }

    .news-name {
        margin-bottom: 15px;
        font: 24px "Futura PT Book", sans-serif;
    }

    .news-more {
        left: 15px;
    }

    .leftSidebar {
        display: none
    }

    .top {
        padding: 0;
    }

    .top .top-form {
        margin-top: 0;
        margin-bottom: 20px;
        max-width: 500px;
    }

    .container {
        max-width: 970px
    }

    .search {
        display: none
    }

    .menu-inner .search {
        display: block;
    }

    .top-slider,
    .anons {
        max-width: 500px
    }

    .options-left {
        margin-right: 20px
    }

    .options-left::before {
        width: 80px
    }

    .options-left {
        font-size: 70px
    }

    .options-right {
        font-size: 14px
    }

    .newsMain-item__content {
        padding: 12px 25px 12px 25px
    }

    .newsMain-item__name {
        font-size: 20px
    }

    .newsMain-item__desc {
        font-size: 14px
    }

    .news-item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }

    .footer-row {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .news-content {
        padding: 15px
    }

    .directors-item__name {
        font-size: 18px
    }

    .directors-item {
        padding: 155px 20px 45px
    }

    .top-column--inner {
        padding-left: 0
    }

    .contacts-item {
        font-size: 14px
    }
}

@media screen and (max-width:992px) {

    .top {
        /*background: url(../img/header.png) no-repeat top center/cover;*/
    }

    .top-banner {
        display: none;
    }

    .pagination {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .pagination > li {
        margin: 8px;
    }

    .close {
        display: block;
    }

    .container {
        max-width: 720px
    }

    .phone {
        display: none
    }

    .menu-inner__column {
        padding-left: 10px;
        padding-right: 10px
    }

    .menu-inner__name {
        font-size: 15px
    }

    .top-row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .top-slider,
    .anons {
        max-width: 100%;
        padding-right: 0;
        margin-bottom: 30px;
        min-height: 100%;
    }

    .top-form {
        max-width: 100%;
        width: 100%;
        margin: 0 auto;
        min-height: 100%;
    }

    .top-form__tooltip {
        width: 100%;
        right: 0;
        max-width: 100%;
        background: rgba(0, 0, 0, .9);
        height: 100%;
        font-size: 14px
    }

    .top-row--main {
        padding-top: 30px
    }

    .options-row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .options-item {
        height: auto;
        padding: 100px 50px 50px
    }

    .options-item--first .options-right,
    .options-item--last .options-right,
    .options-item--middle .options-right {
        opacity: 1;
        visibility: visible;
        display: block
    }

    .news-image {
        max-width: 100%;
        width: 100%;
        -ms-flex-negative: 1;
        flex-shrink: 1;
    }

    .news-content {
        -ms-flex-negative: 0;
        flex-shrink: 0;
        height: auto;
        padding-bottom: 40px;
    }

    .news-more {
        position: absolute;
        display: inline-block;
        bottom: 0;
    }

    .newsMain-item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .partners-row {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .partners-row h2 {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        margin-bottom: 15px;
        padding-right: 0;
    }

    .footer-column--logo {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        margin-bottom: 15px
    }

    .footer-column--social {
        margin-top: 15px
    }

    .menu {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .menu__item {
        margin: 10px 20px 0 0
    }

    .top-column--inner {
        padding-left: 0
    }

    .innerPage .top-row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .top-name {
        margin-bottom: 10px
    }

    .news-item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }

    .director-row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .director-image {
        margin-right: 0;
        margin-bottom: 20px
    }

    .vacancy-modal {
        max-width: 90%
    }

    .vacancy-modal .contacts-form__column {
        max-width: 49%
    }

    .contacts-form {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .map {
        height: 370px
    }

    .contacts-row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .contacts-item {
        width: 100%;
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        font-size: 16px
    }

    .partners-slider {
        width: 100%
    }

    .develop--desktop {
        display: none;
    }

    .develop--mobile {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        margin-top: 10px
    }
}

#toTop {
    position: fixed;
    right: 20px;
    bottom: 20px;
    width: 40px;
    height: 40px;
    background: #a91c21;
    border-radius: 3px;
    display: flex;
    padding: 8px;
    justify-content: center;
    align-items: center;
    transition: all .3s;
    opacity: 0;
    visibility: hidden;
}

#toTop.active {
    opacity: 1;
    visibility: visible;
}



@media screen and (max-width:768px) {
    .procurement-block img{
        width: 100% !important;
        height: auto !important;
        object-fit: contain;
    }
    .footer {
        padding: 15px 0 55px;
    }

    #toTop {
        left: 0;
        bottom: 0;
        right: 0;
        width: 100%;
        border-radius: 0;
    }

    .container {
        max-width: 530px
    }

    .menu-inner__row {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .footer-column {
        margin-bottom: 15px
    }

    .partners-column {
        margin: 10px
    }

    .close {
        position: absolute;
        right: 0
    }

    .reports-item {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%
    }

    .breadcrumbs {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .breadcrumbs__link,
    .menu__link {
        font-size: 16px
    }

    .menu {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .menu__item {
        margin-left: 0
    }

    .news-item {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }
}

@media screen and (max-width:576px) {
    .menu-inner__list {
        display: none
    }

    .sitemap .menu-inner__list {
        display: block
    }

    .menu-inner__column {
        padding-right: 0;
        padding-left: 0;
        border: none;
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%
    }

    .menu-inner__column:hover .menu-inner__list {
        display: block;
    }

    .menu-inner__column:after {
        display: none
    }

    .close {
        right: 10px
    }

    .header-social {
        display: none
    }

    .pagination-item {
        margin: 8px
    }

    .partners-slider .swiper-slide {
        width: 100%;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .menu {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .menu__item {
        margin-right: 10px;
        margin-left: 0
    }

    .breadcrumbs {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .directors-item {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%
    }

    .director-image {
        position: relative;
        width: 100%;
        height: auto;
        padding-bottom: 100%;
    }

    .director-image img {
        position: absolute;
    }

    .vacancy-modal {
        height: 650px;
        padding: 20px 10px
    }

    .vacancy-modal .contacts-form__column {
        max-width: 100%
    }

    .vacancy-form {
        overflow: auto;
    }

    .vacancy-attach {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .faq-item {
        padding: 40px 20px
    }

    .contacts-form__row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .contacts-form__row .contacts-form__field {
        max-width: 100%
    }

    .contacts-form__row input,
    .contacts-form__row textarea {
        max-width: 100%
    }

    .contacts-form__row .contacts-form__column,
    .contacts-form__row .contacts-form__column:first-of-type {
        margin-right: 0;
        max-width: 100%
    }

    .vacancy-modal .contacts-form__column .contacts-form__field {
        width: 100%;
        max-width: 100%
    }
}

@media screen and (max-width:480px) {
    .procurement-block img{
        width: 100% !important;
        height: auto !important;
        object-fit: contain;
    }
    .anons{
        text-align: center;
    }
    .anons__btn-block{
        flex-wrap: wrap;
        justify-content: center;
        margin-right: 0 !important;
    }
    .anons__btn-1,
    .anons__btn-2{
        text-align: center;
        width: 100%;
        margin-bottom: 1rem;
        margin-right: 0;

    }

   
    .top-form__name {
        font-size: 22px
    }

    .top-slider__btns,
    .anons__btn-block {
        margin-right: 20px
    }

    .top-form__tooltip {
        height: auto
    }

    .options-content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center
    }

    .options-item {
        text-align: center
    }

    .options-left {
        margin-right: 0
    }

    .options-item--first .options-right,
    .options-item--last .options-right,
    .options-item--middle .options-right {
        font-size: 16px;
        margin-bottom: 15px
    }

    .options-item--first .options-name,
    .options-item--last .options-name,
    .options-item--middle .options-name {
        font-size: 30px;
        margin-bottom: 15px
    }

    .general-title h2,
    .partners-name {
        font-size: 30px
    }

    .news-item {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%
    }

    .top-name {
        font-size: 30px;
        padding-left: 50px
    }

    .top-name::before {
        width: 40px
    }

    .director-block {
        padding: 30px
    }

    .faq-item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .faq-trigger {
        padding: 10px
    }

    .logo--h img {
        margin-right: 10px;
        max-width: 50px
    }

    .logo--h {
        font-size: 14px
    }

    .languages__item,
    .languages__sub__item {
        font-size: 16px
    }

    .footer-column {
        -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%
    }

    .footer-column--logo {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%
    }

    .pagination-item {
        margin: 5px
    }

    .pagination-link {
        font-size: 14px;
        padding: 10px
    }
}

@media screen and (min-width:1900px) {

    .mainPage .container {
        max-width: 100%;
        margin-left: 100px;
        margin-right: 100px;
    }

     .mainPage .top .container {
        margin-right: 40px;
        margin-left: 40px;
    } 
}

.surver-slider {
    max-width: 500px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.survey {
    text-transform: uppercase;
    color: #000;
    font: 18px "Futura PT Book", sans-serif;
    margin-bottom: 15px
}

.title {
    font-family: "Futura PT Book";
}

.survey-desc {
    margin-bottom: 55px;
    font: 400 16px/22px "Futura PT Book", sans-serif
}

.survey-label {
    font: 400 16px/22px "Futura PT Book", sans-serif;
    color: #000;
    cursor: pointer
}

.survey-input {
    margin-right: 15px
}

.survey-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 15px
}

.survey-radio {
    display: none
}

.survey-radio+.survey-fake {
    background: #eee;
    border: 1px solid #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, .15);
    box-shadow: 1px 1px 4px rgba(0, 0, 0, .15);
    width: 17px;
    height: 17px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    cursor: pointer;
    display: block
}

.survey-radio:checked+.survey-fake {
    -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, .15), inset 0 0 15px #a91c21;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, .15), inset 0 0 15px #a91c21;
    border-width: 3px
}

.survey-btn {
    width: 230px;
    height: 59px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    cursor: pointer;
    outline: 0;
    border: none;
    background: #a91c21;
    color: #fff;
    font: 400 16px "Futura PT Book", sans-serif;
    margin-top: 55px
}

.survey-btn:hover {
    opacity: .9;
}

.next-2, .prev-2 {
    border: none;
    outline: 0;
    cursor: pointer;
    background: 0 0;
    max-width: 30px;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin: 0 15px;
}

.text-center {
    text-align: center;
}

.widget {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.d-flex {
    display: flex;
    align-items: center;
    justify-content: center;
}

.widget-image {
    margin-right: 15px; /* Ð Ð°ÑÑÑ‚Ð¾ÑÐ½Ð¸Ðµ Ð¼ÐµÐ¶Ð´Ñƒ ÐºÐ°Ñ€Ñ‚Ð¸Ð½ÐºÐ¾Ð¹ Ð¸ Ñ‚ÐµÐºÑÑ‚Ð¾Ð¼ */
    max-width: 50px; /* Ð¨Ð¸Ñ€Ð¸Ð½Ð° ÐºÐ°Ñ€Ñ‚Ð¸Ð½ÐºÐ¸, Ð¼Ð¾Ð¶Ð½Ð¾ Ð¸Ð·Ð¼ÐµÐ½Ð¸Ñ‚ÑŒ Ð¿Ð¾ Ð½ÐµÐ¾Ð±Ñ…Ð¾Ð´Ð¸Ð¼Ð¾ÑÑ‚Ð¸ */
    height: auto;
}

.widget-number {
    margin: 0; /* Ð£Ð±Ð¸Ñ€Ð°ÐµÐ¼ Ð¾Ñ‚ÑÑ‚ÑƒÐ¿Ñ‹ */
}

.widget-description {
    margin-top: 10px; /* ÐžÑ‚ÑÑ‚ÑƒÐ¿ ÑÐ²ÐµÑ€Ñ…Ñƒ Ð¾Ñ‚ Ð¾ÑÐ½Ð¾Ð²Ð½Ð¾Ð¹ Ñ‡Ð°ÑÑ‚Ð¸ */
    max-width: 300px; /* Ð£ÑÑ‚Ð°Ð½Ð°Ð²Ð»Ð¸Ð²Ð°ÐµÐ¼ Ð¼Ð°ÐºÑÐ¸Ð¼Ð°Ð»ÑŒÐ½ÑƒÑŽ ÑˆÐ¸Ñ€Ð¸Ð½Ñƒ Ð´Ð»Ñ Ñ‚ÐµÐºÑÑ‚Ð° */
    width: 100%; /* Ð—Ð°Ð½Ð¸Ð¼Ð°ÐµÑ‚ Ð²ÑÑŽ ÑˆÐ¸Ñ€Ð¸Ð½Ñƒ Ð²Ð½ÑƒÑ‚Ñ€Ð¸ Ð²Ð¸Ð´Ð¶ÐµÑ‚Ð° Ð´Ð¾ max-width */
    text-align: center; /* Ð¦ÐµÐ½Ñ‚Ñ€Ð¸Ñ€ÑƒÐµÐ¼ Ñ‚ÐµÐºÑÑ‚ */
    word-wrap: break-word; /* ÐŸÐµÑ€ÐµÐ½Ð¾ÑÐ¸Ð¼ ÑÐ»Ð¾Ð²Ð°, ÐµÑÐ»Ð¸ Ñ‚ÐµÐºÑÑ‚ ÑÐ»Ð¸ÑˆÐºÐ¾Ð¼ Ð´Ð»Ð¸Ð½Ð½Ñ‹Ð¹ */
}