@import "line-awesome.min.css";
@import "font-awesome.min.css";
._flex-display {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

._justify-content-center {
    -ms-flex-pack: center;
    justify-content: center;
}

._justify-content-end {
    -ms-flex-pack: end;
    justify-content: flex-end;
}

._justify-content-start {
    -ms-flex-pack: start;
    justify-content: flex-start;
}

._justify-content-justify {
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@font-face {
    font-family: 'AGBook-Stencil';
    src: url('../fonts/AGBook-Stencil.eot');
    src: url('../fonts/AGBook-Stencil.woff') format('woff'), url('../fonts/AGBook-Stencil.ttf') format('truetype'), url('../fonts/AGBook-Stencil.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

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

* {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

textarea {
    overflow: hidden;
}

ul {
    list-style: disc;
    margin-bottom: 0;
    padding-left: 20px;
}

ol {
    list-style: decimal;
    margin-bottom: 0;
    padding-left: 20px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Open Sans', sans-serif;
    margin: 0;
    font-weight: normal;
}

h1 {
    font-size: 60px;
    margin-bottom: 10px;
}

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

*:focus::-webkit-input-placeholder {
    color: transparent !important;
}

*:focus::-moz-placeholder {
    color: transparent !important;
}

*:focus:-moz-placeholder {
    color: transparent !important;
}

*:focus:-ms-input-placeholder {
    color: transparent !important;
}

p,
li {
    line-height: 1.6;
    margin-bottom: 10px;
}

a {
    text-decoration: none;
    color: #4346CB;
}

html {
    height: 100%;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}

body {
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    font-weight: normal;
    line-height: normal;
    color: #565559;
    min-height: 100vh;
    background: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.col-md-3,
.col-md-7,
.col-md-9,
.col-md-10,
.col-md-11,
.col-sm-6,
.col-md-6,
.col-md-4,
.col-sm-3,
.col-sm-9,
.col-xm-6,
.col-md-12,
.col-md-8,
.col-md-5,
.col-md-2,
.col-sm-4,
.col-sm-8 {
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
}

.col-md-3.no-pad,
.col-md-7.no-pad,
.col-md-9.no-pad,
.col-md-10.no-pad,
.col-md-11.no-pad,
.col-sm-6.no-pad,
.col-md-6.no-pad,
.col-md-4.no-pad,
.col-sm-3.no-pad,
.col-sm-9.no-pad,
.col-xm-6.no-pad,
.col-md-12.no-pad,
.col-md-8.no-pad,
.col-md-5.no-pad,
.col-md-2.no-pad,
.col-sm-4.no-pad,
.col-sm-8.no-pad {
    padding-left: 0;
    padding-right: 0;
}

.color-white {
    color: #fff !important;
}

.color-white h1 {
    color: #fff;
}

.color-white *:not(.la) {
    color: #fff !important;
}

.color-white a {
    color: #fff;
}

.color-white .label,
.color-white .read-more {
    color: #fff;
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.main-block {
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    height: 100%;
    overflow: hidden;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 100% auto;
}

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

.toggle-menu {
    display: none;
}

.main-header {
    background: #FF5A00;
    padding: 25px 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}

.main-header.pos-fix {
    padding: 10px 0;
}

.main-header .container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
}

.main-menu {
    padding: 0;
    list-style: none;
}

.main-menu li {
    display: inline-block;
    line-height: normal;
    margin: 0 0 0 30px;
}

.main-menu a {
    font-weight: normal;
    font-size: 16px;
    color: #FFFFFF;
}

.home-ban {
    padding: 0 !important;
    background-size: cover;
    background-position: center 70px !important;
    background-repeat: no-repeat;
    position: relative;
}

.home-ban:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 454px;
    background: linear-gradient(0deg, rgba(40, 40, 40, 0) 0%, rgba(40, 40, 40, 0.5) 41.57%, rgba(40, 40, 40, 0.75) 84.92%);
}

.home-ban:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 354px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.7) 41.57%, #FFFFFF 84.92%);
}

.home-ban .container {
    position: relative;
    z-index: 2;
}

.home-ban h1 {
    /* max-width: 980px; */
    margin: 0 auto;
    font-size: 42px;
    line-height: 1.19;
    color: #FFFFFF;
    font-weight: normal;
}

.home-ban h1 strong {
    font-weight: normal;
    font-family: 'AGBook-Stencil';
}


/* .links-block {
  position: relative;
  margin-top: -127px;
} */

.homeflex {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: space-between;
    min-height: 100vh;
    padding-top: 130px;
    padding-bottom: 15px;
}

.hameflex__top {
    margin-bottom: 40px;
}

.links-block h2 {
    font-weight: normal;
    font-size: 42px;
    line-height: 1.43;
    color: #FF5A00;
    margin-bottom: 20px;
}

.wrap-links {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -10px;
}

.wrap-links .item-link {
    padding: 0 10px;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

.wrap-links .item-link a {
    display: block;
    height: 100%;
    /*background: #FF5A00;*/
	background: #555559;
    padding: 25px 35px;
    color: #fff;
    font-weight: 600;
    font-size: 26px;
    line-height: 1.38;
}

.wrap-links .item-link a:hover .la {
    -webkit-transform: translateY(5px);
    -o-transform: translateY(5px);
    -ms-transform: translateY(5px);
    transform: translateY(5px);
}

.wrap-links .item-link a span {
    margin-bottom: 25px;
    display: block;
}

.wrap-links .item-link a .la {
    display: block;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}

.scroll-links {
    padding: 15px 0;
    border-bottom: 1px solid rgba(85, 85, 89, 0.25);
    text-align: center;
    opacity: 0;
}

.scroll-links.pos-fix {
    opacity: 1;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 9999;
}

.scroll-links ul {
    list-style: none;
    padding: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.scroll-links ul li {
    margin: 0;
    line-height: normal;
}

.scroll-links ul li.active a {
    color: #FF5A00;
}

.scroll-links a {
    font-weight: normal;
    font-size: 18px;
    color: rgba(85, 85, 89, 0.55);
    line-height: 1.2;
    display: block;
}

.scroll-links a span br {
    display: none;
}

.scroll-links a:hover .la {
    -webkit-transform: translateY(3px);
    -o-transform: translateY(3px);
    -ms-transform: translateY(3px);
    transform: translateY(3px);
}

.scroll-links a .la {
    font-size: 14px;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}

.slider-section {
    padding: 80px 0 120px 0;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 7.39%, #F3F3F3 100%);
    position: relative;
}

.slider-section h2 {
    font-weight: normal;
    font-size: 50px;
    line-height: 1.2;
    color: #555559;
    margin-bottom: 30px;
}

.slider-section .slick-arrow {
    position: absolute;
    top: 50%;
    margin-top: -50px;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: url("../img/arr.svg");
    background-repeat: no-repeat;
    background-size: contain!important;
    background-position: left center;
    font-size: 0px;
    cursor: pointer;
    z-index: 5;
}

.slider-section .slick-arrow:hover {
    background: url("../img/arrhov.svg");
}

.slider-section .slick-arrow.slick-next {
    right: -50px;
}

.slider-section .slick-arrow.slick-prev {
    left: -50px;
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.slider-section .shadow-wrap {
    position: relative;
}

.slider-section .container .shadow-block {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    pointer-events: none;
    z-index: 2;
    background: linear-gradient(271.6deg, rgba(255, 255, 255, 0.8) 27.26%, rgba(255, 255, 255, 0) 200.95%);
}

.slider-section .container .shadow-block:first-child {
    right: 100%;
    margin-right: 15px;
}

.slider-section .container .shadow-block:nth-of-type(2) {
    left: 100%;
    margin-left: 15px;
}

.slider {
    margin: 0 -15px;
}

.slider .item-sl {
    padding: 0 15px;
}
.slider .img.center-pos{
	align-items: center;
}
.slider .img.center-pos img{
	object-fit: unset!important;
    height: fit-content;
    display: block;
    max-width: 100%;
	 max-height:100%;
}
.slider .img img{
	height:100%;
}
.slider .item-sl h2 {
    font-weight: normal;
    font-size: 50px;
    line-height: 1.2;
    color: #555559;
    margin-bottom: 30px;
}

.slider .item-sl.slick-active .content-sl:after {
    opacity: 0;
}

.slider .slick-track {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.slider .content-sl {
    background: #FFFFFF;
    box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.05);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    /*&:after{
      content: "";
      position: absolute;
      top:0;
      left: 0;
      width: 100%;
      height: 100%;
      pointer-events: none;
      background: linear-gradient(271.6deg, rgba(255, 255, 255, 0.8) 27.26%, rgba(255, 255, 255, 0) 200.95%);
      ._transition(.3s ease);
    }*/
}

.slider .text,
.slider .img {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.slider .text {
    padding: 100px 80px 80px 80px;
}

.slider .text h3 {
    font-weight: 600;
    font-size: 36px;
    line-height: 1.28;
    color: #FF5A00;
    margin-bottom: 20px;
}

.slider .text p {
    font-size: 18px;
    line-height: 1.56;
}

.link-more {
    display: inline-block;
    font-weight: 600;
    font-size: 16px;
    color: #FF5A00;
    margin-top: 20px;
    border: 1px solid #FF5A00;
    box-sizing: border-box;
    border-radius: 50px;
    padding: 12px 15px;
}

.link-more.bg-oran {
    color: #fff;
    background: #FF5A00;
}

.link-more.bg-oran:hover {
    color: #FF5A00;
    background-color: transparent;
}

.link-more:hover {
    color: #fff;
    background: #FF5A00;
}

.link-more:hover path {
    fill: #ffffff !important;
}

.link-more svg {
    position: relative;
    top: 2px;
    margin-left: 15px;
}

.banner-page {
    padding-top: 230px;
    padding-bottom: 77px;
    min-height: 575px;
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.banner-page:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 64.06%), url(.jpg);
}

.banner-page .container {
    position: relative;
    z-index: 2;
}

.bannergradient {
    position: relative;
}

.bannergradient .container h1 {
    color: #FF5A00 !important;
    font-weight: 700;
}

.bannergradient .container p {
    color: #3c3c3c !important;
}

.bannergradient .container {
    z-index: 2;
}

.bannergradient:before {
    content: "";
    z-index: 1;
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background: -moz-linear-gradient(left, #fff 0, #fff 35%, rgba(255, 255, 255, 0.53) 48%, rgba(255, 255, 255, 0) 61%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-linear-gradient(left, #fff 0, #fff 35%, rgba(255, 255, 255, 0.53) 48%, rgba(255, 255, 255, 0) 61%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to right, #fff 0, #fff 35%, rgba(255, 255, 255, 0.53) 48%, rgba(255, 255, 255, 0) 61%, rgba(255, 255, 255, 0) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=1);
}

.banner-page h1 {
    font-weight: normal;
    font-size: 50px;
    line-height: 1.2;
    color: #FFFFFF;
    margin-bottom: 20px;
}

.banner-page p {
    font-weight: normal;
    font-size: 26px;
    line-height: 1.38;
    color: #FFFFFF;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.main-section {
    padding: 80px 0;
}

.main-section h2 {
    font-weight: normal;
    font-size: 50px;
    line-height: 1.2;
    margin-bottom: 65px;
    /* or 120% */
}

.news-wrap+.news-wrap {
    margin-top: 60px;
}

.news-wrap .col-md-4 {
    margin-bottom: 25px;
}

.news-wrap h2 {
    font-weight: 600;
    font-size: 26px;
    line-height: 1.38;
    color: #555559;
    margin-bottom: 20px;
}

.news-wrap .item-new {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 100%;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.05);
}

.news-wrap .item-new:hover .img img {
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.news-wrap .item-new>* {
    max-width: 100%;
}

.news-wrap .item-new .img {
    overflow: hidden;
}

.news-wrap .item-new .img img {
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}

.news-wrap .item-new .text {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 30px 35px;
    background: #FFFFFF;
}

.news-wrap .item-new .text>* {
    max-width: 100%;
}

.news-wrap .item-new .text h3 {
    font-weight: normal;
    font-size: 26px;
    line-height: 1.38;
    color: #555559;
    margin-bottom: 30px;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.news-wrap .item-new .text .date {
    font-weight: 600;
    font-size: 14px;
    line-height: 1.14;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    margin-bottom: 9px;
    color: rgba(85, 85, 89, 0.5);
}

.news-wrap .item-new-st {
    padding: 33px 50px 37px 0;
    border-top: 1px solid #C4C4C4;
    display: block;
}

.news-wrap .item-new-st:last-child {
    border-bottom: 1px solid #C4C4C4;
}

.news-wrap .item-new-st .date {
    font-weight: 600;
    font-size: 18px;
    line-height: 1.56;
    margin-bottom: 15px;
    color: #555559;
    display: block;
}

.news-wrap .item-new-st h3 {
    font-weight: normal;
    font-size: 26px;
    line-height: 1.36;
    color: #FF5A00;
}

.news-wrap .wrap-pagination {
    padding-top: 75px;
}

.news-wrap .wrap-pagination a {
    display: inline-block;
    width: 30px;
    height: 30px;
    border: 1px solid rgba(85, 85, 89, 0.5);
    line-height: 28px;
    margin: 0 2px;
    font-weight: 600;
    font-size: 14px;
    color: #555559;
}

.news-wrap .wrap-pagination a.current {
    color: #FF5A00;
    border-color: #FF5A00;
}

.news-wrap .wrap-pagination a.not-active {
    background: rgba(85, 85, 89, 0.15);
    border: 1px solid rgba(85, 85, 89, 0.15);
    color: rgba(85, 85, 89, 0.25);
}

.news-wrap .wrap-pagination a .la {
    font-weight: bold;
}

.wrap-filter {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.wrap-filter select.filter-year {
    display: none;
}

.wrap-filter .filter p {
    font-size: 18px;
    line-height: 1.56;
    color: #555559;
    float: left;
}

.wrap-filter .bootstrap-select {
    float: right;
    position: relative;
    z-index: 10;
}

.wrap-filter .bootstrap-select.open>.dropdown-menu {
    display: block;
}

.wrap-filter .bootstrap-select .btn {
    background: transparent;
    cursor: pointer;
    -webkit-appearance: none;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    color: #555559;
    line-height: 1.56;
    margin-left: 5px;
    padding-right: 20px;
    position: relative;
}

.wrap-filter .bootstrap-select .btn .caret {
    position: absolute;
    border-top: 6px solid #555559;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    right: 0;
    top: 50%;
    margin-top: -3px;
}

.wrap-filter .bootstrap-select>.dropdown-menu {
    display: none;
    background: #FFFFFF;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.05);
    min-width: 195px;
    position: absolute;
    right: 0;
    top: 100%;
    margin-top: 10px;
    padding: 8px 0;
}

.wrap-filter .bootstrap-select>.dropdown-menu ul {
    list-style: none;
    padding: 0;
}

.wrap-filter .bootstrap-select>.dropdown-menu ul li {
    line-height: normal;
    margin: 0;
}

.wrap-filter .bootstrap-select>.dropdown-menu ul a {
    font-size: 18px;
    color: #555559;
    padding: 8px 20px;
    cursor: pointer;
    display: block;
}

.contact-form-wrap h3 {
    font-weight: normal;
    font-size: 26px;
    line-height: 1.38;
    color: #555559;
    margin-bottom: 10px;
}

.contact-form .wrap-input {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.contact-form .wrap-input input {
    -ms-flex: 0 0 49.1%;
    flex: 0 0 49.1%;
    max-width: 49.1%;
}

.contact-form input,
.contact-form textarea {
    font-family: 'Open Sans';
    background: #FFFFFF;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.05);
    padding: 15px 18px;
    font-size: 16px;
    color: rgba(85, 85, 89, 0.75);
    width: 100%;
    margin-bottom: 12px;
}

.contact-form input::-webkit-input-placeholder,
.contact-form textarea::-webkit-input-placeholder {
    color: rgba(85, 85, 89, 0.75);
    font-family: 'Open Sans';
    font-size: 16px;
    opacity: 1;
    font-weight: normal;
}

.contact-form input::-moz-placeholder,
.contact-form textarea::-moz-placeholder {
    color: rgba(85, 85, 89, 0.75);
    font-family: 'Open Sans';
    font-size: 16px;
    opacity: 1;
    font-weight: normal;
}

.contact-form input:-ms-input-placeholder,
.contact-form textarea:-ms-input-placeholder {
    color: rgba(85, 85, 89, 0.75);
    font-family: 'Open Sans';
    font-size: 16px;
    opacity: 1;
    font-weight: normal;
}

.contact-form textarea {
    height: 220px;
    resize: none;
}

.contact-form .link-more {
    background-color: transparent;
    position: relative;
    padding-right: 50px;
    font-family: 'Open Sans';
    font-weight: 600;
    font-size: 16px;
    cursor: pointer;
}

.contact-form .link-more:hover {
    background-color: #FF5A00;
}

.contact-form .link-more .la {
    font-size: 24px;
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -12px;
}

.contact-item {
    font-size: 18px;
    line-height: 1.56;
    color: #565559;
    margin-bottom: 20px;
}

.contact-item a {
    color: #565559;
}

.contact-item a:hover {
    text-decoration: underline;
}

.contact-item p {
    font-size: 18px;
    line-height: 1.56;
    color: #565559;
}

.bg-grey-l {
    background: linear-gradient(180deg, #FFFFFF 0%, #F8F8F8 100%);
}

.bg-blue {
    background-color: #007496;
}

.bg-blue-l {
    background-color: rgba(0, 116, 150, 0.25);
}

.pad-t-none {
    padding-top: 0 !important;
}

.pad-bot-lg {
    padding-bottom: 90px;
}

.mfp-move-from-top {
    /* start state */
    /* animate in */
    /* animate out */
}

.mfp-move-from-top .mfp-with-anim {
    opacity: 0;
    transition: all 0.3s;
    transform: translateY(-100px);
}

.mfp-move-from-top.mfp-bg {
    opacity: 0;
    transition: all 0.2s;
}

.mfp-move-from-top.mfp-ready .mfp-with-anim {
    opacity: 1;
    transform: translateY(0);
}

.mfp-move-from-top.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.mfp-move-from-top.mfp-removing .mfp-with-anim {
    transform: translateY(-100px);
    opacity: 0;
}

.mfp-move-from-top.mfp-removing.mfp-bg {
    opacity: 0;
}

.main-footer {
    padding: 98px 0 40px 0;
    background: #F3F3F3;
}

.main-footer h4 {
    font-weight: 600;
    font-size: 20px;
    line-height: 1.3;
    color: #565559;
    margin-bottom: 10px;
}

.main-footer p {
    font-size: 16px;
    line-height: 1.62;
    color: #565559;
}

.main-footer ul {
    padding: 0;
    list-style: none;
}

.main-footer ul li {
    line-height: normal;
    margin: 0 0 0 33px;
    display: inline-block;
}

.main-footer ul a {
    font-weight: 600;
    font-size: 16px;
    line-height: 1.62;
    color: #555559;
}

.main-footer .link-more {
    margin-top: 8px;
}

.main-footer .social {
    text-align: right;
    margin-top: 7px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.main-footer .social a {
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: 11px;
    border-radius: 50%;
    border: 1px solid #FF5A00;
}

.main-footer .copyright {
    text-align: right;
    font-size: 12px;
    margin-top: 25px;
}

.col-xm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
    .col-sm-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-sm-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-sm-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-sm-8 {
        -ms-flex: 0 0 66.666666%;
        flex: 0 0 66.666666%;
        max-width: 66.666666%;
    }
    .col-sm-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
    .col-md-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-md-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .col-md-11 {
        -ms-flex: 0 0 91.666666%;
        flex: 0 0 91.666666%;
        max-width: 91.666666%;
    }
    .col-md-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-md-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .col-md-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-md-8 {
        -ms-flex: 0 0 66.666666%;
        flex: 0 0 66.666666%;
        max-width: 66.666666%;
    }
    .col-md-7 {
        -ms-flex: 0 0 58.33333333%;
        flex: 0 0 58.33333333%;
        max-width: 58.33333333%;
    }
    .col-md-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1210px;
    }
}

@media (max-width: 1199px) {
    .wrap-links .item-link a {
        font-size: 20px;
        padding: 20px;
    }
    .scroll-links a {
        font-size: 14px;
    }
    .slider .text {
        padding: 30px 30px 30px 30px;
    }
}

.toggle-menu-scroll {
    display: none;
}

@media (max-width: 991px) {
    .home-ban {
        padding: 100px 0 460px 0;
    }
	.home-ban h1 {
    	font-size: 27px;
	}
    .bannergradient .container p {
        color: #9f9898 !important;
    }
    .banner-page p {
        font-size: 22px;
    }
    .links-block {
        margin-bottom: 0;
    }
    .wrap-links .item-link {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        margin-bottom: 20px;
    }
    .scroll-links {
        overflow: hidden;
        text-align: left;
    }
    .scroll-links .container ul {
        display: none;
        float: left;
    }
    .scroll-links .container ul li {
        display: block;
        margin-top: 10px;
    }
    .scroll-links .container ul li a {
        display: inline-block;
    }
    .slider-section {
        padding: 50px 0 80px 0;
    }
    .slider-section h2 {
        font-size: 30px;
    }
    .toggle-menu-scroll {
        display: block;
        width: 30px;
        float: right;
        cursor: pointer;
    }
    .toggle-menu-scroll.ac span {
        display: block;
        height: 2px;
        background: rgba(85, 85, 89, 0.55);
    }
    .toggle-menu-scroll.ac span+span {
        margin-top: 7px;
    }
    .slider .link-more {
        margin-top: 10px;
    }
    .slider .text h3 {
        font-size: 24px;
        margin-bottom: 10px;
    }
    .slider .text p {
        font-size: 12px;
    }
    .main-footer {
        padding: 30px 0 40px 0;
    }
}

@media (max-width: 767px) {
	.slider-section h2 {
        font-size: 22px;
		margin-bottom: 10px;
    }
	body .homeflex__bottom h2.orange-text{
		color:#fff !important;
	}
	.slider-section {
    padding: 30px 0 80px 0;
}
	.slider .text {
    padding: 20px 30px;
}
	.slider .text h3 {
    font-size: 18px;
    margin-bottom: 10px;
}

	.slider .text p {
    font-size: 13px !important;
		
}
	.link-more{
		font-size: 14px;
		padding: 10px 15px;
	}
    .home-ban {
        padding: 70px 0 220px 0;
    }
    .home-ban h1 {
        font-size: 33px;
    }
    .home-ban:after {
        height: 260px;
    }
    .home-ban:before {
        height: 32%;
    }
    .links-block h2 {
        font-size: 30px;
    }
    .slider .text,
    .slider .img {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
	.slider .img img{
		height:auto;
	}
    .slider-section .slick-arrow {
        width: 80px;
        height: 80px;
    }
    .slider-section .slick-arrow.slick-next {
        right: -40px;
    }
    .slider-section .slick-arrow.slick-prev {
        left: -40px;
    }
    .main-footer .social {
        -ms-flex-pack: center;
        justify-content: center;
        margin-top: 30px;
    }
    .main-footer .social a {
        margin: 0 5px;
    }
    .main-footer .copyright {
        text-align: center;
    }
    .main-footer ul {
        text-align: left;
    }
    .main-footer ul li {
        display: block;
        margin-left: 0;
        margin-top: 20px;
    }
}

@media (max-width: 550px) {
    .main-header .logo {
        max-width: 165px;
    }
    .main-menu li {
        margin: 0 0 0 11px;
    }
}

@media (max-width: 450px) {
 .wrap-links .item-link a {
    font-size: 16px;
    padding: 15px;
}
}

@media (max-width: 1550px) {
    .homeflex {
        padding-top: 120px;
    }
	/*.slider .img img {
    object-fit: contain !important;
    width: 100% !important;
    height: auto !important;
    max-width: 100%;
}*/
	.slider .text {
    padding: 35px 35px 35px 45px;
}
	.texttopp {
		height: 365px !important;}
	.home-ban h1{
		font-size:36px;
	}
	.slider .text{
		-ms-flex: 0 0 55%;
    flex: 0 0 55%;
    max-width: 55%;
	}
	.slider .img{
		-ms-flex: 0 0 45%;
    flex: 0 0 45%;
    max-width: 45%;
	}
}

@media (max-width: 1150px) {
    .hameflex__top {
        margin-bottom: 90px;
    }
    .links-block h2 {
        font-size: 30px;
    }
	.slider .img img {
    object-fit: cover !important;
  }
}
@media (max-width: 991px) {

	.home-ban h1 {
    	font-size: 27px;
	}
}
@media (max-width: 767px) {
	.slider .text, .slider .img {
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
}
	.texttopp {
    height: auto !important;
}
	.slider .text {
    padding: 20px 19px !important; 
}
	.slider .link-more svg {
			margin-left: 6px;
	}
}