h1,
h2,
h3,
h4,
h5,
h6,
p,
ul {
    margin: 0;
    padding: 0
}

body,
header {
    position: relative
}

* {
    box-sizing: border-box
}

body {
    overflow-x: hidden;
    margin: 0;
    font-size: 16px
}

a {
    text-decoration: none;
    color: inherit
}

ul li {
    list-style: none
}

.big_Container {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto
}

.container {
    width: 1202px;
    margin: 0 auto
}

@media (max-width:1250px) {
    .container {
        width: 900px
    }
}

@media (max-width:950px) {
    .container {
        width: 100%;
        max-width: 740px;
        padding: 0 20px
    }
}

@keyframes a {
    0% {
        transform: translateX(-300px);
        opacity: 0
    }
    to {
        transform: translateX(0);
        opacity: 1
    }
}

@keyframes b {
    0% {
        transform: translateX(300px);
        opacity: 0
    }
    to {
        transform: translateX(0);
        opacity: 1
    }
}

@keyframes c {
    0% {
        transform: translateY(-100px)
    }
    to {
        transform: translateY(0)
    }
}

.footer .footer-dropdown__item_active:after,
header .header-top ul.header-top__nav ul.dropdown li.dropdown__item_active:after {
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    content: ""
}

@font-face {
    font-family: Sylfaen;
    src: url(../../fonts/Sylfaen.woff) format("woff2");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: Montserrat-Semi Bold;
    src: url(../../fonts/Montserrat-SemiBold.woff) format("woff2");
    font-weight: 600;
    font-style: normal
}

@font-face {
    font-family: Helvetica, Arial, 'sans-serif';
    src: url(../../fonts/Montserrat-Regular.woff) format("woff2");
    font-weight: 400;
    font-style: normal
}
@font-face {
    font-family: Montserrat;
    src: url(../../fonts/Montserrat-Regular.woff) format("woff2");
    font-weight: 400;
    font-style: normal
}
header .header-top {
    padding: 18px 0 16px;
    height: 100%
}

@media (max-width:950px) {
    header .header-top {
        padding: 10px 0
    }
}

header .header-top .header-inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center
}

header .header-top .block,
header .header-top ul.header-top__nav {
    display: -ms-flexbox
}

@media (max-width:750px) {
    header .header-top {
        padding: 22px 0 34px;
        height: 250px
    }
    header .header-top .header-inner {
        -ms-flex-direction: column;
        flex-direction: column
    }
}

header .header-top .block {
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

header .header-top .block a.logo {
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    width: 100px;
    height: 95px;
    display: block
}

@media (max-width:1250px) {
    header .header-top .block a.logo {
        width: 70px;
        height: 65px
    }
}

@media (max-width:950px) {
    header .header-top .block {
        -ms-flex-direction: column;
        flex-direction: column
    }
    header .header-top .block a.logo {
        width: 53px;
        height: 50px
    }
}

@media (max-width:750px) {
    header .header-top .block a.logo {
        width: 100px;
        height: 95px
    }
}

header .header-top .block p.header-top__text {
    margin-left: 26px;
    width: 410px;
    color: #0e173a;
    font-family: Montserrat;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase
}

@media (max-width:1250px) {
    header .header-top .block p.header-top__text {
        font-size: 16px;
        width: 300px
    }
}

@media (max-width:950px) {
    header .header-top .block p.header-top__text {
        margin-left: 10px;
        width: 200px;
        font-size: 11px
    }
}

@media (max-width:750px) {
    header .header-top .block p.header-top__text {
        color: #0e173a;
        font-family: Helvetica, Arial, 'sans-serif';
        font-size: 16px;
        font-weight: 700;
        text-transform: uppercase;
        margin: 21px 0 0;
        width: 100%;
        letter-spacing: -2px
    }
}

header .header-top ul.header-top__nav {
    width: 381px;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    padding-right: 120px
}

@media (max-width:950px) {
    header .header-top ul.header-top__nav {
        width: 300px;
        padding-right: 100px
    }
}

@media (max-width:750px) {
    header .header-top ul.header-top__nav {
        padding: 0 5px;
        width: 100%;
        margin-top: 27px
    }
}

header .header-top ul.header-top__nav li.header-top__item {
    color: #000;
    font-family: Helvetica, Arial, 'sans-serif';
    font-size: 16px;
    font-weight: 500
}

@media (max-width:950px) {
    header .header-top ul.header-top__nav li.header-top__item {
        font-size: 13px
    }
}

header .header-top ul.header-top__nav ul.dropdown-active {
    border: 1px solid #9499ac;
    border-radius: 5px
}

header .header-top ul.header-top__nav ul.dropdown {
    background: #fff;
    position: absolute;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    top: -10px;
    right: 0;
    padding: 0 7px
}

@media (max-width:750px) {
    header .header-top ul.header-top__nav ul.dropdown {
        display: none
    }
}

header .header-top ul.header-top__nav ul.dropdown li.dropdown__item {
    color: #000;
    font-family: Helvetica, Arial, 'sans-serif';
    font-size: 14px;
    font-weight: 500;
    width: 65px;
    position: relative;
    text-transform: uppercase;
    padding: 10px 0;
    cursor: pointer;
    margin: 0 auto;
    border-top: 1px solid #9499ac;
    text-align: center;
    display: none
}

header .header-top ul.header-top__nav ul.dropdown li.dropdown__item_active {
    text-align: left;
    padding-left: 5px;
    padding-right: 30px;
    border-top: none;
    display: block
}

header .header-bottom .inner,
header .header-bottom nav.menu ul.menu__list {
    display: -ms-flexbox
}

header .header-top ul.header-top__nav ul.dropdown li.dropdown__item_active:after {
    position: absolute;
    top: 50%;
    right: 7px;
    transform: translateY(-50%);
    background: url(../../img/drop.png) top no-repeat;
    background-size: cover;
    width: 16px;
    height: 11px
}

header .header-bottom {
    top: 0;
    background-color: #073a69;
    padding: 25px 0 27px
}

@media (max-width:950px) {
    header .header-top ul.header-top__nav ul.dropdown li.dropdown__item {
        font-size: 13px
    }
    header .header-bottom {
        padding: 15px 0 20px
    }
}

@media (max-width:750px) {
    header .header-bottom {
        height: 100px;
        padding: 24px 0;
        width: 100%;
        z-index: 5
    }
}

header .header-bottom .inner {
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 100%;
    -ms-flex-align: center;
    align-items: center
}

header .header-bottom .inner img.close__pic {
    display: none
}

header .header-bottom nav.menu {
    width: 800px
}

@media (max-width:750px) {
    header .header-bottom nav.menu {
        display: none
    }
}

header .header-bottom nav.menu ul.menu__list {
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center
}

header .header-bottom nav.menu ul.menu__list li.menu__item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

header .header-bottom nav.menu ul.menu__list li.menu__item a.menu__link {
    color: #fff;
    display: block;
    position: relative;
    font-family: Montserrat-Semi Bold;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    text-align:center;
        margin: 0 10px;

}

@media (max-width:1250px) {
    header .header-bottom nav.menu {
        width: 550px
    }
    header .header-bottom nav.menu ul.menu__list li.menu__item a.menu__link {
        font-size: 12px
    }
}

@media (max-width:950px) {
    header .header-bottom nav.menu {
        width: 450px
    }
    header .header-bottom nav.menu ul.menu__list li.menu__item a.menu__link {
        font-size: 10px
    }
}

header .header-bottom nav.menu ul.menu__list li.menu__item a.menu__link:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -7px;
    transform: translateX(-50%);
    width: 0;
    height: 2px;
    background-color: #f4570c;
    transition: .3s
}

header .header-bottom nav.menu ul.menu__list li.menu__item a.menu__link:hover:after {
    width: 40px;
    transition: .3s
}

header .header-bottom .search {
    width: 325px;
    padding: 13px 23px;
    border-radius: 5px;
    border: 1px solid #fff;
    opacity: .4
}

@media (max-width:1250px) {
    header .header-bottom .search {
        width: 250px
    }
}

@media (max-width:950px) {
    header .header-bottom .search {
        width: 204px
    }
}

header .header-bottom .search input[type=search] {
    font-size: 14px;
    vertical-align: text-bottom;
    border: none;
    width: 254px;
    background: 0 0;
    outline: 0;
    color: #fff;
    padding: 0;
    height: 22px
}

header .header-bottom .search input[type=search]::placeholder{
    color:white;
}




@media (max-width:1250px) {
    header .header-bottom .search input[type=search] {
        width: 180px
    }
}

@media (max-width:950px) {
    header .header-bottom .search input[type=search] {
        width: 134px
    }
}
.slide__text{
        height: 54px;
    overflow: hidden;
}
.over{
    height:auto;
    overflow: unset;
}
.over_p_text p span {
        color: black!important;

}
header .header-bottom .search input[type=submit] {
    padding: 0;
    border: none;
    outline: 0;
    background: url(../../img/search.png) 50% no-repeat;
    background-size: cover;
    width: 18px;
    height: 18px;
    cursor: pointer
}
.slide-right__text,.slide-right__text p,span{
        color: #fff!important;
    font-family: 'Helvetica', 'Arial', sans-serif!important;
    font-size: 17px!important;
    font-weight: 400!important;
    line-height: 22px!important;
        text-align: justify;

}
.btt span{
        color: #fff!important;
    font-family: 'Helvetica', 'Arial', sans-serif!important;
    font-size: 20px!important;
    font-weight: 400!important;
    line-height: 29px!important;
}
header .header-bottom .search input[type=search]::-webkit-search-cancel-button,
header .header-bottom .search input[type=search]::-webkit-search-decoration,
header .header-bottom .search input[type=search]::-webkit-search-results-button,
header .header-bottom .search input[type=search]::-webkit-search-results-decoration {
    display: none
}

.header-mobile {
    height: 100vh;
    padding: 0 60px;
    display: none;
    width: 100%;
    background: rgba(9, 17, 36, .95);
    color: #fff;
    z-index: 4;
    position: absolute
}

.header-mobile__menu {
    padding: 60px 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center
}

.footer__row,
.header-mobile__row {
    display: -ms-flexbox
}

.header-mobile__menu--list {
    font-family: Helvetica, Arial, 'sans-serif';
    font-size: 16px;
    font-weight: 700;
    line-height: 45px;
    text-transform: uppercase
}

.header-mobile__menu--list a{
    font-family: Helvetica, Arial, 'sans-serif';
    font-size: 16px;
    font-weight: 700;
    line-height: 45px;
    text-transform: uppercase;
    white-space: nowrap;
}

.header-mobile__menu--list:active,
.header-mobile__menu--list:hover {
    color: #f4570c
}

.header-mobile__row {
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.header-mobile__row a {
    width: 54px;
    height: 54px;
    display: block
}

.sticky-menu {
    position: fixed
}

.footer {
    padding: 35px 0 25px;
    background: url(../../img/footer-bg.png) top/cover no-repeat;
    color: #fff
}

.footer__row {
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: center
}

@media (max-width:750px) {
    .footer {
        padding: 40px 0
    }
    .footer__row {
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-align: center;
        align-items: center
    }
    .footer__block {
        margin-top: 42px
    }
}

.footer__block {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align:start;
}

.footer__block a {
    color: #fff;
    font-family:Montserrat;
    font-size: 14px;
    font-weight: 400;
    line-height: 34px
}
.footer__block a:first-child {
    color: #fff;
    line-height: 34px;

    font-family: Helvetica, Arial, 'sans-serif';
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
}
.footer__pics img{
    width:100%;
        height: auto;

}
@media (max-width:1250px) {
    .footer__block a {
        font-size: 12px;
        line-height: 30px
    }
}

@media (max-width:950px) {
    .footer__block a {
        font-size: 10px;
        line-height: 22px
    }
    .footer__logo {
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-align: center;
        align-items: center
    }
}

.footer__block--copyrigh {
    font-family: Montserrat;
    font-size: 14px!important;
    font-weight: 400!important;
    line-height: 24px!important;
    margin-top: 59px!important
}

@media (max-width:1250px) {
    .footer__block--copyrigh {
        font-size: 12px
    }
}

@media (max-width:750px) {
    .footer__block a {
        line-height: 24px
    }
    .footer__block--copyrigh {
        text-align: center;
        margin: 24px auto 0px; }
}

.footer__block--title {
    font-family: Helvetica, Arial, 'sans-serif';
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
    text-transform: uppercase;
    letter-spacing: .7px;
    margin-bottom: 17px
}

.footer__logo {
    display: -ms-flexbox;
    display: flex;
        align-items: center;

}

.footer__logo--item {
    display: block;
    width: 100px;
    height: 95px;
    margin-right: 6px
}

@media (max-width:1250px) {
    .footer__block--title {
        font-size: 12px;
        line-height: 18px;
        margin-bottom: 10px
    }
    .footer__logo--item {
        width: 70px;
        height: 65px
    }
}

@media (max-width:950px) {
    .footer__logo--item {
        text-align: center;
        margin-right: 0;
        width: 53px;
        height: 50px
    }
}

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

.footer__logo--text {
    width: 240px;
    font-family: Helvetica, Arial, 'sans-serif';
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    text-transform: uppercase
}

@media (max-width:950px) {
    .footer__logo--text {
        font-size: 10px;
        text-align: center;
        margin-top: 10px;
        line-height: 16px
    }
}

.footer__contacts {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-top: 15px
}

@media (max-width:1250px) {
    .footer__logo--text {
        width: 180px
    }
    .footer__contacts {
        margin-top: 20px
    }
}

@media (max-width:750px) {
    .footer__logo--text {
        width: 100%;
        font-size: 14px;
        line-height: 20px
    }
    .footer__contacts {
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-align: center;
        align-items: center;
        text-align: center;
        width: 100%
    }
}

.footer__contacts:first-child {
    margin-top: 0
}

.footer__contacts:first-child .footer__contacts--title {
    font-weight: 700
}

.footer__contacts--links a,
.footer__contacts--title,
.footer__contacts span {
    font-weight: 400;
}

.footer__contacts--title {
    font-size: 14px;
    line-height: 26px;
    color: #f4570c;
    margin-right: 10px
}

@media (max-width:1250px) {
    .footer__contacts--title {
        font-size: 12px;
        line-height: 16px
    }
}

@media (max-width:950px) {
    .footer__contacts--title {
        font-size: 10px
    }
}

.footer__contacts span {
    display: block;
    font-size: 14px;
    line-height: 26px;
    letter-spacing: .7px
}

.footer__contacts--links,
.footer__pics {
    display: -ms-flexbox
}

@media (max-width:1250px) {
    .footer__contacts span {
        font-size: 12px;
        line-height: 16px
    }
}

@media (max-width:950px) {
    .footer__contacts span {
        font-size: 10px
    }
}

.footer__contacts--links {
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start
}

.footer__contacts--links a {
    display: block;
    font-size: 14px;
    line-height: 26px;
    letter-spacing: .7px
}

@media (max-width:1250px) {
    .footer__contacts--links a {
        font-size: 12px;
        line-height: 16px
    }
}

@media (max-width:950px) {
    .footer__contacts--links a {
        font-size: 10px;
        line-height: 14px
    }
}

@media (max-width:750px) {
    .footer__contacts--links,
    .footer__contacts--links a {
        -ms-flex-align: center;
        align-items: center
    }
    .footer__contacts--links a {
        line-height: 24px;
        text-align: center
    }
}

.footer__pics {
    width: 196px;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (max-width:1250px) {
    .footer__pics {
        width: 150px
    }
}

@media (max-width:950px) {
    .footer__pics {
        width: 120px
    }
}

@media (max-width:750px) {
    .footer__pics {
        width: 200px
    }
}

@media (max-width:1250px) {
    .footer__pics img {
        width: 70px;
        height: 70px
    }
}

@media (max-width:950px) {
    .footer__pics img {
        width: 50px;
        height: 50px
    }
}

@media (max-width:750px) {
    .footer__pics img {
        width: 89px;
        height: 89px
    }
}

.footer__social {
    margin-top: 39px;
    width: 196px
}

@media (max-width:1250px) {
    .footer__social {
        width: 150px
    }
}

@media (max-width:950px) {
    .footer__social {
        width: 120px
    }
}

@media (max-width:750px) {
    .footer__social {
        border-top: 1px solid #f4570c;
        padding: 40px 0 0;
        width: 280px
    }
}

.footer__social--icons {
    width: inherit;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: start;
    align-items: flex-start
}

@media (max-width:750px) {
    .footer__social--icons {
        width: 200px;
        -ms-flex-align: center;
        align-items: center;
        margin: 0 auto
    }
}

.footer__social--icons a {
    width: 54px;
    height: 54px;
    display: block
}

@media (max-width:1250px) {
    .footer__social--icons a {
        width: 38px;
        height: 38px
    }
}

@media (max-width:950px) {
    .footer__social--icons a {
        width: 30px;
        height: 30px
    }
}

@media (max-width:750px) {
    .footer__social--icons a {
        width: 54px;
        height: 54px
    }
    .footer .footer-flex {
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-pack: distribute;
        justify-content: space-around
    }
}

.footer__social--icons a img {
    width: 100%;
    height: 100%
}

@media (max-width:750px) {
    .footer .footer-flex a {
        margin-right: 20px;
        font-size: 14px;
        line-height: 38px
    }
    .footer .footer-assoc {
        border-top: 1px solid #f4570c;
        border-bottom: 1px solid #f4570c;
        padding: 40px 0;
        width: 280px;
        -ms-flex-align: center;
        align-items: center;
        text-align: center
    }
}

.footer ul.footer-dropdown-active {
    border-radius: 5px;
    border: 1px solid #9499ac;
    background: #fff
}

.footer .footer-dropdown {
    margin-top: 41px;
    width: 117px;
    display: -ms-flexbox;
    display: flex;
    display: none;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    position: relative;
    padding: 0;
    border: 1px solid #fff;
    border-radius: 5px
}

@media (max-width:750px) {
    .footer .footer-dropdown {
        display: -ms-flexbox;
        display: flex
    }
}

.footer .footer-dropdown__item {
    color: #000;
    font-family: Helvetica, Arial, 'sans-serif';
    font-size: 14px;
    font-weight: 500;
    position: relative;
    text-transform: uppercase;
    padding: 10px 0 10px 11px;
    cursor: pointer;
    text-align: left;
    display: none;
    width: 100%;
    border-bottom: 1px solid #9499ac
}

.footer .footer-dropdown__item_active {
    text-align: left;
    padding-left: 11px;
    padding-right: 30px;
    border-top: none;
    display: block;
    border-bottom: none;
    color: #f4570c
}

.footer .footer-dropdown__item_active:after {
    position: absolute;
    top: 50%;
    right: 11px;
    transform: translateY(-50%);
    background: url(../../img/drop.png) top no-repeat;
    background-size: cover;
    width: 16px;
    height: 11px
}

section.main {
    background-size: cover!important;
}

section.main .container {
    position: relative;

}

section.main .slider {
    position: relative;

    height: auto
}

@media (max-width:750px) {
    section.main .slide {
        padding: 43px 0 47px
    }
}

section.main .slider .slide {
    display: none;
    position: absolute;
    top: 0;
    width: 100%;
    height: auto
}

section.main .slider .slide .slide-left {
    padding: 149px 0
}

@media (max-width:1440px) {
    section.main .slider .slide .slide-left {
        padding: 149px 0 149px 80px
    }
}

@media (max-width:950px) {
    .footer .footer-dropdown__item {
        font-size: 13px
    }
    section.main .slider .slide .slide-left {
        padding: 80px 0 80px 80px
    }
}

section.main .slider .slide .slide-left h2.slide__title {
    animation: a .5s ease-in .5s both;
    color: #fff;
    font-weight: 400;
    max-width: 686px;
    font-family: 'Helvetica', 'Arial', sans-serif!important;
    font-size: 43px;


}

@media (max-width:1250px) {
    section.main .slider .slide .slide-left h2.slide__title {
        font-size: 34px;
        width: 500px
    }
}

@media (max-width:950px) {
    section.main .slider .slide .slide-left h2.slide__title {
        width: 300px;
        font-size: 24px
    }
}

@media (max-width:750px) {
    section.main .slider .slide .slide-left {
        padding: 0
    }
    section.main .slider .slide .slide-left h2.slide__title {
        font-size: 26px;
        width: 100%
    }
}

section.main .slider .slide .slide-left p.slide__text {
    animation: b .5s ease-in .5s both;
    color: #fff;
    font-family: 'Helvetica', 'Arial', sans-serif!important;
    letter-spacing: 2px;
    margin-top: 36px;
    font-size: 18px;
    font-weight: 400;
    line-height: 25px;
    max-width: 627px
}

@media (max-width:1250px) {
    section.main .slider .slide .slide-left p.slide__text {
        max-width: 500px;
        font-size: 16px
    }
}

@media (max-width:950px) {
    section.main .slider .slide .slide-left p.slide__text {
        max-width: 300px;
        font-size: 14px;
        line-height: 20px
    }
}

@media (max-width:750px) {
    section.main .slider .slide .slide-left p.slide__text {
        font-size: 14px;
        line-height: 24px;
        margin-top: 39px
    }
}

section.main .slider .slide .slide-left button.slide__btn {
    color: #fff;
    font-family: Helvetica, Arial, 'sans-serif';
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    border: none;
    outline: 0;
    border-radius: 5px;
    line-height: 18px;
    background-color: #f4570c;
    width: 252px;
    height: 62px;
    margin-top: 41px;
    cursor: pointer
}

@media (max-width:750px) {
    section.main .slider .slide .slide-left button.slide__btn {
        width: 100%;
        margin-top: 28px
    }
    section.main .slider .slide .slide-right-container {
        display: none
    }
}

section.main .slider .slide .slide-right-container {
    background-color: #0b1128;
    position: absolute;
    width: 460px;
    height: 100%;
    right: 0;
    top: 0;
    opacity: .6;
    z-index: 1
}

@media (max-width:1250px) {
    section.main .slider .slide .slide-right-container {
        width: 300px
    }
}

@media (max-width:950px) {
    section.main .slider .slide .slide-right-container {
        width: 250px
    }
}

section.main .slider .slide .slide-right {
    animation: c 1s cubic-bezier(.25, .46, .45, .94) both;
    position: absolute;
    right: 0;
    top: 0;
    width: 460px;
    height: 100%;
    z-index: 2;
    padding: 20px 40px 0 40px;
    background:rgba(11, 17, 40, 0.6);;
}

@media (max-width:1250px) {
    section.main .slider .slide .slide-right {
        width: 300px
    }
}

section.main .slider .slide .slide-right h3.slide-right__title {
    color: #f4570c;
    font-family: Helvetica, Arial, 'sans-serif';
    font-size: 24px;
    font-weight: 700;
    line-height: 35.77px;
        margin-bottom: 20px;
            text-align: center;


}

@media (max-width:950px) {
    section.main .slider .slide .slide-right {
        width: 250px;
        padding: 0 15px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-align: center;
        align-items: center
    }
    section.main .slider .slide .slide-right h3.slide-right__title {
        font-size: 20px
    }
}

@media (max-width:750px) {
    section.main .slider .slide .slide-right {
        position: static;
        margin-top: 92px;
        width: 100%;
    padding: 18px;
        text-align: left;
        margin-bottom: 50px
    }
    section.main .slider .slide .slide-right h3.slide-right__title {
        display: block;
        margin-right: auto
    }
}

section.main .slider .slide .slide-right p.slide-right__text {
    color: #fff;
    font-family: Helvetica, Arial, 'sans-serif';
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-top: 25px
}

@media (max-width:950px) {
    section.main .slider .slide .slide-right p.slide-right__text {
        font-size: 12px;
        line-height: 18px
    }
}

section.main .slider .slide-active {
    display: block;
    z-index: 3;
    position: static
}

@media (min-width:1880px){
    section.main .slider .arrows {
    left: 267px!important;
    }
}
section.main .slider .arrows {
    position: absolute;
    left: 5%;
    top: 50%;
    transform: translateY(-50%);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width:1440px) {
    section.main .slider .arrows {
        left: 65px
    }
}

section.main .slider .arrows img {
    cursor: pointer
}

@media (max-width:750px) {
    section.main .slider .slide .slide-right p.slide-right__text {
        margin-top: 25px;
        font-size: 16px;
        line-height: 24px
    }
    section.main .slider .arrows {
        top: unset;
        bottom: 20px;
        left: 50%;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-pack: center;
        justify-content: center;
        width: 200px;
        transform: translateX(-50%);
        height: auto
    }
    section.main .slider .arrows img {
        transform: rotate(-90deg);
        width: 40px
    }
}

section.main .slider .arrows .pagination {
    margin: 35px 0
}

section.main .slider .arrows .pagination span {
    opacity: .4;
    color: #fff;
    font-family: Helvetica, Arial, 'sans-serif';
    font-size: 22px;
    font-weight: 400;
    text-transform: uppercase
}

section.row {
    padding: 62px 0 55px;
    position: relative
}

@media (max-width:750px) {
    section.main .slider .arrows .pagination {
        margin: 0 35px;
        display: -ms-flexbox;
        display: flex
    }
    section.main .slider .arrows .pagination span {
        opacity: 1
    }
    section.row {
        padding: 40px 0
    }
}

section.row .row-next,
section.row .row-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: block!important;
    z-index: 5
}

@media (max-width:750px) {
    section.row .row-next,
    section.row .row-prev {
        display: block
    }
}

section.row .row-prev {
    left: 19px
}

section.row .row-next {
    right: 19px
}

section.row .block {
    display: -ms-flexbox;
    display: flex;
    width: 1052px;
    margin: 0 auto;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: start;
    align-items: flex-start
}

@media (max-width:1250px) {
    section.row .block {
        width: 100%
    }
}

section.row .block img {
    display: block;
    margin-bottom: 30px;
        max-height: 68px;
    object-fit: cover;
}

@media (max-width:950px) {
    section.row .block img {
        height: 50px;
        width: auto
    }
}

@media (max-width:750px) {
    section.row .block {
        -ms-flex-pack: center;
        justify-content: center
    }
    section.row .block img {
        height: auto
    }
}

section.row .block .box {
    display: -ms-flexbox!important;
    display: flex!important;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    text-align: left
}

@media (max-width:750px) {
    section.row .block .box {
        margin: 0 auto;
        -ms-flex-align: center;
        align-items: center;
        width: 185px!important;
        display: block
    }
}

section.row .block .box__link {
    display: block;
    color: #f4570c;
    font-family: Sylfaen;
    font-size: 16px;
    font-weight: 400
}

.products .prod-arrows,
.products .prod-slider .prod-left {
    display: -ms-flexbox
}

@media (max-width:950px) {
    section.row .block .box__link {
        font-size: 12px
    }
}

@media (max-width:750px) {
    section.row .block .box__link {
        font-size: 16px
    }
}

section.row .block .box__text {
    color: #f4570c;
    font-family: Sylfaen;
    font-size: 16px;
    font-weight: 400
}

@media (max-width:950px) {
    section.row .block .box__text {
        font-size: 12px
    }
}

@media (max-width:750px) {
    section.row .block .box__text {
        font-size: 16px
    }
}

section.row .block .box__title {
    color: #f4570c;
    font-family: Helvetica, Arial, 'sans-serif';
    font-size: 16px;
    font-weight: 700
}

section.line .box__text,
section.line .box__title {
    color: #fff;
    font-family: Helvetica, Arial, 'sans-serif';
    text-align: center
}

section.row .block .box:nth-child(2n) img {
    margin-bottom: 10px
}

@media (max-width:950px) {
    section.row .block .box__title {
        font-size: 12px
    }
    section.row .block .box:nth-child(2n) img {
        margin-bottom: 30px
    }
}

section.row .block .box-large img {
    width: 250px
}

section.line {
    padding: 60px 0 62px;
    background: #0e173a
}

section.line .box {
    margin: 0 auto
}

section.line .box__title {
    font-size: 26px;
    font-weight: 700;
    line-height: 24px;
    text-transform: uppercase
}

@media (max-width:750px) {
    section.line {
        padding: 39px 0 52px
    }
    section.line .box {
        width: 100%
    }
    section.line .box__title {
        font-size: 26px;
        width: 255px;
        margin: 0 auto;
        line-height: 32px
    }
}

section.line .box__text {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-top: 29px;
    text-align:justify;
}

.products {
    padding: 60px 0 62px
}

.products__title {
    color: #f4570c;
    font-family: Helvetica, Arial, 'sans-serif';
    font-size: 46px;
    font-weight: 700;
    text-align: center
}

@media (max-width:950px) {
    .products__title {
        font-size: 38px
    }
}

@media (max-width:750px) {
    .products {
        padding: 40px 0
    }
    .products__title {
        font-size: 36px
    }
}

.products .prod-arrows {
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 30px
}

.products .prod-arrows img {
    cursor: pointer;
    margin: 0 7px
}

.products .prod-slider {
    display: -ms-flexbox!important;
    display: flex!important;
    margin-top: 59px;
    padding: 0 15px 0 20px
}

@media (max-width:950px) {
    .products .prod-slider {
        -ms-flex-align: center;
        align-items: center;
        padding: 0
    }
}

@media (max-width:750px) {
    .products .prod-slider {
        margin-top: 40px;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.products .prod-slider .prod-left {
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width:950px) {
    .products .prod-slider .prod-left {
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }
}

.products .prod-slider .prod-left .prod-box {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: hidden
}

@media (max-width:950px) {
    .products .prod-slider .prod-left .prod-box {
        -ms-flex-direction: row;
        flex-direction: row;
        width: 280px;
        margin-top: 20px;
        -ms-flex-pack: justify;
        justify-content: space-between;
            flex-wrap: wrap;
    justify-content: space-evenly;
    }
}

.products .prod-slider .prod-left .prod-block {
    width: 300px;
    height: 361px;
    margin: 0 80px
}

@media (max-width:950px) {
    .products .prod-slider .prod-left .prod-block {
        width: 250px;
        height: 301px
    }
}

.products .prod-slider .prod-left .prod-block .prod-box__item_active {
    cursor: default;
    width: 100%;
    height: 100%;
    margin-bottom: 0;
    border: none;
    background-color: unset
}

@media (max-width:750px) {
    .products .prod-slider .prod-right {
        margin-top: 40px
    }
}

.products .prod-slider .prod-right__title {
    color: #0e173a;
    font-family: Helvetica, Arial, 'sans-serif';
    font-size: 23px;
    font-weight: 700;
    line-height: 29px
}

.products .prod-slider .prod-right__text {
    color: #000;
    font-family: Helvetica, Arial, 'sans-serif';
    font-size: 16px;
    font-weight: 400;
    margin: 39px 0;
    line-height: 22px;
        text-align: justify;

}

@media (max-width:1250px) {
    .products .prod-slider .prod-right__text {
        font-size: 14px
    }
}

.products .prod-slider .prod-right__button {
    cursor: pointer;
    border-radius: 5px;
    background-color: #f4570c;
    color: #fff;
    font-family: Helvetica, Arial, 'sans-serif';
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
    text-transform: uppercase;
    padding: 26px 77px;
    outline: 0;
    border: none
}
.blog__box iframe {
    width: 385px !important;
    height: 320px !important;
}
.blog__box--text,
.blog__box--title {
    line-height: 22px;
    color: #000;
        font-family: 'Helvetica', 'Arial', sans-serif!important;

}

@media (max-width:750px) {
    .products .prod-slider .prod-right__text {
        margin-top: 20px
    }
    .products .prod-slider .prod-right__button {
        width: 280px;
        margin: 0 auto;
        display: block
    }
}

.prod-box__item {
    position: relative;
    margin-bottom: 17px;
    width: 116px;
    height: 116px;
    cursor: pointer;
    overflow: hidden
}

@media (max-width:950px) {
    .prod-box__item {
        width: 76px;
        height: 76px
    }
}

.prod-box__item:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: hsla(0, 0%, 93%, .6);
    z-index: 2
}

.prod-box__item img {
    display: block;
    position: absolute;
    width:100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -o-object-fit: contain;
    object-fit: contain;
    z-index: 1
}

.first-image {
    width: 150%;
    height: 150%
}

.next-image {
    width: 300%;
    height: 300%
}

.last-image {
    width: 400%;
    height: 400%
}

.prod-box__item_active {
    box-shadow: none;
    border: 4px solid #f4570c;
    overflow: hidden
}

.prod-box__item_active:after {
    background: 0 0
}

.blog {
    padding: 58px 0 62px
}

.blog__title {
    color: #f4570c;
    font-family: Helvetica, Arial, 'sans-serif';
    font-size: 46px;
    font-weight: 700;
    text-align: center
}

@media (max-width:950px) {
    .blog__title {
        font-size: 38px
    }
}

@media (max-width:750px) {
    .blog {
        padding: 0
    }
    .blog__title {
        font-size: 36px
    }
    .blog__title--size {
        width: 170px;
        margin: 0 auto
    }
}

.blog__row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 30px;
        flex-wrap: wrap;

}

.blog__box {
    width: 385px;
    margin-top: 50px;

}

@media (max-width:1250px) {
    .blog__box {
        width: 280px
    }
}

@media (max-width:950px) {
    .blog__box {
        width: 200px
    }
}

@media (max-width:750px) {
    .blog__row {
        margin-top: 40px;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .blog__box {
        width: 280px;
        margin: 0 auto 20px
    }
}

.blog__box--video {
    width: 100%;
    height: 320px;
    -o-object-fit: cover;
    object-fit: cover
}

@media (max-width:1250px) {
    .blog__box--video {
        height: auto
    }
}

.blog__box--title {
    margin: 20px 0;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase
}

.blog__box--text {
    font-size: 14px;
    font-weight: 400;
        text-align: justify;


}

@media (max-width:950px) {
    .blog__box--title {
        font-size: 14px;
        margin: 10px 0
    }
    .blog__box--text {
        font-size: 12px;
        line-height: 18px
    }
}

.blog__button {
    color: #fff;
    font-family: Helvetica, Arial, 'sans-serif';
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
    text-transform: uppercase;
    border-radius: 5px;
    background-color: #f4570c;
    outline: 0;
    cursor: pointer;
    border: none;
    padding: 26px 81px;
    display: block;
    margin: 50px auto 0
}

@media (max-width:750px) {
    .blog__button {
        width: 280px;
        margin: 20px auto 40px
    }
   
}



@media (min-width:751px){
    .menu__pic{
        display: none;
    }
}


.newHomeImg{
    max-width: 385px !important;
    width: 100% !important;
    display: block !important;
    margin: 0 auto !important;
    height: 320px !important;
    object-fit: cover;}



.med_b img{
        width: 384px;
    height: 318px;
    object-fit: cover;
}

@media(max-width:1240px){
    .med_b img{
        width: 100%;
    height: auto;
    object-fit: cover;
}
.newHomeImg{
        height: auto!important;

}
}