@import url(reset.css);
@import url(fonts.css);
@import url(font-awesome.min.css);
@import url(magnific-popup.css);
@import url(slick-theme.css);
@import url(slick.css);
@import url(chosen.min.css);
@import url(jquery.formstyler.css);
body {
    font-family: 'DIN Pro', sans-serif;
    font-weight: 300
}

b,
h1,
h2,
h3,
h4,
h5,
h6,
strong {
    font-family: 'DIN Pro', sans-serif;
    font-weight: 700
}

embed,
img,
object,
svg,
video {
    max-width: 100%;
    max-height: 100%
}

a {
    -webkit-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out
}

.slick-slider .draggable,
.slick-slider .draggable .slick-track {
    min-width: 100%;
    min-height: 1px
}

.slick-slider .img_wrap img {
    min-width: auto
}

@-webkit-keyframes right {
    0% {
        background-size: 0 100%
    }
    to {
        background-size: 100% 100%
    }
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    25% {
        -webkit-transform: scale(1.6);
        transform: scale(1.6)
    }
    50% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3)
    }
    75% {
        -webkit-transform: scale(1.4);
        transform: scale(1.4)
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    25% {
        -webkit-transform: scale(1.6);
        transform: scale(1.6)
    }
    50% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3)
    }
    75% {
        -webkit-transform: scale(1.4);
        transform: scale(1.4)
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@-webkit-keyframes simplePulse {
    0%,
    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    25%,
    75% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3)
    }
    50% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
}

@keyframes simplePulse {
    0%,
    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    25%,
    75% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3)
    }
    50% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
}

@-webkit-keyframes progressBarMove {
    0% {
        background-position: 0 0
    }
    to {
        background-position: 20px 20px
    }
}

@keyframes progressBarMove {
    0% {
        background-position: 0 0
    }
    to {
        background-position: 20px 20px
    }
}

@keyframes right {
    0% {
        background-size: 0 100%
    }
    to {
        background-size: 100% 100%
    }
}

@-webkit-keyframes rightBlue {
    0% {
        background-size: 0 100%;
        background-image: -o-linear-gradient(left, #4cbbff 100%, transparent 100%);
        background-image: -webkit-gradient(linear, left top, right top, color-stop(100%, #4cbbff), to(transparent));
        background-image: linear-gradient(to right, #4cbbff 100%, transparent 100%)
    }
    to {
        background-size: 100% 100%;
        background-image: -o-linear-gradient(left, #4cbbff 100%, transparent 100%);
        background-image: -webkit-gradient(linear, left top, right top, color-stop(100%, #4cbbff), to(transparent));
        background-image: linear-gradient(to right, #4cbbff 100%, transparent 100%)
    }
}

@keyframes rightBlue {
    0% {
        background-size: 0 100%;
        background-image: -o-linear-gradient(left, #4cbbff 100%, transparent 100%);
        background-image: -webkit-gradient(linear, left top, right top, color-stop(100%, #4cbbff), to(transparent));
        background-image: linear-gradient(to right, #4cbbff 100%, transparent 100%)
    }
    to {
        background-size: 100% 100%;
        background-image: -o-linear-gradient(left, #4cbbff 100%, transparent 100%);
        background-image: -webkit-gradient(linear, left top, right top, color-stop(100%, #4cbbff), to(transparent));
        background-image: linear-gradient(to right, #4cbbff 100%, transparent 100%)
    }
}

@-webkit-keyframes movingShadow {
    0%,
    to {
        -webkit-box-shadow: 0 20px 30px 0 #2b28ff;
        box-shadow: 0 20px 30px 0 #2b28ff
    }
    25% {
        -webkit-box-shadow: -20px 0 30px 0 #2b28ff;
        box-shadow: -20px 0 30px 0 #2b28ff
    }
    50% {
        -webkit-box-shadow: 0 -20px 30px 0 #2b28ff;
        box-shadow: 0 -20px 30px 0 #2b28ff
    }
    75% {
        -webkit-box-shadow: 20px 0 30px 0 #2b28ff;
        box-shadow: 20px 0 30px 0 #2b28ff
    }
}

@keyframes movingShadow {
    0%,
    to {
        -webkit-box-shadow: 0 20px 30px 0 #2b28ff;
        box-shadow: 0 20px 30px 0 #2b28ff
    }
    25% {
        -webkit-box-shadow: -20px 0 30px 0 #2b28ff;
        box-shadow: -20px 0 30px 0 #2b28ff
    }
    50% {
        -webkit-box-shadow: 0 -20px 30px 0 #2b28ff;
        box-shadow: 0 -20px 30px 0 #2b28ff
    }
    75% {
        -webkit-box-shadow: 20px 0 30px 0 #2b28ff;
        box-shadow: 20px 0 30px 0 #2b28ff
    }
}

@-webkit-keyframes arrowDown {
    0%,
    to {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px)
    }
    55% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px)
    }
}

@keyframes arrowDown {
    0%,
    to {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px)
    }
    55% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px)
    }
}

@-webkit-keyframes rotate {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes rotate {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes upAndDown {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    33% {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px)
    }
    66% {
        -webkit-transform: translateY(5px);
        transform: translateY(5px)
    }
    99% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes upAndDown {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    33% {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px)
    }
    66% {
        -webkit-transform: translateY(5px);
        transform: translateY(5px)
    }
    99% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@-webkit-keyframes rightRed {
    0% {
        background-size: 0 100%;
        background-image: -webkit-gradient(linear, left top, right top, color-stop(100%, #e36d2c), to(transparent));
        background-image: linear-gradient(to right, #e36d2c 100%, transparent 100%)
    }
    to {
        background-size: 100% 100%;
        background-image: -webkit-gradient(linear, left top, right top, color-stop(100%, #e36d2c), to(transparent));
        background-image: linear-gradient(to right, #e36d2c 100%, transparent 100%)
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}

.animated {
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.hidden {
    opacity: 0
}

.visible {
    opacity: 1
}

br.xlO {
    display: none
}

br.lO {
    display: none
}

br.mO {
    display: none
}

br.xl {
    display: none
}

br.l {
    display: none
}

br.m {
    display: none
}

br.s {
    display: none
}

@media (max-width:1250px) {
    br.xlO {
        display: inline
    }
    br.xl {
        display: inline
    }
}

@media (max-width:1010px) {
    br.xlO {
        display: none
    }
    br.lO {
        display: inline
    }
    br.l {
        display: inline
    }
}

@media (max-width:750px) {
    br.lO {
        display: none
    }
    br.mO {
        display: inline
    }
    br.m {
        display: inline
    }
}

@media (max-width:570px) {
    br.mO {
        display: none
    }
    br.s {
        display: inline
    }
}

.siteWidth {
    max-width: 1170px;
    margin: 0 auto
}

@media (max-width:1250px) {
    .siteWidth {
        max-width: 980px
    }
}

@media (max-width:1010px) {
    .siteWidth {
        max-width: 720px
    }
}

@media (max-width:750px) {
    .siteWidth {
        max-width: 540px
    }
}

@media (max-width:570px) {
    .siteWidth {
        max-width: 350px
    }
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
    padding-left: 15px;
    width: 100%;
    position: relative;
    z-index: 10
}

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px
}

.row0 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: 0;
    margin-left: 0
}

.col0 {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0
}

.img_wrap {
    position: relative;
    width: 100%;
    padding-bottom: 100%
}

.img_wrap .el {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100%
}

.img_wrap .el iframe,
.img_wrap .el img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    margin: 0 auto
}

h1.title {
    font-family: 'DIN Pro', sans-serif;
    font-weight: 500;
    font-size: 24px;
    line-height: 24px
}

h1.title span {
    display: inline-block;
    color: #fff;
    font-weight: 500;
    background-color: #000;
    margin-bottom: 6px;
    padding-right: 5px
}

h2.title {
    font-family: 'DIN Pro', sans-serif;
    font-weight: 700;
    color: #000;
    font-size: 60px;
    line-height: 64px
}

h2.title span {
    color: #ed1d2e
}

@media (max-width:1250px) {
    h2.title {
        font-size: 50px;
        line-height: 53px
    }
}

@media (max-width:1010px) {
    h2.title {
        font-size: 44px;
        line-height: 48px
    }
}

@media (max-width:750px) {
    h2.title {
        font-size: 34px;
        line-height: 38px
    }
}

.bar-long {
    height: 5px;
    width: 0;
    z-index: 1000;
    position: fixed;
    top: 0;
    left: 0;
    background: #ed1d2e
}

.content_text {
    font-family: 'DIN Pro', sans-serif;
    font-weight: 300;
    color: #757575;
    font-size: 16px;
    line-height: 22px
}

.content_title {
    font-family: 'DIN Pro', sans-serif;
    font-weight: 700;
    color: #000;
    font-size: 20px;
    line-height: 24px
}

.content_description {
    font-family: 'DIN Pro', sans-serif;
    font-weight: 500;
    color: #000;
    font-size: 24px;
    line-height: 36px
}

@media (max-width:570px) {
    .content_description {
        font-size: 20px;
        line-height: 32px
    }
}

.btn {
    display: inline-block;
    cursor: pointer;
    width: 100%;
    border: 0;
    font-family: 'DIN Pro', sans-serif;
    font-weight: 500;
    font-size: 16px;
    max-width: 180px;
    text-align: center;
    height: 50px;
    line-height: 48px;
    color: #fff;
    background-color: #ed1d2e;
    border-radius: 0;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-box-shadow: 7px 1px 16px rgba(255, 0, 21, .67);
    box-shadow: 7px 1px 16px rgba(255, 0, 21, .67)
}

.btn:hover {
    -webkit-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    transform: translateY(-3px);
    -webkit-box-shadow: 1px 10px 30px rgba(255, 0, 21, .64);
    box-shadow: 1px 10px 30px rgba(255, 0, 21, .64)
}

.btn:active {
    -webkit-box-shadow: none;
    box-shadow: none
}

main {
    overflow: hidden
}

section {
    position: relative
}

#mainSprite {
    height: 0;
    width: 0;
    position: absolute;
    visibility: hidden
}

header {
    background-color: transparent;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    position: absolute;
    z-index: 200;
    top: 0;
    left: 0;
    width: 100%;
    padding-top: 25px
}

header .innerWrapper {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

header .innerWrapper .logo {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 155px;
    flex: 0 0 155px
}

@media (max-width:750px) {
    header .innerWrapper .logo {
        -ms-flex-preferred-size: 150px;
        flex-basis: 150px
    }
}

header .innerWrapper .navigation {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 310px;
    flex: 0 0 310px;
    margin-right: auto;
    margin-left: 30px
}

header .innerWrapper .navigation ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

header .innerWrapper .navigation ul li a {
    font-family: 'DIN Pro', sans-serif;
    font-weight: 500;
    font-size: 16px;
    color: #000
}

header .innerWrapper .navigation ul li a:hover {
    color: #000
}

header .innerWrapper .navigation ul li.mobBtn {
    display: none
}

@media (max-width:750px) {
    header .innerWrapper .navigation ul li.mobBtn {
        display: block;
        width: 100%;
        text-align: center
    }
}

@media (max-width:1010px) {
    header .innerWrapper .navigation ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        height: 270px;
        margin-top: 100px;
        width: 100%;
        max-width: 500px;
        margin-left: auto;
        margin-right: auto;
        padding-left: 15px;
        padding-right: 15px
    }
}

@media (max-width:750px) {
    header .innerWrapper .navigation ul {
        height: 350px
    }
}

header .innerWrapper .navigation .phoneLink {
    display: none
}

@media (max-width:750px) {
    header .innerWrapper .navigation .phoneLink {
        display: block
    }
}

header .innerWrapper .navigation .closeMenu {
    display: none;
    position: absolute;
    top: 15px;
    right: 25px;
    background-color: #a9a9a9;
    width: 40px;
    height: 40px;
    line-height: 44px;
    border-radius: 50%;
    fill: #000;
    border: 0
}

header .innerWrapper .navigation .closeMenu .icon {
    width: 16px;
    height: 12px
}

@media (max-width:1010px) {
    header .innerWrapper .navigation .closeMenu {
        display: block
    }
}

@media (max-width:1250px) {
    header .innerWrapper .navigation {
        margin-left: 0;
        margin-right: 0
    }
}

@media (max-width:1010px) {
    header .innerWrapper .navigation {
        background-color: #fff;
        position: fixed;
        top: 0;
        left: -100%;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100vh;
        min-height: 500px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-transition: all 1s ease-in-out;
        -o-transition: all 1s ease-in-out;
        transition: all 1s ease-in-out
    }
}

header .innerWrapper .additionalBtns {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 485px;
    flex: 0 0 485px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width:570px) {
    header .innerWrapper .additionalBtns .phoneLink {
        display: none
    }
}

@media (max-width:750px) {
    header .innerWrapper .additionalBtns .callBack {
        display: none
    }
}

header .innerWrapper .additionalBtns .openMenu {
    background-color: transparent;
    border: 0;
    width: 30px;
    height: 30px;
    display: none
}

@media (max-width:1010px) {
    header .innerWrapper .additionalBtns .openMenu {
        display: block
    }
}

@media (max-width:1250px) {
    header .innerWrapper .additionalBtns {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 455px;
        flex: 0 0 455px
    }
}

@media (max-width:1010px) {
    header .innerWrapper .additionalBtns {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 550px;
        flex: 0 0 550px
    }
}

@media (max-width:750px) {
    header .innerWrapper .additionalBtns {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 380px;
        flex: 0 0 380px
    }
}

@media (max-width:570px) {
    header .innerWrapper .additionalBtns {
        -ms-flex-preferred-size: 170px;
        flex-basis: 170px
    }
}

header .innerWrapper .callBack {
    width: 100%;
    max-width: 190px;
    cursor: pointer;
    display: inline-block;
    padding: 0;
    height: 45px;
    background-color: transparent;
    border: 1px solid #a7a7a7;
    font-family: 'DIN Pro', sans-serif;
    font-weight: 500;
    font-size: 16px;
    color: #000;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

header .innerWrapper .callBack:hover {
    -webkit-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    transform: translateY(-3px);
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, .2);
    box-shadow: 0 10px 20px rgba(0, 0, 0, .2)
}

header .innerWrapper .phoneLink {
    font-family: 'DIN Pro', sans-serif;
    font-weight: 500;
    font-size: 16px;
    color: #000
}

header .innerWrapper .phoneLink:hover {
    color: #757575
}

header .innerWrapper .changeLang {
    font-family: 'DIN Pro', sans-serif;
    font-weight: 500;
    font-size: 16px;
    color: #9e9e9e
}

header .innerWrapper .changeLang span {
    font-family: 'DIN Pro', sans-serif;
    font-weight: 500;
    font-size: 16px;
    color: #000
}

header .innerWrapper .changeLang a {
    font-family: 'DIN Pro', sans-serif;
    font-weight: 500;
    font-size: 16px;
    color: #9e9e9e
}

header .innerWrapper .changeLang a:hover {
    color: #000
}

header.fixed {
    position: fixed;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .2);
    padding: 7px 0
}

footer .footerTop {
    padding-top: 25px;
    background-color: #fff;
    padding-bottom: 25px
}

footer .footerTop .innerWrapper .logoBlock {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 230px;
    flex: 0 0 230px
}

footer .footerTop .innerWrapper .logoBlock .logoLink {
    display: block;
    width: 120px;
    margin-bottom: 30px
}

@media (max-width:570px) {
    footer .footerTop .innerWrapper .logoBlock .logoLink {
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 15px
    }
}

footer .footerTop .innerWrapper .logoBlock .copyrights {
    font-family: 'DIN Pro', sans-serif;
    font-size: 14px;
    line-height: 18px;
    color: #8a96a1
}

@media (max-width:1010px) {
    footer .footerTop .innerWrapper .logoBlock {
        -ms-flex-preferred-size: 150px;
        flex-basis: 150px
    }
}

@media (max-width:570px) {
    footer .footerTop .innerWrapper .logoBlock {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        text-align: center;
        margin-bottom: 20px
    }
}

footer .footerTop .innerWrapper .addressBlock {
    margin-left: 75px
}

footer .footerTop .innerWrapper .addressBlock .address {
    font-family: 'DIN Pro', sans-serif;
    font-weight: 500;
    color: #000;
    font-size: 16px;
    line-height: 24px
}

footer .footerTop .innerWrapper .addressBlock .address:hover {
    color: #9a9a9a
}

@media (max-width:1250px) {
    footer .footerTop .innerWrapper .addressBlock {
        margin-left: 0
    }
}

@media (max-width:570px) {
    footer .footerTop .innerWrapper .addressBlock {
        text-align: center;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        margin-bottom: 30px
    }
}

footer .footerTop .innerWrapper .contactBlock {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 320px;
    flex: 0 0 320px
}

footer .footerTop .innerWrapper .contactBlock .phones {
    position: relative;
    padding-left: 30px;
    margin-bottom: 12px
}

footer .footerTop .innerWrapper .contactBlock .phones .icon {
    width: 16px;
    height: 16px;
    position: absolute;
    top: 7px;
    left: 1px;
    fill: #ed1d2e
}

footer .footerTop .innerWrapper .contactBlock .phones a {
    display: block;
    font-family: 'DIN Pro', sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #000
}

footer .footerTop .innerWrapper .contactBlock .phones a:hover {
    color: #9a9a9a
}

footer .footerTop .innerWrapper .contactBlock .mail {
    position: relative;
    padding-left: 30px;
    margin-bottom: 30px
}

footer .footerTop .innerWrapper .contactBlock .mail .icon {
    width: 16px;
    height: 16px;
    position: absolute;
    top: 5px;
    left: 0;
    fill: #ed1d2e
}

footer .footerTop .innerWrapper .contactBlock .mail a {
    display: block;
    font-family: 'DIN Pro', sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #000
}

footer .footerTop .innerWrapper .contactBlock .mail a:hover {
    color: #9a9a9a
}

@media (max-width:1250px) {
    footer .footerTop .innerWrapper .contactBlock {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 250px;
        flex: 0 0 250px
    }
}

@media (max-width:1010px) {
    footer .footerTop .innerWrapper .contactBlock {
        -ms-flex-preferred-size: 200px;
        flex-basis: 200px
    }
}

@media (max-width:570px) {
    footer .footerTop .innerWrapper .contactBlock {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 200px;
        margin-bottom: 10px
    }
}

footer .footerTop .innerWrapper .specialLinks {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 275px;
    flex: 0 0 275px
}

footer .footerTop .innerWrapper .specialLinks .btnWrap {
    text-align: right;
    margin-bottom: 30px
}

footer .footerTop .innerWrapper .specialLinks .btnWrap .callBack {
    width: 100%;
    max-width: 180px;
    cursor: pointer;
    display: inline-block;
    padding: 0;
    height: 50px;
    background-color: transparent;
    border: 1px solid #a7a7a7;
    font-family: 'DIN Pro', sans-serif;
    font-weight: 500;
    font-size: 16px;
    color: #000;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

footer .footerTop .innerWrapper .specialLinks .btnWrap .callBack:hover {
    -webkit-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    transform: translateY(-3px);
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, .2);
    box-shadow: 0 10px 20px rgba(0, 0, 0, .2)
}

footer .footerTop .innerWrapper .specialLinks .socialLinks ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

footer .footerTop .innerWrapper .specialLinks .socialLinks ul li {
    margin-left: 7px
}

footer .footerTop .innerWrapper .specialLinks .socialLinks ul li a {
    display: block;
    width: 20px;
    height: 20px;
    fill: #000
}

footer .footerTop .innerWrapper .specialLinks .socialLinks ul li a:hover {
    fill: #ed1d2e
}

@media (max-width:750px) {
    footer .footerTop .innerWrapper .specialLinks .socialLinks ul {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

@media (max-width:570px) {
    footer .footerTop .innerWrapper .specialLinks .socialLinks {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%
    }
}

@media (max-width:1250px) {
    footer .footerTop .innerWrapper .specialLinks {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 210px;
        flex: 0 0 210px
    }
}

@media (max-width:1010px) {
    footer .footerTop .innerWrapper .specialLinks {
        -ms-flex-preferred-size: 170px;
        flex-basis: 170px
    }
}

@media (max-width:750px) {
    footer .footerTop .innerWrapper .specialLinks {
        margin-top: 30px
    }
}

@media (max-width:570px) {
    footer .footerTop .innerWrapper .specialLinks {
        margin-top: 0
    }
}

@media (max-width:750px) {
    footer .footerTop .innerWrapper {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

@media (max-width:750px) {
    footer .footerTop {
        padding-top: 40px;
        padding-bottom: 40px
    }
}

footer .footerBottom {
    background-color: #202020;
    padding-top: 20px;
    padding-bottom: 20px
}

footer .footerBottom .innerWrapper {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

footer .footerBottom .innerWrapper .politics {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 600px;
    flex: 0 0 600px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

footer .footerBottom .innerWrapper .politics a {
    font-family: Gilroy, sans-serif;
    font-weight: 300;
    color: #65666a;
    font-size: 12px
}

footer .footerBottom .innerWrapper .politics a:hover {
    color: #fff
}

@media (max-width:750px) {
    footer .footerBottom .innerWrapper .politics {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        height: 100px;
        margin-bottom: 30px
    }
}

footer .footerBottom .innerWrapper .rezartLogoBlock {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

footer .footerBottom .innerWrapper .rezartLogoBlock a {
    display: block;
    width: 35px;
    height: 20px;
    fill: #fff
}

footer .footerBottom .innerWrapper .rezartLogoBlock a:hover {
    fill: #ed1d2e
}

@media (max-width:1010px) {
    footer .footerBottom .innerWrapper .rezartLogoBlock {
        margin-left: auto;
        margin-right: auto
    }
}

@media (max-width:750px) {
    footer .footerBottom {
        padding-top: 30px;
        padding-bottom: 30px
    }
}

.section1 {
    padding-top: 191px;
    background-color: #fff;
    background-image: url(../img/BG1.jpg);
    background-position: center;
    background-repeat: repeat
}

.section1 .backgroundImage {
    position: absolute;
    z-index: -1;
    width: 640px;
    bottom: -1px;
    left: calc(50% - 320px)
}

@media (max-width:1450px) {
    .section1 .backgroundImage {
        width: 560px;
        left: calc(50% - 330px)
    }
}

@media (max-width:1250px) {
    .section1 .backgroundImage {
        width: 550px;
        left: calc(50% - 370px)
    }
}

@media (max-width:1010px) {
    .section1 .backgroundImage {
        width: 500px;
        left: calc(50% - 470px)
    }
}

@media (max-width:750px) {
    .section1 .backgroundImage {
        width: 270px;
        bottom: unset;
        top: 50px;
        left: calc(50% - 150px)
    }
}

.section1 .innerWrapper {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.section1 .innerWrapper .titleBlock .imgBlock {
    margin-top: -8px;
    max-width: 655px
}

@media (max-width:1450px) {
    .section1 .innerWrapper .titleBlock .imgBlock {
        max-width: 550px
    }
}

@media (max-width:1250px) {
    .section1 .innerWrapper .titleBlock .imgBlock {
        max-width: 450px
    }
}

@media (max-width:1010px) {
    .section1 .innerWrapper .titleBlock .imgBlock {
        max-width: 340px;
        margin-top: 0
    }
}

@media (max-width:750px) {
    .section1 .innerWrapper .titleBlock .imgBlock {
        display: none
    }
}

@media (max-width:1010px) {
    .section1 .innerWrapper .titleBlock {
        -ms-flex-item-align: end;
        align-self: flex-end
    }
}

@media (max-width:750px) {
    .section1 .innerWrapper .titleBlock {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%
    }
}

@media (max-width:570px) {
    .section1 .innerWrapper .titleBlock {
        text-align: center
    }
}

.section1 .innerWrapper .listBlock {
    padding-top: 3px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 280px;
    flex: 0 0 280px;
    margin-right: 10px
}

.section1 .innerWrapper .listBlock .listTitle {
    line-height: 26px;
    margin-bottom: 40px;
    font-size: 18px
}

@media (max-width:1450px) {
    .section1 .innerWrapper .listBlock .listTitle {
        margin-bottom: 35px
    }
}

@media (max-width:1010px) {
    .section1 .innerWrapper .listBlock .listTitle {
        margin-bottom: 20px
    }
}

@media (max-width:570px) {
    .section1 .innerWrapper .listBlock .listTitle {
        text-align: center
    }
}

.section1 .innerWrapper .listBlock ul {
    counter-reset: listFirst
}

.section1 .innerWrapper .listBlock ul li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 19px;
    line-height: 22px
}

.section1 .innerWrapper .listBlock ul li:before {
    counter-increment: listFirst;
    content: "0" counter(listFirst) ".";
    font-family: 'DIN Pro', sans-serif;
    font-size: 10px;
    font-weight: 500;
    color: #000;
    position: absolute;
    top: 2px;
    left: 0
}

@media (max-width:1450px) {
    .section1 .innerWrapper .listBlock ul li {
        line-height: 18px
    }
}

@media (max-width:1010px) {
    .section1 .innerWrapper .listBlock {
        margin-bottom: -100px
    }
}

@media (max-width:750px) {
    .section1 .innerWrapper .listBlock {
        position: absolute;
        top: 530px;
        left: 150px;
        max-width: 320px
    }
}

@media (max-width:570px) {
    .section1 .innerWrapper .listBlock {
        top: 570px;
        margin-right: 0;
        left: calc(50% - 160px)
    }
}

@media (max-width:1450px) {
    .section1 .innerWrapper {
        margin-bottom: 7px
    }
}

@media (max-width:1250px) {
    .section1 .innerWrapper {
        margin-bottom: -20px
    }
}

@media (max-width:1010px) {
    .section1 .innerWrapper {
        margin-bottom: 20px
    }
}

@media (max-width:750px) {
    .section1 .innerWrapper {
        margin-bottom: 270px
    }
}

.section1 .bottomBlock {
    background-color: #fff;
    max-width: 585px;
    padding-top: 53px;
    padding-bottom: 47px;
    padding-right: 120px;
    position: relative
}

.section1 .bottomBlock .text {
    margin-bottom: 24px
}

.section1 .bottomBlock .text span {
    font-weight: 500;
    color: #000
}

@media (max-width:1250px) {
    .section1 .bottomBlock .text {
        margin-bottom: 21px
    }
}

@media (max-width:1010px) {
    .section1 .bottomBlock .text br {
        display: none
    }
}

@media (max-width:570px) {
    .section1 .bottomBlock .text {
        text-align: center
    }
}

.section1 .bottomBlock:before {
    content: '';
    position: absolute;
    top: 0;
    left: -550px;
    background-color: #fff;
    height: 100%;
    width: 550px
}

@media (max-width:1450px) {
    .section1 .bottomBlock {
        padding-top: 35px;
        padding-bottom: 33px
    }
}

@media (max-width:1250px) {
    .section1 .bottomBlock {
        padding-top: 40px;
        padding-bottom: 25px
    }
}

@media (max-width:1010px) {
    .section1 .bottomBlock {
        max-width: 350px;
        padding-top: 25px;
        padding-bottom: 20px;
        padding-right: 75px
    }
}

@media (max-width:750px) {
    .section1 .bottomBlock {
        max-width: 100%;
        padding-right: 0;
        text-align: center
    }
    .section1 .bottomBlock .btnWrap {
        text-align: center
    }
    .section1 .bottomBlock:after {
        content: '';
        position: absolute;
        top: 0;
        right: -550px;
        background-color: #fff;
        height: 100%;
        width: 550px
    }
}

@media (max-width:1450px) {
    .section1 {
        padding-top: 155px
    }
}

@media (max-width:1250px) {
    .section1 {
        padding-top: 150px
    }
}

@media (max-width:1010px) {
    .section1 {
        padding-top: 200px
    }
}

@media (max-width:750px) {
    .section1 {
        padding-top: 90px;
        padding-bottom: 350px
    }
}

@media (max-width:570px) {
    .section1 {
        padding-top: 100px
    }
}

.section2 {
    padding-top: 180px;
    padding-bottom: 100px;
    background-color: #fff
}

.section2 .backgroundPattern {
    position: absolute;
    z-index: -1;
    top: 170px;
    left: calc(50% + 262px)
}

@media (max-width:1250px) {
    .section2 .backgroundPattern {
        width: 350px;
        top: 180px
    }
}

@media (max-width:1010px) {
    .section2 .backgroundPattern {
        top: 270px;
        left: calc(50% + 70px)
    }
}

.section2 .titleBlock {
    margin-bottom: 50px
}

@media (max-width:750px) {
    .section2 .titleBlock br {
        display: none
    }
}

.section2 .filterBlock {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 70px
}

.section2 .filterBlock .selectWrapper .jq-selectbox {
    width: 100%
}

@media (max-width:750px) {
    .section2 .filterBlock .selectWrapper .jq-selectbox {
        margin-bottom: 25px
    }
}

@media (max-width:750px) {
    .section2 .filterBlock .selectWrapper {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        margin-bottom: 35px
    }
}

.section2 .filterBlock .btnWrap {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 200px;
    flex: 0 0 200px
}

@media (max-width:750px) {
    .section2 .filterBlock .btnWrap {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        text-align: center
    }
}

.section2 .resultBlock .blockTitle {
    font-family: 'DIN Pro', sans-serif;
    font-weight: 500;
    font-size: 24px;
    color: #000;
    margin-bottom: 37px
}

.section2 .resultBlock .contentBlock .contentItem {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin-bottom: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.section2 .resultBlock .contentBlock .contentItem .imgWrap {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    margin-bottom: 25px;
    height: 230px
}

.section2 .resultBlock .contentBlock .contentItem .imgWrap img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

@media (max-width:750px) {
    .section2 .resultBlock .contentBlock .contentItem .imgWrap {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%
    }
}

.section2 .resultBlock .contentBlock .contentItem .itemTextBlock {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 28%;
    flex: 0 0 28%;
    margin-left: 30px
}

@media (max-width:750px) {
    .section2 .resultBlock .contentBlock .contentItem .itemTextBlock {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        margin-left: 0
    }
}

.section2 .resultBlock .contentBlock .contentItem .itemTitle {
    margin-bottom: 5px
}

.section2 .resultBlock .contentBlock .contentItem .itemText {
    margin-bottom: 15px
}

.section2 .resultBlock .contentBlock .contentItem .btnWrap a {
    display: inline-block;
    font-family: 'DIN Pro', sans-serif;
    font-weight: 500;
    color: #ed1d2e;
    font-size: 16px;
    position: relative
}

.section2 .resultBlock .contentBlock .contentItem .btnWrap a:after {
    content: '\f105';
    font-family: FontAwesome;
    padding-left: 10px;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.section2 .resultBlock .contentBlock .contentItem .btnWrap a:before {
    content: '';
    width: 100%;
    height: 1px;
    background-color: #ed1d2e;
    position: absolute;
    bottom: -7px;
    left: 0;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.section2 .resultBlock .contentBlock .contentItem .btnWrap a:hover:before {
    width: 0
}

.section2 .resultBlock .contentBlock .contentItem .btnWrap a:hover:after {
    padding-left: 15px
}

@media (max-width:750px) {
    .section2 .resultBlock .contentBlock .contentItem {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

@media (max-width:1250px) {
    .section2 {
        padding-top: 140px;
        padding-bottom: 80px
    }
}

@media (max-width:1010px) {
    .section2 {
        padding-top: 70px;
        padding-bottom: 70px
    }
}

@media (max-width:750px) {
    .section2 {
        padding-top: 60px;
        padding-bottom: 60px
    }
}

@media (max-width:570px) {
    .section2 {
        padding-top: 50px;
        padding-bottom: 50px
    }
}

.section3 {
    padding-top: 95px;
    padding-bottom: 108px;
    background-color: #fff
}

.section3 .backgroundPattern {
    position: absolute;
    z-index: -1;
    top: -76px;
    left: calc(50% - 344px)
}

@media (max-width:1250px) {
    .section3 .backgroundPattern {
        width: 200px;
        top: -20px;
        left: calc(50% - 285px)
    }
}

@media (max-width:1010px) {
    .section3 .titleBlock {
        margin-bottom: 70px
    }
    .section3 .titleBlock br {
        display: none
    }
}

.section3 .contentBlock {
    margin-top: -255px
}

.section3 .contentBlock .contentItem {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100%/4);
    flex: 0 0 calc(100%/4);
    position: relative;
    padding-left: 80px;
    min-height: 175px
}

.section3 .contentBlock .contentItem .icon {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 5px;
    left: 20px
}

.section3 .contentBlock .contentItem .itemTitle {
    margin-bottom: 12px
}

.section3 .contentBlock .contentItem .itemText {
    position: relative
}

.section3 .contentBlock .contentItem .itemText:before {
    content: '';
    width: 20px;
    height: 6px;
    background-color: #ed1d2e;
    position: absolute;
    bottom: 14px;
    left: -55px
}

@media (max-width:570px) {
    .section3 .contentBlock .contentItem .itemText br {
        display: none
    }
}

.section3 .contentBlock .contentItem:nth-child(1) {
    margin-left: 585px
}

@media (max-width:1250px) {
    .section3 .contentBlock .contentItem:nth-child(1) {
        margin-left: 490px
    }
}

@media (max-width:1010px) {
    .section3 .contentBlock .contentItem:nth-child(1) {
        margin-left: 0
    }
}

.section3 .contentBlock .contentItem:nth-child(3) {
    margin-left: 585px
}

@media (max-width:1250px) {
    .section3 .contentBlock .contentItem:nth-child(3) {
        margin-left: 490px
    }
}

@media (max-width:1010px) {
    .section3 .contentBlock .contentItem:nth-child(3) {
        margin-left: 0
    }
}

@media (max-width:1250px) {
    .section3 .contentBlock .contentItem {
        min-height: 170px
    }
}

@media (max-width:1010px) {
    .section3 .contentBlock .contentItem {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100%/2);
        flex: 0 0 calc(100%/2)
    }
}

@media (max-width:570px) {
    .section3 .contentBlock .contentItem {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        min-height: 150px
    }
}

@media (max-width:1250px) {
    .section3 .contentBlock {
        margin-top: -210px
    }
}

@media (max-width:1010px) {
    .section3 .contentBlock {
        margin-top: 0
    }
}

@media (max-width:1250px) {
    .section3 {
        padding-top: 80px;
        padding-bottom: 80px
    }
}

@media (max-width:1010px) {
    .section3 {
        padding-top: 70px;
        padding-bottom: 70px
    }
}

@media (max-width:750px) {
    .section3 {
        padding-top: 60px;
        padding-bottom: 60px
    }
}

@media (max-width:570px) {
    .section3 {
        padding-top: 50px;
        padding-bottom: 50px
    }
}

.section4 {
    padding-top: 170px;
    padding-bottom: 100px;
    background-color: #fff;
    background-image: url(../img/BG1.jpg);
    background-position: center;
    background-repeat: repeat
}

.section4 .titleBlock {
    text-align: center;
    margin-bottom: 80px
}

.section4 .titleBlock h2.title {
    margin-bottom: 40px
}

@media (max-width:1010px) {
    .section4 .titleBlock .description br {
        display: none
    }
}

.section4 .controlBlock {
    margin-bottom: 50px
}

.section4 .controlBlock .packsBtns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.section4 .controlBlock .packsBtns button {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc((100%/3) - 10px);
    flex: 0 0 calc((100%/3) - 10px);
    cursor: pointer;
    background-color: #ebebeb;
    border-radius: 0;
    text-align: center;
    height: 50px;
    border: 1px solid #d3d3d3;
    font-family: 'DIN Pro', sans-serif;
    font-weight: 500;
    font-size: 16px;
    color: #757575;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.section4 .controlBlock .packsBtns button:hover {
    border-color: #fe1006;
    color: #ed1d2e;
    background-color: #fff
}

.section4 .controlBlock .packsBtns button.active {
    border-color: #fe1006;
    color: #ed1d2e;
    background-color: #fff
}

@media (max-width:1010px) {
    .section4 .controlBlock .packsBtns {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 55%;
        flex: 0 0 55%
    }
}

@media (max-width:750px) {
    .section4 .controlBlock .packsBtns {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        margin-bottom: 35px
    }
}

.section4 .controlBlock .btnWrap {
    text-align: right
}

@media (max-width:750px) {
    .section4 .controlBlock .btnWrap {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        text-align: center
    }
}

.section4 .contentBlock {
    position: relative;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.section4 .contentBlock .packsList {
    height: 920px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 620px;
    flex: 0 0 620px;
    overflow: auto
}

.section4 .contentBlock .packsList>ul>li {
    border-bottom: 1px solid #000;
    padding-top: 10px;
    padding-bottom: 10px
}

.section4 .contentBlock .packsList>ul>li>button {
    display: block;
    width: 100%;
    background-color: transparent;
    cursor: pointer;
    padding-top: 12px;
    padding-bottom: 12px;
    font-family: 'DIN Pro', sans-serif;
    font-size: 20px;
    font-weight: 500;
    color: #000;
    text-align: left;
    border: 0;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    padding-left: 50px;
    position: relative
}

.section4 .contentBlock .packsList>ul>li>button:before {
    content: '';
    width: 26px;
    height: 26px;
    border: 2px solid #fe1006;
    position: absolute;
    top: 9px;
    left: 0
}

.section4 .contentBlock .packsList>ul>li>button:after {
    content: '';
    width: 28px;
    height: 12px;
    border-bottom: 2px solid #000;
    border-left: 2px solid #000;
    position: absolute;
    top: 9px;
    left: 5px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    display: none
}

.section4 .contentBlock .packsList>ul>li>button.active:after {
    display: block
}

.section4 .contentBlock .packsList>ul>li>button:hover {
    color: #ed1d2e
}

.section4 .contentBlock .packsList>ul>li>button.show {
    color: #ed1d2e
}

@media (max-width:750px) {
    .section4 .contentBlock .packsList>ul>li>button {
        font-size: 18px
    }
}

.section4 .contentBlock .packsList>ul>li .packItem {
    display: none;
    padding-top: 15px;
    padding-bottom: 15px
}

.section4 .contentBlock .packsList>ul>li:last-child {
    border-bottom: none
}

@media (max-width:750px) {
    .section4 .contentBlock .packsList>ul>li {
        padding-top: 0;
        padding-bottom: 0
    }
}

.section4 .contentBlock .packsList::-webkit-scrollbar {
    width: 0;
    background: 0 0
}

@media (max-width:1250px) {
    .section4 .contentBlock .packsList {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 55%;
        flex: 0 0 55%
    }
}

@media (max-width:750px) {
    .section4 .contentBlock .packsList {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        height: auto;
        padding-left: 0;
        padding-right: 0
    }
}

.section4 .contentBlock .packDescriptions {
    height: 920px;
    overflow: auto;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 470px;
    flex: 0 0 470px;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 40px;
    padding-top: 25px
}

.section4 .contentBlock .packDescriptions::-webkit-scrollbar {
    width: 0;
    background: 0 0
}

@media (max-width:750px) {
    .section4 .contentBlock .packDescriptions .packItem {
        display: none
    }
}

@media (max-width:1250px) {
    .section4 .contentBlock .packDescriptions {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 43%;
        flex: 0 0 43%
    }
}

@media (max-width:750px) {
    .section4 .contentBlock .packDescriptions {
        display: none;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        height: auto;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        padding-top: 0;
        margin-bottom: 40px
    }
}

.section4 .contentBlock:before {
    content: '';
    width: 100%;
    height: 50px;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#ebebeb), to(transparent));
    background-image: -o-linear-gradient(bottom, #ebebeb, transparent);
    background-image: linear-gradient(to top, #ebebeb, transparent);
    position: absolute;
    z-index: 10;
    bottom: 0;
    left: 0
}

@media (max-width:750px) {
    .section4 .contentBlock:before {
        display: none
    }
}

.section4 .packItem .imgWrap {
    margin-bottom: 15px
}

.section4 .packItem .title {
    font-family: 'DIN Pro', sans-serif;
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    color: #000;
    position: relative;
    padding-left: 80px;
    margin-bottom: 35px
}

.section4 .packItem .title:before {
    content: '';
    width: 50px;
    height: 5px;
    position: absolute;
    top: 7px;
    left: 0;
    background-color: #ed1d2e
}

.section4 .packItem .listTitle {
    margin-bottom: 25px
}

.section4 .packItem ul {
    margin-bottom: 30px;
    counter-reset: listSecond
}

.section4 .packItem ul li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 15px
}

.section4 .packItem ul li span {
    background-color: #fff
}

.section4 .packItem ul li:before {
    font-family: 'DIN Pro', sans-serif;
    counter-increment: listSecond;
    content: "0" counter(listSecond) ".";
    font-size: 10px;
    color: #fff;
    background-color: #000;
    padding-left: 2px;
    padding-right: 2px;
    position: absolute;
    line-height: 10px;
    top: 7px;
    left: 0
}

.section4 .packItem ul li:nth-child(10):before {
    content: counter(listSecond) "."
}

.section4 .packItem ul li:nth-child(11):before {
    content: counter(listSecond) "."
}

.section4 .packItem ul li:nth-child(12):before {
    content: counter(listSecond) "."
}

.section4 .packItem ul li:nth-child(13):before {
    content: counter(listSecond) "."
}

.section4 .packItem ul li:nth-child(14):before {
    content: counter(listSecond) "."
}

.section4 .packItem ul li:nth-child(15):before {
    content: counter(listSecond) "."
}

.section4 .packItem ul li:nth-child(16):before {
    content: counter(listSecond) "."
}

.section4 .packItem ul li:nth-child(17):before {
    content: counter(listSecond) "."
}

.section4 .packItem ul li:nth-child(18):before {
    content: counter(listSecond) "."
}

.section4 .packItem ul li:nth-child(19):before {
    content: counter(listSecond) "."
}

.section4 .packItem ul li:nth-child(20):before {
    content: counter(listSecond) "."
}

.section4 .packItem .btnWrap {
    margin-bottom: 15px
}

@media (max-width:1250px) {
    .section4 {
        padding-top: 120px;
        padding-bottom: 80px
    }
}

@media (max-width:1010px) {
    .section4 {
        padding-top: 70px;
        padding-bottom: 70px
    }
}

@media (max-width:750px) {
    .section4 {
        padding-top: 60px;
        padding-bottom: 60px
    }
}

@media (max-width:570px) {
    .section4 {
        padding-top: 50px;
        padding-bottom: 50px
    }
}

.section5 {
    padding-top: 200px;
    padding-bottom: 100px;
    background-color: #fff
}

.section5 .backgroundPattern {
    position: absolute;
    top: 104px;
    left: 204px
}

.section5 .innerWrapper {
    margin-bottom: 95px
}

.section5 .innerWrapper .titleBlock {
    margin-top: -10px
}

.section5 .innerWrapper .titleBlock h2.title {
    margin-bottom: 65px
}

@media (max-width:1010px) {
    .section5 .innerWrapper .titleBlock h2.title {
        margin-bottom: 30px
    }
    .section5 .innerWrapper .titleBlock h2.title br {
        display: none
    }
}

.section5 .innerWrapper .titleBlock .description {
    max-width: 280px;
    padding-left: 30px;
    position: relative
}

.section5 .innerWrapper .titleBlock .description:before {
    content: '';
    width: 50px;
    height: 6px;
    background-color: #ed1d2e;
    position: absolute;
    left: 0;
    bottom: -40px
}

@media (max-width:1010px) {
    .section5 .innerWrapper .titleBlock .description {
        max-width: 100%
    }
}

@media (max-width:1010px) {
    .section5 .innerWrapper .titleBlock {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        margin-top: 0;
        margin-bottom: 80px
    }
}

.section5 .innerWrapper .rightSide {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 770px;
    flex: 0 0 770px
}

.section5 .innerWrapper .rightSide .sliderBlock .sliderItem {
    margin-left: 15px;
    margin-right: 15px
}

.section5 .innerWrapper .rightSide .sliderBlock .sliderItem .imgWrap {
    margin-bottom: 15px;
    position: relative;
    height: 280px
}

.section5 .innerWrapper .rightSide .sliderBlock .sliderItem .imgWrap img {
    width: 100%;
    height: 100%;
    -o-object-position: center;
    object-position: center;
    -o-object-fit: cover;
    object-fit: cover
}

.section5 .innerWrapper .rightSide .sliderBlock .sliderItem .imgWrap .playBtn {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100px;
    height: 100px;
    background-color: #fff;
    text-align: center;
    line-height: 130px
}

.section5 .innerWrapper .rightSide .sliderBlock .sliderItem .imgWrap .playBtn .icon {
    width: 44px;
    height: 44px;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.section5 .innerWrapper .rightSide .sliderBlock .sliderItem .imgWrap .playBtn:hover .icon {
    fill: #ed1d2e
}

.section5 .innerWrapper .rightSide .sliderBlock .sliderItem .title {
    margin-bottom: 7px
}

.section5 .innerWrapper .rightSide .sliderControl {
    margin-top: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    text-align: center;
    max-width: 250px;
    margin-left: auto;
    margin-right: auto
}

.section5 .innerWrapper .rightSide .sliderControl .end,
.section5 .innerWrapper .rightSide .sliderControl .start {
    font-family: 'DIN Pro', sans-serif;
    font-weight: 700;
    font-size: 14px;
    color: #dbdbdb
}

.section5 .innerWrapper .rightSide .sliderControl .slider__next {
    cursor: pointer;
    width: 15px;
    height: 15px;
    margin-left: 20px;
    border-top: 2px solid #000;
    border-left: 2px solid #000;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.section5 .innerWrapper .rightSide .sliderControl .slider__next:hover {
    border-color: #ed1d2e
}

.section5 .innerWrapper .rightSide .sliderControl .slider__next.slick-disabled {
    border-color: #dbdbdb
}

@media (max-width:570px) {
    .section5 .innerWrapper .rightSide .sliderControl .slider__next {
        margin-top: 5px
    }
}

.section5 .innerWrapper .rightSide .sliderControl .slider__prev {
    cursor: pointer;
    width: 15px;
    height: 15px;
    margin-right: 20px;
    border-bottom: 2px solid #000;
    border-right: 2px solid #000;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.section5 .innerWrapper .rightSide .sliderControl .slider__prev:hover {
    border-color: #ed1d2e
}

.section5 .innerWrapper .rightSide .sliderControl .slider__prev.slick-disabled {
    border-color: #dbdbdb
}

@media (max-width:570px) {
    .section5 .innerWrapper .rightSide .sliderControl .slider__prev {
        margin-bottom: 5px
    }
}

.section5 .innerWrapper .rightSide .sliderControl .current {
    font-family: 'DIN Pro', sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 14px;
    color: #ed1d2e
}

@media (max-width:1250px) {
    .section5 .innerWrapper .rightSide {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 600px;
        flex: 0 0 600px
    }
}

@media (max-width:1010px) {
    .section5 .innerWrapper .rightSide {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%
    }
}

@media (max-width:1010px) {
    .section5 .innerWrapper {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 50px
    }
}

.section5 .btnWrap {
    text-align: center
}

.section5 .btnWrap .btn {
    max-width: 220px
}

@media (max-width:1250px) {
    .section5 {
        padding-top: 140px;
        padding-bottom: 80px
    }
}

@media (max-width:1010px) {
    .section5 {
        padding-top: 70px;
        padding-bottom: 70px
    }
}

@media (max-width:750px) {
    .section5 {
        padding-top: 60px;
        padding-bottom: 60px
    }
}

@media (max-width:570px) {
    .section5 {
        padding-top: 50px;
        padding-bottom: 50px
    }
}

.section6 {
    padding-top: 105px;
    padding-bottom: 80px;
    background-color: #fff
}

.section6 .backgroundPattern {
    position: absolute;
    z-index: -1;
    top: -48px;
    left: calc(50% + 47px)
}

@media (max-width:1250px) {
    .section6 .backgroundPattern {
        width: 350px;
        top: -60px;
        left: calc(50% + 70px)
    }
}

@media (max-width:1010px) {
    .section6 .backgroundPattern {
        width: 300px;
        top: -10px;
        left: calc(50% - 150px)
    }
}

.section6 .innerWrapper {
    margin-bottom: 90px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.section6 .innerWrapper .leftSide .videoBlock {
    position: relative;
    height: 330px
}

.section6 .innerWrapper .leftSide .videoBlock img {
    width: 100%;
    height: 100%;
    -o-object-position: center;
    object-position: center;
    -o-object-fit: cover;
    object-fit: cover
}

.section6 .innerWrapper .leftSide .videoBlock .playBtn {
    cursor: pointer;
    border: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100px;
    height: 100px;
    background-color: #fff;
    text-align: center;
    line-height: 130px
}

.section6 .innerWrapper .leftSide .videoBlock .playBtn .icon {
    width: 44px;
    height: 44px;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.section6 .innerWrapper .leftSide .videoBlock .playBtn:hover .icon {
    fill: #ed1d2e
}

@media (max-width:570px) {
    .section6 .innerWrapper .leftSide .videoBlock .playBtn {
        width: 60px;
        height: 60px;
        line-height: 100px
    }
}

@media (max-width:1250px) {
    .section6 .innerWrapper .leftSide .videoBlock {
        height: 280px
    }
}

@media (max-width:1010px) {
    .section6 .innerWrapper .leftSide .videoBlock {
        height: auto
    }
}

@media (max-width:1250px) {
    .section6 .innerWrapper .leftSide {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 504px;
        flex: 0 0 504px
    }
}

@media (max-width:1010px) {
    .section6 .innerWrapper .leftSide {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 400px;
        flex: 0 0 400px;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%
    }
}

@media (max-width:750px) {
    .section6 .innerWrapper .leftSide {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }
}

.section6 .innerWrapper .rightSide {
    padding-top: 115px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 48.5%;
    flex: 0 0 48.5%
}

.section6 .innerWrapper .rightSide h2.title {
    text-align: right
}

@media (max-width:1250px) {
    .section6 .innerWrapper .rightSide {
        padding-top: 70px
    }
}

@media (max-width:1010px) {
    .section6 .innerWrapper .rightSide {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 46%;
        flex: 0 0 46%;
        padding-top: 20px
    }
}

@media (max-width:750px) {
    .section6 .innerWrapper .rightSide {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        margin-bottom: 40px
    }
}

@media (max-width:1250px) {
    .section6 .innerWrapper {
        margin-bottom: 40px
    }
}

.section6 .contentBlock {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.section6 .contentBlock .contentItem {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc((100%/3) - 30px);
    flex: 0 0 calc((100%/3) - 30px)
}

.section6 .contentBlock .contentItem .int {
    font-family: 'DIN Pro', sans-serif;
    font-weight: 500;
    font-size: 12px;
    color: #ed1d2e;
    margin-bottom: 25px
}

@media (max-width:750px) {
    .section6 .contentBlock .contentItem .int {
        margin-bottom: 15px
    }
}

.section6 .contentBlock .contentItem .title {
    margin-bottom: 10px
}

@media (max-width:1010px) {
    .section6 .contentBlock .contentItem {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100%/3);
        flex: 0 0 calc(100%/3)
    }
}

@media (max-width:750px) {
    .section6 .contentBlock .contentItem {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        margin-bottom: 40px
    }
}

@media (max-width:1250px) {
    .section6 {
        padding-top: 90px;
        padding-bottom: 70px
    }
}

@media (max-width:1010px) {
    .section6 {
        padding-top: 70px;
        padding-bottom: 70px
    }
}

@media (max-width:750px) {
    .section6 {
        padding-top: 60px;
        padding-bottom: 60px
    }
}

@media (max-width:570px) {
    .section6 {
        padding-top: 50px;
        padding-bottom: 50px
    }
}

.section7 {
    padding-top: 115px;
    padding-bottom: 170px;
    background-color: #fff
}

.section7 .backgroundPattern {
    position: absolute;
    z-index: -1;
    top: -101px;
    left: 238px
}

@media (max-width:1010px) {
    .section7 .backgroundPattern {
        top: 260px;
        left: 170px
    }
}

.section7 .innerWrapper .leftSide h2.title {
    margin-bottom: 50px
}

@media (max-width:1250px) {
    .section7 .innerWrapper .leftSide h2.title {
        margin-bottom: 25px;
        font-size: 40px;
        line-height: 44px
    }
}

@media (max-width:1010px) {
    .section7 .innerWrapper .leftSide h2.title {
        margin-bottom: 30px
    }
    .section7 .innerWrapper .leftSide h2.title br {
        display: none
    }
}

@media (max-width:750px) {
    .section7 .innerWrapper .leftSide h2.title {
        font-size: 34px;
        line-height: 38px
    }
}

.section7 .innerWrapper .leftSide .description {
    max-width: 350px;
    padding-left: 30px;
    position: relative
}

.section7 .innerWrapper .leftSide .description:before {
    content: '';
    width: 50px;
    height: 6px;
    background-color: #ed1d2e;
    position: absolute;
    left: 0;
    bottom: -40px
}

@media (max-width:750px) {
    .section7 .innerWrapper .leftSide .description:before {
        display: none
    }
}

@media (max-width:1250px) {
    .section7 .innerWrapper .leftSide .description {
        font-size: 19px;
        line-height: 28px
    }
}

@media (max-width:1010px) {
    .section7 .innerWrapper .leftSide .description {
        max-width: 100%
    }
}

@media (max-width:570px) {
    .section7 .innerWrapper .leftSide .description {
        padding-left: 0
    }
}

@media (max-width:1250px) {
    .section7 .innerWrapper .leftSide {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 300px;
        flex: 0 0 300px
    }
}

@media (max-width:1010px) {
    .section7 .innerWrapper .leftSide {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        margin-bottom: 50px
    }
}

.section7 .innerWrapper .center .imgWrap {
    max-width: 320px
}

@media (max-width:750px) {
    .section7 .innerWrapper .center .imgWrap img {
        height: 320px;
        -o-object-position: center;
        object-position: center;
        -o-object-fit: cover;
        object-fit: cover;
        width: 100%
    }
}

@media (max-width:750px) {
    .section7 .innerWrapper .center .imgWrap {
        margin-left: auto;
        margin-right: auto
    }
}

@media (max-width:1250px) {
    .section7 .innerWrapper .center {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 280px;
        flex: 0 0 280px
    }
}

@media (max-width:750px) {
    .section7 .innerWrapper .center {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        text-align: center;
        margin-bottom: 30px
    }
}

.section7 .innerWrapper .rightSide .listTitle {
    margin-bottom: 45px
}

@media (max-width:1250px) {
    .section7 .innerWrapper .rightSide .listTitle {
        margin-bottom: 25px
    }
}

.section7 .innerWrapper .rightSide ul {
    margin-bottom: 30px;
    counter-reset: listSecond
}

.section7 .innerWrapper .rightSide ul li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 13px
}

.section7 .innerWrapper .rightSide ul li span {
    background-color: #ebebeb;
    font-weight: 700;
    color: #000
}

.section7 .innerWrapper .rightSide ul li:before {
    font-family: 'DIN Pro', sans-serif;
    counter-increment: listSecond;
    content: "0" counter(listSecond) ".";
    font-size: 10px;
    color: #fff;
    background-color: #000;
    padding-left: 2px;
    padding-right: 2px;
    position: absolute;
    line-height: 10px;
    top: 7px;
    left: 0
}

@media (max-width:1250px) {
    .section7 .innerWrapper .rightSide {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 380px;
        flex: 0 0 380px
    }
}

@media (max-width:1010px) {
    .section7 .innerWrapper {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

@media (max-width:1250px) {
    .section7 {
        padding-top: 80px;
        padding-bottom: 80px
    }
}

@media (max-width:1010px) {
    .section7 {
        padding-top: 70px;
        padding-bottom: 70px
    }
}

@media (max-width:750px) {
    .section7 {
        padding-top: 60px;
        padding-bottom: 60px
    }
}

@media (max-width:570px) {
    .section7 {
        padding-top: 50px;
        padding-bottom: 50px
    }
}

.section8 {
    padding-top: 0;
    background-image: url(../img/BG4.jpg);
    background-position: center
}

.section8 .innerWrapper {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 25px
}

.section8 .innerWrapper .imageBlock {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 550px;
    flex: 0 0 550px
}

@media (max-width:1250px) {
    .section8 .innerWrapper .imageBlock {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 350px;
        flex: 0 0 350px
    }
}

@media (max-width:1010px) {
    .section8 .innerWrapper .imageBlock {
        position: absolute;
        width: 300px;
        top: 180px;
        left: 10px
    }
}

@media (max-width:750px) {
    .section8 .innerWrapper .imageBlock {
        width: 320px;
        top: -290px;
        left: calc(50% - 105px)
    }
}

@media (max-width:570px) {
    .section8 .innerWrapper .imageBlock {
        width: 280px
    }
}

.section8 .innerWrapper .titleBlock {
    margin-left: -100px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 360px;
    flex: 0 0 360px;
    margin-top: 10px
}

.section8 .innerWrapper .titleBlock h2.title {
    font-size: 48px;
    line-height: 48px;
    color: #fff;
    margin-bottom: 30px
}

@media (max-width:1250px) {
    .section8 .innerWrapper .titleBlock h2.title {
        font-size: 28px;
        line-height: 1
    }
}

@media (max-width:750px) {
    .section8 .innerWrapper .titleBlock h2.title {
        text-align: center
    }
}

@media (max-width:570px) {
    .section8 .innerWrapper .titleBlock h2.title {
        font-size: 28px;
        line-height: 28px
    }
}

.section8 .innerWrapper .titleBlock .description {
    max-width: 305px;
    font-size: 18px;
    line-height: 24px;
    color: #888;
    font-weight: 500;
    padding-left: 60px;
    position: relative
}

.section8 .innerWrapper .titleBlock .description:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 20px;
    height: 6px;
    background-color: #ed1d2e;
    top: 10px
}

@media (max-width:750px) {
    .section8 .innerWrapper .titleBlock .description:before {
        display: none
    }
}

@media (max-width:1250px) {
    .section8 .innerWrapper .titleBlock .description {
        padding-left: 40px
    }
}

@media (max-width:750px) {
    .section8 .innerWrapper .titleBlock .description {
        max-width: 100%;
        padding-left: 0;
        text-align: center
    }
}

@media (max-width:1250px) {
    .section8 .innerWrapper .titleBlock {
        margin-top: 0;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 275px;
        flex: 0 0 275px
    }
}

@media (max-width:1010px) {
    .section8 .innerWrapper .titleBlock {
        margin-left: 0;
        margin-top: 0;
        margin-bottom: 200px
    }
}

@media (max-width:750px) {
    .section8 .innerWrapper .titleBlock {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        margin-bottom: 40px
    }
}

.section8 .innerWrapper .formBlock {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 290px;
    flex: 0 0 290px
}

.section8 .innerWrapper .formBlock .wrapper .btnWrap {
    margin-top: 40px;
    text-align: center
}

@media (max-width:1250px) {
    .section8 .innerWrapper .formBlock {
        margin-right: 40px
    }
}

@media (max-width:1010px) {
    .section8 .innerWrapper .formBlock {
        -ms-flex-preferred-size: 350px;
        flex-basis: 350px
    }
}

@media (max-width:750px) {
    .section8 .innerWrapper .formBlock {
        margin-left: auto;
        margin-right: auto
    }
}

.section8 .innerWrapper:before {
    content: '';
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    width: 1000%;
    -webkit-transform: translateX(calc(-100% + 15px));
    -ms-transform: translateX(calc(-100% + 15px));
    transform: translateX(calc(-100% + 15px));
    background-color: #fff
}

@media (max-width:1010px) {
    .section8 .innerWrapper:before {
        display: none
    }
}

@media (max-width:1250px) {
    .section8 .innerWrapper {
        padding-bottom: 15px
    }
}

@media (max-width:1010px) {
    .section8 {
        padding-top: 70px;
        padding-bottom: 70px
    }
}

@media (max-width:750px) {
    .section8 {
        padding-top: 320px;
        padding-bottom: 60px
    }
}

@media (max-width:570px) {
    .section8 {
        padding-bottom: 50px;
        background-size: contain
    }
}

.section9 {
    padding-top: 185px;
    padding-bottom: 100px;
    background-color: #fff
}

.section9 .backgroundPattern {
    position: absolute;
    z-index: -1;
    top: -104px;
    left: 230px
}

@media (max-width:1250px) {
    .section9 .backgroundPattern {
        width: 180px;
        top: -53px;
        left: 172px
    }
}

.section9 .innerWrapper .titleBlock {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 500px;
    flex: 0 0 500px
}

.section9 .innerWrapper .titleBlock h2.title {
    margin-bottom: 50px
}

@media (max-width:1250px) {
    .section9 .innerWrapper .titleBlock h2.title {
        font-size: 45px;
        line-height: 48px;
        margin-bottom: 20px
    }
}

@media (max-width:1010px) {
    .section9 .innerWrapper .titleBlock h2.title {
        margin-bottom: 30px
    }
    .section9 .innerWrapper .titleBlock h2.title br {
        display: none
    }
}

.section9 .innerWrapper .titleBlock .description {
    max-width: 320px;
    padding-left: 80px;
    position: relative
}

.section9 .innerWrapper .titleBlock .description:before {
    content: '';
    width: 50px;
    height: 6px;
    background-color: #ed1d2e;
    position: absolute;
    left: 0;
    top: 20px
}

@media (max-width:570px) {
    .section9 .innerWrapper .titleBlock .description:before {
        display: none
    }
}

@media (max-width:1250px) {
    .section9 .innerWrapper .titleBlock .description {
        font-size: 20px;
        line-height: 29px;
        padding-left: 75px
    }
}

@media (max-width:570px) {
    .section9 .innerWrapper .titleBlock .description {
        padding-left: 0;
        text-align: center
    }
}

@media (max-width:1250px) {
    .section9 .innerWrapper .titleBlock {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 355px;
        flex: 0 0 355px
    }
}

@media (max-width:1010px) {
    .section9 .innerWrapper .titleBlock {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        margin-bottom: 40px
    }
}

.section9 .innerWrapper .controlBlock {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 300px;
    flex: 0 0 300px;
    position: relative;
    height: 400px;
    padding-left: 50px
}

.section9 .innerWrapper .controlBlock .sliderControl {
    height: calc(100% - 60px);
    position: absolute;
    top: 10px;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    text-align: center
}

.section9 .innerWrapper .controlBlock .sliderControl .end,
.section9 .innerWrapper .controlBlock .sliderControl .start {
    font-family: 'DIN Pro', sans-serif;
    font-weight: 700;
    font-size: 14px;
    color: #dbdbdb
}

.section9 .innerWrapper .controlBlock .sliderControl .slider__next {
    cursor: pointer;
    margin-top: 50px;
    padding: 20px 5px;
    margin-left: -5px
}

.section9 .innerWrapper .controlBlock .sliderControl .slider__next span {
    display: block;
    width: 15px;
    height: 15px;
    border-top: 2px solid #000;
    border-left: 2px solid #000;
    -webkit-transform: rotate(45deg) translateX(8px);
    -ms-transform: rotate(45deg) translateX(8px);
    transform: rotate(45deg) translateX(8px);
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.section9 .innerWrapper .controlBlock .sliderControl .slider__next:hover span {
    border-color: #ed1d2e
}

.section9 .innerWrapper .controlBlock .sliderControl .slider__next.slick-disabled span {
    border-color: #dbdbdb
}

@media (max-width:570px) {
    .section9 .innerWrapper .controlBlock .sliderControl .slider__next {
        margin-top: 5px
    }
}

.section9 .innerWrapper .controlBlock .sliderControl .slider__prev {
    cursor: pointer;
    padding: 20px 5px;
    margin-left: -5px;
    margin-bottom: 50px
}

.section9 .innerWrapper .controlBlock .sliderControl .slider__prev span {
    display: block;
    width: 15px;
    height: 15px;
    border-bottom: 2px solid #000;
    border-left: 2px solid #000;
    -webkit-transform: rotate(-45deg) translateX(8px);
    -ms-transform: rotate(-45deg) translateX(8px);
    transform: rotate(-45deg) translateX(8px);
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.section9 .innerWrapper .controlBlock .sliderControl .slider__prev:hover span {
    border-color: #ed1d2e
}

.section9 .innerWrapper .controlBlock .sliderControl .slider__prev.slick-disabled span {
    border-color: #dbdbdb
}

@media (max-width:570px) {
    .section9 .innerWrapper .controlBlock .sliderControl .slider__prev {
        margin-bottom: 5px
    }
}

.section9 .innerWrapper .controlBlock .sliderControl .current {
    font-family: 'DIN Pro', sans-serif;
    font-weight: 700;
    font-size: 24px;
    color: #ed1d2e
}

.section9 .innerWrapper .controlBlock .univerListWords {
    height: 350px;
    overflow: hidden
}

.section9 .innerWrapper .controlBlock .univerListWords .univerItem .name {
    font-family: 'DIN Pro', sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #dbdbdb;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    cursor: pointer
}

.section9 .innerWrapper .controlBlock .univerListWords .univerItem .name:hover {
    color: #ed1d2e
}

.section9 .innerWrapper .controlBlock .univerListWords .univerItem.slick-current .name {
    color: #000
}

@media (max-width:750px) {
    .section9 .innerWrapper .controlBlock .univerListWords {
        height: 365px
    }
}

@media (max-width:1250px) {
    .section9 .innerWrapper .controlBlock {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 275px;
        flex: 0 0 275px
    }
}

@media (max-width:1010px) {
    .section9 .innerWrapper .controlBlock {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        height: 400px;
        padding-left: 60px
    }
}

@media (max-width:750px) {
    .section9 .innerWrapper .controlBlock {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        margin-bottom: 40px;
        height: 345px
    }
}

.section9 .innerWrapper .univerList .infoItem .imgWrap {
    margin-bottom: 15px
}

.section9 .innerWrapper .univerList .infoItem .imgWrap img {
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-filter: grayscale(1);
    filter: grayscale(1)
}

.section9 .innerWrapper .univerList .infoItem .imgWrap img:hover {
    -webkit-filter: grayscale(0);
    filter: grayscale(0)
}

.section9 .innerWrapper .univerList .infoItem .text {
    margin-bottom: 15px
}

.section9 .innerWrapper .univerList .infoItem .btnWrap a {
    display: inline-block;
    font-family: 'DIN Pro', sans-serif;
    font-weight: 500;
    color: #ed1d2e;
    font-size: 16px;
    position: relative
}

.section9 .innerWrapper .univerList .infoItem .btnWrap a:after {
    content: '\f105';
    font-family: FontAwesome;
    padding-left: 10px;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.section9 .innerWrapper .univerList .infoItem .btnWrap a:before {
    content: '';
    width: 100%;
    height: 1px;
    background-color: #ed1d2e;
    position: absolute;
    bottom: -7px;
    left: 0;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.section9 .innerWrapper .univerList .infoItem .btnWrap a:hover:before {
    width: 0
}

.section9 .innerWrapper .univerList .infoItem .btnWrap a:hover:after {
    padding-left: 15px
}

@media (max-width:1250px) {
    .section9 {
        padding-top: 110px;
        padding-bottom: 80px
    }
}

@media (max-width:1010px) {
    .section9 {
        padding-top: 70px;
        padding-bottom: 70px
    }
}

@media (max-width:750px) {
    .section9 {
        padding-top: 60px;
        padding-bottom: 60px
    }
}

@media (max-width:570px) {
    .section9 {
        padding-top: 50px;
        padding-bottom: 50px
    }
}

.section10 {
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: #fff
}

.section10 .backgroundPattern {
    position: absolute;
    z-index: -1;
    top: 14px;
    left: calc(50% + 361px)
}

@media (max-width:1010px) {
    .section10 .innerWrapper .leftSide .imgWrap {
        display: none;
        text-align: center;
        margin-bottom: 30px
    }
}

.section10 .innerWrapper .leftSide .btnWrap {
    display: none
}

@media (max-width:1010px) {
    .section10 .innerWrapper .leftSide .btnWrap {
        display: block;
        text-align: center
    }
}

@media (max-width:1250px) {
    .section10 .innerWrapper .leftSide {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 400px;
        flex: 0 0 400px
    }
}

@media (max-width:1010px) {
    .section10 .innerWrapper .leftSide {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }
}

.section10 .innerWrapper .titleBlock h2.title {
    margin-bottom: 43px
}

.section10 .innerWrapper .titleBlock .imgWrap {
    display: none
}

@media (max-width:1010px) {
    .section10 .innerWrapper .titleBlock .imgWrap {
        display: block;
        text-align: center;
        margin-bottom: 30px
    }
}

.section10 .innerWrapper .titleBlock .description {
    max-width: 370px;
    padding-left: 100px;
    position: relative;
    margin-bottom: 55px;
    line-height: 30px
}

.section10 .innerWrapper .titleBlock .description:before {
    content: '';
    width: 50px;
    height: 6px;
    background-color: #ed1d2e;
    position: absolute;
    left: 0;
    top: 15px
}

@media (max-width:570px) {
    .section10 .innerWrapper .titleBlock .description:before {
        display: none
    }
}

@media (max-width:1010px) {
    .section10 .innerWrapper .titleBlock .description {
        max-width: 100%
    }
}

@media (max-width:570px) {
    .section10 .innerWrapper .titleBlock .description {
        padding-left: 0;
        text-align: center
    }
}

@media (max-width:1010px) {
    .section10 .innerWrapper .titleBlock .btnWrap {
        display: none
    }
}

@media (max-width:1010px) {
    .section10 .innerWrapper .titleBlock {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
}

@media (max-width:1250px) {
    .section10 {
        padding-top: 80px;
        padding-bottom: 80px
    }
}

@media (max-width:1010px) {
    .section10 {
        padding-top: 70px;
        padding-bottom: 70px
    }
}

@media (max-width:750px) {
    .section10 {
        padding-top: 60px;
        padding-bottom: 60px
    }
}

@media (max-width:570px) {
    .section10 {
        padding-top: 50px;
        padding-bottom: 50px
    }
}

.section11 {
    padding-top: 100px;
    padding-bottom: 185px;
    background-color: #fff
}

.section11 .backgroundPattern {
    position: absolute;
    z-index: -1;
    top: -20px;
    left: 220px
}

.section11 .backgroundPattern img {
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1)
}

@media (max-width:1250px) {
    .section11 .backgroundPattern {
        width: 350px;
        top: -3px;
        left: calc(50% + 62px)
    }
}

@media (max-width:1010px) {
    .section11 .backgroundPattern {
        top: 270px;
        left: calc(50% - 220px)
    }
}

.section11 .innerWrapper .titleBlock {
    padding-top: 40px;
    text-align: right
}

.section11 .innerWrapper .titleBlock h2.title {
    margin-bottom: 30px
}

@media (max-width:1250px) {
    .section11 .innerWrapper .titleBlock h2.title {
        margin-bottom: 35px
    }
}

@media (max-width:1010px) {
    .section11 .innerWrapper .titleBlock h2.title br {
        display: none
    }
}

.section11 .innerWrapper .titleBlock .description {
    max-width: 400px;
    position: relative;
    margin-bottom: 50px;
    text-align: right;
    margin-left: auto
}

.section11 .innerWrapper .titleBlock .description:before {
    content: '';
    width: 50px;
    height: 6px;
    background-color: #ed1d2e;
    position: absolute;
    right: 0;
    bottom: -30px
}

@media (max-width:570px) {
    .section11 .innerWrapper .titleBlock .description:before {
        display: none
    }
}

@media (max-width:1250px) {
    .section11 .innerWrapper .titleBlock .description {
        font-size: 20px;
        line-height: 30px;
        max-width: 350px
    }
}

@media (max-width:1010px) {
    .section11 .innerWrapper .titleBlock .description {
        max-width: 100%;
        text-align: center
    }
}

@media (max-width:570px) {
    .section11 .innerWrapper .titleBlock .description {
        text-align: center
    }
}

@media (max-width:1010px) {
    .section11 .innerWrapper .titleBlock {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        text-align: center;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        margin-bottom: 40px
    }
}

.section11 .innerWrapper .rightSide {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 555px;
    flex: 0 0 555px;
    position: relative
}

.section11 .innerWrapper .rightSide .crumbs {
    font-family: 'DIN Pro', sans-serif;
    font-weight: 500;
    font-size: 16px;
    color: #dbdbdb;
    margin-bottom: 30px
}

.section11 .innerWrapper .rightSide .crumbs span {
    color: #000
}

.section11 .innerWrapper .rightSide .slideBlock {
    -webkit-box-shadow: 0 12px 24px rgba(0, 0, 0, .08);
    box-shadow: 0 12px 24px rgba(0, 0, 0, .08);
    margin-right: 35px
}

.section11 .innerWrapper .rightSide .slideBlock .sliderItem {
    height: 250px
}

@media (max-width:1250px) {
    .section11 .innerWrapper .rightSide {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 470px;
        flex: 0 0 470px
    }
}

@media (max-width:1010px) {
    .section11 .innerWrapper .rightSide {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        position: relative
    }
}

.section11 .innerWrapper .sliderControl {
    height: calc(100% - 55px);
    position: absolute;
    top: 50px;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    text-align: center
}

.section11 .innerWrapper .sliderControl .end,
.section11 .innerWrapper .sliderControl .start {
    font-family: 'DIN Pro', sans-serif;
    font-weight: 700;
    font-size: 14px;
    color: #dbdbdb
}

.section11 .innerWrapper .sliderControl .slider__next {
    cursor: pointer;
    margin-top: 50px;
    width: 15px;
    height: 15px;
    border-top: 2px solid #000;
    border-left: 2px solid #000;
    -webkit-transform: rotate(45deg) translateX(10px);
    -ms-transform: rotate(45deg) translateX(10px);
    transform: rotate(45deg) translateX(10px);
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.section11 .innerWrapper .sliderControl .slider__next:hover {
    border-color: #ed1d2e
}

.section11 .innerWrapper .sliderControl .slider__next.slick-disabled {
    border-color: #dbdbdb
}

@media (max-width:570px) {
    .section11 .innerWrapper .sliderControl .slider__next {
        margin-top: 5px
    }
}

.section11 .innerWrapper .sliderControl .slider__prev {
    cursor: pointer;
    margin-bottom: 50px;
    width: 15px;
    height: 15px;
    border-bottom: 2px solid #000;
    border-left: 2px solid #000;
    -webkit-transform: rotate(-45deg) translateX(10px);
    -ms-transform: rotate(-45deg) translateX(10px);
    transform: rotate(-45deg) translateX(10px);
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.section11 .innerWrapper .sliderControl .slider__prev:hover {
    border-color: #ed1d2e
}

.section11 .innerWrapper .sliderControl .slider__prev.slick-disabled {
    border-color: #dbdbdb
}

@media (max-width:570px) {
    .section11 .innerWrapper .sliderControl .slider__prev {
        margin-bottom: 5px
    }
}

.section11 .innerWrapper .sliderControl .current {
    font-family: 'DIN Pro', sans-serif;
    font-weight: 700;
    font-size: 24px;
    color: #ed1d2e
}

@media (max-width:1250px) {
    .section11 {
        padding-top: 90px;
        padding-bottom: 140px
    }
}

@media (max-width:1010px) {
    .section11 {
        padding-top: 70px;
        padding-bottom: 70px
    }
}

@media (max-width:750px) {
    .section11 {
        padding-top: 60px;
        padding-bottom: 60px
    }
}

@media (max-width:570px) {
    .section11 {
        padding-top: 50px;
        padding-bottom: 50px
    }
}

.section12 {
    padding-top: 135px;
    padding-bottom: 100px;
    background-color: #fff;
    background-image: url(../img/BG2.jpg);
    background-position: center;
    background-repeat: repeat
}

.section12 .backgroundPattern {
    position: absolute;
    z-index: -1;
    top: -39px;
    left: 20px
}

@media (max-width:1250px) {
    .section12 .backgroundPattern {
        top: -45px;
        left: 25px;
        width: 325px
    }
}

@media (max-width:750px) {
    .section12 .backgroundPattern {
        width: 250px;
        top: 320px;
        left: 120px
    }
}

.section12 .innerWrapper {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.section12 .innerWrapper .titleBlock {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 500px;
    flex: 0 0 500px
}

.section12 .innerWrapper .titleBlock h2.title {
    position: relative
}

.section12 .innerWrapper .titleBlock h2.title:before {
    content: '';
    width: 50px;
    height: 6px;
    background-color: #ed1d2e;
    position: absolute;
    left: 0;
    bottom: -73px
}

@media (max-width:1250px) {
    .section12 .innerWrapper .titleBlock h2.title {
        font-size: 45px;
        line-height: 47px
    }
}

@media (max-width:1250px) {
    .section12 .innerWrapper .titleBlock {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 350px;
        flex: 0 0 350px
    }
}

@media (max-width:1010px) {
    .section12 .innerWrapper .titleBlock {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        margin-bottom: 110px
    }
}

.section12 .innerWrapper .contentBlock {
    padding-top: 5px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 585px;
    flex: 0 0 585px
}

.section12 .innerWrapper .contentBlock ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-line-pack: justify;
    align-content: space-between;
    height: 860px
}

.section12 .innerWrapper .contentBlock ul li {
    max-width: 270px
}

.section12 .innerWrapper .contentBlock ul li a {
    font-family: 'DIN Pro', sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    color: #000;
    position: relative
}

.section12 .innerWrapper .contentBlock ul li a:before {
    content: '+';
    font-size: 22px;
    color: #ed1d2e;
    position: absolute;
    left: 0;
    bottom: -30px
}

.section12 .innerWrapper .contentBlock ul li a:hover {
    color: #ed1d2e
}

.section12 .innerWrapper .contentBlock ul li.breaker {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    width: 0;
    background-color: red
}

@media (max-width:570px) {
    .section12 .innerWrapper .contentBlock ul li.breaker {
        display: none
    }
}

@media (max-width:1010px) {
    .section12 .innerWrapper .contentBlock ul li {
        max-width: 50%
    }
}

@media (max-width:570px) {
    .section12 .innerWrapper .contentBlock ul li {
        max-width: 100%;
        margin-bottom: 40px
    }
}

@media (max-width:1250px) {
    .section12 .innerWrapper .contentBlock ul {
        height: 810px
    }
}

@media (max-width:570px) {
    .section12 .innerWrapper .contentBlock ul {
        height: auto
    }
}

@media (max-width:1250px) {
    .section12 .innerWrapper .contentBlock {
        padding-top: 3px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 615px;
        flex: 0 0 615px
    }
}

@media (max-width:1010px) {
    .section12 .innerWrapper .contentBlock {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%
    }
}

@media (max-width:1250px) {
    .section12 {
        padding-top: 100px;
        padding-bottom: 110px
    }
}

@media (max-width:1010px) {
    .section12 {
        padding-top: 70px;
        padding-bottom: 70px
    }
}

@media (max-width:750px) {
    .section12 {
        padding-top: 60px;
        padding-bottom: 60px
    }
}

@media (max-width:570px) {
    .section12 {
        padding-top: 50px;
        padding-bottom: 50px
    }
}

.section13 {
    padding-top: 200px;
    padding-bottom: 120px
}

.section13 .backgroundPattern {
    position: absolute;
    z-index: -1;
    top: 2px;
    left: 946px
}

.section13 .innerWrapper {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.section13 .innerWrapper .leftSide {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 585px;
    flex: 0 0 585px
}

.section13 .innerWrapper .leftSide .formBlock {
    background-image: url(../img/BG5.jpg);
    background-repeat: repeat;
    padding: 70px
}

.section13 .innerWrapper .leftSide .formBlock .someText {
    font-family: 'DIN Pro', sans-serif;
    font-weight: 300;
    margin-bottom: 35px;
    font-size: 18px;
    line-height: 24px;
    color: #888
}

.section13 .innerWrapper .leftSide .formBlock .someText span {
    color: #fff;
    font-weight: 500;
    font-size: 20px
}

.section13 .innerWrapper .leftSide .formBlock .btnWrap {
    margin-top: 45px;
    text-align: center
}

@media (max-width:1010px) {
    .section13 .innerWrapper .leftSide .formBlock {
        padding: 25px
    }
}

@media (max-width:750px) {
    .section13 .innerWrapper .leftSide .formBlock {
        padding: 50px
    }
}

@media (max-width:570px) {
    .section13 .innerWrapper .leftSide .formBlock {
        padding: 35px
    }
}

@media (max-width:1250px) {
    .section13 .innerWrapper .leftSide {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 480px;
        flex: 0 0 480px
    }
}

@media (max-width:1010px) {
    .section13 .innerWrapper .leftSide {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 375px;
        flex: 0 0 375px
    }
}

@media (max-width:750px) {
    .section13 .innerWrapper .leftSide {
        -ms-flex-preferred-size: 555px;
        flex-basis: 555px;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }
}

.section13 .innerWrapper .rightSide {
    margin-top: -15px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 485px;
    flex: 0 0 485px
}

.section13 .innerWrapper .rightSide h2.title {
    margin-bottom: 25px
}

@media (max-width:750px) {
    .section13 .innerWrapper .rightSide h2.title {
        text-align: center
    }
    .section13 .innerWrapper .rightSide h2.title br {
        display: none
    }
}

.section13 .innerWrapper .rightSide .description {
    max-width: 340px;
    position: relative;
    line-height: 32px;
    margin-bottom: 45px;
    padding-left: 80px
}

.section13 .innerWrapper .rightSide .description:before {
    content: '';
    width: 50px;
    height: 6px;
    background-color: #ed1d2e;
    position: absolute;
    left: 0;
    top: 18px
}

@media (max-width:750px) {
    .section13 .innerWrapper .rightSide .description:before {
        display: none
    }
}

@media (max-width:1250px) {
    .section13 .innerWrapper .rightSide .description {
        font-size: 20px;
        line-height: 25px
    }
}

@media (max-width:750px) {
    .section13 .innerWrapper .rightSide .description {
        max-width: 100%;
        padding-left: 0;
        text-align: center
    }
}

.section13 .innerWrapper .rightSide .listTitle {
    font-family: 'DIN Pro', sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 20px
}

@media (max-width:750px) {
    .section13 .innerWrapper .rightSide .listTitle {
        text-align: center
    }
    .section13 .innerWrapper .rightSide .listTitle br {
        display: none
    }
}

.section13 .innerWrapper .rightSide ul {
    counter-reset: listThird
}

.section13 .innerWrapper .rightSide ul li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 13px
}

.section13 .innerWrapper .rightSide ul li span {
    background-color: #ebebeb
}

.section13 .innerWrapper .rightSide ul li:before {
    font-family: 'DIN Pro', sans-serif;
    font-weight: 500;
    counter-increment: listThird;
    content: "0" counter(listThird) ".";
    font-size: 14px;
    color: #ed1d2e;
    padding-left: 2px;
    padding-right: 2px;
    position: absolute;
    line-height: 10px;
    top: 7px;
    left: 0
}

@media (max-width:750px) {
    .section13 .innerWrapper .rightSide ul {
        max-width: 300px;
        margin-left: auto;
        margin-right: auto
    }
}

@media (max-width:1250px) {
    .section13 .innerWrapper .rightSide {
        margin-top: 0;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 475px;
        flex: 0 0 475px
    }
}

@media (max-width:1010px) {
    .section13 .innerWrapper .rightSide {
        -ms-flex-preferred-size: 345px;
        flex-basis: 345px
    }
}

@media (max-width:750px) {
    .section13 .innerWrapper .rightSide {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        margin-bottom: 40px
    }
}

@media (max-width:1250px) {
    .section13 {
        padding-top: 100px;
        padding-bottom: 80px
    }
}

@media (max-width:1010px) {
    .section13 {
        padding-top: 70px;
        padding-bottom: 70px
    }
}

@media (max-width:750px) {
    .section13 {
        padding-top: 60px;
        padding-bottom: 60px
    }
}

@media (max-width:570px) {
    .section13 {
        padding-top: 50px;
        padding-bottom: 50px
    }
}

.chosen-container {
    height: 32px;
    padding-left: 10px;
    border-bottom: 1px solid #ccc;
    border-bottom-color: #b3b3b3;
    border-radius: 0;
    background: 0 0;
    font: 14px/32px 'DIN Pro', sans-serif;
    color: #333;
    text-shadow: 1px 1px #fff
}

.chosen-container .chosen-single {
    border: 0;
    background: 0 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding-left: 0;
    border-radius: 0
}

.chosen-container .chosen-drop {
    left: 0;
    border: 0
}

.chosen-container .chosen-drop .chosen-results {
    max-height: 180px
}

.chosen-container .chosen-drop .chosen-results li.highlighted {
    background-image: none;
    text-shadow: none
}

.chosen-container.chosen-container-active.chosen-with-drop .chosen-single {
    border: 0;
    background-image: none
}

.chosen-container.chosen-container-single .chosen-single div b {
    background-image: url(../img/chosen-sprite.png) !important
}

.jq-selectbox__select:hover {
    background: -webkit-gradient(linear, left top, left bottom, from(#f6f6f6), to(#e6e6e6));
    background: -o-linear-gradient(#f6f6f6, #e6e6e6);
    background: linear-gradient(#f6f6f6, #e6e6e6)
}

.jq-selectbox__select:active {
    background: #f5f5f5;
    -webkit-box-shadow: inset 1px 1px 3px #ddd;
    box-shadow: inset 1px 1px 3px #ddd
}

.jq-selectbox.focused .jq-selectbox__select {
    border: 1px solid #5794bf
}

.jq-selectbox.disabled .jq-selectbox__select {
    border-color: #ccc;
    background: #f5f5f5;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #888
}

.jq-selectbox__select-text {
    display: block;
    width: 100%
}

.jq-selectbox .placeholder {
    color: #888
}

.jq-selectbox__trigger {
    position: absolute;
    top: 0;
    right: 0;
    width: 34px;
    height: 100%
}

.jq-selectbox__trigger-arrow {
    position: absolute;
    top: 10px;
    right: 12px;
    width: 9px;
    height: 9px;
    border-right: 2px solid #ed1d2e;
    border-bottom: 2px solid #ed1d2e;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.jq-selectbox:hover .jq-selectbox__trigger-arrow {
    border-top-color: #000
}

.jq-selectbox.disabled .jq-selectbox__trigger-arrow {
    border-top-color: #aaa
}

.jq-selectbox__dropdown {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    margin: 2px 0 0;
    padding: 0;
    border: 1px solid #ccc;
    border-radius: 4px;
    background: #fff;
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, .2);
    box-shadow: 0 2px 10px rgba(0, 0, 0, .2);
    font: 14px/18px Arial, sans-serif
}

.jq-selectbox__dropdown ul {
    max-height: 230px !important
}

.jq-selectbox__search {
    margin: 5px
}

.jq-selectbox__search input {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding: 5px 27px 6px 8px;
    border: 1px solid #ccc;
    border-radius: 3px;
    outline: 0;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAMCAYAAABiDJ37AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAO1JREFUeNqU078LAXEYx/FzYfNzk5TJaFNKYjFYSQZ/hvwBsvg1UCY2xT9gM8hukQGThWRjkcFw3pdnujhfT736Xn2fPvfc3fd07V0OFDDFAnM0ENYsZRiGLSc9OpqIYIA9fMhhjCrW2h9VlMlcH/aymMGtOqEugX08PwQucUZKdTozMIqdTc9WepQD7wjY9ARx+ydwhfyXfS+S0qMcOEQJGcueB3VccFINdMgal6NzkmPjRwJXxDBB7/2RDdtAp6wb+dpphHDASG5QQ0V6u2aoSqBZD/lDrNWRJynLK2qpBn4rc6K2XB9/Nb8EGABtf1thzY6X2AAAAABJRU5ErkJggg==) no-repeat 100% 50%;
    -webkit-box-shadow: inset 1px 1px #f1f1f1;
    box-shadow: inset 1px 1px #f1f1f1;
    color: #333
}

.jq-selectbox__not-found {
    margin: 5px;
    padding: 5px 8px 6px;
    background: #f0f0f0;
    font-size: 13px
}

.jq-selectbox ul {
    margin: 0;
    padding: 0
}

.jq-selectbox li {
    min-height: 18px;
    padding: 5px 10px 6px;
    color: #231f20
}

.jq-selectbox li.selected {
    background-color: #a3abb1;
    color: #fff
}

.jq-selectbox li:hover {
    background-color: #08c;
    color: #fff
}

.jq-selectbox li.disabled {
    color: #aaa
}

.jq-selectbox li.disabled:hover {
    background: 0 0
}

.jq-selectbox li.optgroup {
    font-weight: 700
}

.jq-selectbox li.optgroup:hover {
    background: 0 0;
    color: #231f20;
    cursor: default
}

.jq-selectbox li.option {
    padding-left: 25px
}

.jq-selectbox {
    width: 100%
}

.jq-selectbox__select {
    height: 40px;
    line-height: normal;
    padding-right: 45px;
    border-bottom: 1px solid #7d7d7d;
    border-bottom-color: #7d7d7d;
    border-radius: 0;
    background: 0 0;
    font: 16px/38px 'DIN Pro', sans-serif;
    font-weight: 300;
    color: #333;
    text-shadow: 1px 1px #fff
}

.jq-selectbox__select:hover {
    background: -webkit-gradient(linear, left top, left bottom, from(#f6f6f6), to(#e6e6e6));
    background: -o-linear-gradient(#f6f6f6, #e6e6e6);
    background: linear-gradient(#f6f6f6, #e6e6e6)
}

.jq-selectbox__select:active {
    background: #f5f5f5;
    -webkit-box-shadow: inset 1px 1px 3px #ddd;
    box-shadow: inset 1px 1px 3px #ddd
}

.jq-selectbox.focused .jq-selectbox__select {
    border: 1px solid #5794bf
}

.jq-selectbox.disabled .jq-selectbox__select {
    border-color: #ccc;
    background: #f5f5f5;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #888
}

.jq-selectbox__select-text {
    display: block;
    width: 100%
}

.jq-selectbox .placeholder {
    color: #888
}

.jq-selectbox__trigger {
    position: absolute;
    top: 0;
    right: 0;
    width: 34px;
    height: 100%
}

.jq-selectbox__trigger-arrow {
    position: absolute;
    top: 10px;
    right: 12px;
    width: 9px;
    height: 9px;
    border-right: 2px solid #ed1d2e;
    border-bottom: 2px solid #ed1d2e;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.jq-selectbox:hover .jq-selectbox__trigger-arrow {
    border-top-color: #000
}

.jq-selectbox.disabled .jq-selectbox__trigger-arrow {
    border-top-color: #aaa
}

.jq-selectbox__dropdown {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    margin: 2px 0 0;
    padding: 0;
    border: 1px solid #ccc;
    border-radius: 4px;
    background: #fff;
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, .2);
    box-shadow: 0 2px 10px rgba(0, 0, 0, .2);
    font: 14px/18px Arial, sans-serif
}

.jq-selectbox__dropdown ul {
    max-height: 230px !important
}

.jq-selectbox__search {
    margin: 5px
}

.jq-selectbox__search input {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding: 5px 27px 6px 8px;
    border: 1px solid #ccc;
    border-radius: 3px;
    outline: 0;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAMCAYAAABiDJ37AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAO1JREFUeNqU078LAXEYx/FzYfNzk5TJaFNKYjFYSQZ/hvwBsvg1UCY2xT9gM8hukQGThWRjkcFw3pdnujhfT736Xn2fPvfc3fd07V0OFDDFAnM0ENYsZRiGLSc9OpqIYIA9fMhhjCrW2h9VlMlcH/aymMGtOqEugX08PwQucUZKdTozMIqdTc9WepQD7wjY9ARx+ydwhfyXfS+S0qMcOEQJGcueB3VccFINdMgal6NzkmPjRwJXxDBB7/2RDdtAp6wb+dpphHDASG5QQ0V6u2aoSqBZD/lDrNWRJynLK2qpBn4rc6K2XB9/Nb8EGABtf1thzY6X2AAAAABJRU5ErkJggg==) no-repeat 100% 50%;
    -webkit-box-shadow: inset 1px 1px #f1f1f1;
    box-shadow: inset 1px 1px #f1f1f1;
    color: #333
}

.jq-selectbox__not-found {
    margin: 5px;
    padding: 5px 8px 6px;
    background: #f0f0f0;
    font-size: 13px
}

.jq-selectbox ul {
    margin: 0;
    padding: 0
}

.jq-selectbox li {
    min-height: 18px;
    padding: 5px 10px 6px;
    color: #231f20
}

.jq-selectbox li.selected {
    background-color: #a3abb1;
    color: #fff
}

.jq-selectbox li:hover {
    background-color: #08c;
    color: #fff
}

.jq-selectbox li.disabled {
    color: #aaa
}

.jq-selectbox li.disabled:hover {
    background: 0 0
}

.jq-selectbox li.optgroup {
    font-weight: 700
}

.jq-selectbox li.optgroup:hover {
    background: 0 0;
    color: #231f20;
    cursor: default
}

.jq-selectbox li.option {
    padding-left: 25px
}

.success {
    background-color: #f1f1f1;
    background-image: url(../img/successBG.jpg);
    background-position: center;
    background-repeat: repeat;
    position: relative;
    z-index: 10
}

.success .backgroundImg {
    text-align: center;
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.success .textBlock {
    position: absolute;
    top: 45%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 450px;
    text-align: center
}

.success .textBlock .logo {
    display: inline-block;
    width: 120px;
    margin-bottom: 70px
}

.success .textBlock h2.title {
    font-size: 90px;
    line-height: normal;
    margin-bottom: 40px
}

@media (max-width:570px) {
    .success .textBlock h2.title {
        font-size: 60px
    }
}

.success .textBlock .content_description {
    margin-bottom: 70px
}

.success .textBlock .btnWrap .btn {
    max-width: 200px;
    margin-left: auto;
    margin-right: auto
}

.success .innerWrapper {
    height: calc(100vh - 60px);
    min-height: 670px;
    position: relative
}

@media (max-width:1010px) {
    .success .innerWrapper {
        height: calc(100vh - 190px)
    }
}

.hiddenBlock {
    display: none
}

form .inputWrapper {
    margin-bottom: 25px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

form .inputWrapper .text {
    margin-right: 18px;
    font-family: 'DIN Pro', sans-serif;
    font-weight: 300;
    font-size: 18px;
    letter-spacing: .1em
}

form .inputWrapper input {
    display: block;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-family: 'DIN Pro', sans-serif;
    font-weight: 300;
    width: 100%;
    height: 40px;
    font-size: 16px;
    color: #fff;
    border: 0;
    border-bottom: 1px solid #7d7d7d;
    text-align: left;
    outline: 0;
    background-color: transparent;
    line-height: normal;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    padding-left: 0
}

form .inputWrapper input:focus {
    border-color: #6cc
}

form .inputWrapper input:focus::-webkit-input-placeholder {
    opacity: 0
}

form .inputWrapper input:focus:-moz-placeholder {
    opacity: 0
}

form .inputWrapper input:focus::-moz-placeholder {
    opacity: 0
}

form .inputWrapper input:focus:-ms-input-placeholder {
    opacity: 0
}

form .inputWrapper input::-webkit-input-placeholder {
    color: #fff;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

form .inputWrapper input:-moz-placeholder {
    color: #fff;
    -moz-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

form .inputWrapper input::-moz-placeholder {
    color: #fff;
    -moz-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

form .inputWrapper input:-ms-input-placeholder {
    color: #fff;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

form .inputWrapper textarea {
    resize: none;
    display: block;
    height: 120px;
    border-radius: 10px;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-family: 'DIN Pro', sans-serif;
    font-weight: 400;
    width: 100%;
    font-size: 20px;
    color: #000;
    border: 1px solid #e6e6e6;
    text-align: left;
    padding: 10px 20px 10px 20px;
    outline: 0;
    line-height: normal;
    background-color: transparent;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

form .inputWrapper textarea:hover {
    border-color: #00aca8
}

form .inputWrapper textarea:hover::-webkit-input-placeholder {
    opacity: 0
}

form .inputWrapper textarea:hover:-moz-placeholder {
    opacity: 0
}

form .inputWrapper textarea:hover::-moz-placeholder {
    opacity: 0
}

form .inputWrapper textarea:hover:-ms-input-placeholder {
    opacity: 0
}

form .inputWrapper textarea::-webkit-input-placeholder {
    color: #fff;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

form .inputWrapper textarea:-moz-placeholder {
    color: #fff;
    -moz-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

form .inputWrapper textarea::-moz-placeholder {
    color: #fff;
    -moz-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

form .inputWrapper textarea:-ms-input-placeholder {
    color: #fff;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

form .inputWrapper .allert {
    position: absolute;
    z-index: 20;
    display: block;
    bottom: 0;
    right: 20px;
    top: 0;
    margin: auto;
    color: #ff0404;
    text-decoration: none;
    font-family: 'DIN Pro', sans-serif;
    font-size: 16px;
    line-height: 21px;
    font-weight: 400;
    width: 18px;
    height: 18px
}

form .inputWrapper .allert span {
    display: none;
    opacity: 0;
    padding: 2px;
    padding-top: 4px;
    color: red;
    font-size: 12px;
    line-height: 14px;
    border-radius: 4px;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    min-width: 200px
}

form .inputWrapper .allert:hover {
    text-align: center
}

form .inputWrapper .allert:hover span {
    border: 1px solid #ff6565;
    background: #fff;
    display: inline;
    position: absolute;
    color: #4e4e4e;
    right: 24px;
    top: -2px;
    opacity: 1
}

form .inputWrapper .warning_ico {
    width: 18px;
    height: 18px
}

form .inputWrapper.error input {
    border-color: red
}

.modalUniverInfo {
    background-color: #fff;
    width: 90%;
    max-width: 1170px;
    margin-left: auto;
    margin-right: auto;
    padding: 60px 70px;
    border-radius: 0;
    border: 0;
    -webkit-box-shadow: 0 30px 40px rgba(0, 0, 0, .25);
    box-shadow: 0 30px 40px rgba(0, 0, 0, .25)
}

.modalUniverInfo .mfp-close {
    height: 20px;
    width: 20px;
    line-height: 20px;
    top: 15px;
    left: calc(50% + 550px);
    font-size: 40px;
    background-color: transparent;
    border-radius: 0;
    -webkit-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
    color: #ed1d2e;
    opacity: .3
}

.modalUniverInfo .mfp-close:hover {
    opacity: 1
}

@media (max-width:1450px) {
    .modalUniverInfo .mfp-close {
        left: calc(50% + 530px)
    }
}

@media (max-width:1250px) {
    .modalUniverInfo .mfp-close {
        left: calc(50% + 40vw)
    }
}

@media (max-width:570px) {
    .modalUniverInfo .mfp-close {
        left: calc(50% + 35vw)
    }
}

.modalUniverInfo .wrapper {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.modalUniverInfo .wrapper .leftSide {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-preferred-size: 430px;
    flex-basis: 430px
}

.modalUniverInfo .wrapper .leftSide .imgWrap {
    display: block
}

@media (max-width:750px) {
    .modalUniverInfo .wrapper .leftSide .imgWrap {
        display: none
    }
}

@media (max-width:1250px) {
    .modalUniverInfo .wrapper .leftSide {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%
    }
}

@media (max-width:750px) {
    .modalUniverInfo .wrapper .leftSide {
        padding-left: 0;
        padding-right: 0;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }
}

.modalUniverInfo .wrapper .rightSide {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 480px;
    flex: 0 0 480px;
    padding-right: 100px;
    max-height: 670px;
    overflow: auto
}

.modalUniverInfo .wrapper .rightSide .imgWrap {
    display: none
}

@media (max-width:750px) {
    .modalUniverInfo .wrapper .rightSide .imgWrap {
        display: block
    }
}

@media (max-width:1250px) {
    .modalUniverInfo .wrapper .rightSide {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        padding-right: 50px
    }
}

@media (max-width:750px) {
    .modalUniverInfo .wrapper .rightSide {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        margin-bottom: 40px;
        max-height: unset;
        padding-left: 0;
        padding-right: 0
    }
}

.modalUniverInfo .wrapper .imgWrap {
    margin-bottom: 40px
}

@media (max-width:750px) {
    .modalUniverInfo .wrapper .imgWrap {
        margin-bottom: 25px
    }
}

.modalUniverInfo .wrapper .preFormText {
    margin-bottom: 30px
}

.modalUniverInfo .wrapper .preFormText span {
    font-weight: 700;
    color: #000
}

.modalUniverInfo .wrapper .title {
    font-family: 'DIN Pro', sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 27px;
    margin-bottom: 15px
}

@media (max-width:570px) {
    .modalUniverInfo .wrapper .title {
        font-size: 28px;
        line-height: 32px
    }
}

.modalUniverInfo .wrapper .text {
    margin-bottom: 20px
}

.modalUniverInfo .wrapper .listTitle {
    font-family: 'DIN Pro', sans-serif;
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 15px
}

.modalUniverInfo .wrapper ul.facultChoise>li {
    cursor: pointer;
    margin-bottom: 15px;
    position: relative;
    padding-left: 20px
}

.modalUniverInfo .wrapper ul.facultChoise>li .childList li {
    cursor: pointer;
    padding-top: 5px;
    padding-bottom: 5px;
    position: relative;
    padding-left: 20px;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.modalUniverInfo .wrapper ul.facultChoise>li .childList li:before {
    content: '';
    width: 12px;
    height: 12px;
    border-radius: 2px;
    border: 1px solid #000;
    position: absolute;
    left: 0;
    top: 12px
}

.modalUniverInfo .wrapper ul.facultChoise>li .childList li:hover {
    color: #ed1d2e
}

.modalUniverInfo .wrapper ul.facultChoise>li .childList li.active {
    color: #000;
    font-weight: 700
}

.modalUniverInfo .wrapper ul.facultChoise>li .childList li.active:after {
    content: '\f00c';
    font-family: FontAwesome;
    font-size: 10px;
    position: absolute;
    top: 6px;
    left: 2px
}

.modalUniverInfo .wrapper ul.facultChoise>li:before {
    content: '\f107';
    font-family: FontAwesome;
    color: #ed1d2e;
    width: 10px;
    height: 10px;
    line-height: 10px;
    font-size: 14px;
    position: absolute;
    top: 7px;
    left: 0;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.modalUniverInfo .wrapper ul.facultChoise>li.active:before {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.modalUniverInfo .wrapper .inputWrapper input {
    color: #000
}

.modalUniverInfo .wrapper .inputWrapper input::-webkit-input-placeholder {
    color: #000
}

.modalUniverInfo .wrapper .inputWrapper input:-moz-placeholder {
    color: #000
}

.modalUniverInfo .wrapper .inputWrapper input::-moz-placeholder {
    color: #000
}

.modalUniverInfo .wrapper .inputWrapper input:-ms-input-placeholder {
    color: #000
}

.modalUniverInfo .wrapper .btnWrap {
    margin-top: 40px;
    text-align: center
}

@media (max-width:570px) {
    .modalUniverInfo {
        padding: 20px 25px;
        padding-bottom: 100px
    }
}

.modalTextBlock {
    background-color: #fff;
    width: 90%;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    padding: 30px 15px 30px 40px;
    border-radius: 0;
    border: 0;
    -webkit-box-shadow: 0 30px 40px rgba(0, 0, 0, .25);
    box-shadow: 0 30px 40px rgba(0, 0, 0, .25)
}

.modalTextBlock .mfp-close {
    height: 20px;
    width: 20px;
    line-height: 20px;
    top: 15px;
    left: calc(50% + 465px);
    font-size: 40px;
    background-color: transparent;
    border-radius: 0;
    -webkit-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
    color: #ed1d2e;
    opacity: .3
}

.modalTextBlock .mfp-close:hover {
    opacity: 1
}

@media (max-width:1250px) {
    .modalTextBlock .mfp-close {
        left: calc(50% + 40vw)
    }
}

@media (max-width:750px) {
    .modalTextBlock .mfp-close {
        left: calc(50% + 35vw)
    }
}

.modalTextBlock .wrapper .title {
    margin-bottom: 15px
}

@media (max-width:570px) {
    .modalTextBlock .wrapper .title {
        font-size: 28px;
        line-height: 32px
    }
}

@media (max-width:570px) {
    .modalTextBlock {
        padding: 20px 10px 20px 20px
    }
}

.orderPanel {
    background-color: #fff;
    width: 90%;
    max-width: 555px;
    margin-left: auto;
    margin-right: auto;
    padding: 80px 90px 100px;
    border-radius: 5px;
    border: 0;
    position: relative;
    -webkit-box-shadow: 0 30px 40px rgba(0, 0, 0, .25);
    box-shadow: 0 30px 40px rgba(0, 0, 0, .25)
}

.orderPanel .popup-close {
    height: 26px;
    width: 26px;
    line-height: 22px;
    top: 15px;
    left: calc(50% + 225px);
    font-size: 40px;
    background-color: #fafafa;
    border-radius: 50%;
    -webkit-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
    color: #000;
    position: absolute;
    border: 0;
    opacity: 0.65;
    cursor: pointer;
}

@media(max-width:570px) {
    .orderPanel .popup-close {
        left: unset;
        right: 30px
    }
}

.orderPanel .popup-close:hover {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    color: #c7242e
}

.orderPanel .wrapper {
    max-width: 370px;
    margin-left: auto;
    margin-right: auto
}

.orderPanel .wrapper .title {
    margin-bottom: 40px;
    font-family: 'DIN Pro', sans-serif;
    font-weight: 700;
    font-size: 28px;
    line-height: 32px;
    color: #000;
    text-align: center
}

@media (max-width:570px) {
    .orderPanel .wrapper .title {
        font-size: 28px;
        line-height: 32px
    }
}

.orderPanel .wrapper .inputWrapper input {
    color: #000
}

.orderPanel .wrapper .inputWrapper input::-webkit-input-placeholder {
    color: #000
}

.orderPanel .wrapper .inputWrapper input:-moz-placeholder {
    color: #000
}

.orderPanel .wrapper .inputWrapper input::-moz-placeholder {
    color: #000
}

.orderPanel .wrapper .inputWrapper input:-ms-input-placeholder {
    color: #000
}

.orderPanel .wrapper .btnWrap {
    margin-top: 40px;
    text-align: center
}

@media (max-width:570px) {
    .orderPanel .wrapper {
        max-width: 260px
    }
}

@media (max-width:570px) {
    .orderPanel {
        padding: 50px 20px 60px
    }
}

.modalPolitics {
    max-width: 950px;
    margin-left: auto;
    margin-right: auto;
    width: 90%;
    padding: 25px 30px;
    border-radius: 5px;
    border: 1px solid #e6e4e2;
    background-color: #fff
}

.modalPolitics .mfp-close {
    height: 26px;
    width: 26px;
    line-height: 24px;
    padding: 2px;
    top: 5px;
    right: 20px;
    background-color: transparent;
    border-radius: 50%;
    -webkit-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out
}

.modalPolitics .mfp-close:hover {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    color: #bdaf8d
}

.modalPolitics .title {
    margin-bottom: 25px
}

.modalPolitics .title h2 {
    font-family: 'DIN Pro', serif;
    font-weight: 700;
    font-size: 20px;
    color: #000;
    text-align: center;
    margin-bottom: 15px
}

.modalPolitics .title .description {
    font-family: 'DIN Pro', serif;
    font-size: 20px;
    font-weight: 500;
    text-align: center
}

.modalPolitics .content {
    font-family: 'DIN Pro', sans-serif;
    font-size: 18px;
    line-height: 22px;
    font-weight: 300;
    max-height: 400px;
    overflow: auto
}

.modalPolitics .content p {
    margin-bottom: 10px
}

.modalPolitics .content p:last-child {
    margin-bottom: 0
}

.modalPolitics .content .smallTitle {
    font-weight: 500;
    font-size: 20px
}

.modalPolitics .content .bigText {
    font-size: 22px;
    font-weight: 700
}

@media (max-width:570px) {
    .amo-button--main-icon {
        bottom: 0
    }
}

header .innerWrapper .navigation .mod-menu li:first-child{
	display: none;
}

header .innerWrapper .changeLang  a.active{
	color: #000;
}


.popup-wrapper{
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10000;
    background-color: rgba(0,0,0,0.8);
}

.popup-inner{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.message-popup{
    text-align: center;
}

.message-popup .content_description{
    margin: 15px 0;
}

.message-popup .content_description a{
    color: #ed1d2e;
}

.message-popup .logo img{
    width: 105px;
}

.message-popup .title{
    margin-top: 25px;
}
