html {
    font-size: 14px;
}

body {
    position: relative;
    min-width: 320px;
    line-height: 1.3;
    background-color: #f2f2f2;
    color: #000;
    margin: 0 auto;
}

.scrollup {
    width: 40px;
    height: 40px;
    text-align: center;
    position: fixed;
    bottom: 52px;
    right: 50px;
    color: black;
    background: black;
    background: rgba(0, 0, 0, 0.5);
    display: none;
    filter: alpha(Opacity=90);
    z-index: 100;
}

.scrollup::before,
.scrollup::after {
    content: '';
    position: absolute;
    width: 20px;
    height: 1px;
    background-color: #6bd7ff;
    z-index: 101;
}

.scrollup::before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    left: 17px;
    top: 20px;
}

.scrollup::after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    left: 4px;
    top: 20px;
}

@font-face {
    font-family: "Roboto-Light";
    font-style: normal;
    font-weight: normal;
    src: url("../fonts/Roboto-Light/Roboto-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto-Light/Roboto-Light.woff") format("woff"), url("../fonts/Roboto-Light/Roboto-Light.ttf") format("truetype");
}

@font-face {
    font-family: "Roboto-Regular";
    font-style: normal;
    font-weight: bold;
    src: url("../fonts/Roboto-Regular/Roboto-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto-Regular/Roboto-Regular.woff") format("woff"), url("../fonts/Roboto-Regular/Roboto-Regular.ttf") format("truetype");
}

@font-face {
    font-family: "Roboto-Medium";
    font-style: normal;
    font-weight: bold;
    src: url("../fonts/Roboto-Medium/Roboto-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto-Medium/Roboto-Medium.woff") format("woff"), url("../fonts/Roboto-Medium/Roboto-Medium.ttf") format("truetype");
}

@font-face {
    font-family: "Roboto-Bold";
    font-style: normal;
    font-weight: bold;
    src: url("../fonts/Roboto-Bold/Roboto-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto-Bold/Roboto-Bold.woff") format("woff"), url("../fonts/Roboto-Bold/Roboto-Bold.ttf") format("truetype");
}

@font-face {
    font-family: "Roboto-Black";
    font-style: normal;
    font-weight: bold;
    src: url("../fonts/Roboto-Black/Roboto-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto-Black/Roboto-Black.woff") format("woff"), url("../fonts/Roboto-Black/Roboto-Black.ttf") format("truetype");
}

ul,
li {
    padding: 0;
    margin: 0;
    /*list-style: none;*/
}

.navigation-rect ul,
.navigation-rect li {
    list-style: none;
}

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

a {
    text-decoration: none;
    cursor: pointer;
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.btn {
    display: inline-block;
    vertical-align: top;
    padding: 5px;
    font-size: 14px;
    line-height: 1.3;
    font-family: "Roboto-Regular", "Arial", sans-serif;
    color: #000;
    background-color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    border: none;
    outline: none;
    cursor: pointer;
}

.clearfix::after {
    content: "";
    display: table;
    clear: both;
}

.container {
    max-width: 1380px;
    padding: 0 30px;
    margin: 0 auto;
    position: relative;
    max-height: 100%;
}

section,
footer {
    position: relative;
    margin: 0 auto;
    min-height: 100px;
}

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

.main-header {
    text-align: center;
    height: 100vh;
    overflow: hidden;
    position: relative;
}

.main-header .top-row {
    background-color: rgba(0, 0, 0, 0.8);
    position: relative;
}

.main-header .top-row .container {
    border: 1px solid transparent;
}

.main-navigation {
    margin-top: 23px;
    margin-bottom: 22px;
}

.main-navigation li {
    display: inline-block;
    font-size: 0;
}

.main-navigation li .active-link {
    color: #6bd7ff;
}

.main-navigation li a,
.main-navigation li span {
    padding: 5px 18px;
    text-transform: uppercase;
    color: #fff;
    font-family: "Roboto-Light", "Arial", sans-serif;
    font-size: 1rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: color .2s linear;
    -o-transition: color .2s linear;
    transition: color .2s linear;
}

.main-navigation li a:hover,
.main-navigation li span:hover {
    color: #6bd7ff;
    -webkit-transition: color .2s linear;
    -o-transition: color .2s linear;
    transition: color .2s linear;
}

.main-navigation li span {
    color: #6bd7ff;
}

.wrapper-cabinet {
    margin-bottom: 14px;
}

.wrapper-cabinet .cabinet {
    float: left;
}

.wrapper-cabinet .phone {
    display: inline-block;
    color: #fff;
    font-family: "Roboto-Regular", "Arial", sans-serif;
    font-size: 1.71429rem;
    letter-spacing: 2.4px;
}

.wrapper-cabinet .phone a {
    color: #fff;
    text-decoration: none;
}

.wrapper-cabinet .order {
    float: right;
}

.wrapper-cabinet .order,
.wrapper-cabinet .cabinet {
    color: #b4b4b4;
    font-size: 1.14286rem;
    font-family: "Roboto-Light", "Arial", sans-serif;
    margin-top: 12px;
    letter-spacing: 2.3px;
    -webkit-transition: color .2s linear;
    -o-transition: color .2s linear;
    transition: color .2s linear;
}

.wrapper-cabinet .order:hover,
.wrapper-cabinet .cabinet:hover {
    color: #6bd7ff;
    -webkit-transition: color .2s linear;
    -o-transition: color .2s linear;
    transition: color .2s linear;
}

.overlay {
    display: block;
    width: 100%;
    height: 100vh;
    background: rgba(107, 215, 255, 0.24) url("../img/logo-car.png") no-repeat center center;
    -webkit-background-size: cover;
    background-size: cover;
    position: absolute;
}

.overlaz {
    display: block;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.4);
    position: absolute;
    margin-top: 110px;
}

video {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    margin: 0 auto;
    /* background: url(./img/main-photo.jpg) no-repeat; */
    -webkit-background-size: cover;
    background-size: cover;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.center-block {
    text-align: left;
    position: absolute;
    top: 55%;
    left: 15px;
    padding-left: 74px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.center-block:before {
    content: '';
    position: absolute;
    width: 59px;
    height: 7px;
    background-color: #fff;
    left: 0px;
    top: 82px;
}

.center-block h1 {
    padding: 0;
    margin: 0;
    font-size: 5.78571rem;
    font-family: "Roboto-Black", "Arial", sans-serif;
    font-weight: 900;
    color: #fff;
    letter-spacing: 10.4px;
    white-space: nowrap;
    margin-bottom: 8px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.center-block p {
    padding: 0;
    margin: 0;
    font-size: 1.28571rem;
    font-family: "Roboto-Light", "Arial", sans-serif;
    font-weight: 300;
    color: #fff;
    line-height: 1.3;
    letter-spacing: 1px;
    margin-bottom: 30px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.center-block .btn {
    background-color: rgba(0, 0, 0, 0.4);
    border: 1px solid white;
    padding: 27.2px 39px;
    padding-left: 42px;
    color: #fff;
    letter-spacing: 2.7px;
    font-size: 1.28571rem;
    -webkit-transition: background-color .3s linear;
    -o-transition: background-color .3s linear;
    transition: background-color .3s linear;
}

.center-block .btn:hover {
    background-color: rgba(107, 215, 255, 0.4);
    -webkit-transition: background-color .3s linear;
    -o-transition: background-color .3s linear;
    transition: background-color .3s linear;
}

.logo {
    position: absolute;
    top: 11px;
    width: 50px;
}

.logo .logo-svg {
    fill: white;
}

.container.center {
    height: 100%;
}

.logo-car {
    position: absolute;
    right: 1%;
    top: 11%;
}

.toggle-switch {
    width: 105px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: none;
    background-color: #adadad;
    height: 2px;
    padding: 0;
    margin: 0 20px;
    margin-top: 22px;
    position: absolute;
    top: 25px;
    right: 28px;
    text-align: center;
}

.toggle-switch input[type=radio] {
    display: none;
}

.toggle-switch label {
    cursor: pointer;
    width: 49.7%;
    height: 20px;
    font-size: 0.85714rem;
    font-family: "Roboto-Light", "Arial", sans-serif;
    color: #b2b2b2;
    display: inline-block;
    padding: 0 10px;
    padding-bottom: 30px;
    text-align: center;
    top: -22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: relative;
    z-index: 999;
    -webkit-transition: color 0.5s ease-in-out;
    -o-transition: color 0.5s ease-in-out;
    transition: color 0.5s ease-in-out;
}

.toggle-switch a {
    position: absolute;
    background-color: #fff;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    top: -4px;
    left: 0;
    padding: 0;
    z-index: 1;
    width: 50%;
    height: 100%;
}

.toggle-switch input:last-of-type:checked ~ a {
    left: 50%;
}

.toggle-switch input:last-of-type:checked ~ label:last-of-type,
.toggle-switch input:first-of-type:checked ~ label:first-of-type,
.toggle-switch input:checked:nth-of-type(2) ~ label:nth-of-type(2),
.toggle-switch input:checked:nth-of-type(3) ~ label:nth-of-type(3) {
    color: #fff;
    font-family: "Roboto-Medium", "Arial", sans-serif;
}

.toggle-switch.switch-3 a {
    width: 9px;
    height: 9px;
}

.toggle-switch.switch-3 label {
    width: 15.8%;
}

.toggle-switch.switch-3 input:checked:nth-of-type(2) ~ a {
    left: 48%;
}

.toggle-switch.switch-3 input:last-of-type:checked ~ a {
    left: 100%;
}

.toggle-switch .lang-ua {
    float: left;
    left: -14px;
}

.toggle-switch .lang-ru {
    float: right;
    right: -7px;
}

.toggle-switch .lang-en {
    display: inline-block;
    top: -24px;
    left: -5px;
}

.menu-icon {
    display: none;
    height: 16px;
    position: absolute;
    left: 30px;
    top: 40px;
    cursor: pointer;
    padding: 15px;
    width: 63px;
    height: 45px;
    opacity: 1;
    z-index: 99999;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.menu-icon span {
    -webkit-transition: -webkit-transform 0.25s ease-in, background-color 0.5s;
    -webkit-transition: background-color 0.5s, -webkit-transform 0.25s ease-in;
    transition: background-color 0.5s, -webkit-transform 0.25s ease-in;
    -o-transition: transform 0.25s ease-in, background-color 0.5s;
    transition: transform 0.25s ease-in, background-color 0.5s;
    transition: transform 0.25s ease-in, background-color 0.5s, -webkit-transform 0.25s ease-in;
}

.menu-icon span {
    position: relative;
    top: 7px;
    display: block;
}

.menu-icon span:before,
.menu-icon span:after {
    content: "";
    position: absolute;
    left: 0;
}

.menu-icon span,
.menu-icon span:before,
.menu-icon span:after {
    display: block;
    width: 100%;
    height: 1px;
    margin: 0 auto;
    background-color: #331d4b;
    -webkit-background-size: contain;
    background-size: contain;
}

.menu-icon.active {
    color: #fff !important;
}

.menu-icon span,
.menu-icon span::before,
.menu-icon span::after {
    background: #fff;
}

.menu-icon.active span {
    -webkit-transition: -webkit-transform 0.25s 0.15s ease-in;
    transition: -webkit-transform 0.25s 0.15s ease-in;
    -o-transition: transform 0.25s 0.15s ease-in;
    transition: transform 0.25s 0.15s ease-in;
    transition: transform 0.25s 0.15s ease-in, -webkit-transform 0.25s 0.15s ease-in;
    -webkit-transform: rotate3d(0, 0, 1, 135deg);
    transform: rotate3d(0, 0, 1, 135deg);
}

.menu-icon span:before {
    top: 9px;
}

.menu-icon span:after {
    top: -9px;
}

.menu-icon.active span:before,
.menu-icon.active span:after,
.menu-icon.active:hover span:before,
.menu-icon.active:hover span:after {
    -webkit-transition: top .15s ease-in, -webkit-transform 0.25s 0.15s ease-in;
    transition: top .15s ease-in, -webkit-transform 0.25s 0.15s ease-in;
    -o-transition: top .15s ease-in, transform 0.25s 0.15s ease-in;
    transition: top .15s ease-in, transform 0.25s 0.15s ease-in;
    transition: top .15s ease-in, transform 0.25s 0.15s ease-in, -webkit-transform 0.25s 0.15s ease-in;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    top: 0;
    -webkit-animation-name: squishFake;
    animation-name: squishFake;
}

.menu-icon:hover span:before,
.menu-icon:hover span:after {
    top: 7px;
}

.menu-icon:hover span:after {
    top: -7px;
}

.menu-icon span:before,
.menu-icon span:after {
    -webkit-transition: top 0.25s ease-in, -webkit-transform 0.25s ease-in, background-color 0.5s;
    -webkit-transition: top 0.25s ease-in, background-color 0.5s, -webkit-transform 0.25s ease-in;
    transition: top 0.25s ease-in, background-color 0.5s, -webkit-transform 0.25s ease-in;
    -o-transition: top 0.25s ease-in, transform 0.25s ease-in, background-color 0.5s;
    transition: top 0.25s ease-in, transform 0.25s ease-in, background-color 0.5s;
    transition: top 0.25s ease-in, transform 0.25s ease-in, background-color 0.5s, -webkit-transform 0.25s ease-in;
}

.my-account__header {
    height: auto;
}

.my-account__header .wrapper-cabinet span {
    color: #6bd7ff;
    font-size: 1.14286rem;
    font-family: "Roboto-Light", "Arial", sans-serif;
    margin-top: 12px;
    letter-spacing: 2.3px;
    display: block;
    float: left;
}

.my-account__header .wrapper-cabinet .onlineQuerry {
    float: right;
}

.about-us {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    min-height: 720px;
}

.about-us__right {
    width: 50%;
    padding-left: 100px;
    padding-bottom: 55px;
    background-image: -webkit-gradient(linear, left top, right top, from(#f2f2f2), to(white));
    background-image: -webkit-linear-gradient(left, #f2f2f2 0%, white 100%);
    background-image: -o-linear-gradient(left, #f2f2f2 0%, white 100%);
    background-image: linear-gradient(to right, #f2f2f2 0%, white 100%);
}

.about-us__right p {
    max-width: 500px;
    max-height: 335px;
    font-size: 1.28571rem;
    line-height: 30px;
    font-family: "Roboto-Regular", "Arial", sans-serif;
    color: #000;
    overflow: hidden;
}

.about-us__right a {
    font-family: "Roboto-Medium", "Arial", sans-serif;
    font-size: 1rem;
    color: #000;
    line-height: 30px;
    text-transform: uppercase;
    position: relative;
    padding: 0 10px;
    padding-bottom: 5px;
    letter-spacing: .7px;
    left: 345px;
}

.about-us__right a::after {
    position: absolute;
    content: '';
    width: 40px;
    height: 2px;
    background-color: #6bd7ff;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
    -webkit-transition: width .3s linear;
    -o-transition: width .3s linear;
    transition: width .3s linear;
}

.about-right__content {
    max-width: 460px;
}

.about-us__right a:hover::after {
    width: 100%;
    -webkit-transition: width .3s linear;
    -o-transition: width .3s linear;
    transition: width .3s linear;
}

.title {
    margin-top: 95px;
    width: 100%;
    margin-bottom: 40px;
    padding-bottom: 30px;
    color: #000;
    font-family: "Roboto-Medium", "Arial", sans-serif;
    font-size: 4.64286rem;
    position: relative;
    display: inline-block;
    border-bottom: 2px solid #c4c4c4;
}

.title:hover span::after {
    left: -webkit-calc(100% - 81px);
    left: calc(100% - 81px);
}

.title span {
    font-size: 2.14286rem;
    font-family: "Roboto-Medium", "Arial", sans-serif;
    display: block;
    margin-top: -5px;
}

.title span::after {
    content: '';
    position: absolute;
    width: 81px;
    height: 2px;
    background-color: #6bd7ff;
    bottom: -2px;
    left: 0;
    -webkit-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
}

.about-us__left {
    position: relative;
    width: 50%;
    background: #f2f2f2 url(../img/about-us.jpg) top right no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}

.about-us__left .btn {
    -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.35);
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.35);
    background-color: #fff;
    font-size: 1.28571rem;
    line-height: 24px;
    padding: 28px 45px;
    position: absolute;
    top: 325px;
    right: 250px;
    -webkit-transition: background-color .3s linear;
    -o-transition: background-color .3s linear;
    transition: background-color .3s linear;
}

.about-us__left .btn:hover {
    background-color: rgba(107, 215, 255, 0.4);
    -webkit-transition: background-color .3s linear;
    -o-transition: background-color .3s linear;
    transition: background-color .3s linear;
}

.services {
    background: #f2f2f2 url("../img/services.jpg") 99% 0% no-repeat;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    min-height: 1500px;
    flex-wrap: wrap;
}

.services-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
}

.services-left,
.services-right {
    position: relative;
    width: 50%;
    min-height: 740px;
}

.services-left {
    width: 50%;
    padding-right: 8%;
    padding-bottom: 119px;
    background-image: -webkit-gradient(linear, left bottom, left top, from(white), to(#f2f2f2));
    background-image: -webkit-linear-gradient(bottom, white 0%, #f2f2f2 100%);
    background-image: -o-linear-gradient(bottom, white 0%, #f2f2f2 100%);
    background-image: linear-gradient(to top, white 0%, #f2f2f2 100%);
}

.services-left__content {
    width: auto;
    float: right;
    max-width: 520px;
}

.services-left__content p {
    max-width: 500px;
    max-height: 335px;
    font-size: 1.28571rem;
    line-height: 30px;
    font-family: "Roboto-Regular", "Arial", sans-serif;
    color: #000;
    overflow: hidden;
}

.menu {
    position: absolute;
    left: 245px;
    top: 370px;
}

.menu-toggler {
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    right: 0;
    left: 55px;
    margin: auto;
    width: 50px;
    height: 50px;
    z-index: 2;
    opacity: 0;
    cursor: pointer;
}

.menu-toggler:hover + label {
    background: white;
}

.menu-toggler:checked + label:before,
.menu-toggler:checked + label:after {
    top: 0;
    width: 81px;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

.menu-toggler:checked + label:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.menu-toggler:checked + label:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.menu-toggler:checked ~ ul .menu-item {
    opacity: 1;
}

.menu-toggler:checked ~ ul .menu-item:nth-child(1) {
    -webkit-transform: rotate(0deg) translateX(-198px);
    -ms-transform: rotate(0deg) translateX(-198px);
    transform: rotate(0deg) translateX(-198px);
}

.menu-toggler:checked ~ ul .menu-item:nth-child(2) {
    -webkit-transform: rotate(45deg) translateX(-280px);
    -ms-transform: rotate(45deg) translateX(-280px);
    transform: rotate(45deg) translateX(-280px);
}

.menu-toggler:checked ~ ul .menu-item:nth-child(3) {
    -webkit-transform: rotate(90deg) translateX(-198px);
    -ms-transform: rotate(90deg) translateX(-198px);
    transform: rotate(90deg) translateX(-198px);
}

.menu-toggler:checked ~ ul .menu-item:nth-child(4) {
    -webkit-transform: rotate(135deg) translateX(-280px);
    -ms-transform: rotate(135deg) translateX(-280px);
    transform: rotate(135deg) translateX(-280px);
}

.menu-toggler:checked ~ ul .menu-item:nth-child(5) {
    -webkit-transform: rotate(180deg) translateX(-198px);
    -ms-transform: rotate(180deg) translateX(-198px);
    transform: rotate(180deg) translateX(-198px);
}

.menu-toggler:checked ~ ul .menu-item:nth-child(6) {
    -webkit-transform: rotate(225deg) translateX(-280px);
    -ms-transform: rotate(225deg) translateX(-280px);
    transform: rotate(225deg) translateX(-280px);
}

.menu-toggler:checked ~ ul .menu-item:nth-child(7) {
    -webkit-transform: rotate(270deg) translateX(-198px);
    -ms-transform: rotate(270deg) translateX(-198px);
    transform: rotate(270deg) translateX(-198px);
}

.menu-toggler:checked ~ ul .menu-item:nth-child(8) {
    -webkit-transform: rotate(315deg) translateX(-280px);
    -ms-transform: rotate(315deg) translateX(-280px);
    transform: rotate(315deg) translateX(-280px);
}

.menu-toggler:checked ~ ul .menu-item a {
    pointer-events: auto;
    border: 1px solid #000;
}

.menu-toggler + label {
    width: 50px;
    height: 50px;
    display: block;
    z-index: 1;
    background-color: #6bd7ff;
    -webkit-transition: top 0.5s, -webkit-transform 0.5s;
    transition: top 0.5s, -webkit-transform 0.5s;
    -o-transition: transform 0.5s, top 0.5s;
    transition: transform 0.5s, top 0.5s;
    transition: transform 0.5s, top 0.5s, -webkit-transform 0.5s;
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    right: 0;
    left: 55px;
    margin: auto;
    padding-top: 10px;
    text-align: center;
    -webkit-transition: background .3s linear;
    -o-transition: background .3s linear;
    transition: background .3s linear;
}

.menu-item:nth-child(1) a {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

.menu-item:nth-child(2) a {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.menu-item:nth-child(3) a {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.menu-item:nth-child(4) a {
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.menu-item:nth-child(5) a {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.menu-item:nth-child(6) a {
    -webkit-transform: rotate(-225deg);
    -ms-transform: rotate(-225deg);
    transform: rotate(-225deg);
}

.menu-item:nth-child(7) a {
    -webkit-transform: rotate(-270deg);
    -ms-transform: rotate(-270deg);
    transform: rotate(-270deg);
}

.menu-item:nth-child(8) a {
    -webkit-transform: rotate(-315deg);
    -ms-transform: rotate(-315deg);
    transform: rotate(-315deg);
}

.menu-item {
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    width: 162px;
    height: 162px;
    display: block;
    opacity: 0;
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
}

.menu-item a {
    display: block;
    width: inherit;
    height: inherit;
    line-height: 162px;
    color: rgba(255, 255, 255, 0.7);
    background: rgba(255, 255, 255, 0.2);
    text-align: center;
    text-decoration: none;
    font-size: 30px;
    pointer-events: none;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}

.menu-item a:hover > span .svg-items {
    fill: #6bd7ff;
    -webkit-transition: fill .15s linear;
    -o-transition: fill .15s linear;
    transition: fill .15s linear;
}

.menu-toggler + label:hover {
    -webkit-box-shadow: 0 0 0 4.05px rgba(255, 255, 255, 0.3);
    box-shadow: 0 0 0 4.05px rgba(255, 255, 255, 0.3);
    color: white;
    background: rgba(255, 255, 255, 0.3);
    font-size: 30px;
    -webkit-transition: background .3s linear;
    -o-transition: background .3s linear;
    transition: background .3s linear;
}

.svg-items {
    fill: #272727;
    -webkit-transition: fill .15s linear;
    -o-transition: fill .15s linear;
    transition: fill .15s linear;
}

.mitni {
    margin-top: 31px;
    margin-left: 9px;
}

.auto {
    margin-top: 33px;
    margin-left: 2px;
}

.sea {
    margin-top: 33px;
    margin-left: 10px;
}

.air {
    margin-top: 51px;
    margin-left: 4px;
}

.stock {
    margin-top: 39px;
    margin-left: -5px;
}

.fullfilment {
    margin-top: 49px;
    margin-left: 3px;
}

.consalting {
    margin-top: 33px;
    margin-left: 3px;
}

.box {
    margin-top: 35px;
    margin-left: 6px;
}

b.signature {
    color: black;
    font-size: 1rem;
    font-family: "Roboto-Medium", "Arial", sans-serif;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
    display: inline-block;
    line-height: 12px;
    width: 100%;
    bottom: 5px;
    letter-spacing: .7px;
}

.news {
    width: 100%;
}

.news-content {
    height: 800px;
    background-color: white;
    -webkit-box-shadow: 0 3px 40px rgba(0, 0, 0, 0.35);
    box-shadow: 0 3px 40px rgba(0, 0, 0, 0.35);
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.news-content__left {
    width: 50%;
    background: #d7e0e2 url("../img/news-bg.jpg") 2px 0 no-repeat;
    height: 100%;
}

.news-content__right {
    width: 50%;
    height: 100%;
    overflow: hidden;
}

.news-content__right .bottom-content {
    text-align: center;
    background-color: #d6d6d6;
    height: 100%;
    position: relative;
    padding: 0 30px;
}

.top-content {
    height: 50%;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.top-content__left {
    background-color: #6bd7ff;
    height: 100%;
    width: 50%;
    position: relative;
}

.top-content__left a {
    width: 100%;
    height: 100%;
    position: absolute;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}

.top-content__left a:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}

.top-content__left a:hover > span {
    color: #fff;
    -webkit-transition: color .3s linear;
    -o-transition: color .3s linear;
    transition: color .3s linear;
}

.top-content__left a span {
    font-size: 1rem;
    font-family: "Roboto-Medium", "Arial", sans-serif;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: .7px;
    padding: 10px;
    color: #000;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    -webkit-transition: color .3s linear;
    -o-transition: color .3s linear;
    transition: color .3s linear;
}

.top-content__right {
    position: relative;
    width: 50%;
    height: 100%;
}

.top-content__right .news-logo {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 109px;
}

.bottom-content__title {
    display: inline-block;
    font-family: "Roboto-Bold", "Arial", sans-serif;
    font-size: 4.64286rem;
    color: #000;
    margin-top: -45px;
    letter-spacing: 3.25px;
}

.slider {
    height: 100%;
    width: 100%;
    color: #000;
}

.slider .slider-item {
    color: #000;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}

.slider .slider-item:hover {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}

.slider .slider-title {
    font-size: 1.71429rem;
    font-family: "Roboto-Bold", "Arial", sans-serif;
    letter-spacing: 1.7px;
    margin-top: 46px;
    margin-bottom: 28px;
}

.slider .slider-content {
    font-size: 1rem;
    font-family: "Roboto-Medium", "Arial", sans-serif;
    letter-spacing: .7px;
    line-height: 24px;
    max-height: 120px;
    overflow: hidden;
}

.slider .slider-signature {
    font-size: 0.71429rem;
    letter-spacing: .5px;
    font-family: "Roboto-Light", "Arial", sans-serif;
    position: relative;
    text-transform: uppercase;
}

.slider .slider-signature span {
    padding: 0 15px;
}

.slider .slider-signature span:first-child {
    border-right: 1px solid #000;
    line-height: 2;
}

.slider-item {
    height: 100%;
}

.slick-list.draggable {
    height: 320px;
}

button.slick-prev.slick-arrow,
button.slick-next.slick-arrow {
    background-repeat: no-repeat;
    top: 160px;
    height: 85px;
    width: 25px;
    padding: 20px;
    z-index: 50;
    cursor: pointer;
}

button.slick-prev.slick-arrow:before,
button.slick-next.slick-arrow:before {
    content: '';
}

button.slick-prev.slick-arrow {
    background-image: url("../img/arrows.svg");
    left: -21px;
    background-position: 7px -85px;
    -webkit-background-size: 70px 70px;
    background-size: 70px;
}

button.slick-prev.slick-arrow:hover {
    background-position: -32px -84px;
}

button.slick-next.slick-arrow {
    background-image: url("../img/arrows.svg");
    right: -15px;
    -webkit-background-size: 70px 70px;
    background-size: 70px;
    background-position: 11px 0;
}

button.slick-next.slick-arrow:hover {
    background-position: -32px 0px;
}

.hidden-lg {
    display: none;
}

.footer-hid {
    display: none;
}

.main-footer {
    text-align: center;
    background: #fefefe url("../img/footer-bg.jpg") 0 315px no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}

.main-footer .title {
    text-align: left;
    max-width: 460px;
}

.main-footer__content,
.footer__content-left,
.footer__content-right {
    position: relative;
}

.footer__content-left {
    width: 435px;
    height: 435px;
    position: relative;
    top: 33px;
    left: 92px;
}

.footer__content-left .bg-rect-left {
    background: #fefefe url("../img/bg-rect-left.jpg") 0 0 no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    width: 285px;
    height: 285px;
    position: absolute;
    right: 0;
    top: 0;
}

.footer__content-left .bg-rect-left:after {
    position: absolute;
    bottom: -16px;
    right: 3px;
    content: 'shipping';
    font-size: 0.85714rem;
    font-family: "Roboto-Medium", "Arial", sans-serif;
    font-style: italic;
}

.navigation-rect {
    width: 320px;
    height: 310px;
    background-color: #6bd7ff;
    -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.35);
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.35);
    position: absolute;
    left: 0;
    bottom: 0;
    text-align: left;
}

.navigation-rect:before {
    position: absolute;
    content: 'lb';
    text-transform: uppercase;
    font-size: 0.85714rem;
    font-family: "Roboto-Medium", "Arial", sans-serif;
    color: #000;
    right: 5px;
    top: 5px;
    letter-spacing: 2.4px;
}

.navigation-rect ul {
    top: 115px;
    position: relative;
}

.navigation-rect ul li {
    margin: 15px 0;
    margin-left: 10px;
}

.navigation-rect ul li a {
    font-size: 1rem;
    font-family: "Roboto-Medium", "Arial", sans-serif;
    color: #000;
    text-transform: uppercase;
    letter-spacing: .7px;
    padding: 5px 0;
    cursor: pointer;
    -webkit-transition: color .3s linear;
    -o-transition: color .3s linear;
    transition: color .3s linear;
}

.navigation-rect ul li a:hover {
    -webkit-transition: color .3s linear;
    -o-transition: color .3s linear;
    transition: color .3s linear;
    color: #fff;
}

.navigation-rect ul li span {
    font-size: 1rem;
    font-family: "Roboto-Medium", "Arial", sans-serif;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: .7px;
    padding: 5px 0;
}

.footer__content-right {
    width: 650px;
    height: 310px;
    position: relative;
    left: 44%;
}

.footer__content-right .bg-rect-right {
    width: 195px;
    height: 195px;
    background: #fefefe url("../img/bg-rect-right.jpg") 0 0 no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    position: absolute;
    bottom: 0;
    right: 0;
}

.footer__content-right .bg-rect-right:after {
    position: absolute;
    content: 'air transportation';
    font-size: 0.85714rem;
    font-family: "Roboto-Medium", "Arial", sans-serif;
    font-style: italic;
    color: #000;
    bottom: -15px;
    right: 0;
}

.footer__content-right .telephone-rect {
    position: absolute;
    width: 195px;
    height: 195px;
    background-color: #6bd7ff;
    right: 110px;
    top: 0;
    -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.35);
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.35);
}

.footer__content-right .telephone-rect .footer-logo {
    width: 105px;
    height: auto;
    position: absolute;
    right: 0;
    top: -91px;
}

.address-block {
    text-align: right;
    color: #000;
    position: absolute;
    left: 20px;
    top: 133px;
}

.address-block b {
    display: block;
    font-family: "Roboto-Bold", "Arial", sans-serif;
    font-size: 2.14286rem;
    letter-spacing: 1.5px;
    position: relative;
    left: 105px;
}

.address-block b a {
    color: #000;
}

.address-block p {
    margin: 0;
    padding: 0;
    font-size: 1.28571rem;
    font-family: "Roboto-Medium", "Arial", sans-serif;
    letter-spacing: .9px;
}

.main-footer__form {
    display: inline-block;
    width: 290px;
    color: #000;
    font-size: 1rem;
    font-family: "Roboto-Medium", "Arial", sans-serif;
    /*margin-top: -20px;*/
    margin-bottom: 40px;
}

.main-footer__form input {
    width: 100%;
    height: 50px;
    background-color: #d0d0d0;
    border: none;
    color: #000;
    outline: none;
    margin-bottom: 12px;
    padding-left: 12px;
}

.main-footer__form input[placeholder] {
    color: #000;
    font-size: 1rem;
    font-family: "Roboto-Medium", "Arial", sans-serif;
}

.main-footer__form input ::-moz-placeholder {
    color: #000;
    font-size: 1rem;
    font-family: "Roboto-Medium", "Arial", sans-serif;
}

.main-footer__form input :-moz-placeholder {
    color: #000;
    font-size: 1rem;
    font-family: "Roboto-Medium", "Arial", sans-serif;
}

.main-footer__form input :-ms-input-placeholder {
    color: #000;
    font-size: 1rem;
    font-family: "Roboto-Medium", "Arial", sans-serif;
}

.main-footer__form textarea {
    width: 100%;
    border: none;
    outline: none;
    background-color: #d0d0d0;
    resize: none;
    height: 100px;
    color: #000;
    font-size: 1rem;
    font-family: "Roboto-Medium", "Arial", sans-serif;
    padding-left: 10px;
    padding-top: 16px;
    margin-bottom: 10px;
}

.main-footer__form .form-btn {
    border: none;
    outline: none;
    color: #000;
    font-size: 1rem;
    font-family: "Roboto-Medium", "Arial", sans-serif;
    text-transform: uppercase;
    letter-spacing: .7px;
    line-height: 30px;
    background-color: transparent;
    cursor: pointer;
    padding: 10px;
    position: relative;
}

.main-footer__form .form-btn:after {
    content: '';
    width: 40px;
    height: 2px;
    background-color: #6bd7ff;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
    bottom: 10px;
    -webkit-transition: width .3s linear;
    -o-transition: width .3s linear;
    transition: width .3s linear;
}

.main-footer__form .form-btn:hover::after {
    width: 100%;
    -webkit-transition: width .3s linear;
    -o-transition: width .3s linear;
    transition: width .3s linear;
}

.social-links {
    display: block;
    margin-bottom: 50px;
}

.social-links li {
    display: inline-block;
    font-size: 0;
    padding: 0 7px;
    margin: 0 8px;
}

.social-links li a {
    font-size: 30px;
}

.social_icons {
    fill: #3f3f3f;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}

.social_icons:hover {
    fill: #6bd7ff;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}

.footer-signature {
    color: #010101;
    background-color: #acacac;
    border: 1px solid #6bd7ff;
    font-size: 1.28571rem;
    font-family: "Roboto-Regular", "Arial", sans-serif;
    line-height: 50px;
}

.footer-signature a {
    font-family: "Roboto-Bold", "Arial", sans-serif;
    color: #010101;
}

.content-page {
    background: #fefefe url("../img/my-account-footer.jpg") top center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    border: 1px solid transparent;
}

.my-account__footer {
    background: #fefefe url("../img/my-account-footer.jpg") top center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    min-height: auto;
}

.content-page .title {
    display: block;
    max-width: 585px;
    margin-top: 0;
}

.content-page-form {
    width: 100%;
    min-height: 500px;
    position: relative;
    background-color: rgba(0, 0, 0, 0.1);
    text-align: left;
    padding: 90px 60px;
    margin-bottom: 210px;
}

.content-page-form textarea {
    width: 51%;
    resize: none;
    height: 132px;
    border: none;
    outline: none;
    font-size: 1.28571rem;
    padding-left: 20px;
    padding-top: 10px;
    font-family: "Roboto-Medium", "Arial", sans-serif;
}

.content-page-form label {
    font-size: 1.71429rem;
    font-family: "Roboto-Medium", "Arial", sans-serif;
    width: 23%;
    display: inline-block;
    vertical-align: middle;
}

.content-page-form input {
    width: 51%;
    height: 48px;
    border: none;
    outline: none;
    margin-bottom: 20px;
    font-family: "Roboto-Medium", "Arial", sans-serif;
    font-size: 1.28571rem;
    padding-left: 20px;
}

.content-page-form .form-btn {
    position: relative;
    text-transform: uppercase;
    letter-spacing: 1.35px;
    font-size: 1.28571rem;
    font-family: "Roboto-Regular", "Arial", sans-serif;
    color: #000;
    background-color: white;
    -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.35);
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.35);
    border: none;
    outline: none;
    padding: 30px 76.5px;
    cursor: pointer;
    left: 50%;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
    top: 45px;
    -webkit-transition: background-color .3s linear;
    -o-transition: background-color .3s linear;
    transition: background-color .3s linear;
}

.content-page-form .form-btn:hover {
    -webkit-transition: background-color .3s linear;
    -o-transition: background-color .3s linear;
    transition: background-color .3s linear;
    background-color: rgba(107, 215, 255, 0.4);
}

.content-page-form .content-page__link {
    position: absolute;
    text-transform: uppercase;
    font-family: "Roboto-Medium", "Arial", sans-serif;
    right: 60px;
    font-size: 1rem;
    color: #000;
    line-height: 30px;
    letter-spacing: .7px;
}

.content-page-form .content-page__link::after {
    position: absolute;
    content: '';
    width: 40px;
    height: 2px;
    background-color: #6bd7ff;
    bottom: 0;
    right: 0;
    -webkit-transition: width .3s linear;
    -o-transition: width .3s linear;
    transition: width .3s linear;
}

.content-page__link:hover::after {
    width: 100%;
    -webkit-transition: width .3s linear;
    -o-transition: width .3s linear;
    transition: width .3s linear;
}

a.content-page__link.forgot {
    bottom: 40px;
}

a.content-page__link.registration {
    bottom: 80px;
}

.login-checkbox {
    position: relative;
    cursor: pointer;
}

.login-checkbox input[type="checkbox"] {
    display: none;
}

.login-checkbox input[type="checkbox"] + .checkbox-indicator {
    position: absolute;
    top: 4px;
    right: -24px;
    width: 24px;
    height: 24px;
    background-color: #fff;
    border: none;
    outline: none;
}

.login-checkbox input[type="checkbox"]:checked + .checkbox-indicator::before {
    content: '';
    position: absolute;
    top: 11px;
    left: 3px;
    z-index: 1;
    width: 12px;
    height: 5px;
    background-color: #000;
    webkit-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.login-checkbox input[type="checkbox"]:checked + .checkbox-indicator::after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    content: '';
    position: absolute;
    top: 7px;
    left: 7px;
    width: 22px;
    height: 5px;
    background-color: #000;
}

.form-hidden {
    display: none;
}

.content-page-form .tarea {
    vertical-align: top;
}

.new-content {
    width: 100%;
    min-height: 500px;
    position: relative;
    background-color: rgba(199, 219, 221, 0.5);
    text-align: left;
    margin-bottom: 210px;
    padding: 70px 60px;
}

.new-content img[align=left] {
    margin-right: 40px;
    margin-bottom: 10px;
}

.new-content img[align=right] {
    margin-left: 40px;
    margin-bottom: 10px;
}

.new-content__title {
    font-size: 2.14286rem;
    width: 50%;
    color: #000;
    font-family: "Roboto-Bold", "Arial", sans-serif;
    line-height: 35px;
    margin-bottom: 30px;
}

.new-content__img {
    padding: 20px;
    padding-bottom: 5px;
    padding-top: 0;
    padding-left: 0;
    float: left;
    width: 50%;
}

.new-content__description {
    font-size: 1.14286rem;
    color: #000;
    font-family: "Roboto-Medium", "Arial", sans-serif;
    line-height: 1.4;
}

.new-content__signature {
    text-align: center;
    font-size: 0.71429rem;
    letter-spacing: .5px;
    font-family: "Roboto-Light", "Arial", sans-serif;
    position: relative;
    text-transform: uppercase;
    top: 30px;
}

.new-content__signature span {
    padding: 0 15px;
}

.new-content__signature span:first-child {
    border-right: 1px solid #000;
    line-height: 2;
}

.allnews {
    background: #b8b8b8;
}

.allnews-content {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.allnews-content .more-news {
    display: inline-block;
    font-size: 1rem;
    color: #000;
    font-family: "Roboto-Medium", "Arial", sans-serif;
    cursor: pointer;
    text-transform: uppercase;
    padding: 10px;
    margin-top: 20px;
    margin-bottom: 20px;
    position: relative;
}

.allnews-content .more-news:after {
    position: absolute;
    content: '';
    width: 40px;
    height: 2px;
    background-color: #6bd7ff;
    bottom: 7px;
    left: 50%;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
    -webkit-transition: width .3s linear;
    -o-transition: width .3s linear;
    transition: width .3s linear;
}

.allnews-content .more-news:hover::after {
    width: 100%;
    -webkit-transition: width .3s linear;
    -o-transition: width .3s linear;
    transition: width .3s linear;
}

.allnews-item {
    background: #b8b8b8 url("../img/news-foto/news-bg.jpg") top center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    width: 48.9%;
    margin-bottom: 20px;
    margin-right: 20px;
    padding: 90px 70px;
    float: left;
    text-align: center;
    max-height: 445px;
    display: block;
}

.allnews-item:nth-child(2n) {
    margin-right: 0;
}

.allnews-item .allnews-item__title {
    font-size: 1.71429rem;
    color: #000;
    font-family: "Roboto-Bold", "Arial", sans-serif;
    line-height: 1.4;
    margin-bottom: 25px;
}

.allnews-item .allnews-item__description {
    margin-bottom: 10px;
    font-size: 1rem;
    color: #000;
    font-family: "Roboto-Regular", "Arial", sans-serif;
    line-height: 2;
    max-height: 200px;
    overflow: hidden;
}

.allnews-item .allnews-item__signature {
    margin-bottom: 15px;
}

.allnews-item .allnews-item__signature {
    text-align: center;
    font-size: 0.71429rem;
    letter-spacing: .5px;
    font-family: "Roboto-Light", "Arial", sans-serif;
    position: relative;
    text-transform: uppercase;
    color: #000;
}

.allnews-item .allnews-item__signature span {
    padding: 0 15px;
}

.allnews-item .allnews-item__signature span:first-child {
    border-right: 1px solid #000;
    line-height: 2;
}

form.content-page-form.restore-passw {
    padding-top: 165px;
}

.content-page-form label {
    width: 25%;
}

.content-page.aboutfull {
    background-color: #e7e7e7;
    background-image: none;
}

.content-page.aboutfull .title {
    margin-top: 40px;
}

.content-page.aboutfull .content-text {
    background-color: #d5dbdd;
    padding: 100px;
    padding-bottom: 130px;
    color: #000;
    font-size: 1.14286rem;
    font-family: "Roboto-Medium", "Arial", sans-serif;
    position: relative;
    margin-bottom: 100px;
    letter-spacing: 0.8px;
}

.content-page.aboutfull .content-text::after {
    content: '';
    position: absolute;
    background-color: #000;
    width: 81px;
    height: 6px;
    bottom: 40px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

@media only screen and (min-width: 500px) and (max-height: 480px) {
    .menu-icon.active {
        left: -5px;
    }
}

@media only screen and (min-width: 1241px) {
    .top-row {
        display: block !important;
    }
}

@media only screen and (max-width: 1240px) {
    .menu-icon {
        display: block;
    }

    .toggle-switch {
        top: 48px;
        right: 42px;
    }

    .top-row,
    .logo {
        display: none;
    }

    .overlaz,
    .overlay {
        margin: 0;
    }

    .main-header {
        text-align: left;
    }

    .main-header .top-row {
        position: absolute;
        width: 100%;
        height: 0;
        webkit-transition: height 0.35s ease-in;
        -webkit-transition: height 0.35s ease-in;
        -o-transition: height 0.35s ease-in;
        transition: height 0.35s ease-in;
    }

    .menu-icon.active ~ .top-row {
        position: fixed;
        z-index: 999;
        width: 100%;
        height: 100%;
        background: #000;
        -webkit-transition: height 0.6s ease-in 400ms;
        -o-transition: height 0.6s ease-in 400ms;
        transition: height 0.6s ease-in 400ms;
    }

    .main-header .top-row .container {
        height: 100%;
    }

    .top-row .container {
        padding: 0;
    }

    .main-navigation {
        margin-top: 23px;
        margin-bottom: 22px;
        position: relative;
        top: 140px;
        width: 100%;
        left: 50%;
        padding: 0 50px;
        -webkit-transform: translate(-50%);
        -ms-transform: translate(-50%);
        transform: translate(-50%);
        text-align: left;
    }

    .main-navigation li {
        display: block;
        border-bottom: 1px solid rgba(255, 255, 255, 0.5);
        padding-bottom: 0px;
    }

    .main-navigation li:nth-child(1) {
        -webkit-animation-delay: .4s;
        animation-delay: .4s;
    }

    .main-navigation li:nth-child(2) {
        -webkit-animation-delay: .5s;
        animation-delay: .5s;
    }

    .main-navigation li:nth-child(3) {
        -webkit-animation-delay: .6s;
        animation-delay: .6s;
    }

    .main-navigation li:nth-child(4) {
        -webkit-animation-delay: .7s;
        animation-delay: .7s;
    }

    .main-navigation li:nth-child(5) {
        -webkit-animation-delay: .8s;
        animation-delay: .8s;
    }

    .main-navigation li:nth-child(6) {
        -webkit-animation-delay: .9s;
        animation-delay: .9s;
    }

    .main-navigation li span {
        padding: 10px 0px;
        padding-top: 20px;
        display: block;
    }

    .main-navigation li a {
        -webkit-transition: color .2s linear;
        -o-transition: color .2s linear;
        transition: color .2s linear;
        padding: 10px 0px;
        display: block;
    }

    .wrapper-cabinet {
        margin-bottom: 14px;
        position: relative;
        top: 200px;
        text-align: left;
        display: block;
        width: 100%;
        left: 49px;
    }

    .wrapper-cabinet .phone {
        font-size: 1.28571rem;
        -webkit-animation-delay: 1.6s;
        animation-delay: 1.6s;
    }

    .wrapper-cabinet .order {
        -webkit-animation-delay: 2.4s;
        animation-delay: 2.4s;
    }

    .wrapper-cabinet .cabinet {
        -webkit-animation-delay: 2s;
        animation-delay: 2s;
    }

    .wrapper-cabinet .order,
    .wrapper-cabinet .cabinet {
        color: #b4b4b4;
        font-size: 1.14286rem;
        font-family: "Roboto-Light", "Arial", sans-serif;
        margin-top: 5px;
        letter-spacing: 2.3px;
        position: absolute;
        top: 43px;
        left: 0;
    }

    .wrapper-cabinet .order:before,
    .wrapper-cabinet .cabinet:before {
        content: '';
        position: absolute;
        height: 1px;
        width: 219px;
        background-color: #b8b8b8;
        top: -10px;
    }

    a.order.clearfix {
        top: 83px;
        margin-bottom: 30px;
    }

    .about-us__left .btn {
        right: 130px;
    }

    .about-us__right {
        width: 50%;
        padding-left: 25px;
        padding-bottom: 35px;
    }

    .about-us__right p {
        font-size: 1rem;
    }

    .title {
        font-size: 3.64286rem;
    }

    .services {
        min-height: 1135px;
    }

    .services-left {
        padding: 0 25px;
    }

    .services-left__content p {
        font-size: 1rem;
    }

    .hidden {
        display: none;
    }

    .menu-item {
        width: 130px;
        height: 130px;
    }

    .menu {
        position: absolute;
        left: 240px;
        top: 265px;
    }

    .menu-toggler {
        left: -20px;
    }

    .menu-toggler + label {
        left: -20px;
    }

    .menu-toggler:checked ~ ul .menu-item:nth-child(1) {
        -webkit-transform: rotate(0deg) translateX(-198px);
        -ms-transform: rotate(0deg) translateX(-198px);
        transform: rotate(0deg) translateX(-220px);
    }

    .menu-toggler:checked ~ ul .menu-item:nth-child(2) {
        -webkit-transform: rotate(45deg) translateX(-280px);
        -ms-transform: rotate(45deg) translateX(-280px);
        transform: rotate(45deg) translateX(-263px) translateY(47px);
    }

    .menu-toggler:checked ~ ul .menu-item:nth-child(3) {
        -webkit-transform: rotate(90deg) translateX(-198px);
        -ms-transform: rotate(90deg) translateX(-198px);
        transform: rotate(90deg) translateX(-153px) translateY(66px);
    }

    .menu-toggler:checked ~ ul .menu-item:nth-child(4) {
        -webkit-transform: rotate(135deg) translateX(-280px);
        -ms-transform: rotate(135deg) translateX(-280px);
        transform: rotate(135deg) translateX(-171px) translateY(45px);
    }

    .menu-toggler:checked ~ ul .menu-item:nth-child(5) {
        -webkit-transform: rotate(180deg) translateX(-198px);
        -ms-transform: rotate(180deg) translateX(-198px);
        transform: rotate(180deg) translateX(-88px);
    }

    .menu-toggler:checked ~ ul .menu-item:nth-child(6) {
        -webkit-transform: rotate(225deg) translateX(-280px);
        -ms-transform: rotate(225deg) translateX(-280px);
        transform: rotate(225deg) translateX(-171px) translateY(-47px);
    }

    .menu-toggler:checked ~ ul .menu-item:nth-child(7) {
        -webkit-transform: rotate(270deg) translateX(-198px);
        -ms-transform: rotate(270deg) translateX(-198px);
        transform: rotate(270deg) translateX(-154px) translateY(-65px);
    }

    .menu-toggler:checked ~ ul .menu-item:nth-child(8) {
        -webkit-transform: rotate(315deg) translateX(-280px);
        -ms-transform: rotate(315deg) translateX(-280px);
        transform: rotate(315deg) translateX(-264px) translateY(-47px);
    }

    svg.svg-items.auto {
        width: 50px;
        margin-top: 13px;
    }

    svg.svg-items.sea {
        width: 70px;
        margin-top: 27px;
    }

    svg.svg-items.air {
        width: 70px;
        margin-top: 20px;
    }

    svg.svg-items.stock {
        margin-top: 25px;
        width: 55px;
        margin-left: 0px;
    }

    svg.svg-items.box {
        margin-top: 14px;
        width: 70px;
    }

    svg.svg-items.consalting {
        margin-top: 15px;
        margin-left: 3px;
        width: 70px;
    }

    svg.svg-items.fullfilment {
        margin-top: 31px;
        margin-left: 0px;
        width: 70px;
    }

    svg.svg-items.mitni {
        margin-top: 20px;
        margin-left: 9px;
        width: 60px;
    }

    b.signature {
        font-size: 0.85714rem;
    }

    .news-content {
        height: 600px;
    }

    .top-content {
        height: 51%;
    }

    .news-content__right .bottom-content {
        height: auto;
    }

    .slider .slider-title {
        margin-top: 30px;
    }

    button.slick-prev.slick-arrow {
        left: -27px;
    }

    button.slick-next.slick-arrow {
        right: -20px;
    }

    .slider .slider-title {
        font-size: 1.3rem;
    }

    .slider .slider-content {
        font-size: 0.92rem;
    }

    button.slick-prev.slick-arrow,
    button.slick-next.slick-arrow {
        background-repeat: no-repeat;
        top: 115px;
    }

    .footer__content-left {
        width: 435px;
        height: 435px;
        position: relative;
        top: 50px;
    }

    .footer__content-right {
        left: 26%;
    }

    .content-page .title,
    .content-page.aboutfull .title {
        margin-top: 95px;
    }

    .my-account__header {
        height: 80px;
        width: 100%;
        position: absolute;
    }

    .my-account__header .menu-icon {
        top: 20px;
        background-color: rgba(0, 0, 0, 0.1);
    }

    .my-account__header .wrapper-cabinet .onlineQuerry {
        top: 80px;
    }

    .my-account__header .wrapper-cabinet span {
        position: absolute;
        top: 43px;
        -webkit-animation-delay: 2s;
        animation-delay: 2s;
    }

    .my-account__header .wrapper-cabinet span:after {
        content: '';
        position: absolute;
        height: 1px;
        width: 219px;
        background-color: #b8b8b8;
        top: -10px;
        left: 0;
    }

    .new-content__img {
        width: 50%;
    }
}

@media only screen and (max-width: 992px) {
    .overlaz,
    .overlay,
    video {
        display: none;
    }

    .main-header {
        background: url(../img/header-bg-sm.jpg) center no-repeat;
        -webkit-background-size: cover;
        background-size: cover;
    }

    .about-us__right,
    .about-us__left {
        width: 100%;
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
        padding: 0 25px;
    }

    .about-right__content {
        max-width: 100%;
        padding-bottom: 50px;
    }

    .about-us__left {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
        min-height: 400px;
        background: #f2f2f2 url(../img/about-us.jpg) 100% 100% no-repeat;
    }

    .about-us__left .btn {
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        width: 226px;
    }

    .about-us__right p {
        font-size: 1.4rem;
        max-width: 100%;
        padding: 0 30px;
    }

    a.more-info {
        position: absolute;
        right: 30px;
        left: auto;
        margin-top: -5px;
    }

    .title {
        font-size: 4.64286rem;
    }

    .title span {
        margin-top: 5px;
    }

    .services-left,
    .services-right {
        width: 100%;
        min-height: 525px;
    }

    .services-left__content {
        max-width: 100%;
    }

    .services-left__content p {
        max-width: 100%;
        max-height: 335px;
        font-size: 1.28571rem;
    }

    .menu {
        left: 50%;
    }

    .news .container {
        padding: 0;
    }

    .news-content__left {
        display: none;
    }

    .news-content__right {
        width: 100%;
    }

    .slider .slider-title {
        font-size: 1.7rem;
        margin-top: 10px;
        margin-bottom: 20px;
    }

    button.slick-next.slick-arrow {
        right: -15px;
    }

    button.slick-prev.slick-arrow {
        left: -20px;
    }

    .main-footer {
        text-align: left;
    }

    .main-footer .title {
        text-align: left;
    }

    .footer__content-left {
        width: 275px;
        height: 275px;
        left: 45px;
        top: 20px;
        margin-bottom: 68px;
    }

    .main-footer__form {
        width: 50%;
        left: 50%;
        -webkit-transform: translate(-50%);
        -ms-transform: translate(-50%);
        transform: translate(-50%);
        position: relative;
        text-align: center;
    }

    .social-links,
    .footer-signature {
        text-align: center;
    }

    .footer__content-left .bg-rect-left {
        width: 178px;
        height: 178px;
    }

    .navigation-rect {
        width: 202px;
        height: 198px;
    }

    .navigation-rect ul {
        top: 20px;
    }

    .footer__content-right {
        width: 265px;
        height: 198px;
        position: relative;
        left: 55%;
        margin-bottom: 120px;
    }

    .address-block {
        left: -175px;
        top: 60px;
    }

    .address-block b {
        font-size: 1.71429rem;
        left: 0;
    }

    .footer__content-right .bg-rect-right {
        width: 140px;
        height: 140px;
    }

    .footer__content-right .telephone-rect {
        width: 140px;
        height: 140px;
    }

    .main-footer__form {
        width: 80%;
    }

    .content-page-form label {
        width: 150px;
    }

    label.restore-passw__label {
        width: 250px;
    }

    br.form-hidden.rest {
        display: block;
    }

    form.content-page-form.restore-passw input {
        margin-top: 15px;
        width: 100%;
    }

    .new-content__title {
        width: 100%;
    }

    .new-content img {
        width: 100%;
        margin-bottom: 10px;
    }

    .allnews-item {
        width: 100%;
    }
}

@media only screen and (max-width: 768px) {
    .center-block {
        padding-left: 45px;
        padding-right: 25px;
        width: 70%;
    }

    .center-block .btn {
        padding: 17.5px 17px;
        padding-left: 20px;
    }

    .center-block:before {
        width: 26px;
        height: 4px;
        left: 12px;
        top: 41px;
    }

    .center-block h1 {
        font-size: 2.85714rem;
    }

    .center-block p {
        font-size: 1.14286rem;
    }

    .menu-icon.active ~ .top-row {
        overflow-y: scroll;
    }

    .title {
        font-size: 3.42857rem;
    }

    .about-us__right {
        padding: 0 25px;
        padding-bottom: 35px;
    }

    .about-us__right p {
        padding: 0;
        max-height: 450px;
    }

    a.more-info {
        margin-top: 10px;
    }

    .top-content {
        height: 45%;
    }

    .bottom-content__title {
        font-size: 3.64286rem;
    }

    .news-content__right .bottom-content {
        text-align: center;
        background-color: #d6d6d6;
        height: 50%;
        position: relative;
        padding: 0px;
    }

    .slider .slider-content {
        font-size: 0.92rem;
        padding: 0 40px;
        max-height: 150px;
    }

    button.slick-prev.slick-arrow,
    button.slick-next.slick-arrow {
        top: 135px;
    }

    button.slick-prev.slick-arrow {
        left: 0px;
    }

    button.slick-next.slick-arrow {
        right: 3px;
    }

    .footer__content-left {
        top: 40px;
    }

    .footer__content-left {
        margin-bottom: 170px;
    }

    .footer__content-right {
        left: 42%;
    }

    form.content-page-form.restore-passw {
        padding-top: 50px;
    }

    .content-page.aboutfull .content-text {
        background: none;
        padding: 0;
        padding-bottom: 130px;
    }

    .content-page-form {
        width: 100%;
        position: relative;
        background-color: transparent;
        text-align: left;
        padding: 0;
        margin-bottom: 80px;
    }

    .content-page-form input,
    .content-page-form textarea {
        width: 100%;
    }

    .content-page-form label {
        margin-bottom: 10px;
    }

    a.content-page.forgot {
        bottom: 0;
    }

    a.content-page.registration {
        bottom: 40px;
    }

    .login-checkbox input[type="checkbox"] + .checkbox-indicator {
        left: 160px;
        top: 6px;
    }

    .content-page .title {
        font-size: 3.14286rem;
    }

    .form-hidden {
        display: block;
    }

    .new-content {
        background: transparent;
    }

    .new-content__img {
        width: 100%;
        float: none;
    }

    .new-content__title {
        font-size: 1.71429rem;
    }
}

@media only screen and (min-width: 320px) and (max-width: 480px) {
    .scrollup {
        right: 10px;
        bottom: 30px;
    }

    .center-block {
        padding: 0 25px;
        width: 100%;
    }

    .center-block:before {
        width: 18px;
        height: 2px;
        left: 3px;
        top: 20px;
    }

    .center-block h1 {
        font-size: 1.42857rem;
    }

    .center-block p {
        font-size: 1rem;
        width: 95%;
    }

    .title {
        font-size: 2.57143rem;
    }

    .title span {
        font-size: 1.71429rem;
    }

    .about-us__right p {
        font-size: 1rem;
        max-width: 100%;
        /*min-height: 430px;*/
    }

    .about-us__left {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
        min-height: 280px;
    }

    .about-us__left .btn {
        padding: 18px 0;
        text-align: center;
    }

    .services-left__content p {
        max-height: 400px;
        font-size: 1rem;
    }

    .menu-item {
        width: 90px;
        height: 90px;
    }

    .services-right {
        min-height: 500px;
        background: #fefefe url("../img/services-mobile.jpg") top center no-repeat;
    }

    .menu-toggler:checked ~ ul .menu-item:nth-child(1) {
        -webkit-transform: rotate(0deg) translateX(-151px);
        -ms-transform: rotate(0deg) translateX(-151px);
        transform: rotate(0deg) translateX(-151px);
    }

    .menu-toggler:checked ~ ul .menu-item:nth-child(2) {
        -webkit-transform: rotate(45deg) translateX(-179px) translateY(34px);
        -ms-transform: rotate(45deg) translateX(-179px) translateY(34px);
        transform: rotate(45deg) translateX(-179px) translateY(34px);
    }

    .menu-toggler:checked ~ ul .menu-item:nth-child(3) {
        -webkit-transform: rotate(90deg) translateX(-103px) translateY(47px);
        -ms-transform: rotate(90deg) translateX(-103px) translateY(47px);
        transform: rotate(90deg) translateX(-103px) translateY(47px);
    }

    .menu-toggler:checked ~ ul .menu-item:nth-child(4) {
        -webkit-transform: rotate(135deg) translateX(-113px) translateY(33px);
        -ms-transform: rotate(135deg) translateX(-113px) translateY(33px);
        transform: rotate(135deg) translateX(-113px) translateY(33px);
    }

    .menu-toggler:checked ~ ul .menu-item:nth-child(5) {
        -webkit-transform: rotate(180deg) translateX(-57px);
        -ms-transform: rotate(180deg) translateX(-57px);
        transform: rotate(180deg) translateX(-57px);
    }

    .menu-toggler:checked ~ ul .menu-item:nth-child(6) {
        -webkit-transform: rotate(225deg) translateX(-111px) translateY(-33px);
        -ms-transform: rotate(225deg) translateX(-111px) translateY(-33px);
        transform: rotate(225deg) translateX(-111px) translateY(-33px);
    }

    .menu-toggler:checked ~ ul .menu-item:nth-child(7) {
        -webkit-transform: rotate(270deg) translateX(-102px) translateY(-47px);
        -ms-transform: rotate(270deg) translateX(-102px) translateY(-47px);
        transform: rotate(270deg) translateX(-102px) translateY(-47px);
    }

    .menu-toggler:checked ~ ul .menu-item:nth-child(8) {
        -webkit-transform: rotate(315deg) translateX(-179px) translateY(-35px);
        -ms-transform: rotate(315deg) translateX(-179px) translateY(-35px);
        transform: rotate(315deg) translateX(-179px) translateY(-35px);
    }

    svg.svg-items.auto {
        width: 40px;
        top: -15px;
    }

    svg.svg-items.sea {
        width: 50px;
        top: -22px;
    }

    svg.svg-items.air {
        width: 50px;
        top: -15px;
    }

    svg.svg-items.stock {
        width: 40px;
        top: -24px;
    }

    svg.svg-items.box {
        width: 50px;
        top: -22px;
    }

    svg.svg-items.consalting {
        width: 55px;
        top: -22px;
    }

    svg.svg-items.fullfilment {
        width: 50px;
        top: -28px;
    }

    svg.svg-items.mitni {
        width: 40px;
        top: -26px;
    }

    .svg-items {
        position: relative;
    }

    b.signature {
        font-size: 0.64286rem;
        line-height: 9px;
    }

    .menu-toggler {
        left: -29px;
    }

    .menu-toggler + label {
        left: -29px;
    }

    .slider-item {
        height: 100%;
        padding: 0 20px;
    }

    .slider .slider-title {
        font-size: 1.28571rem;
        margin-bottom: 10px;
    }

    .hidd {
        display: none;
    }

    .slider .slider-content {
        font-size: 11px;
        line-height: 22px;
        padding: 0 20px;
        max-height: 150px;
    }

    .footer__content-left {
        left: -7px;
    }

    .address-block b {
        font-size: 1.42857rem;
        left: 0;
    }

    .address-block p {
        font-size: 1.14286rem;
    }

    .address-block {
        left: -110px;
        top: 71px;
    }

    .footer__content-right {
        left: 18px;
    }

    .footer__content-right .telephone-rect {
        right: 79px;
        top: -19px;
    }

    .footer-hid {
        display: block;
    }

    .address-block {
        left: -14px;
        top: 38px;
    }

    .social-links li {
        margin: 0 24px;
    }

    .footer-signature {
        font-size: 1rem;
    }

    .address-block {
        left: -42px;
        top: 59px;
    }

    .address-block p {
        font-size: 1.14286rem;
    }

    .address-block .footer-adr {
        font-size: 0.85714rem;
    }

    .footer__content-left {
        top: 66px;
        margin-bottom: 220px;
    }

    .footer__content-right {
        left: 20px;
    }

    .content-page.aboutfull .content-text {
        font-size: 1rem;
    }

    .content-page .title {
        font-size: 2rem;
    }

    .content-page .title span {
        font-size: 1.42857rem;
    }

    .content-page-form label {
        font-size: 1.42857rem;
    }

    .content-page-form .form-btn {
        padding: 14px 47px;
        font-size: 1.28571rem;
    }

    .content-page-form .content-page__link {
        right: 0;
    }

    .new-content {
        padding: 20px 0;
        background-color: transparent;
    }

    .new-content .new-content__img {
        padding-right: 0px;
    }

    .new-content .new-content__description {
        font-size: 1rem;
    }

    .allnews-item {
        padding: 20px;
    }

    .allnews-item .allnews-item__title {
        font-size: 1.42857rem;
    }

    .allnews-item .allnews-item__description {
        line-height: 1.4;
    }
}

/*# sourceMappingURL=main.css.map */

.intro-text {
    text-align: justify;
}

.intro-text p {
    text-indent: 30px;
    margin: 0;
}
