/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/

@font-face {
    font-family: "AlegreyaSans";
    src: url("../fonts/AlegreyaSans/AlegreyaSans-Regular.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: "AlegreyaSans";
    src: url("../fonts/AlegreyaSans/AlegreyaSans-Medium.ttf") format("truetype");
    font-style: normal;
    font-weight: 500;
}

@font-face {
    font-family: "AlegreyaSans";
    src: url("../fonts/AlegreyaSans/AlegreyaSans-Bold.ttf") format("truetype");
    font-style: normal;
    font-weight: bold;
}

@font-face {
    font-family: "AlegreyaSans";
    src: url("../fonts/AlegreyaSans/AlegreyaSans-ExtraBold.ttf") format("truetype");
    font-style: normal;
    font-weight: 800;
}

@font-face {
    font-family: "PlayfairDisplay";
    src: url("../fonts/PlayfairDisplay/PlayfairDisplay-Regular.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: "PlayfairDisplay";
    src: url("../fonts/PlayfairDisplay/PlayfairDisplay-Black.ttf") format("truetype");
    font-style: normal;
    font-weight: 900;
}

@font-face {
    font-family: "Montserrat";
    src: url("../fonts/Montserrat/Montserrat-Regular.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

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

@font-face {
    font-family: "Montserrat";
    src: url("../fonts/Montserrat/Montserrat-Medium.ttf") format("truetype");
    font-style: normal;
    font-weight: 500;
}

@font-face {
    font-family: "Roboto";
    src: url("../fonts/Roboto/Roboto-Regular.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: 'icomoon';
    src: url('../fonts/icomoon.eot?b290h4');
    src: url('../fonts/icomoon.eot?b290h4#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?b290h4') format('truetype'),
    url('../fonts/icomoon.woff?b290h4') format('woff'),
    url('../fonts/icomoon.svg?b290h4#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-news-detail-arrow:before {
    content: "\e90a";
    color: #df8633;
}

.icon-close-modal:before {
    content: "\e909";
    color: #df8633;
}

.icon-fleet-arrow:before {
    content: "\e908";
    color: #686767;
}

.icon-calculate-cost:before {
    content: "\e907";
    color: #ff8e26;
}

.icon-arrow-about:before {
    content: "\e900";
    color: #fff;
}

.icon-arrow-vessel:before {
    content: "\e906";
    color: #a9a9a9;
}

.icon-flag-grey:before {
    content: "\e903";
    color: #e7e7e7;
}

.icon-flag-orange:before {
    content: "\e904";
    color: #ff8e26;
}

.icon-marine:before {
    content: "\e901";
    color: #fff;
}

.icon-ship:before {
    content: "\e902";
    color: #fff;
}

.icon-vessel:before {
    content: "\e905";
    color: #fff;
}

body {
    font-family: "OpenSans";
    font-style: normal;
    font-weight: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

a {
    color: #323232;
}

a:hover {
    color: #323232;
    text-decoration: none;
}

input {
    outline: none;
}

.form-control {
    outline: none;
}

.form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

h1 {
    font-family: "PlayfairDisplay";
    font-weight: normal;
    font-size: 66px;
    line-height: 72px;
    letter-spacing: 0.125em;
    color: #fff;
}

@media (max-width: 767.98px) {
    h1 {
        font-size: 40px;
        line-height: 44px;
    }
}

h2 {
    font-family: "PlayfairDisplay";
    font-weight: normal;
    font-size: 48px;
    line-height: 52px;
    color: #141414;
    position: relative;
    letter-spacing: 0.125em;
    z-index: 5;
}

@media (max-width: 991.98px) {
    h2 {
        font-size: 34px;
        line-height: 45px;
    }
}

@media (max-width: 450px) {
    h2 {
        font-size: 34px;
        line-height: 45px;
    }
}

h2 span {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

h2 span.icon-flag-grey {
    left: -26px;
    top: -17px;
}

h2 span.icon-flag-orange {
    opacity: .21;
    left: -21px;
    top: -22px;
}

@media (max-width: 567.98px) {
    h1, h2 {
        font-size: 30px;
        line-height: 35px;
    }
}

img {
    width: 100%;
}

.container-flex {
    width: 100%;
    height: 100%;
    margin-right: auto;
    margin-left: auto;
    position: relative;
}

@media (min-width: 1000px) {
    .container-flex {
        max-width: 1440px;
    }
}

/*----------------------------------header-------------------------------------*/

header {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    height: 140px;
    background: #fff;
    z-index: 100;
}

header.home-page {
    height: 207px;
    background: -o-linear-gradient(top, #FFFFFF 0%, rgba(250, 250, 250, 0) 100%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), color-stop(100%, rgba(250, 250, 250, 0)), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(180deg, #FFFFFF 0%, rgba(250, 250, 250, 0) 100%, rgba(255, 255, 255, 0) 100%);
}
.show-modal header.home-page{
    background: #fff;
}
header.home-page ~ .main-container{
    padding-top: 0;
}

header .header {
    position: relative;
    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: center;
    height: 124px;
}

header .header .logo {
    max-width: 109px;
    margin: 0 40px;
    margin: 0 4.2vw;
    /*position: absolute;*/
    /*top: 50%;*/
    /*left: 50%;*/
    /*-webkit-transform: translateY(-50%) translateX(-50%);*/
    /*-ms-transform: translateY(-50%) translateX(-50%);*/
    /*transform: translateY(-50%) translateX(-50%);*/
}

@media (max-width: 991.98px) {
    header .header .logo {
        position: relative;
        top: 0;
        left: 0;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
}

@media (max-width: 767.98px) {
    header .header .logo {
        max-width: 78px;
    }
}

@media (max-width: 1145px) {
    header .header .calculate_cost {
        display: none;
    }
    header .header .logo{
        margin-left: 0;
    }
}

header .header .calculate_cost {
    margin-right: 0px;
}

header .header .calculate_cost a {
    font-family: "Montserrat";
    font-weight: 500;
    font-size: 13px;
    line-height: 16px;
    color: #1C1C1C;
    background: -o-linear-gradient(357.93deg, #FF8E26 1.2%, #FFAA5B 19.79%, #FFBD81 46.88%, #FDCB9D 61.76%, #FFB876 86.61%, #FF8E26 100%);
    background: linear-gradient(92.07deg, #FF8E26 1.2%, #FFAA5B 19.79%, #FFBD81 46.88%, #FDCB9D 61.76%, #FFB876 86.61%, #FF8E26 100%);
    border-radius: 30px;
    padding: 10px 0px;
    white-space: nowrap;
    width: 205px;
    text-align: center;
    display: block;
}

@media (max-width: 1145px) {
    header .header .menu {
        display: none;
    }
}

header .header .menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 1060px) {
    header .header .menu ul {
        position: relative;
        right: 23px;
    }
}

header .header .menu ul li {
    margin-right: 50px;
}

@media (max-width: 1203px) {
    header .header .menu ul li {
        margin-right: 30px;
    }
}

/*header .header .menu ul li:nth-child(3) {*/
/*    margin-right: 280px;*/
/*}*/

/*@media (max-width: 1199.98px) {*/
/*    header .header .menu ul li:nth-child(3) {*/
/*        margin-right: 200px;*/
/*    }*/
/*}*/

header .header .menu ul li:last-child {
    margin-right: 0px;
}

header .header .menu ul li a {
    font-family: "AlegreyaSans";
    font-weight: 500;
    font-size: 22px;
    line-height: 26px;
    letter-spacing: 0.015em;
    color: #323232;
    transition: color 0.2s ease-out;
}
header .header .menu ul li a:hover{
    color: #FF8E26;
    text-decoration: underline;
}

@media (max-width: 1060px) {
    header .header .menu ul li a {
        font-size: 18px;
        line-height: 22px;
    }
}

header .header .phone{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
}
header .header .phone a {
    font-family: "Montserrat";
    font-weight: 500;
    font-size: 22px;
    line-height: 19px;
    letter-spacing: 0.04em;
    color: #FF8E26;
    transition: all 0.2s ease-out;
}
header .header .phone a:hover{
    text-decoration: underline;
}

@media (max-width: 1145px) {
    header .header .phone {
        display: none;
    }
}

@media (max-width: 1060px) {
    header .header .phone a {
        font-size: 20px;
        line-height: 22px;
    }
}

header .header .butter {
    display: none;
    cursor: pointer;
    padding: 12px 0;
}

@media (max-width: 1145px) {
    header .header{
        justify-content: space-between;
    }    
    header .header .butter {
        display: block;
    }
}

header .header .butter span {
    display: block;
    width: 51px;
    height: 2px;
    background: #FF8E26;
    margin-bottom: 17px;
}

header .header .butter span:last-child {
    margin-bottom: 0;
}

header .mobile-menu-block {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(231, 232, 231, 1);
    background-image: url("../images/russia.png");
    background-repeat: no-repeat;
    background-position: bottom center;
    z-index: 999;
    padding: 0 15px 40px;
    overflow: auto;
}

header .mobile-menu-block .mob-menu-header {
    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;
    margin-bottom: 75px;
}

header .mobile-menu-block .mob-menu-header .logo {
    max-width: 78px;
}

@media (max-width: 1145px){
    header .mobile-menu-block .mob-menu-header .logo {
        margin: 22px 0 0 15px;
    }    
    header .close-button{
        margin: 24px 2px 0 0;
        cursor: pointer;
    }
    header .close-button svg{
        fill: #FF8E26;
    }
}

header .mobile-menu-block .mobile-menu {
    text-align: center;
    border-bottom: 1px solid #FF8E26;
    padding-bottom: 103px;
    margin-bottom: 107px;
}

header .mobile-menu-block .mobile-menu ul {

}

header .mobile-menu-block .mobile-menu ul li {
    margin-bottom: 34px;
}

header .mobile-menu-block .mobile-menu ul li:last-child {
    margin-bottom: 0px;
}

header .mobile-menu-block .mobile-menu ul li a {
    font-family: "AlegreyaSans";
    font-weight: normal;
    font-size: 28px;
    line-height: 34px;
    letter-spacing: 0.015em;
    color: #000000;
}

header .mobile-menu-block .mob-menu-footer {

}

header .mobile-menu-block .mob-menu-footer .contacts {
    text-align: center;
}

header .mobile-menu-block .mob-menu-footer .contacts .title {
    font-family: "Roboto";
    font-weight: normal;
    font-size: 18px;
    line-height: 21px;
    color: #565656;
    margin-bottom: 30px;
}

header .mobile-menu-block .mob-menu-footer .contacts .phone {
    margin-bottom: 20px;
}

header .mobile-menu-block .mob-menu-footer .contacts .phone a {
    font-family: "Roboto";
    font-weight: normal;
    font-size: 18px;
    line-height: 21px;
    color: #000000;
}

header .mobile-menu-block .mob-menu-footer .contacts .mail a {
    font-family: "Roboto";
    font-weight: normal;
    font-size: 18px;
    line-height: 21px;
    color: #000000;
}


/*----------------------------------main-block-------------------------------------*/

.main-container{
    padding-top: 140px;
    overflow: hidden;
}

#main-block {
    height: 900px;
    position: relative;
}

@media (max-width: 767.98px) {
    #main-block {
        height: 812px;
    }
}

#main-block video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

#main-block .banner-text-block {
    position: absolute;
    top: 305px;
    left: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 22px;
    z-index: 5;
}
#main-block .banner-text{
    padding-right: 110px;
}

@media (max-width: 1023px) {
    #main-block .kinds-ships .kind-3{
        right: 56px;
    }
}
@media (max-width: 767.98px) {
    #main-block .banner-text-block {
        display: block;
        top: 163px;
    }
}

#main-block .banner-text-block h1 {
    margin-bottom: 38px;
}

@media (max-width: 767.98px) {
    #main-block .banner-text-block h1 {
        margin-bottom: 33px;
    }
}

#main-block .banner-text-block .slogan {
    font-family: "AlegreyaSans";
    font-weight: normal;
    font-size: 26px;
    line-height: 39px;
    color: #FFFFFF;
    mix-blend-mode: normal;
    margin-bottom: 50px;
}

@media (max-width: 767.98px) {
    #main-block .banner-text-block .slogan {
        font-size: 18px;
        line-height: 27px;
        margin-bottom: 34px;
    }
}

#main-block .banner-text-block .consultation-button a {
    font-family: "AlegreyaSans";
    font-weight: normal;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #030303;
    background: -o-linear-gradient(357.93deg, #959595 1.2%, #B7B7B7 40.08%, #FFFFFF 61.76%, #BFBFBF 80.61%, #A7A7A7 90%, #959595 100%);
    background: linear-gradient(92.07deg, #959595 1.2%, #B7B7B7 40.08%, #FFFFFF 61.76%, #BFBFBF 80.61%, #A7A7A7 90%, #959595 100%);
    border-radius: 30px;
    padding: 13px 41px;
    display: inline-block;
    transition: all 0.2s ease-out;
}
#main-block .banner-text-block .consultation-button a:hover{
    background-position: 140px;
}

@media (max-width: 575.98px) {
    #main-block .banner-text-block .consultation-button a {
        font-size: 16px;
        line-height: 19px;
        padding: 17px 22px;
    }
}

#main-block .banner-text-block .consultation-button{
    display: flex;
    align-items: center;
}
#main-block .banner-text-block .consultation-button svg {
    margin-left: 29px;
}

@media (max-width: 365.98px) {
    #main-block .banner-text-block .consultation-button{
        margin: 0 -10px;
    }
}
@media (max-width: 575.98px) {
    #main-block .banner-text{
        padding: 0;
    }
    #main-block .banner-text-block .consultation-button svg {
        margin: 0 0 0 14px;
    }
    #main-block .banner-text-block .consultation-button a{
        padding: 19px 12px 17px;
        font-size: 14px;
    }
}

@media (max-width: 767.98px) {
    #main-block .kinds-ships {
        margin-top: 89px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        align-items: flex-end;
    }
}

#main-block .kinds-ships .kind {
    font-family: "PlayfairDisplay";
    font-weight: normal;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #FFFFFF;
    display: inline-block;
    text-align: center;
    position: absolute;
}

@media (max-width: 767.98px) {
    #main-block .kinds-ships .kind {
        position: relative;
        font-size: 14px;
        line-height: 19px;
    }
}

#main-block .kinds-ships .kind-1 {
    display: flex;
    flex-direction: column;
    right: 94px;
    top: 200px;
}

@media (max-width: 1023px) {
    #main-block .kinds-ships .kind-1{
        right: 15px;
        width: 180px;
        text-align: center;
        align-items: center;
    }
}

#main-block .kinds-ships .kind-1:hover {
    cursor: pointer;
}

#main-block .kinds-ships .kind-1::before {
    content: url("../images/kind-1.svg");
    margin-bottom: 10px;
}

.tracking {
    display: none;
    position: absolute;
    top: 190px;
    right: 335px;
    max-width: 422px;
    padding: 66px 25px 36px;
    font-family: "PlayfairDisplay";
    background: #ffffff url("../images/ship.png") center center no-repeat;
    background-size: cover;
    border-radius: 27px;
}

@media (max-width: 1023px) {
    .tracking{
        right: 205px;
    }
}

.tracking__wrap {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    margin-bottom: 37px;
    font-size: 18px;
}

.tracking__link {
    color: #000000;
}

.tracking__link.active {
    font-size: 20px;
    color: #FF8E26;
}

.tracking__number {
    margin-bottom: 36px;
}

.tracking__number-text {
    font-size: 14px;
    color: #8C8C8C;
    padding: 0 10px;
}

.tracking__number-input {
    width: 100%;
    height: 35px;
    padding: 0 15px;
    border: 1px solid #797979;
    border-radius: 30px;
}

.tracking__number-input:focus {
    outline: none;
}

.tracking__button {
    text-align: center;
}

.tracking__submit {
    padding: 9px 34px 7px;
    font-family: "AlegreyaSans";
    border: none;
    font-size: 14px;
    color: #1C1C1C;
    text-transform: uppercase;
    background: linear-gradient(92.07deg, #FF8E26 1.2%, #FFBD81 33.33%, #FFF1E4 61.76%, #FFB876 86.61%, #FF8E26 100%);
    border-radius: 30px;
    letter-spacing: 1px;
    transition: all .2s ease-out;
}
.tracking__submit:hover{
    background-position: 140px;
}

.tracking__submit:focus {
    outline: none;
}

.tracking__close {
    position: absolute;
    top: 20px;
    right: 20px;
    background: transparent;
    border: none;
    outline: none;
}

.tracking__close:focus {
    outline: none;
}


@media (max-width: 767.98px) {
    #main-block .kinds-ships .kind-1 {
        right: 0;
        top: 0;
    }
    #main-block .kinds-ships .kind-1::before{

    }
    .tracking {
        right: 0;
        left: 0;
        margin: auto;
        top: 120px;
        z-index: 999999;
    }
}

#main-block .kinds-ships .kind-2 {
    top: -22px;
    right: 70px;
}

@media (max-width: 767.98px) {
    #main-block .kinds-ships .kind-2 {
        top: 0;
        right: 0;
    }
}

#main-block .kinds-ships .kind-3 {
    bottom: -131px;
    right: 67px;
}

@media (max-width: 767.98px) {
    #main-block .kinds-ships .kind-3 {
        bottom: 0px;
        right: 0px;
    }
}

#main-block .kinds-ships .kind span {
    font-size: 40px;
    display: block;
    margin-bottom: 16px;
}

#main-block .background {
    display: none;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.41);
}

@media (max-width: 440px) {
    #main-block .kinds-ships{
        justify-content: center;
        align-items: flex-start;
    }
    #main-block .kinds-ships .kind-1{
        margin: 70px 0 auto 0;
    }
    #main-block .kinds-ships .kind-2{
        order: -1;
    }
    #main-block .kinds-ships .kind-3{}
}

/*----------------------------------calculate-transportation-------------------------------------*/

#calculate-transportation {
    padding: 166px 0;
}

.calculate-cost-button{
    display: none;
}

#calculate-transportation .map__description {
    position: relative;
}

#calculate-transportation .map__description #map {
    width: 35%;
    margin-left: 10%;
}

@media (max-width: 991.98px) {
    #calculate-transportation {
        padding: 112px 0;
    }
    #calculate-transportation .map__description #map {
        width: 90%;
        margin: 0 auto 90px;
        max-width: 500px;
    }
}
@media (max-width: 540px) {
    #calculate-transportation {
        padding: 62px 0;
    }
    #calculate-transportation .map__description #map {}
}

#calculate-transportation .map__description #map img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

#calculate-transportation .map__description .description {
    position: absolute;
    top: 0;
    right: 0;
    text-align: right;
    width: 730px;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

@media (max-width: 991.98px) {
    #calculate-transportation .map__description .description {
        position: relative;
        width: 100%;
        padding: 0 0 0px;
    }
}

#calculate-transportation .map__description .description .h2__text__calculate-cost-button {
    padding-right: 20px;
}

@media (max-width: 991.98px) {
    #calculate-transportation .map__description .description .h2__text__calculate-cost-button {
        padding: 0 20px;
        width: 100%;
    }
}

#calculate-transportation .map__description .description h2 {
    position: relative;
    z-index: 5;
    margin-bottom: 35px;
    letter-spacing: 0.125em;
    display: inline-block;
}

@media (max-width: 991.98px) {
    #calculate-transportation .map__description .description h2 {
        top: -17px;
    }
}

@media (max-width: 767.98px) {
    #calculate-transportation .map__description .description h2 {
        margin-bottom: 14px;
    }
}

#calculate-transportation .map__description .description .text {
    font-family: "AlegreyaSans";
    font-weight: normal;
    font-size: 20px;
    line-height: 30px;
    color: #686868;
    mix-blend-mode: normal;
    position: relative;
    z-index: 5;
    max-width: 580px;
    margin-left: auto;
    margin-bottom: 41px;
}

@media (max-width: 991.98px) {
    #calculate-transportation .map__description .description .text {
        font-size: 16px;
        line-height: 24px;
    }
}

#calculate-transportation .map__description .description .calculate-cost-button {
    position: relative;
    z-index: 5;
}

#calculate-transportation .map__description .description .calculate-cost-button a {
    font-family: "AlegreyaSans";
    font-weight: normal;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #131313;
    background: -o-linear-gradient(357.93deg, #FF8E26 1.2%, #FFBD81 33.33%, #FFF1E4 61.76%, #FFB876 86.61%, #FF8E26 100%);
    background: linear-gradient(92.07deg, #FF8E26 1.2%, #FFBD81 33.33%, #FFF1E4 61.76%, #FFB876 86.61%, #FF8E26 100%);
    border-radius: 30px;
    padding: 14px 43px;
    display: inline-block;
    transition: all 0.2s ease-out;
}
#calculate-transportation .map__description .description .calculate-cost-button a:hover{
    background-position: 140px;
}

#calculate-transportation .map__description .description .background {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 592px;
    background: #ffffff;
    z-index: 0;
}

@media (max-width: 991.98px) {
    #calculate-transportation .map__description .description .background {
        display: none;
    }
}

/*----------------------------------services-------------------------------------*/

#services {
    background: #F7F7F7;
}

#services .services-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (max-width: 767.98px) {
    #services .services-block {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        flex-direction: column;
    }
}

#services .services-block .services {
    width: 100%;
    padding: 162px 32px 140px 47px;
 }

@media (max-width: 767.98px) {
    #services .services-block .services {
        order: -1;
        padding-top: 84px;
        padding-left: 37px;
        padding-right: 20px;
        padding-bottom: 19px;
    }
}

#services .services-block .services h2 {
    margin-bottom: 57px;
}

@media (max-width: 767.98px) {
    #services .services-block .services h2 {
        margin-bottom: 45px;
    }
}

#services .services-block .services ul {
    padding-left: 19px;
}

@media (max-width: 767.98px) {
    #services .services-block .services ul {
        padding-left: 0px;
    }
}

#services .services-block .services ul li {
    font-family: "AlegreyaSans";
    font-weight: normal;
    font-size: 22px;
    line-height: 26px;
    color: #534B4B;
    background: url("../images/list-img.png") no-repeat left center;
    margin-bottom: 30px;
    padding-left: 74px;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

@media (max-width: 767.98px) {
    #services .services-block .services ul li {
        font-size: 20px;
        line-height: 24px;
        padding-left: 52px;
    }
}

#services .services-block .services ul li:hover {
    font-size: 36px;
    line-height: 43px;
    color: #FF8E26;
}
@media (max-width: 1023px) {
    #services .services-block .services ul li:hover {
        font-size: 28px;
        line-height: 30px;
    }
}

#services .services-block .video__all_services {
    width: 100%;
    max-width: 473px;
    max-width: 45.8%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media (max-width: 767.98px) {
    #services .services-block .video__all_services {
        max-width: 100%;
    }
}

#services .services-block .video__all_services video {
    width: 100%;
    height: 409px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}


@media (max-width: 767.98px) {
    #services .services-block .video__all_services video {
        height: 322px;
    }
}

#services .all_services {
    height: 50%;
    background: #DF8633;
    width: 100%;
    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: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 334px;
    height: 52%;
    -webkit-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

#services .all_services:hover {
    background: transparent;
}

#services .all_services a {
    display: block;
    font-family: "AlegreyaSans";
    font-style: normal;
    font-weight: 500;
    font-size: 45px;
    line-height: 54px;
    text-align: center;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #F6F6F6;
    margin-bottom: 18px;
    margin-top: 14px;
}

@media (max-width: 767.98px) {
    #services .all_services a {
        font-size: 30px;
        line-height: 36px;
    }
}

#services .all_services:hover a {
    color: #FF8E26;
}

#services .all_services a:last-child {
    margin-bottom: 0;
}

#services .all_services a span {
    font-size: 15px;
}

#services .all_services:hover span::before,
#services .all_services:hover span {
    color: #FF8E26;
}

.all_services_image{
    height: 48%;
    position: relative;
}
.all_services_image img{
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
@media (max-width: 767.98px) {
    .all_services_image,
    #services .all_services {
        height: 234px;
    }
}

/*----------------------------------about-------------------------------------*/

#about {
    height: 500px;
    position: relative;
}

@media (max-width: 767.98px) {
    #about {
        height: 329px;
    }
}

#about video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

#about .about {
    position: absolute;
    right: 36px;
    bottom: -104px;
    width: 603px;
    height: 351px;
    background: #ffffff;
    z-index: 5;
    padding: 44px 56px;
}

@media (max-width: 767.98px) {
    #about .about {
        position: absolute;
        right: 0;
        bottom: -264px;
        width: 100%;
        height: 100%;
        background: #ffffff;
        z-index: 5;
        padding: 45px 20px;
    }

    #about .about .text p {
        font-size: 16px;
        line-height: 26px;
    }
}

#about .about h2 {
    letter-spacing: 0;
    margin-bottom: 19px;
}

@media (max-width: 767.98px) {
    #about .about h2 {
        margin-bottom: 28px;
    }
}

#about .about .text {
    margin: 0 -25px;
}

@media (max-width: 767.98px) {
    #about .about .text {
        padding: 0;
        margin: 0;
    }
}

#about .about .text p {
    font-family: "AlegreyaSans";
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #686868;
    margin-bottom: 10px;
}

#about .background {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.24);
}

/*----------------------------------about-------------------------------------*/

#transportation-geography {
    margin-bottom: 50px;
}

#transportation-geography .transportation-geography {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 88px 0;
}

@media (max-width: 767.98px) {
    #transportation-geography .transportation-geography {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        padding-top: 250px;
        padding-bottom: 45px;
    }
}

#transportation-geography .advantages-block {
    width: 100%;
    max-width: 680px;
    padding-left: 49px;
    padding-top: 58px;
}


#transportation-geography .advantages-block h2 {
    margin-bottom: 18px;
    letter-spacing: 0;
}

@media (max-width: 767.98px) {
    #transportation-geography .advantages-block h2 {
        margin-bottom: 26px;
    }
}

#transportation-geography .advantages-block .text p {
    font-family: "AlegreyaSans";
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #686868;
    margin-bottom: 9px;
    padding: 0 5px;
}

#transportation-geography .advantages-block .advantages {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 109px 1fr;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 109px;
    grid-row-gap: 92px;
    padding: 90px 5px 0;
}

@media (max-width: 575.98px) {
    #transportation-geography .advantages-block .advantages {
        padding-top: 0px;
        grid-row-gap: 25px;
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }
}

#transportation-geography .advantages-block .advantages .advantage:nth-child(even) {
    position: relative;
    top: 0;
}

@media (max-width: 575.98px) {
    #transportation-geography .advantages-block .advantages .advantage:nth-child(even) {
        top: 0px;
    }
}

@media (max-width: 767.98px) {
    #transportation-geography .advantages-block {
        max-width: 100%;
        padding: 58px 20px 0;
    }
    #transportation-geography .advantages-block .advantages{
        padding-right: 0;
        padding-left: 0;
    }
}

#transportation-geography .advantages-block .advantages .advantage .count {
    font-family: "AlegreyaSans";
    font-style: normal;
    font-weight: 800;
    font-size: 70px;
    line-height: 84px;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #FF8E26;
    position: relative;
    margin-bottom: 4px;
}

#transportation-geography .advantages-block .advantages .advantage .count .count-1:after {
    content: "+";
}

#transportation-geography .advantages-block .advantages .advantage .count .count-2:after {
    content: "+";
}

#transportation-geography .advantages-block .advantages .advantage .count .count-3:after {
    content: "+";
}

#transportation-geography .advantages-block .advantages .advantage .count .count-4:after {
    content: "+";
}

#transportation-geography .advantages-block .advantages .advantage .count-grey {
    color: #F1F1F1;
    position: absolute;
    left: 10px;
    top: 8px;
    z-index: -1;
}

#transportation-geography .advantages-block .advantages .advantage .name {
    font-family: "PlayfairDisplay";
    font-weight: normal;
    font-size: 22px;
    line-height: 29px;
    color: #3F3F3F;
    margin-bottom: 16px;
}

#transportation-geography .advantages-block .advantages .advantage .text {
    font-family: "AlegreyaSans";
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #686868;
}

/*#transportation-geography .map-img img {*/
/*    height: 100%;*/
/*    -o-object-fit: cover;*/
/*    object-fit: cover;*/
/*    -o-object-position: left;*/
/*    object-position: left;*/
/*}*/

#transportation-geography .map-img svg {
    width: 100vw;
    height: 100%;
    max-width: 100%;
}

@media (min-width: 1440px) {
    #transportation-geography .map-img svg {
        width: 100vw;
        height: auto;
        max-width: 720px;
    }
}

#transportation-geography .map-img svg path.animate-line.animate {
    stroke-dasharray: 1000;
    stroke-dashoffset: 1000;
    -webkit-animation: dash 30s linear forwards;
    animation: dash 30s linear forwards;
}

@-webkit-keyframes dash {
    to {
        stroke-dashoffset: 0;
    }
}

@keyframes dash {
    to {
        stroke-dashoffset: 0;
    }
}

/*----------------------------------slider-vessels-------------------------------------*/

#slider-vessels {
    position: relative;
}

#slider-vessels .slide {
    height: 823px;
}

@media (max-width: 1023px) {
    #slider-vessels .slide{
        height: 540px;
    }
}
@media (max-width: 575.98px) {
    #slider-vessels .slide {
        height: 306px;
    }
}

#slider-vessels .slide img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

#slider-vessels .arrows {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

#slider-vessels .arrows a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    background: #FFFFFF;
    width: 74px;
    height: 98px;
}

@media (max-width: 575.98px) {
    #slider-vessels .arrows a {
        width: 37px;
        height: 49px;
    }
}

#slider-vessels .arrows a.slick-prev {
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
    -webkit-filter: FlipH;
    filter: FlipH;
    -ms-filter: "FlipH";
    left: 0px;
}

#slider-vessels .arrows a.slick-next {
    right: 0px;
}

@media (max-width: 575.98px) {
    #slider-vessels .arrows a span {
        font-size: 7.5px;
    }
}

/*----------------------------------Reviews-------------------------------------*/

#reviews {
    position: relative;
}

#reviews .reviews {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 0;
    height: 706px;
}

@media (max-width: 1060px) {
    #reviews .reviews {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        height: 100%;
        padding: 136px 0 121px;
    }
}


@media (max-width: 767.98px) {
    #reviews .reviews {
        padding: 141px 0 121px;
    }
}

#reviews .reviews .h2__all_reviews {
    width: 100%;
    max-width: 730px;
    position: relative;
    right: 18px;
    z-index: 10;
}

@media (max-width: 1199.98px) {
    #reviews .reviews .h2__all_reviews {
        max-width: 646px;
    }
}

@media (max-width: 1060px) {
    #reviews .reviews .h2__all_reviews {
        max-width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        right: 0;

        flex-direction: column;
        align-items: center;
    }
    body #reviews .reviews h2{
        margin-bottom: 32px;
    }
    body #reviews .reviews .all_reviews{
        margin: 0 0 46px;
    }
}

#reviews .reviews h2 {
    margin-bottom: 58px;
    letter-spacing: 0;
}

@media (max-width: 991.98px) {
    #reviews .reviews h2 {
        text-align: center;
    }
}

@media (max-width: 767.98px) {
    #reviews .reviews h2 {
        margin-bottom: 72px;
    }
}

#reviews .reviews .all_reviews a {
    font-family: "AlegreyaSans";
    font-weight: normal;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #252525;
    background: -o-linear-gradient(357.93deg, #959595 1.2%, #B7B7B7 40.08%, #FFFFFF 61.76%, #BFBFBF 80.61%, #A7A7A7 90%, #959595 100%);
    background: linear-gradient(92.07deg, #959595 1.2%, #B7B7B7 40.08%, #FFFFFF 61.76%, #BFBFBF 80.61%, #A7A7A7 90%, #959595 100%);
    border-radius: 30px;
    padding: 14px 60px;
    display: inline-block;
    transition: all .2s ease-out;
}

#reviews .reviews .all_reviews a:hover{
    background-position: 140px;
}

#reviews .reviews .all_reviews {
    position: relative;
    z-index: 10;
}

@media (max-width: 1199.98px) {
    #reviews .reviews .all_reviews {
        margin-top: 52px;
    }
}
@media (max-width: 767.98px) {
    #reviews .reviews .all_reviews a {
        padding: 14px 30px;
    }
}


#reviews .reviews .slider-reviews-block {
    width: 100%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 272px;
    z-index: 10;
    margin: 0 0 26px 0;
}

@media (max-width: 767.98px) {
    #reviews .reviews .slider-reviews-block {
        max-width: 241px;
    }
}

#reviews .reviews .slider-reviews-block img {
    max-width: 272px;
    max-height: 537px;
}

@media (max-width: 767.98px) {
    #reviews .reviews .slider-reviews-block img {
        max-width: 241px;
    }
}

#reviews .reviews .slider-reviews-block .slider-reviews {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    max-width: 272px;
    padding: 63px 35px;
}

@media (max-width: 767.98px) {
    #reviews .reviews .slider-reviews-block .slider-reviews {
        max-width: 241px;
    }
    #reviews .reviews .slider-reviews-block .slider-reviews .slide-review{
        max-height: 375px;
        overflow: auto;
        padding-right: 10px;
    }
}

#reviews .reviews .slider-reviews-block .slider-reviews .slide-review .name {
    font-family: "Montserrat";
    font-weight: 500;
    font-size: 13px;
    line-height: 23px;
    color: #3F3F3F;
    margin-bottom: 12px;
}

#reviews .reviews .slider-reviews-block .slider-reviews .slide-review .review {
    font-family: "AlegreyaSans";
    font-weight: normal;
    font-size: 14px;
    line-height: 124.5%;
    color: #686868;
}

#reviews .reviews .slider-reviews-block .slider-reviews .arrows {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

#reviews .reviews .slider-reviews-block .slider-reviews .arrows a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
}

#reviews .reviews .slider-reviews-block .slider-reviews .arrows a span:before {
    color: #ffffff;
}

#reviews .reviews .slider-reviews-block .slider-reviews .arrows a.slick-prev {
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
    -webkit-filter: FlipH;
    filter: FlipH;
    -ms-filter: "FlipH";
    left: -67px;
}

@media (max-width: 567.98px) {
    #reviews .reviews .slider-reviews-block .slider-reviews .arrows a.slick-prev {
        left: -60px;
    }
}

#reviews .reviews .slider-reviews-block .slider-reviews .arrows a.slick-next {
    right: -67px;
}

@media (max-width: 567.98px) {
    #reviews .reviews .slider-reviews-block .slider-reviews .arrows a.slick-next {
        right: -60px;
    }
}

#reviews .background-grey {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 41%;
    background-color: #F6F6F6;
    z-index: 1;
}

@media (max-width: 1060px) {
    #reviews .background-grey {
        width: 100%;
        height: 41%;
    }
}

@media (max-width: 767.98px) {
    #reviews .background-grey {
        height: 44%;
    }
}

#reviews .background-grey-hover {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 42.6%;
    background-color: #F6F6F6;
    z-index: 5;
}

@media (max-width: 1060px) {
    #reviews .background-grey-hover {
        display: none;
    }
}

#reviews .background-orange {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 57.45%;
    right: 0;
    background-color: #FF8E26;
}

@media (max-width: 1060px) {
    #reviews .background-orange {
        width: 100%;
        height: 59%;
        top: auto;
        bottom: 0;
    }
}

/*----------------------------------feedback-------------------------------------*/

#feedback {
    position: relative;
    height: 878px;
}

#feedback.modal-block {
    overflow: auto;
    position: fixed;
    top: 140px;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1050;
    display: none;
    height: auto;
    background: #fff;
}

#feedback img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

#feedback .feedback-block {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}

#feedback .feedback-block .close-modal {
    position: absolute;
    display: block;
    right: 69px;
    top: 46px;
    z-index: 1050;
    font-size: 40px;
}

body.contacts #feedback .feedback {
    /*align-items: flex-start;*/
    /*padding-left: 200px;*/
}

#feedback .feedback {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    background: rgba(246, 246, 246, 0.84);
    width: 57.45%;
    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: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 20px;
}

#feedback.left .feedback {
    right: auto;
    left: 0;
    width: 58.9%;
}
#feedback.modal-block .feedback h2{
    letter-spacing: 0;
}
#feedback.modal-block .feedback .desc{
    margin-bottom: 50px;
}

#feedback .feedback h2 {
    margin-bottom: 19px;
}

@media (max-width: 767.98px) {
    #feedback.left .feedback,
    #feedback .feedback {
        padding: 80px 20px 40px;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        max-height: 670px;
        width: 100%;
    }
    #feedback .feedback {
        text-align: center;
    }
    #feedback.modal-block .feedback {
        padding: 60px 20px;
    }
    #feedback .feedback h2 {
        margin-bottom: 26px;
    }
    #feedback .feedback-block .close-modal{
        right: 20px;
        top: 20px;
    }
}

#feedback .feedback .desc {
    font-family: "AlegreyaSans";
    font-weight: 500;
    font-size: 22px;
    line-height: 26px;
    color: #636060;
    margin-bottom: 71px;
}

@media (max-width: 767.98px) {
    #feedback .feedback .desc {
        /*text-align: center;*/
        margin-bottom: 33px;
    }
}

#feedback .feedback .form {
    width: 100%;
    max-width: 572px;
}

#feedback .feedback .group_input {
    text-align: left;
    margin-bottom: 34px;
}

@media (max-width: 767.98px) {
    #feedback .feedback .group_input {
        margin-bottom: 13px;
    }
}

#feedback .feedback .group_input:last-child {
    margin-top: 75px;
    margin-bottom: 0px;
    text-align: center;
}

@media (max-width: 767.98px) {
    #feedback .feedback .group_input:last-child {
        margin-top: 34px;
    }
}

#feedback .feedback .group_input label {
    font-family: "Roboto";
    font-weight: normal;
    font-size: 18px;
    line-height: 21px;
    color: #7B7B7B;
    margin-bottom: 11px;
    padding-left: 20px;
}

#feedback .feedback .group_input input {
    font-family: "Roboto";
    font-weight: normal;
    font-size: 18px;
    line-height: 21px;
    color: #7B7B7B;
    border: 1px solid #797979;
    border-radius: 30px;
    background: transparent;
    padding-left: 20px;
    height: 44px;
    transition: all .2s ease-out;
}
#feedback .feedback .group_input input:focus{
    box-shadow: 0 0 10px 0 #FF8E26;
}
#feedback .feedback .group_input input.error {
    border-color: #f00;
}

#feedback .feedback .group_input input.submit {
    font-family: "AlegreyaSans";
    font-weight: normal;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #131313;
    background: -o-linear-gradient(357.93deg, #FF8E26 1.2%, #FFBD81 33.33%, #FFF1E4 61.76%, #FFB876 86.61%, #FF8E26 100%);
    background: linear-gradient(92.07deg, #FF8E26 1.2%, #FFBD81 33.33%, #FFF1E4 61.76%, #FFB876 86.61%, #FF8E26 100%);
    border-radius: 30px;
    width: 100%;
    height: 56px;
    border: none;
    transition: all .2s ease-out;
}
#feedback .feedback .group_input input.submit {
    background-position: 140px;
}

/*----------------------------------partners-------------------------------------*/

#partners {
    overflow: hidden;
}

#partners .partners {
    padding: 36px 60px;
}
#partners .slick-track{
    display: flex;
    align-items: center;
}

@media (max-width: 767.98px) {
    #partners .partners {
        padding: 56px 0px 30px;
    }
}

#partners .partner {
    margin: 0 30px;
    outline: none;
}

#partners .partner img {
    width: 250px;
    max-width: 100%;
    margin: 0 auto;
}

@media (max-width: 767.98px) {
    #partners .partner{
        margin: 0 10px;
    }
}

#partners .slick-list {
    margin-right: -210px;
    margin-left: -55px;
}

@media (max-width: 767.98px) {
    #partners .slick-list {
        margin-right: 0px;
        margin-left: 0px;
    }
}

/*----------------------------------contacts-------------------------------------*/

@media (max-width: 650px) {
    #map_block {
        margin-bottom: 60px;
    }
}

#map_block #map {
    width: 100%;
    height: 450px;
}

#contacts {

}

#contacts .contacts_block {
    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;
    /*padding: 116px 121px;*/
}

@media (max-width: 650px) {
    #contacts .contacts_block {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

#contacts .call-back-block {
    /*padding-left: 200px;*/
    width: 59%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media (max-width: 650px) {
    #contacts .call-back-block {
        width: 100%;
    }
}

#contacts .call-back-block .call-back-block-position {
    display: inline-block;
    min-width: 572px;
}

@media (max-width: 1075px) {
    #contacts .call-back-block .call-back-block-position {
        min-width: 100%;
        padding: 0 15px;
    }
}

#contacts .call-back-block h2 {
    margin-bottom: 41px;
}

@media (max-width: 650px) {
    #contacts .call-back-block h2 {
        margin-bottom: 38px;
    }
}

@media (max-width: 650px) {
    #contacts .call-back-block .call-back {
        display: none;
    }
}

#contacts .call-back-block .call-back a {
    font-family: "AlegreyaSans";
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #131313;
    background: -o-linear-gradient(357.93deg, #FF8E26 1.2%, #FFBD81 33.33%, #FFF1E4 61.76%, #FFB876 86.61%, #FF8E26 100%);
    background: linear-gradient(92.07deg, #FF8E26 1.2%, #FFBD81 33.33%, #FFF1E4 61.76%, #FFB876 86.61%, #FF8E26 100%);
    border-radius: 30px;
    display: inline-block;
    padding: 21px 20px;
    width: 100%;
    max-width: 310px;
    text-align: center;
    transition: all .2s ease-out;
}

#contacts .call-back-block .call-back a:hover{
    background-position: 140px;
}

#contacts .contacts {
    background: #F8F8F8;
    width: 41%;
    padding: 0 15px;
    position: relative;
    height: 515px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media (max-width: 650px) {
    #contacts .contacts {
        width: 100%;
        background: transparent;
        -webkit-box-pack: normal;
        -ms-flex-pack: normal;
        justify-content: normal;
        -webkit-box-align: normal;
        -ms-flex-align: normal;
        align-items: normal;
        height: auto;
        padding-bottom: 60px;
    }
}

#contacts .contacts .contacts-position {
    display: inline-block;
}

#contacts .contacts .phones {
    margin-bottom: 28px;
}

#contacts .contacts .phones .title {
    font-family: "AlegreyaSans";
    font-weight: 500;
    font-size: 18px;
    line-height: 27px;
    color: #686868;
}

#contacts .contacts .phones a {
    font-family: "AlegreyaSans";
    font-weight: normal;
    font-size: 20px;
    line-height: 30px;
    color: #686868;
}

#contacts .contacts .e-mails {
    margin-bottom: 28px;
}

#contacts .contacts .e-mails .title {
    font-family: "AlegreyaSans";
    font-weight: 500;
    font-size: 18px;
    line-height: 27px;
    color: #686868;
}

#contacts .contacts .e-mails a {
    font-family: "AlegreyaSans";
    font-weight: normal;
    font-size: 20px;
    line-height: 30px;
    color: #686868;
}

#contacts .contacts .address_block .title {
    font-family: "AlegreyaSans";
    font-weight: 500;
    font-size: 18px;
    line-height: 27px;
    color: #686868;
}

#contacts .contacts .address_block .address {
    font-family: "AlegreyaSans";
    font-weight: normal;
    font-size: 20px;
    line-height: 30px;
    color: #686868;
}

/*----------------------------------shipping-------------------------------------*/

#shipping {
    position: relative;
    background: #F8F8F8;
}

#shipping .shipping_block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;

    display: none;
}

@media (max-width: 650px) {
    #shipping .shipping_block {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

#shipping .shipping_block .shipping {
    width: 59%;
    position: relative;
    z-index: 5;
    height: 337px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media (max-width: 650px) {
    #shipping .shipping_block .shipping {
        width: 100%;
        height: auto;
    }
}

#shipping .shipping_block .shipping .shipping-position {
    display: inline-block;
    min-width: 572px;
}

@media (max-width: 1075px) {
    #shipping .shipping_block .shipping .shipping-position {
        min-width: 100%;
        padding: 0 15px;
    }
}

@media (max-width: 650px) {
    #shipping .shipping_block .shipping .shipping-position {
        padding: 133px 15px 128px;
        position: relative;
    }
}

#shipping .shipping_block .shipping h3 {
    font-family: "PlayfairDisplay";
    font-weight: normal;
    font-size: 40px;
    line-height: 43px;
    color: #141414;
    margin-bottom: 35px;
    position: relative;
    z-index: 5;
}

#shipping .shipping_block .shipping .desc {
    font-family: "AlegreyaSans";
    font-weight: normal;
    font-size: 24px;
    line-height: 36px;
    color: #686868;
    position: relative;
    z-index: 5;
}

#shipping .shipping_block .shipping .left-big {
    position: absolute;
    top: 24px;
    right: 0;
}

@media (max-width: 650px) {
    #shipping .shipping_block .shipping .left-big {
        display: none;
    }
}

#shipping .shipping_block .shipping .left-big-hidden {
    display: none;
    position: absolute;
    bottom: -65px;
}

@media (max-width: 650px) {
    #shipping .shipping_block .shipping .left-big-hidden {
        display: block;
    }
}

@media (max-width: 370px) {
    #shipping .shipping_block .shipping .left-big-hidden {
        left: 0;
        width: 100%;
    }
}

#shipping .shipping_block .calculate-cost {
    width: 41%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: rgba(255, 255, 255, 0.8);
    position: relative;
    z-index: 10;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    padding: 0 15px;
}

@media (max-width: 650px) {
    #shipping .shipping_block .calculate-cost {
        width: 100%;
        -webkit-box-align: normal;
        -ms-flex-align: normal;
        align-items: normal;
        -webkit-box-pack: normal;
        -ms-flex-pack: normal;
        justify-content: normal;
        padding: 99px 15px 120px;
    }
}

#shipping .shipping_block .calculate-cost:hover {
    background-color: #FF8E26;
    z-index: 0;
}

#shipping .shipping_block .calculate-cost .calculate-cost-position {
    display: inline-block;
}

#shipping .shipping_block .calculate-cost a {
    font-family: "AlegreyaSans";
    font-weight: normal;
    font-size: 35px;
    line-height: 52px;
    color: #FF8E26;
    display: block;
    text-align: right;
    position: relative;
    z-index: 10;
}

#shipping .shipping_block .calculate-cost:hover a {
    color: #ffffff;
}

#shipping .shipping_block .calculate-cost a svg {
    margin-right: -20px;
}

@media (max-width: 1075px) {
    #shipping .shipping_block .calculate-cost a svg {
        margin-right: 0px;
    }
}

#shipping .shipping_block .calculate-cost:hover a svg path {
    fill: #ffffff;
}

#shipping .shipping_block .calculate-cost .right-small {
    position: absolute;
    top: 37px;
    left: -2px;
}

@media (max-width: 650px) {
    #shipping .shipping_block .calculate-cost .right-small {
        display: none;
    }
}

#shipping .shipping_block .background {
    position: absolute;
    top: 60%;
    left: 42%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    opacity: 0.3;
    z-index: 5;
}

#shipping .shipping_block .background span {
    font-size: 341px;
}

#shipping .shipping_block .background.white span:before {
    color: #ffffff;
}


/*----------------------------------service-------------------------------------*/

#services_page {
    background: url("../images/service-background.jpg") no-repeat top center;
    background-size: cover;
    position: relative;
    padding: 70px 0 0;
}

#services_page .background {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(180deg, rgba(246, 246, 246, 0.9) 0%, #F6F6F6 100%);
}

#services_page h2 {
    margin-left: 50px;
    margin-bottom: 36px;
    display: inline-block;
}

.services-menu {
    position: relative;
    z-index: 5;
    margin-bottom: 40px;
    margin-top: -69px;
}

@media (max-width: 991.98px) {
    .services-menu {
        margin-top: 0px;
        padding: 0px 30px;
    }
}

@media (max-width: 767.98px) {
    .services-menu {
        margin-bottom: 0px;
    }
}

.services-menu ul {
    display: flex;
    justify-content: center;
}

@media (max-width: 767.98px) {
    .services-menu ul {
        flex-direction: column;
    }
}

.services-menu ul li {
    margin-right: 163px;
}

@media (max-width: 767.98px) {
    .services-menu ul li {
        margin-right: 0px;
        margin-bottom: 20px;
    }

    .services-menu ul li:last-child {
        margin-bottom: 0px;
    }
}

.services-menu ul li:last-child {
    margin-right: 0;
}

.services-menu ul li a {
    font-family: "PlayfairDisplay";
    font-weight: normal;
    font-size: 22px;
    line-height: 29px;
    color: #141414;
}

.services-menu ul li a:hover {
    color: #FF8E26;
}

.services-menu ul li a.active {
    color: #FF8E26;
}

#services_page .services {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /*-webkit-box-align: center;*/
    /*-ms-flex-align: center;*/
    /*align-items: center;*/
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    z-index: 5;
}

#services_page .services .services-item {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 380px;
}

@media (max-width: 767.98px) {
    #services_page .services .services-item {
        width: 100%;
    }
}

#services_page .services .services-item.orange {
    background: #DF8633;
}

#services_page .services .services-item.white {
    background: #FFFFFF;
}

#services_page .services .services-item .service {
    padding: 50px 97px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

@media (max-width: 991.98px) {
    #services_page .services .services-item .service {
        padding: 50px 30px;
    }
}

#services_page .services .services-item .service.img {
    width: 100%;
    padding: 0;
}

#services_page .services .services-item .service.img img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

#services_page .services .services-item .service h3 {
    font-family: "PlayfairDisplay";
    font-weight: normal;
    font-size: 24px;
    line-height: 35px;
    color: #141414;
    margin-bottom: 20px;
}

#services_page .services .services-item.orange .service h3 {
    color: #FFFFFF;
}

#services_page .services .services-item .service p {
    font-family: "AlegreyaSans";
    font-weight: normal;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0.015em;
    color: #686868;
    margin-bottom: 11px;
}

#services_page .services .services-item.orange .service p {
    color: #FFFFFF;
}

#services_page .services .services-item .service .track-cargo {
    margin-top: 39px;
}

#services_page .services .services-item .service .track-cargo a {
    display: block;
    font-family: "AlegreyaSans";
    font-weight: normal;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #131313;
    background: linear-gradient(92.07deg, #FF8E26 1.2%, #FFBD81 33.33%, #FFF1E4 61.76%, #FFB876 86.61%, #FF8E26 100%);
    border-radius: 30px;
    max-width: 259px;
    margin-left: auto;
    text-align: center;
    padding: 17px 0;
}

#services_page .services .services-item .service ul {
    margin-bottom: 23px;
}

#services_page .services .services-item .service ul li {
    font-family: "AlegreyaSans";
    font-weight: normal;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0.015em;
    color: #686868;
    background: url("../images/list-img.png") no-repeat left center;
    padding-left: 40px;
    margin-bottom: 8px;
}

#services_page .services .services-item.orange ul li {
    color: #FFFFFF;
    background: url("../images/list-img-white.png") no-repeat left center;
}

#services_page .services .services-item .service ul li:last-child {
    margin-bottom: 0px;
}


/*----------------------------------partners-------------------------------------*/

#partners_page {
    position: relative;
    padding: 70px 0 0;
}

#partners_page .background {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(180deg, rgba(246, 246, 246, 0.9) 0%, #F6F6F6 100%);
}

#partners_page h2 {
    margin-left: 50px;
    margin-bottom: 36px;
    display: inline-block;
}

#partners_page .partners {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    z-index: 5;
}

#partners_page .partners .partners-item {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media (max-width: 767.98px) {
    #partners_page .partners .partners-item {
        width: 100%;
    }

    #partners_page .partners .partners-item:nth-child(2n+2) {
        order: 1;
    }

    /*#partners_page .partners .partners-item:nth-child(5) {*/
    /*    order: 2;*/
    /*}*/
}

#partners_page .partners .partners-item .partner {
    padding: 50px 44px;
}

@media (max-width: 991.98px) {
    #partners_page .partners .partners-item .partner {
        padding: 50px 30px;
    }
}

#partners_page .partners .partners-item.left .partner {
    position: relative;
    right: 44px;
    z-index: 5;
    background: #FFFFFF;
}

@media (max-width: 991.98px) {
    #partners_page .partners .partners-item.left .partner {
        right: 0px;
    }
}

#partners_page .partners .partners-item .partner.img {
    width: 100%;
    padding: 0;
}

#partners_page .partners .partners-item .partner.img img {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    -o-object-fit: cover;
    object-fit: cover;
}

#partners_page .partners .partners-item .partner h3 {
    font-family: "PlayfairDisplay";
    font-weight: normal;
    font-size: 24px;
    line-height: 35px;
    color: #141414;
    margin-bottom: 20px;
}

#partners_page .partners .partners-item .partner p {
    font-family: "AlegreyaSans";
    font-weight: normal;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0.015em;
    color: #686868;
    margin-bottom: 11px;
}

#partners_page .partners .partners-item .partner .track-cargo {
    margin-top: 39px;
}

#partners_page .partners .partners-item .partner .track-cargo a {
    display: block;
    font-family: "AlegreyaSans";
    font-weight: normal;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #131313;
    background: linear-gradient(92.07deg, #FF8E26 1.2%, #FFBD81 33.33%, #FFF1E4 61.76%, #FFB876 86.61%, #FF8E26 100%);
    border-radius: 30px;
    max-width: 259px;
    margin-left: auto;
    text-align: center;
    padding: 17px 0;
}

#partners_page .partners .partners-item .partner ul {
    margin-bottom: 23px;
}

#partners_page .partners .partners-item .partner ul li {
    font-family: "AlegreyaSans";
    font-weight: normal;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0.015em;
    color: #686868;
    background: url("../images/list-img.png") no-repeat left center;
    padding-left: 40px;
    margin-bottom: 8px;
}

#partners_page .partners .partners-item .service ul li:last-child {
    margin-bottom: 0px;
}


/*----------------------------------fleets-------------------------------------*/

#fleets {
    padding-bottom: 158px;
}

#fleets .fleets_description {
    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;
    margin-bottom: 6px;
}

@media (max-width: 991.98px) {
    #fleets .fleets_description {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
}

#fleets .fleets_description .heading__flex {
    width: 33%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media (max-width: 991.98px) {
    #fleets .fleets_description .heading__flex {
        width: 100%;
        margin-top: 69px;
        margin-bottom: 71px;
    }
}

#fleets .fleets_description .heading {
    width: 100%;
    max-width: 500px;
    margin-right: 84px;
    margin-left: 48px;
}

@media (max-width: 991.98px) {
    #fleets .fleets_description .heading {
        max-width: 100%;
        margin-right: 21px;
        margin-left: 42px;
    }
}
@media (max-width: 768px) {
    #fleets .fleets_description .heading{
        margin-left: 20px;
    }
}

#fleets .fleets_description .heading h2 {
    margin-bottom: 25px;
}

#fleets .fleets_description .heading .desc {
    font-family: "AlegreyaSans";
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #686868;
}

#fleets .fleets_description .heading .desc ul {

}

#fleets .fleets_description .heading .desc ul li {
    font-family: "AlegreyaSans";
    font-weight: normal;
    font-size: 16px;
    line-height: 150%;
    background: url("../images/list-img.png") no-repeat left center;
    padding-left: 40px;
}

#fleets .fleets_description .heading .desc ul li span {
    font-size: 24px;
    line-height: 150%;
}

#fleets .fleets_description .img {
    width: calc(67% - 12.5px);
}

@media (max-width: 991.98px) {
    #fleets .fleets_description .img {
        width: 100%;
    }
}

#fleets .fleets_menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 10px;
}

@media (max-width: 991.98px) {
    #fleets .fleets_menu {
        display: none;
    }
}

#fleets .fleets_menu_mob {
    display: none;
    margin-bottom: 11px;
}

@media (max-width: 991.98px) {
    #fleets .fleets_menu_mob {
        display: block;
    }
}

#fleets .fleets_menu_item {
    width: 100%;
    text-align: center;
    cursor: pointer;
    margin-right: 9px;
}

#fleets .fleets_menu_item:last-child {
    margin-right: 0px;
}

#fleets .fleets_menu_item .ico {
    height: 153px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

#fleets .fleets_menu_item:hover .ico {
    background: #FF8E26;
}

#fleets .fleets_menu_item.active .ico {
    background: #FF8E26;
}

#fleets .fleets_menu_item .ico span {
    font-size: 90px;
}

#fleets .fleets_menu_item .ico span:before {
    color: #C8C8C8;
}

#fleets .fleets_menu_item:hover .ico span:before {
    color: #ffffff;
}

#fleets .fleets_menu_item.active .ico span:before {
    color: #ffffff;
}

#fleets .fleets_menu_item .name {
    font-family: "PlayfairDisplay";
    font-weight: normal;
    font-size: 35px;
    line-height: 47px;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #C8C8C8;
    height: 153px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    position: relative;
}

#fleets .fleets_menu_item:hover .name {
    background: #F3F3F3;
    color: #141414;
}

#fleets .fleets_menu_item.active .name {
    background: #F3F3F3;
    color: #141414;
}

#fleets .fleets_menu_mob .fleets_menu_item .name ul {
    display: none;
    position: absolute;
    top: 152px;
    left: 0;
    width: 100%;
    z-index: 10;
    background: #F3F3F3;
    padding-bottom: 43px;
}

#fleets .fleets_menu_mob .fleets_menu_item .name ul li {
    margin-bottom: 31px;
}

#fleets .fleets_menu_mob .fleets_menu_item .name ul li:last-child {
    margin-bottom: 0px;
}

#fleets .fleets_menu_mob .fleets_menu_item .name ul li a {
    color: #6C6C6C;
}

#fleets .fleets_menu_mob .fleets_menu_item .name svg {
    margin-left: 17px;
}

#fleets .fleets_container .fleets {
    display: none;
    -ms-grid-columns: 1fr 9px 1fr 9px 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 9px;
    grid-row-gap: 60px;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear;
    opacity: 0;
}

@media (max-width: 991.98px) {
    #fleets .fleets_container .fleets {
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 671px) {
    #fleets .fleets_container .fleets {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }
}

#fleets .fleets_container .fleets.active {
    display: -ms-grid;
    display: grid;
    opacity: 1;
}

#fleets .fleets_container .fleets .fleet {
    display: block;
}

#fleets .fleets_container .fleets .fleet .img {
    position: relative;
}

#fleets .fleets_container .fleets .fleet .img .hover_name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.7);
    font-family: "PlayfairDisplay";
    font-weight: 900;
    /*font-size: 80px;*/
    font-size: 20px;
    line-height: normal;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    padding: 0 15px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

@media (max-width: 671px) {
    #fleets .fleets_container .fleets .fleet .img .hover_name {
        font-size: 10vw;
    }
}

#fleets .fleets_container .fleets .fleet:hover .img .hover_name {
    opacity: 1;
    visibility: visible;
}

#fleets .fleets_container .fleets .fleet .name__horsepower {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 10px;
}

@media (max-width: 671px) {
    #fleets .fleets_container .fleets .fleet .name__horsepower {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}

#fleets .fleets_container .fleets .fleet .name {
    font-family: "PlayfairDisplay";
    font-weight: normal;
    font-size: 22px;
    line-height: 29px;
    text-align: center;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    margin-right: 17px;
}

@media (max-width: 1010px) {
    #fleets .fleets_container .fleets .fleet .name {
        margin-right: 10px;
    }
}

@media (max-width: 991.98px) {
    #fleets .fleets_container .fleets .fleet .name {
        margin-right: 17px;
    }
}

#fleets .fleets_container .fleets .fleet .horsepower {
    font-family: "AlegreyaSans";
    font-weight: bold;
    font-size: 25px;
    line-height: 37px;
    color: #FF8E26;
}

#fleets .fleets_container .fleets .fleet .model {
    font-family: "AlegreyaSans";
    font-weight: normal;
    font-size: 18px;
    line-height: 27px;
    text-transform: uppercase;
    color: #686868;
    padding-left: 10px;
}

/*----------------------------------fleet_detail-------------------------------------*/

#fleet_detail {
    padding-top: 28px;
    padding-bottom: 73px;
}

#fleet_detail .fleet-specifications-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (max-width: 991.98px) {
    #fleet_detail .fleet-specifications-block {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
}

#fleet_detail .fleet-specifications__flex {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media (max-width: 991.98px) {
    #fleet_detail .fleet-specifications__flex {
        width: 100%;
    }
}

#fleet_detail .fleet-specifications {
    margin-left: 73px;
    max-width: 657px;
    margin-right: 73px;
}

@media (max-width: 991.98px) {
    #fleet_detail .fleet-specifications {
        margin-left: 41px;
        margin-right: 41px;
    }
}

#fleet_detail .fleet-specifications .back {
    margin-bottom: 46px;
    margin-top: -15px;
}

@media (max-width: 991.98px) {
    #fleet_detail .fleet-specifications .back {
        margin-top: 0px;
    }
}

#fleet_detail .fleet-specifications .back a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: "AlegreyaSans";
    font-weight: bold;
    font-size: 14px;
    line-height: 150%;
    color: #BABABA;
    text-transform: uppercase;
}

#fleet_detail .fleet-specifications .back a span {
    display: inline-block;
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
    -webkit-filter: FlipH;
    filter: FlipH;
    -ms-filter: "FlipH";
    margin-right: 9px;
    font-size: 8px;
}

#fleet_detail .fleet-specifications h2 {
    margin-bottom: 38px;
}

@media (max-width: 575.98px) {
    #fleet_detail .fleet-specifications h2 {
        margin-bottom: 20px;
    }
}

#fleet_detail .fleet-specifications .detail_text {
    font-family: "AlegreyaSans";
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #686868;
    margin-bottom: 30px;
}

#fleet_detail .fleet-specifications .specifications {
    margin-bottom: 61px;
}

.panel-collapse .panel-body {
    margin-top: 14px;
    margin-bottom: 35px;
}

.panel-title {
    font-family: "PlayfairDisplay";
    font-weight: normal;
    font-size: 26px;
    line-height: 35px;
    color: #141414;
    margin: -1px 0px 0;
}

@media (max-width: 575.98px) {
    .panel-title {
        font-size: 20px;
        line-height: 27px;
    }
}

.panel-title a {
    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;
    padding: 18px 0;
    border-top: 1px solid #DADADA;
    border-bottom: 1px solid #DADADA;
}

.panel-title a svg {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.panel-title a.collapsed svg {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

.panel-body .property {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 17px;
}

@media (max-width: 575.98px) {
    .panel-body .property {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

.panel-body .property .name {
    font-family: "AlegreyaSans";
    font-weight: bold;
    font-size: 18px;
    line-height: 27px;
    text-transform: uppercase;
    color: #C0BCBC;
    margin-right: 213px;
}

@media (max-width: 575.98px) {
    .panel-body .property .name {
        margin-right: 20px;
        font-size: 13px;
        line-height: 19px;
    }
}

.panel-body .property .value {
    font-family: "AlegreyaSans";
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
    color: #383838;
}

@media (max-width: 575.98px) {
    .panel-body .property .value {
        font-size: 14px;
        line-height: 21px;
    }
}

#fleet_detail .fleet-specifications .order-freight a {
    font-family: "AlegreyaSans";
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #131313;
    background: -o-linear-gradient(357.93deg, #FF8E26 1.2%, #FFBD81 33.33%, #FFF1E4 61.76%, #FFB876 86.61%, #FF8E26 100%);
    background: linear-gradient(92.07deg, #FF8E26 1.2%, #FFBD81 33.33%, #FFF1E4 61.76%, #FFB876 86.61%, #FF8E26 100%);
    border-radius: 30px;
    padding: 21px 0;
    display: inline-block;
    width: 100%;
    max-width: 310px;
    text-align: center;
}

@media (max-width: 575.98px) {
    #fleet_detail .fleet-specifications .order-freight a {
        font-size: 16px;
        line-height: 19px;
    }
}

#fleet_detail .fleet-slider-block {
    width: 50%;
    overflow: hidden;
    max-height: 728px;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
}

@media (max-width: 991.98px) {
    #fleet_detail .fleet-slider-block {
        width: 100%;
        position: relative;
        margin-bottom: 24px;
    }
}

#fleet_detail .fleet-slider-block .fleet-slider__arrow {
    position: relative;
}

#fleet_detail .fleet-slider-block .fleet-slider img {
    max-height: -webkit-fill-available;
    -o-object-fit: cover;
    object-fit: cover;
}

#fleet_detail .fleet-slider-block .arrow {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

#fleet_detail .fleet-slider-block .arrow a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 67px;
    height: 74px;
    background: #ECECEC;
}

#fleet_detail .fleet-slider-block .arrow a span {
    font-size: 10px;
}

#fleet_detail .fleet-slider-block .arrow .slick-prev {
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
    -webkit-filter: FlipH;
    filter: FlipH;
    -ms-filter: "FlipH";
    border-left: 1px solid #FFFFFF;
}

/*----------------------------------about-page-------------------------------------*/

#about_page {

}

#about_page .about_page {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 767.98px) {
    #about_page .about_page {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
}

#about_page .about_page .about-text-center {
    width: 57%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 40px;
}

@media (max-width: 767.98px) {
    #about_page .about_page .about-text-center {
        width: 100%;
        margin-bottom: 65px;
        padding-left: 20px;
        padding-right: 20px;
    }
}

#about_page .about_page .about-text-center .about-text {
    width: 100%;
    max-width: 648px;
}

@media (max-width: 767.98px) {
    #about_page .about_page .about-text-center .about-text {
        max-width: 100%;
    }
}

#about_page .about_page .about-text-center .about-text h2 {
    margin-bottom: 19px;
}

#about_page .about_page .about-text-center .about-text p {
    font-family: "AlegreyaSans";
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #686868;
}

#about_page .about_page .img {
    width: 43%;
}

#about_page .about_page .img img {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    -o-object-fit: cover;
    object-fit: cover;
}

@media (max-width: 767.98px) {
    #about_page .about_page .img {
        width: 100%;
        margin-bottom: 100px;
    }
}

#our_fleet {

}

#our_fleet .our_fleet {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 767.98px) {
    #our_fleet .our_fleet {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

#our_fleet .our_fleet .img {
    width: 57%;
}

@media (max-width: 767.98px) {
    #our_fleet .our_fleet .img {
        width: 100%;
    }
}

#our_fleet .our_fleet .img img {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    -o-object-fit: cover;
    object-fit: cover;
}

#our_fleet .our_fleet .our-fleet-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #ffffff;
}

@media (max-width: 767.98px) {
    #our_fleet .our_fleet .our-fleet-center {
        width: 100%;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}

#our_fleet .our_fleet .our-fleet-center .our-fleet-text {
    max-width: 588px;
    padding: 44px 40px;
    background: #ffffff;
    position: relative;
    left: -63px;
}

@media (max-width: 767.98px) {
    #our_fleet .our_fleet .our-fleet-center .our-fleet-text {
        left: 0px;
        margin-top: -75px;
        max-width: 100%;
        padding: 60px 20px;
    }
}

#our_fleet .our_fleet .our-fleet-center .our-fleet-text h2 {
    margin-bottom: 22px;
}

#our_fleet .our_fleet .our-fleet-center .our-fleet-text p {
    font-family: "AlegreyaSans";
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #686868;
}

#our_fleet .our_fleet .our-fleet-center .our-fleet-text ul {
    margin-bottom: 42px;
}

#our_fleet .our_fleet .our-fleet-center .our-fleet-text ul li {
    background: url("../images/ul-list.png") no-repeat left center;
    padding-left: 48px;
}

#our_fleet .our_fleet .our-fleet-center .our-fleet-text ul li,
#our_fleet .our_fleet .our-fleet-center .our-fleet-text ul li a{
    font-family: "AlegreyaSans";
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #686868;
}

#our_fleet .our_fleet .our-fleet-center .our-fleet-text ul li a span {
    font-family: "AlegreyaSans";
    font-weight: normal;
    font-size: 32px;
    line-height: 48px;
    color: #686868;
    display: inline-flex;
    padding: 16px 0 14px;
    transition: all .2s ease-out;
    align-items: center;
    justify-content: center;
}

#our_fleet .our_fleet .our-fleet-center .our-fleet-text .see-fleet a {
    font-family: "AlegreyaSans";
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #131313;
    background: -o-linear-gradient(357.93deg, #FF8E26 1.2%, #FFBD81 33.33%, #FFF1E4 61.76%, #FFB876 86.61%, #FF8E26 100%);
    background: linear-gradient(92.07deg, #FF8E26 1.2%, #FFBD81 33.33%, #FFF1E4 61.76%, #FFB876 86.61%, #FF8E26 100%);
    border-radius: 30px;
    width: 100%;
    max-width: 207px;
    text-align: center;
    display: inline-block;
    padding: 15px 0;
    transition: all .2s ease-out;
}

#our_fleet .our_fleet .our-fleet-center .our-fleet-text .see-fleet a:hover{
    background-position: 140px;
}

#transportation_cost {

}

#transportation_cost .transportation_cost {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 767.98px) {
    #transportation_cost .transportation_cost {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
}

#transportation_cost .transportation_cost .transportation_cost-text-center {
    width: 57%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 40px;
}

@media (max-width: 767.98px) {
    #transportation_cost .transportation_cost .transportation_cost-text-center {
        width: 100%;
        margin-bottom: 60px;
        padding-left: 20px;
        padding-right: 20px;
    }
}

#transportation_cost .transportation_cost .transportation_cost-text-center .transportation_cost-text {
    width: 100%;
    max-width: 648px;
}

@media (max-width: 767.98px) {
    #transportation_cost .transportation_cost .transportation_cost-text-center .transportation_cost-text {
        max-width: 100%;
    }
}

#transportation_cost .transportation_cost .transportation_cost-text-center .transportation_cost-text h2 {
    margin-bottom: 19px;
}

#transportation_cost .transportation_cost .transportation_cost-text-center .transportation_cost-text p {
    font-family: "AlegreyaSans";
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #686868;
    margin-bottom: 50px;
}

#transportation_cost .transportation_cost .transportation_cost-text-center .transportation_cost-text .calculate_cost a,
#about_page .about_page .about-text-center .about-text .calculate_cost a{
    font-family: "AlegreyaSans";
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #131313;
    background: -o-linear-gradient(357.93deg, #FF8E26 1.2%, #FFBD81 33.33%, #FFF1E4 61.76%, #FFB876 86.61%, #FF8E26 100%);
    background: linear-gradient(92.07deg, #FF8E26 1.2%, #FFBD81 33.33%, #FFF1E4 61.76%, #FFB876 86.61%, #FF8E26 100%);
    border-radius: 30px;
    display: inline-block;
    padding: 15px 0px;
    width: 100%;
    max-width: 207px;
    text-align: center;
    transition: all .2s ease-out;
}
#about_page .about_page .about-text-center .about-text .calculate_cost {
    margin-top: 50px;
}

#transportation_cost .transportation_cost .transportation_cost-text-center .transportation_cost-text .calculate_cost a:hover,
#about_page .about_page .about_cost-text-center .about-text .calculate_cost a:hover{
    background-position: 140px;
}

#transportation_cost .transportation_cost .img {
    width: 43%;
}

@media (max-width: 767.98px) {
    #transportation_cost .transportation_cost .img {
        width: 100%;
        margin-bottom: 60px;
    }
}

#transportation_cost .transportation_cost .img img {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    -o-object-fit: cover;
    object-fit: cover;
}

/*----------------------------------vacancies-------------------------------------*/

#vacancies {

}

#vacancies .vacancies-blocks {

}

#vacancies .vacancy-about {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #F6F6F6;
}

@media (max-width: 840px) {
    #vacancies .vacancy-about {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
}

#vacancies .vacancy-about-text-center {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media (max-width: 840px) {
    #vacancies .vacancy-about-text-center {
        width: 100%;
    }
}

#vacancies .vacancy-about-text {
    padding: 0px 66px;
    max-width: 719px;
}

@media (max-width: 840px) {
    #vacancies .vacancy-about-text {
        padding: 65px 40px;
        max-width: 100%;
    }
}

#vacancies .vacancy-about-text h2 {
    margin-bottom: 23px;
}

#vacancies .vacancy-about-text p {
    font-family: "AlegreyaSans";
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #686868;
}

#vacancies .vacancy-about-img {
    width: 50%;
}

@media (max-width: 840px) {
    #vacancies .vacancy-about-img {
        width: 100%;
    }
}
@media (max-width: 768px) {
    #vacancies .vacancy-about-text{
        padding-left: 20px;
        padding-right: 20px;
    }
}

#vacancies .vacancy-about-img img {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    -o-object-fit: cover;
    object-fit: cover;
}

#vacancies .vacancies {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

#vacancies .vacancies .vacancy-center {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media (max-width: 840px) {
    #vacancies .vacancies .vacancy-center {
        width: 100%;
    }
}

#vacancies .vacancies .vacancy-center.orange .vacancy {
    background: #DF8633;
}

#vacancies .vacancies .vacancy-center.grey .vacancy {
    background: #F6F6F6;
}

#vacancies .vacancies .vacancy {
    padding: 73px 66px 44px;
    /*max-width: 719px;*/
}

@media (max-width: 840px) {
    #vacancies .vacancies .vacancy {
        padding: 65px 20px;
        max-width: 100%;
    }
}

#vacancies .vacancies .vacancy .name {
    font-family: "PlayfairDisplay";
    font-weight: normal;
    font-size: 24px;
    line-height: 32px;
    color: #141414;
    margin-bottom: 21px;
}

#vacancies .vacancies .orange .vacancy .name {
    color: #ffffff;
}

#vacancies .vacancies .vacancy .desc {
    font-family: "AlegreyaSans";
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #686868;
    margin-bottom: 60px;
}

#vacancies .vacancies .orange .vacancy .desc {
    color: #000;
}

#vacancies .vacancies .vacancy .submit {
    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-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

#vacancies .vacancies .vacancy .submit a {
    font-family: "AlegreyaSans";
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #7A7A7A;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-right: 10px;
    transition: all 0.2s ease-out;
}
#vacancies .vacancies .vacancy .submit a:hover{
    color: #df8633;
}
#vacancies .vacancies .vacancy .submit a:hover path{
    fill: #df8633;
}

#vacancies .vacancies .orange .vacancy .submit a {
    color: #ffffff;
}

#vacancies .vacancies .vacancy .submit a svg {
    position: relative;
    left: 10px;
}

#vacancies .vacancies .orange .vacancy .submit a svg path {
    fill: #ffffff;
}

/*----------------------------------news-------------------------------------*/

#news {
    padding-bottom: 158px;
}

#news .news-block {

}

#news .news-block .news-block-two {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 15px;
}

@media (max-width: 767.98px) {
    #news .news-block .news-block-two {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 0px;
    }
}

#news .news-block .news {
    height: 450px;
    width: 57.5%;
    position: relative;
    overflow: hidden;
}

@media (max-width: 767.98px) {
    #news .news-block .news {
        height: 269px;
        width: 100%;
        margin-bottom: 15px;
    }
}

#news .news-block .news:first-child {
    margin-right: 20px;
}

@media (max-width: 767.98px) {
    #news .news-block .news:first-child {
        margin-right: 0px;
        margin-bottom: 15px;
    }
}

#news .news-block .news:last-child {
    background: #F3F3F3;
}

#news .news-block .news img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

#news .news-block .news:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

#news .news-block .news .background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
    background: -o-linear-gradient(top, rgba(64, 64, 64, 0.51) 0%, rgba(43, 43, 43, 0.61) 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(64, 64, 64, 0.51)), to(rgba(43, 43, 43, 0.61)));
    background: linear-gradient(180deg, rgba(64, 64, 64, 0.51) 0%, rgba(43, 43, 43, 0.61) 100%);
}

#news .news-block .news .name {
    position: absolute;
    top: 58px;
    left: 0px;
    font-family: "PlayfairDisplay";
    font-weight: normal;
    font-size: 38px;
    line-height: 52px;
    letter-spacing: 0.075em;
    color: #FFFFFF;
    z-index: 10;
    padding: 0 36px;
    max-width: 563px;
}

@media (max-width: 767.98px) {
    #news .news-block .news .name {
        top: 28px;
        font-size: 22px;
        line-height: 30px;
        padding: 0 20px;
    }
}

#news .news-block .news-block-two .news:last-child .name {
    color: #262626;
}

#news .news-block .news .name .preview-text-more {
    font-family: "AlegreyaSans";
    font-weight: normal;
    font-size: 16px;
    line-height: 25px;
    letter-spacing: 0.03em;
    color: rgba(35, 35, 35, 0.8);
    margin-top: 19px;
}

@media (max-width: 767.98px) {
    #news .news-block .news .name .preview-text-more {
        max-height: 130px;
        overflow: hidden;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
    }
}

#news .news-block .news .preview-text__more {
    position: absolute;
    bottom: 50px;
    left: 0px;
    z-index: 10;
    max-width: 320px;
    padding-left: 36px;
    padding-right: 20px;
}

@media (max-width: 767.98px) {
    #news .news-block .news .preview-text__more {
        bottom: 23px;
        padding-left: 20px;
        padding-right: 20px;
    }
}

#news .news-block .news .preview-text {
    font-family: "AlegreyaSans";
    font-weight: normal;
    font-size: 16px;
    line-height: 25px;
    letter-spacing: 0.03em;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 16px;
}

#news .news-block .news .more a {
    font-family: "AlegreyaSans";
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.075em;
    color: #FFFFFF;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#news .news-block .news-block-two .news:last-child .more a {
    color: #262626;
}

#news .news-block .news .more a span {
    display: block;
    width: 96px;
    height: 1px;
    background: #DF8633;
    margin-right: 14px;
}

#news .news-block .news-block-three {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 15px;
}

@media (max-width: 767.98px) {
    #news .news-block .news-block-three {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 0px;
    }
}

#news .news-block .news-block-three .news:first-child {
    width: 32.85%;
}

@media (max-width: 1173px) {
    #news .news-block .news-block-three .news:first-child {
        width: 100%;
    }
}

#news .news-block .news-block-three .news:nth-child(2) {
    width: 23.27%;
    margin-right: 20px;
}

@media (max-width: 1173px) {
    #news .news-block .news-block-three .news:nth-child(2) {
        width: 100%;
    }
}

#news .news-block .news-block-three .news:last-child {
    width: 41.12%;
}

@media (max-width: 1173px) {
    #news .news-block .news-block-three .news:last-child {
        width: 100%;
    }
}

/*----------------------------------news-detail-------------------------------------*/

#news_detail {
    padding-bottom: 205px;
}

#news_detail .news_detail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media (max-width: 767.98px) {
    #news_detail .news_detail {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

#news_detail .news_detail .img {
    margin-right: 40px;
}

@media (max-width: 767.98px) {
    #news_detail .news_detail .img {
        margin-right: 0px;
        margin-bottom: 59px;
    }
}

#news_detail .news_detail .img img {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    -o-object-fit: cover;
    object-fit: cover;
}

#news_detail .news_detail .detail_text {
    max-width: 492px;
}

@media (max-width: 991.98px) {
    #news_detail .news_detail .detail_text {
        max-width: 350px;
    }
}

@media (max-width: 767.98px) {
    #news_detail .news_detail .detail_text {
        max-width: 100%;
        padding: 0 40px;
    }
}

#news_detail .news_detail .h2__date {
    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;
    margin-bottom: 34px;
}

@media (max-width: 400px) {
    #news_detail .news_detail .h2__date {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}

#news_detail .news_detail .h2__date .date {
    font-family: "PlayfairDisplay";
    font-weight: normal;
    font-size: 24px;
    line-height: 33px;
    letter-spacing: 0.075em;
    color: #DF8633;
}

#news_detail .news_detail .arrow {
    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;
    margin-top: 73px;
}

#news_detail .news_detail .arrow a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: right;
    font-family: "AlegreyaSans";
    font-weight: normal;
    font-size: 16px;
    line-height: 25px;
    letter-spacing: 0.03em;
    color: rgba(66, 59, 59, 0.8);
}

#news_detail .news_detail .arrow a span {
    font-size: 8px;
    display: block;
    margin-bottom: 8px;
}

#news_detail .news_detail .arrow .prev span {
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
    -webkit-filter: FlipH;
    filter: FlipH;
    -ms-filter: "FlipH";
}

/*----------------------------------investing-ships-------------------------------------*/

#investing-ships {
    padding: 75px 0 108px;
}

#investing-ships h2 {
    margin-bottom: 25px;
}

#investing-ships .flex-constructors {
    display: flex;
    justify-content: space-between;
}

@media (max-width: 991.98px) {
    #investing-ships .flex-constructors {
        flex-direction: column;
    }
}

#investing-ships .investing-ships {
    padding-left: 49px;
    padding-right: 66px;
}

@media (max-width: 767.98px) {
    #investing-ships .investing-ships {
        padding-left: 40px;
        padding-right: 40px;
    }
}

#investing-ships .investing-ships .desc__accordion {
    width: 97%;
}

@media (max-width: 991.98px) {
    #investing-ships .investing-ships .desc__accordion {
        width: 100%;
        margin-bottom: 50px;
    }
}

#investing-ships .investing-ships .img {
    width: 100%;
    display: flex;
    align-items: center;
}

#investing-ships .investing-ships .desc {

}

#investing-ships .investing-ships .desc p {
    font-family: "AlegreyaSans";
    font-weight: normal;
    font-size: 16px;
    line-height: 150%;
    color: #686868;
}

#investing-ships .investing-ships .panel-collapse .panel-body {
    font-family: "AlegreyaSans";
    font-weight: normal;
    font-size: 16px;
    line-height: 150%;
    color: rgba(0, 0, 0, 0.76);
}


/*----------------------------------footer-------------------------------------*/

footer {
    background: #111111;
}

footer .footer {
    padding: 47px 107px;
}

@media (max-width: 991.98px) {
    footer .footer {
        padding: 54px 0px;
    }
}

@media (max-width: 767.98px) {
    footer .footer {
        padding: 40px 20px 72px;
    }
    footer .top-footer{
        flex-direction: column;
    }
    footer .bottom-footer{
        flex-direction: column;
        padding-left: 0;
        padding-right: 0;
    }
}

footer .footer .top-footer {
    border-bottom: 1px solid #FFFFFF;
    padding: 0px 66px 29px;
    display: flex;
    justify-content: space-between;
}
footer .footer .top-footer .footer-col:nth-child(3){
    min-width: 162px;
}

@media (max-width: 767.98px) {
    footer .footer .top-footer {
        text-align: center;
        padding: 23px 0 29px;
    }
}

@media (max-width: 767.98px) {
    footer .footer .top-footer .footer-menu {
        margin-bottom: 19px;
    }
}

footer .footer .top-footer .footer-menu:last-child {
    margin-right: 0px;
    padding-left: 0px;
}

@media (max-width: 767.98px) {
    footer .footer .top-footer .footer-menu:last-child {
        margin-bottom: 0;
    }
}

footer .footer .top-footer .footer-menu ul li {
    margin-bottom: 0;
}

footer .footer .top-footer .footer-menu ul li a {
    font-family: "AlegreyaSans";
    font-weight: 500;
    font-size: 22px;
    line-height: 26px;
    color: #FFFFFF;
    display: block;
    margin-bottom: 18px;
    height: 26px;
    transition: all 0.2s ease-out;    
}
footer .footer .top-footer .footer-menu ul li a:hover{
    color: #df8633;
}

@media (max-width: 767.98px) {
    footer .footer .top-footer .footer-menu.menu-3 ul li a {
        display: none;
    }
}

footer .footer .top-footer .footer-menu ul.sub-menu li {
    margin-bottom: 16px;
}

@media (max-width: 767.98px) {
    footer .footer .top-footer .footer-menu ul.sub-menu li {
        margin-bottom: 19px;
    }
}

footer .footer .top-footer .footer-menu ul.sub-menu li a {
    font-family: "AlegreyaSans";
    font-weight: normal;
    font-size: 18px;
    line-height: 22px;
    color: #FFFFFF;
    margin-bottom: 0;
    height: auto;
    display: block;
    transition: all 0.2s ease-out;    
}
footer .footer .top-footer .footer-menu ul.sub-menu li a:hover{
    color: #df8633;
}

@media (max-width: 767.98px) {
    footer .footer .top-footer .footer-menu ul.sub-menu li a {
        font-size: 14px;
        line-height: 17px;
    }
}

@media (max-width: 767.98px) {
    footer .footer .top-footer .footer-menu.menu-2 ul.sub-menu {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
    }
}

footer .footer .bottom-footer {
    padding: 44px 35px 0;
    display: flex;
    justify-content: space-between;
}
footer .footer .bottom-footer .logo{
    padding: 4px 0;
    margin-right: -110px;
}

@media (max-width: 767.98px) {
    footer .footer .bottom-footer .logo {
        display: none;
    }
}

footer .footer .bottom-footer .logo img {
    width: 109px;
}

footer .footer .bottom-footer .footer-col:nth-child(3){
    min-width: 377px;
}

@media (max-width: 767.98px) {
    footer .footer .bottom-footer .contacts {
        text-align: center;
    }
}

footer .footer .bottom-footer .contacts .title {
    font-family: "AlegreyaSans";
    font-weight: 500;
    font-size: 22px;
    line-height: 26px;
    color: #FFFFFF;
    margin-bottom: 18px;
}

@media (max-width: 767.98px) {
    footer .footer .bottom-footer {
        padding-left: 0;
        padding-right: 0;
    }
}

footer .footer .bottom-footer .contacts ul li a{
    color: #fff;
    transition: all 0.2s ease-out;
}
footer .footer .bottom-footer .contacts ul li a:hover{
    color: #df8633;
}
footer .footer .bottom-footer .contacts ul li {
    font-family: "Roboto";
    font-weight: normal;
    font-size: 16px;
    line-height: 164.03%;
    color: #FFFFFF;
    margin-bottom: 7px;
}

footer .footer .bottom-footer .contacts ul li:last-child {
    margin-bottom: 0;
}

@media (max-width: 767.98px) {
    footer .footer .bottom-footer .contacts ul li:last-child {
        margin-top: 37px;
    }
}

@media (max-width: 1200px) {
    footer .footer .bottom-footer .logo{
        margin-right: 0;
    }
    footer .footer .bottom-footer .footer-col:nth-child(3){
        min-width: 300px;
    }
}
@media (max-width: 767.98px) {
    footer .footer .bottom-footer .footer-col:nth-child(3){
        min-width: 0;
    }
}

/*CALC*/
.calc {
    padding-left: 58px;
}

.calc-head {
    position: relative;
    margin-top: 75px;
    margin-bottom: 95px;
    font-size: 42px;
    line-height: 56px;
    color: #141414;
}

.calc-head::after {
    content: "";
    position: absolute;
    width: 110px;
    height: 54px;
    top: -21px;
    left: -34px;
    background: url("../images/icon/head-ico.png");
    -webkit-background-size: 100%;
    background-size: 100%;
    background-position: center;
    z-index: -1;
}

.circles {
    padding: 0;
    margin: 0;
    list-style: none;
}

.circles li {
    margin-top: 8px;
    width: 18px;
    height: 18px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #B0B0B0;
}

.circles.active li {
    background: #FF8E26;
}

.circles-container {
    position: relative;
}

.circles li::after {
    content: '';
    position: absolute;
    top: -43px;
    left: 50%;
    width: 1px;
    height: 100%;
    background: #9D9D9D;
    z-index: -1;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.input-container {
    padding-bottom: 40px;
}

.input-container h2 {
    margin-bottom: 25px;
    font-weight: normal;
    font-size: 24px;
    line-height: 32px;
    color: #7B7B7B;
}

.input-container.active h2 {
    color: #DF8633;
}

.input-container label {
    display: block;
    margin-bottom: 12px;
    padding-left: 20px;
    font-weight: normal;
    font-size: 20px;
    line-height: 27px;
    color: #A0A0A0;
    cursor: pointer;
}

.input-container input, span.select2-selection {
    border: 1px solid #797979 !important;
    border-radius: 30px !important;
    padding: 5px 10px !important;
    height: 35px !important;
}

.input-container input:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    outline: 0;
}

.input-container input[type='radio'], .input-container input[type='checkbox'] {
    display: none;
}

.single-input select {
    -webkit-appearance: none;
    -moz-appearance: none;
    border: 1px solid #797979 !important;
    border-radius: 30px !important;
    display: inline-block;
    overflow: hidden;
    padding: 5px 22px !important;
    height: 35px !important;
    color: #7e7e7e;
}

.selectBox:after {
    content: "▼";
    padding: 12px 8px;
    position: absolute;
    right: 10px;
    top: 0;
    z-index: 1;
    text-align: center;
    width: 10%;
    height: 100%;
    pointer-events: none;
}

.input-circle {
    width: 15px;
    height: 15px;
    background: #FFFFFF;
    border: 1px solid #FF8E26;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.input-container input[type='radio']:checked + .input-circle, .input-container input[type='checkbox']:checked + .input-circle {
    background: #FF8E26;
}

.input-container input[type='text'],
.input-container input[type='number'],
.input-container input[type='tel'],
.input-container input[type='email'],
.input-container input[type='date'] {
    width: 315px;
    height: 35px;
}

.single-input {
    margin-right: 40px;
}

.single-input input#date {
    position: relative;
}

.single-input input#date::-webkit-calendar-picker-indicator {
    color: transparent;
    background: none;
    z-index: 1;
}

.single-input input#date:before {
    background: url("../images/calc/icon/calendar.svg") no-repeat;
    display: block;
    content: '';
    width: 20px;
    height: 23px;
    position: absolute;
    top: 5px;
    right: 10px;

}

.single-input input[name='name'].error {
    border-color: red !important;
}

.single-input input[name='tel'].error {
    border-color: red !important;
}

.single-input input[name='email'].error {
    border-color: red !important;
}

.single-input input[name='ton'].error {
    border-color: red !important;
}

.input-container textarea:focus {
    outline: 0;
}

.input-container textarea {
    width: 517px;
    height: 142px;
    border: 1px solid #797979;
    border-radius: 30px;
    padding: 5px 15px;
}

.radio-inputs {
    display: inline-flex;
    align-items: center;
    margin-left: 20px;
}

.radio-inputs label {
    margin-bottom: 0;
    padding-left: 15px;
    margin-right: 70px;
    font-weight: normal;
    font-size: 20px;
    line-height: 27px;
    color: #A0A0A0;
}

.radio-inputs-type {
    display: flex;
    align-items: center;

}

.radio-inputs-type label {
    margin-bottom: 0;
    padding-left: 15px;
    margin-right: 70px;
    font-weight: normal;
    font-size: 20px;
    line-height: 27px;
    color: #A0A0A0;
}

.change-inp {
    margin: 0 90px;
}

.change-inp-departure {
    margin: 0 36px;
}

.submit-step-form:focus {
    outline: 0;
}

.submit-step-form {
    display: block;
    margin: auto;
    padding: 0 30px;
    height: 47px;
    background: linear-gradient(92.07deg, #959595 1.2%, #B7B7B7 40.08%, #FFFFFF 61.76%, #BFBFBF 86.61%, #A7A7A7 100%);
    border-radius: 30px;
    font-weight: normal;
    font-size: 18px;
    line-height: 22px;
    text-align: right;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #131313;
    border: 0;
}

/*SELECT 2*/
.select2-selection__rendered {
    font-size: 18px;
    line-height: 24px !important;
    color: rgba(0, 0, 0, 0.33) !important;
}

.select2-selection__arrow b {
    display: none !important;
}

.select2-selection:focus {
    outline: none;
}

.select2-selection__arrow:after {
    content: url("../images/calc/icon/arr-down.svg");
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 50%;
    right: 13px;
    width: 20px;
    transform: translateY(-50%);
}

#form {
    margin-bottom: 50px;
}

.punkt_otr-header h3 {
    display: block;
    margin-bottom: 12px;
    padding-left: 20px;
    font-weight: normal;
    font-size: 20px;
    line-height: 27px;
    color: #A0A0A0;
    cursor: pointer;
}

.punkt_naznacheniya {
    position: relative;
    left: 60px;
}

.select2-container .select2-selection--single.error {
    border-color: red !important;
}

.big{
    color: black;
    text-style: bold;
    font-size: 25px;
}

.spec_field {
    display: none;
}

.ajax_contener {
    position: relative;
}


@media (max-width: 567.98px) {
    header.home-page{
        height: 100px;
    }
    header .header,
    header{
        height: 70px;
    }
    .main-container{
        padding-top: 70px;
    }
    #feedback.modal-block{
        top: 70px;
    }
    header.home-page ~ .main-container{
        padding-top: 0;
    }
    header .mobile-menu-block .mob-menu-header .logo,
    header .header .logo{
        max-width: 50px;
        margin: 0;
    }
    header .mobile-menu-block .mob-menu-header .logo{
        padding-top: 6px;
    }
    header .header .butter span{
        width: 40px;
        margin-bottom: 10px;
    }
    header .close-button{
        margin: 14px 2px 0 0;
    }
    header .close-button svg{
        width: 35px;
        height: 50px;
    }

    #fleets .fleets_description .heading .desc ul li,
    #fleets .fleets_description .heading .desc,
    #our_fleet .our_fleet .our-fleet-center .our-fleet-text ul li a,
    #our_fleet .our_fleet .our-fleet-center .our-fleet-text p,
    #about_page .about_page .about-text-center .about-text p,
    #vacancies .vacancies .vacancy .desc,
    #transportation-geography .advantages-block .text p,
    #about .about .text p,
    #main-block .banner-text-block .slogan {
        font-size: 16px;
        line-height: 20px;
    }

    #feedback.modal-block .feedback{
        display: block;
        position: static;
    }
    #feedback.modal-block img{
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        z-index: -1;
    }
    #feedback.modal-block .feedback-block{
        position: static;
        width: auto;
        height: auto;
    }
    footer .footer .bottom-footer .contacts ul li:last-child{
        margin-top: 20px;
    }
}