/*!
Theme Name: charta
Author: akolesnov
Version: 1.0.0
Text Domain: charta
*/

/* russo-one-regular - latin_cyrillic */
@font-face {
    font-family: 'Russo One';
    font-style: normal;
    font-weight: 400;
    src: url("../fonts/russo-one-v9-latin_cyrillic-regular.eot");
    /* IE9 Compat Modes */
    src: local(""), url("../fonts/russo-one-v9-latin_cyrillic-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/russo-one-v9-latin_cyrillic-regular.woff2") format("woff2"), url("../fonts/russo-one-v9-latin_cyrillic-regular.woff") format("woff"), url("../fonts/russo-one-v9-latin_cyrillic-regular.ttf") format("truetype"), url("../fonts/russo-one-v9-latin_cyrillic-regular.svg#RussoOne") format("svg");
    /* Legacy iOS */ }

/* roboto-regular - latin_cyrillic */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url("../fonts/roboto-v27-latin_cyrillic-regular.eot");
    /* IE9 Compat Modes */
    src: local(""), url("../fonts/roboto-v27-latin_cyrillic-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-v27-latin_cyrillic-regular.woff2") format("woff2"), url("../fonts/roboto-v27-latin_cyrillic-regular.woff") format("woff"), url("../fonts/roboto-v27-latin_cyrillic-regular.ttf") format("truetype"), url("../fonts/roboto-v27-latin_cyrillic-regular.svg#Roboto") format("svg");
    /* Legacy iOS */ }

/* roboto-500 - latin_cyrillic */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    src: url("../fonts/roboto-v27-latin_cyrillic-500.eot");
    /* IE9 Compat Modes */
    src: local(""), url("../fonts/roboto-v27-latin_cyrillic-500.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-v27-latin_cyrillic-500.woff2") format("woff2"), url("../fonts/roboto-v27-latin_cyrillic-500.woff") format("woff"), url("../fonts/roboto-v27-latin_cyrillic-500.ttf") format("truetype"), url("../fonts/roboto-v27-latin_cyrillic-500.svg#Roboto") format("svg");
    /* Legacy iOS */ }

/* roboto-700 - latin_cyrillic */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    src: url("../fonts/roboto-v27-latin_cyrillic-700.eot");
    /* IE9 Compat Modes */
    src: local(""), url("../fonts/roboto-v27-latin_cyrillic-700.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-v27-latin_cyrillic-700.woff2") format("woff2"), url("../fonts/roboto-v27-latin_cyrillic-700.woff") format("woff"), url("../fonts/roboto-v27-latin_cyrillic-700.ttf") format("truetype"), url("../fonts/roboto-v27-latin_cyrillic-700.svg#Roboto") format("svg");
    /* Legacy iOS */ }

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #000000;
    margin: 0;
    padding: 0;
    outline: none; }

body {
    font-family: 'Russo One';
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow-x: hidden; }

html, body {
    min-height: 100vh !important;
    height: 100% !important;
    margin: 0; }

main {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto; }

footer, header {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto; }

*::before, *::after {
    max-width: 100%; }

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

li {
    margin: 0;
    padding: 0; }

img, svg {
    display: block;
    max-height: 100%;
    max-width: 100%; }

h1, h2, h3, h4, h5, h6 {
    font-size: 1.15rem;
    margin: 0;
    padding: 0;
    line-height: 1;
    color: #000000;
    text-decoration: none;
    font-family: 'Russo One'; }

p, span, a {
    margin: 0;
    padding: 0;
    font-size: 1rem;
    line-height: 1;
    color: #000000;
    font-family: 'Russo One';
    text-decoration: none;
    outline: none; }
p:hover, span:hover, a:hover {
    text-decoration: none; }

input {
    max-width: 100%; }

.header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    padding-top: 8px;
    z-index: 100;
    height: 60px; }
.header::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 58px;
    width: 100%;
    height: 1px;
    background: #FFFFFF; }
.header__logo {
    display: block;
    width: 136px; 
	padding-top: 20px;
	color: white;
	font-size: 20px;
}
.header__logo svg {
    width: 100%;
    height: 100%; }
.header__call-block, .header__btn-block, .header__nav {
    display: none; }
.header__burger {
    padding-top: 5px; }
.header__nav {
    padding-top: 58px;
    padding-bottom: 52px; }
.header__nav-menu li {
    text-align: center;
    margin-bottom: 30px; }
.header__nav-menu li a {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 28px;
    color: #FFFFFF; }
.header__nav-menu li:last-child {
    margin-bottom: 0; }
.header__call {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin: 0 auto 30px; }
.header__call svg {
    width: 18px;
    height: 18px;
    margin-right: 14px; }
.header__call span {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    color: #FFFFFF; }
.header__call-btn {
    background: transparent;
    display: block;
    width: 175px;
    height: 45px;
    line-height: 45px;
    border: 1px solid #FFFFFF;
    color: #FFFFFF;
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    margin: 0 auto; }

.hidden {
    overflow: hidden; }

.open.header {
    height: 100%;
    background: #004358;
    padding-bottom: 60px;
    overflow-y: scroll; }
.open.header .header__call-block, .open.header .header__btn-block, .open.header .header__nav {
    display: block; }

#burger {
    width: 35px;
    max-width: 35px;
    z-index: 100;
    position: relative;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    height: 30px;
    margin-left: auto;
    margin-right: 0; }
#burger span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background-color: #FFFFFF;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    transition: .25s ease-in-out; }
#burger span:nth-child(1) {
    top: 0px; }
#burger span:nth-child(2),
#burger span:nth-child(3) {
    top: 13px; }
#burger span:nth-child(4) {
    top: 26px; }

#burger.change span:nth-child(1) {
    top: 15px;
    width: 0%;
    left: 50%; }

#burger.change span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); }

#burger.change span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg); }

#burger.change span:nth-child(4) {
    top: 15px;
    width: 0%;
    left: 50%; }

.header.scroll {
    background: -webkit-gradient(linear, left top, left bottom, from(#004358), color-stop(139.04%, rgba(0, 67, 88, 0.5)));
    background: linear-gradient(180deg, #004358 0%, rgba(0, 67, 88, 0.5) 139.04%);
    -webkit-box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.14);
    box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.14); }

.footer {
    padding-top: 24px;
    padding-bottom: 64px; }
.footer__logo {
    display: block;
    width: 200px;
    height: 52px;
    margin: 0 auto 15px; }
.footer__logo svg {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain; }
.footer__desc {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    margin-bottom: 20px; }
.footer__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin: 0 auto 20px; }
.footer__link svg {
    width: 18px;
    height: 18px;
    margin-right: 14px; }
.footer__link span {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px; }
.footer__btn {
    width: 165px;
    height: 47px;
    line-height: 47px;
    text-align: center;
    margin: 0 auto 20px; }
.footer__politic {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    margin: 0 auto 8px;
    display: block;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content; }
.footer__author, .footer__author a {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    text-align: center; }

@media (min-width: 768px) {
    .footer {
        padding-top: 20px;
        padding-bottom: 24px; }
    .footer__logo {
        margin: 0 0 10px; }
    .footer__desc {
        text-align: left;
        margin-bottom: 0; }
    .footer__line {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 30px; }
    .footer__link {
        margin: 0;
        margin-right: 30px; }
    .footer__btn {
        margin: 0; }
    .footer__politic {
        margin: 0 0 8px auto;
        display: block;
        text-align: right; }
    .footer__author, .footer__author a {
        text-align: right; } }

@media (min-width: 1200px) {
    .footer {
        padding-bottom: 30px; }
    .footer__line {
        margin-bottom: 35px; } }

.overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #004358;
    z-index: 1000;
    left: 0;
    top: 0;
    display: none; }
.overlay .close-btn {
    display: block;
    width: 52px;
    height: 52px;
    position: absolute;
    right: 15px;
    top: 15px;
    -webkit-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
    cursor: pointer;
    z-index: 1005; }
.overlay .close-btn::before, .overlay .close-btn::after {
    content: '';
    background: #FFFFFF;
    display: block;
    position: absolute; }
.overlay .close-btn::before {
    width: 3px;
    height: 52px;
    top: 0;
    left: calc(50% - 1.5px); }
.overlay .close-btn::after {
    width: 52px;
    height: 3px;
    top: calc(50% - 1.5px);
    left: 0; }
.overlay .container {
    position: relative; }

.modal {
    padding-top: 112px; }
.modal__title {
    margin-bottom: 18px;
    text-align: center; }
.modal__input {
    margin-bottom: 10px; }
.modal__input label {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 13px;
    color: #FFFFFF;
    display: inline-block; }
.modal__input input {
    height: 48px;
    line-height: 48px;
    padding: 0 10px;
    display: block;
    width: 100%; }
.modal__input:nth-child(2) {
    margin-bottom: 30px; }
.modal__text p, .modal__text a {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 13px;
    color: #FFFFFF; }
.modal__text b {
    color: #FFFFFF;
    font-weight: bold;
}
.modal .btn {
    width: 100%;
    margin-bottom: 20px; }
.modal__politics, .modal__politics a {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 14px;
    color: #FFFFFF; }

#modal-p {
    z-index: 1001; }
#modal-p .modal {
    overflow-y: auto; }

@media (min-width: 768px) {
    .modal {
        padding-top: 200px; }
    .modal__title {
        margin-bottom: 35px; }
    .modal__input {
        margin-bottom: 20px; }
    .modal__input:nth-child(2) {
        margin-bottom: 40px; }
    #modal-p .modal {
        padding-top: 100px;
        height: 100%; }
    #modal-p .modal .modal__title {
        font-size: 30px; } }

@media (min-width: 1200px) {
    .overlay .container, .overlay .row {
        height: 100%; }
    .modal {
        padding-top: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        height: -webkit-max-content;
        height: -moz-max-content;
        height: max-content; }
    #modal-p .modal {
        top: 0;
        -webkit-transform: translateY(0);
        transform: translateY(0); } }

.main {
    background-image: url("../img/mainM.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding-top: 160px;
    height: 600px; }
.main__title {
    font-size: 27px;
    font-weight: 400;
    line-height: 33px;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 60px; }
.main .btn {
    margin: 0 auto; }

.btn {
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 45px;
    color: #FFFFFF;
    padding: 0 24px;
    background: #FF8A00;
    border: 1px solid #FF8A00;
    display: block; }

.video {
    padding-top: 34px;
    padding-bottom: 30px; }
.video__wrap {
    width: 300px;
    height: 140px;
    margin: 0 auto;
    position: relative; }
.video__wrap iframe, .video__wrap img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    z-index: 5; }
.video__wrap .video-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 28px;
    height: 32px;
    border: none;
    background-color: transparent;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding: 0;
    outline: none;
    cursor: pointer;
    z-index: 6; }
.video__wrap .video-btn svg {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain; }
.video__wrap:hover {
    cursor: pointer; }

.title {
    font-weight: normal;
    font-size: 24px;
    line-height: 29px;
    color: #FFFFFF; }

.blue {
    background: linear-gradient(276deg, #006E91 27.03%, #004358 69.2%);
    padding-top: 30px;
    padding-bottom: 40px; }
.blue__title {
    margin-bottom: 10px;
    text-align: center; }
.blue__text {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #FFFFFF; }

.transportation {
    background: linear-gradient(173.15deg, rgba(0, 0, 0, 0.71) 25.97%, rgba(255, 255, 255, 0) 89.18%), url("../img/map.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 40px 0; }
.transportation__title {
    margin-bottom: 10px; }
.transportation__text {
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    color: #F7F7F7;
    margin-bottom: 30px; }
.transportation .btn {
    margin-bottom: 30px; }
.transportation__map img {
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center; }

.blue-2 {
    background: linear-gradient(276deg, #006E91 27.03%, #004358 69.2%);
    padding-top: 25px;
    padding-bottom: 50px; }
.blue-2__title {
    text-align: center;
    font-weight: 500; }

.blue-2-2 .blue-2__title {
    margin-bottom: 10px; }

.business {
    padding: 10px 0; }
.business__title {
    color: #004358;
    margin-bottom: 20px;
    text-align: center; }
.business__img {
    height: 195px;
    overflow: hidden;
    position: relative; }
.business__img img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center; }
.business__img span {
    font-family: Roboto;
    font-style: normal;
    font-weight: 900;
    font-size: 55px;
    line-height: 64px;
    color: #FFFFFF;
    position: absolute;
    left: 0;
    bottom: 0; }
.business__name {
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 16px;
    color: #464646;
    padding: 12px 0 5px; }
.business__text {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    padding-bottom: 20px; }

.coverage {
    background: linear-gradient(276deg, #006E91 27.03%, #004358 69.2%);
    padding-top: 35px;
    padding-bottom: 23px; }
.coverage__title {
    max-width: 320px; }
.coverage__text {
    padding-top: 10px;
    padding-bottom: 28px; }
.coverage__text p {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    color: #FFFFFF;
    margin-bottom: 10px; }
.coverage__text p:last-child {
    margin-bottom: 0; }
.coverage__btn {
    margin-bottom: 28px; }

.advantages {
    padding-top: 33px;
    padding-bottom: 60px; }
.advantages__title {
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 21px;
    text-align: center;
    color: #464646;
    margin-bottom: 27px; }

.advantage {
    margin-bottom: 30px; }
.advantage:last-child {
    margin-bottom: 0; }
.advantage__img svg {
    width: 76px;
    height: 76px;
    margin: 0 auto; }
.advantage__name {
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 23px;
    text-align: center;
    color: #464646;
    padding: 10px 0; }
.advantage__text {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    color: #464646; }

.choise {
    background: #FF8A00;
    padding-top: 28px;
    padding-bottom: 36px; }
.choise__title {
    margin-bottom: 30px;
    text-align: center; }
.choise__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px; }
.choise__item svg {
    width: 45px;
    height: 45px;
    min-width: 45px; }
.choise__item p {
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 16px;
    color: #FFFFFF;
    padding-left: 10px; }
.choise__wrap {
    margin-bottom: 10px; }
.choise__btn {
    border: 2px solid #FFFFFF;
    margin: 0 auto; }

.about {
    padding-top: 30px;
    padding-bottom: 40px; }
.about__title {
    color: #000000; }
.about__text {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    padding: 10px 0; }
.about__text-bold {
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 25px; }
.about__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
.about .row-item {
    margin-bottom: 20px; }
.about .row-item:first-child {
    margin-right: 25px; }
.about .row-item__num {
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 45px;
    line-height: 53px;
    color: #FF8A00;
    display: block; }
.about .row-item__txt {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    color: #464646; }
.about__big-txt {
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 21px;
    padding-top: 10px;
    margin-bottom: 20px; }
.about__check-txt {
    position: relative;
    padding-left: 25px;
    margin-bottom: 16px; }
.about__check-txt svg {
    position: absolute;
    left: 0;
    top: 5px;
    width: 15px;
    height: 12px; }
.about__check-txt span {
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 21px; }

.team {
    padding-top: 40px;
    background: #F7F7F7; }
.team__title {
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 28px;
    color: #464646; }
.team__text {
    padding-top: 11px;
    padding-bottom: 40px; }
.team__text p {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    color: #464646;
    margin-bottom: 10px; }
.team__text p:last-child {
    margin-bottom: 0; }
.team__img {
    height: 0;
    padding-bottom: 82%;
    position: relative;
    overflow: hidden;
    margin-bottom: 22px; }
.team__img img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center; }
.team__name {
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    color: #004358;
    margin-bottom: 10px;
    text-align: center; }
.team__post {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    text-align: center; }

.slick-prev, .slick-next {
    width: 26px;
    height: 45px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 10; }

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

.slick-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
.slick-dots li {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #FF8A00; }
.slick-dots li button {
    width: 10px;
    height: 10px; }
.slick-dots li button::before {
    content: ''; }
.slick-dots li.slick-active {
    width: 15px;
    height: 15px; }

.workers {
    padding-top: 70px;
    padding-bottom: 90px; }
.workers .slick-prev, .workers .slick-next {
    top: 40%; }
.workers .slick-prev {
    background-image: url("../img/prevW.png");
    left: 25px; }
.workers .slick-next {
    background-image: url("../img/nextW.png");
    right: 25px; }
.workers .slick-dots {
    bottom: 53px; }

.slick-dotted.slick-slider {
    margin-bottom: 0; }

.worker__photo {
    height: 0;
    padding-bottom: 95%;
    position: relative;
    overflow: hidden; }
.worker__photo img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center; }

.worker__info {
    background: #FFFFFF;
    padding: 13px 14px 50px; }

.worker__name {
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    color: #004358;
    margin-bottom: 10px; }

.worker__post {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px; }

.partners {
    padding-top: 34px;
    padding-bottom: 76px; }
.partners__title {
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 28px;
    color: #004358;
    margin-bottom: 15px;
    text-align: center; }
.partners__wrap .slick-prev, .partners__wrap .slick-next {
    top: 40%; }
.partners__wrap .slick-prev {
    background-image: url("../img/prevO.png");
    left: 25px; }
.partners__wrap .slick-next {
    background-image: url("../img/nextO.png");
    right: 25px; }
.partners .slick-dots {
    bottom: -48px; }

.partner img {
    margin: 0 auto;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center; }

.recommended {
    background: #F7F7F7;
    padding-top: 40px;
    padding-bottom: 80px; }
.recommended__title {
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 28px; }
.recommended__text {
    padding-top: 15px;
    padding-bottom: 30px;
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px; }
.recommended__slider .slick-prev, .recommended__slider .slick-next {
    top: 160px; }
.recommended__slider .slick-prev {
    background-image: url("../img/prevW.png");
    left: 25px; }
.recommended__slider .slick-next {
    background-image: url("../img/nextW.png");
    right: 25px; }
.recommended__slider .slick-dots {
    bottom: -45px; }

.recommend__company {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 44px;
    background: rgba(0, 67, 88, 0.67);
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 44px;
    color: #FFFFFF;
    padding: 0 6px; }

.recommend__img {
    height: 244px;
    position: relative; }
.recommend__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center; }

.recommend__info {
    background: #FFFFFF;
    padding: 10px 10px 32px; }

.recommend__name {
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 15.431px;
    line-height: 18px;
    color: #2C2C2C;
    margin-bottom: 5px; }

.recommend__post {
    font-family: Roboto;
    font-style: italic;
    font-weight: normal;
    font-size: 13.7165px;
    line-height: 16px;
    margin-bottom: 12px; }

.recommend__txt {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 13.7165px;
    line-height: 16px;
    margin-bottom: 18px; }

.recommend__link {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 13.7165px;
    line-height: 16px;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    color: #FF8A00; }

.contacts {
    background: linear-gradient(276deg, #006E91 27.03%, #004358 69.2%);
    padding-top: 40px;
    padding-bottom: 47px; }
.contacts__title {
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 28px;
    color: #FFFFFF;
    margin-bottom: 10px; }
.contacts__text {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    color: #FFFFFF;
    margin-bottom: 25px; }
.contacts__input span {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    color: #FFFFFF;
    margin-bottom: 12px;
    display: inline-block; }
.contacts__input input, .contacts__input textarea {
    background: #FFFFFF;
    border: 1px solid #888888;
    width: 100%;
    margin-bottom: 15px; }
.contacts__input textarea {
    padding: 10px;
    min-height: 140px; }
.contacts__input input {
    height: 48px;
    line-height: 48px;
    padding: 0 10px; }
.contacts__btn {
    width: 100%;
    margin-bottom: 36px; }
.contacts__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 35px; }
.contacts__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 15px; }
.contacts__item svg {
    height: 18px;
    width: 18px;
    margin-right: 15px; }
.contacts__item span {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    color: #FFFFFF; }

.contacts__item:last-child {
    margin-bottom: 0; }
.contacts__map {
    height: 190px; }
.contacts__map iframe {
    height: 100%;
    width: 100%;
    -o-object-position: center;
    object-position: center; }
.contacts .container {
    position: relative; }
.contacts .arrow-up {
    position: absolute;
    right: 15px;
    bottom: -36px; }
.contacts__phone {
	margin-bottom:30px;
	
}
.contacts__item--flex {
	display:flex;
	flex-direction: column;
}
.contacts__item--address {
	margin-bottom:20px;
}

.contacts__title-phone {
		 font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    line-height: 28px;
    color: #FFFFFF;
     
	}


.thanks {
    height: 100%;
    background: #004358;
    padding-top: 160px;
    padding-bottom: 70px; }
.thanks svg {
    width: 104px;
    height: 104px;
    margin: 0 auto 30px; }
.thanks__title {
    font-family: Russo One;
    font-style: normal;
    font-weight: normal;
    font-size: 32px;
    line-height: 39px;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 50px; }
.thanks__btn {
    height: 45px;
    width: 190px;
    display: block;
    margin: 0 auto;
    border: 1px solid #FFFFFF;
    text-align: center;
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 45px;
    color: #FFFFFF; }

@media (min-width: 768px) {
    .container {
        max-width: 738px; }
    .header {
        height: 70px; }
    .header::before {
        top: 69px; }
    .header__logo {
        width: 202px;
        height: 52px; }
    .header__nav {
        padding-top: 80px;
        padding-bottom: 109px; }
    .header__nav-menu li {
        margin-bottom: 60px; }
    .main {
        background-image: url("../img/mainD.jpg");
        padding-top: 375px;
        height: 960px; }
    .main__title {
        font-size: 45px;
        line-height: 54px;
        max-width: 620px;
        margin-left: auto;
        margin-right: auto; }
    .video {
        padding-top: 54px;
        padding-bottom: 60px; }
    .video__wrap {
        width: 620px;
        height: 350px; }
    .video .video-btn {
        width: 58px;
        height: 68px; }
    .blue {
        padding: 58px 0; }
    .blue .col-md-10 {
        padding: 0; }
    .blue__title {
        margin-bottom: 15px; }
    .title {
        font-size: 32px;
        line-height: 39px; }
    .transportation {
        background: linear-gradient(90.01deg, rgba(0, 0, 0, 0.71) 32.27%, rgba(255, 255, 255, 0) 99.99%), url("../img/map.jpg");
        padding-bottom: 60px;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center; }
    .transportation__title {
        margin-bottom: 15px;
        margin-right: -10px; }
    .transportation__text {
        margin-bottom: 34px; }
    .transportation .btn {
        margin-bottom: 0; }
    .transportation__map {
        height: 100%;
        margin-right: -25px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
    .blue-2 {
        padding-top: 45px; }
    .business {
        padding: 40px 0; }
    .business__title {
        margin-bottom: 40px; }
    .business__text {
        padding-bottom: 0; }
    .coverage {
        background: linear-gradient(276deg, #006E91 27.03%, #004358 69.2%);
        padding-bottom: 48px; }
    .coverage__title {
        max-width: -webkit-max-content;
        max-width: -moz-max-content;
        max-width: max-content;
        position: relative;
        z-index: 1; }
    .coverage__text {
        padding-top: 15px;
        padding-bottom: 32px;
        position: relative;
        z-index: 1; }
    .coverage__btn {
        margin-bottom: 0; }
    .coverage__img {
        margin-left: -160px;
        padding-top: 23px;
        position: relative;
        z-index: 0; }
    .advantages {
        padding-bottom: 45px; }
    .advantages__title {
        font-size: 24px;
        line-height: 28px;
        margin-bottom: 40px; }
    .advantage {
        margin-bottom: 0; }
    .advantage__name {
        padding-top: 30px; }
    .choise {
        padding-top: 38px;
        padding-bottom: 51px; }
    .choise__item svg {
        width: 53px;
        height: 53px;
        min-width: 53px; }
    .choise__wrap {
        margin-bottom: 20px; }
    .about {
        padding-top: 40px;
        padding-bottom: 70px; }
    .about__text {
        padding-top: 12px;
        padding-bottom: 20px; }
    .about__text-bold {
        margin-bottom: 0; }
    .about .row-item {
        margin-bottom: 20px; }
    .about .row-item:first-child {
        margin-right: 45px; }
    .about__big-txt {
        font-size: 22px;
        line-height: 26px;
        padding-top: 30px; }
    .about__check-txt {
        padding-left: 45px; }
    .about__check-txt svg {
        top: 8px; }
    .about__check-txt span {
        font-size: 20px;
        line-height: 23px; }
    .team {
        padding-top: 30px; }
    .team__title {
        font-size: 28px;
        line-height: 33px; }
    .team__text {
        padding-top: 15px;
        padding-bottom: 0; }
    .team__img {
        height: 246px;
        padding-bottom: 0; }
    .workers {
        padding-top: 60px;
        padding-bottom: 70px; }
    .workers .slick-dots {
        bottom: 28px; }
    .worker__photo {
        height: 0;
        padding-bottom: 95%; }
    .worker__info {
        padding: 10px 10px 40px; }
    .worker__name {
        font-family: Roboto;
        font-style: normal;
        font-weight: bold;
        font-size: 16px;
        line-height: 19px;
        color: #004358;
        margin-bottom: 10px; }
    .worker__post {
        font-family: Roboto;
        font-style: normal;
        font-weight: normal;
        font-size: 16px;
        line-height: 19px; }
    .partners {
        padding-top: 46px;
        padding-bottom: 94px; }
    .partners__title {
        font-size: 28px;
        line-height: 33px;
        margin-bottom: 30px; }
    .partners__wrap {
        padding: 0 64px; }
    .partners .slick-dots {
        left: 0; }
    .partner {
        height: 73px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
    .recommended__title {
        font-size: 28px;
        line-height: 33px; }
    .recommended__text {
        padding-top: 10px;
        padding-bottom: 48px; }
    .recommended__slider .slick-prev, .recommended__slider .slick-next {
        top: 100px; }
    .recommended__slider .slick-dots {
        bottom: -45px; }
    .recommend__company {
        height: 33px;
        font-size: 18px;
        line-height: 33px; }
    .recommend__img {
        height: 182px; }
    .recommend__info {
        padding: 8px 8px 25px; }
    .recommend__name {
        font-size: 12px;
        line-height: 14px;
        margin-bottom: 5px; }
    .recommend__post {
        font-size: 10.5125px;
        line-height: 12px;
        margin-bottom: 12px; }
    .recommend__txt {
        font-size: 10.5125px;
        line-height: 12px;
        margin-bottom: 15px; }
    .recommend__link {
        font-size: 10.5125px;
        line-height: 12px; }
    .contacts {
        padding-top: 24px;
        padding-bottom: 65px; }
    .contacts__title {
        font-size: 28px;
        line-height: 33px;
        margin-bottom: 24px; }
    .contacts__input input {
        margin-bottom: 24px; }
    .contacts__btn {
        margin-bottom: 0; }
    .contacts__items {
        padding-top: 60px;
        padding-bottom: 44px;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start; }
    .contacts__item {
        margin-bottom: 30px; }
    .contacts__item:first-child {
        margin-right: 65px; }
    .contacts__map {
        height: 270px; }
    .arrow-up {
        bottom: -45px; }
    .thanks {
        padding-top: 240px;
        padding-bottom: 280px; }
    .thanks svg {
        width: 180px;
        height: 180px; }
    .thanks__title {
        font-size: 45px;
        line-height: 54px;
        margin-bottom: 90px; }
    .btn:hover, .header__call-btn:hover {
        background: #FFFFFF;
        color: #FF8A00;
        border: 1px solid #FFFFFF;
        cursor: pointer; }
    .choise__btn:hover {
        border: 2px solid #FFFFFF; }
    .footer__btn:hover {
        border: 1px solid #FF8A00; } }

@media (min-width: 1200px) {
    .container {
        max-width: 1140px; }
    .header {
        height: 105px; }
    .header__logo {
        margin-bottom: 9px; }
    .header__call-block {
        display: block;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        padding-top: 20px; }
    .header__btn-block {
        padding-top: 3px;
        display: block;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2; }
    .header__burger {
        display: none; }
    .header__nav {
        display: block;
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        padding-top: 21px;
        padding-bottom: 11px; }
    .header__nav-menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between; }
    .header__nav-menu li {
        margin-bottom: 0; }
    .header__nav-menu li a {
        font-size: 16px;
        line-height: 19px; }
    .header__nav-menu li:last-child {
        margin-bottom: 0; }
    .header__call {
        margin: 0;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
    .header__call span {
        font-size: 14px;
        line-height: 16px; }
    .header__call-btn {
        width: 160px;
        font-size: 14px;
        margin: 0; }
    .main {
        padding-top: 350px;
        height: 920px; }
    .main__title {
        max-width: 920px;
        margin: 0 auto 60px auto; }
    .video {
        padding-top: 74px;
        padding-bottom: 80px; }
    .video__wrap {
        width: 920px;
        height: 520px; }
    .video .video-btn {
        width: 87px;
        height: 100px; }
    .blue {
        padding-top: 70px;
        padding-bottom: 80px; }
    .blue__title {
        margin-bottom: 20px; }
    .blue__text {
        max-width: 600px;
        margin: 0 auto; }
    .transportation {
        background: linear-gradient(90.01deg, rgba(0, 0, 0, 0.71) 32.27%, rgba(255, 255, 255, 0) 99.99%), url("../img/map.jpg");
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center; }
    .transportation__title {
        padding-top: 40px; }
    .transportation__text {
        margin-bottom: 44px; }
    .transportation__map {
        height: 100%;
        margin-right: -25px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
    .blue-2 {
        padding-top: 80px;
        padding-bottom: 100px; }
    .blue-2-2 .col-md-10 {
        padding: 0; }
    .blue-2-2 .blue-2__title {
        font-size: 24px;
        line-height: 28px;
        margin-bottom: 10px; }
    .business__title {
        margin-bottom: 40px; }
    .business__img {
        height: 202px; }
    .business__name {
        font-size: 16px;
        line-height: 19px;
        padding: 12px 0; }
    .coverage {
        padding-bottom: 18px; }
    .coverage__title {
        max-width: 400px; }
    .coverage__img {
        padding-top: 0;
        margin-left: -80px; }
    .advantages {
        padding-top: 50px;
        padding-bottom: 40px; }
    .advantages__title {
        max-width: 730px;
        margin: 0 auto 40px; }
    .choise__item svg {
        width: 65px;
        height: 65px;
        min-width: 65px; }
    .choise__item p {
        padding-left: 30px; }
    .about {
        padding-top: 30px;
        padding-bottom: 80px; }
    .about__text {
        padding-top: 20px;
        padding-bottom: 16px; }
    .about .row-item:first-child {
        margin-right: 30px; }
    .about .row-item:nth-child(2) {
        margin-right: 30px; }
    .about__big-txt {
        font-size: 24px;
        line-height: 28px;
        padding-top: 40px;
        margin-bottom: 30px; }
    .about__check-txt {
        padding-left: 27px; }
    .about__check-txt svg {
        top: 8px; }
    .about__check-txt span {
        font-size: 22px;
        line-height: 26px; }
    .team {
        padding-top: 50px; }
    .team__img {
        width: 350px;
        height: 246px;
        padding-bottom: 0; }
    .team__name {
        width: 350px; }
    .team__post {
        width: 350px; }
    .workers {
        padding-bottom: 100px; }
    .workers .slick-dots {
        bottom: 58px; }
    .worker__photo {
        height: 0;
        padding-bottom: 95%; }
    .worker__info {
        padding: 10px 10px 40px; }
    .worker__name {
        font-family: Roboto;
        font-style: normal;
        font-weight: bold;
        font-size: 16px;
        line-height: 19px;
        color: #004358;
        margin-bottom: 10px; }
    .worker__post {
        font-family: Roboto;
        font-style: normal;
        font-weight: normal;
        font-size: 16px;
        line-height: 19px; }
    .recommended {
        padding-top: 24px;
        padding-bottom: 180px; }
    .recommended__text {
        padding-top: 15px;
        padding-bottom: 35px; }
    .recommended__slider .slick-prev, .recommended__slider .slick-next {
        top: 160px; }
    .recommended__slider .slick-dots {
        bottom: -70px; }
    .recommend__company {
        height: 51px;
        font-size: 28px;
        line-height: 51px; }
    .recommend__img {
        height: 277px; }
    .recommend__info {
        padding: 13px 11px 35px; }
    .recommend__name {
        font-size: 18px;
        line-height: 21px; }
    .recommend__post {
        font-size: 16px;
        line-height: 19px;
        margin-bottom: 12px; }
    .recommend__txt {
        font-size: 16px;
        line-height: 19px;
        margin-bottom: 20px; }
    .recommend__link {
        font-size: 16px;
        line-height: 19px; }
    .contacts {
        padding-top: 80px;
        padding-bottom: 140px; }
    .contacts .col-xl-8 {
        padding-left: 40px; }
    .contacts__items {
        padding-top: 0;
        padding-bottom: 78px;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        max-width: 600px;
        margin: 0 auto; }
    
    .contacts__item:first-child {
        margin-right: 0px; }
    .contacts__map {
        height: 440px; }
    .contacts .arrow-up {
        bottom: -90px; }
    .thanks {
        padding-top: 250px;
        padding-bottom: 150px; } }


.blue__bg {
    background: linear-gradient(276deg, #006E91 27.03%, #004358 69.2%);
    padding: 30px 0;
}

.sto {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    align-items: center;
}

.sto__content {
    display: flex;
    flex-direction: column;
}

.section__title {
    font-size: 32px;
    font-weight: 400;
    color: #FF8A00;
    margin-bottom: 20px;
}

.section__text {
    font-size: 24px;
    font-family: 'Roboto';
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 40px;
}

.sto__buttons {
    display: flex;
    gap: 30px
}

.map-wrapper {
    display: flex;
    min-height: 550px;
}

.sto_2 {
    background: url("../img/car_and_man.jpg") no-repeat ;
    margin: 80px auto;
}

.sto_2__content {
    padding: 125px 50px 50px 610px;
}

.application {
    display: flex;
    gap: 50px;
    margin: 80px auto;
    align-items: center;
}

.application__content {
    display: flex;
    flex-direction: column;
}

.text_dark {
    color: #464646;
}

.text_light {
    color: #ffffff;
}

.section__text.text_dark {
    margin-bottom: 100px;
}

.application__buttons {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.application__button {
    border-radius: 10px;
}

.application__button:not(.disabled) {
    cursor: pointer;
    transition: box-shadow ease-in 200ms;
}

.application__button__wrapper {
    display: flex;
    flex-direction: column;
    justify-content:start ;
    gap: 10px
}

.transparent-text {
    font-size: 14px;
    font-weight: 400;
    font-family: 'Roboto';
    text-align: center;
    opacity: 0.5;
}


@media (hover: hover) and (pointer: fine){
    .application__button:not(.disabled):hover {
        box-shadow: 0px 0px 0px 2px rgba(255,136,0,1);;
    }
}

@media (max-width: 1200px){
    .container.sto_2{
        padding: 0;
    }
    .sto_2__content{
        position: relative;
        padding: 400px 60px 50px 60px;
    }

    .sto_2__content::before{
        position: absolute;
        bottom: 0;
        left: 0;
        content: '';
        width: 100%;
        min-height: 100%;
        background-color:#1c657a ;
        z-index: -1;
    }
}


@media (max-width: 768px){
    .sto{
        display: flex;
        flex-direction: column;
        gap: 50px
    }

    .sto_2{
        background-position-x: 20% ;
    }
    .map-wrapper{
        min-width: 100%;
    }

    .application{
        flex-direction: column;
        gap: 100px;
    }

    .section__text.text_dark {
        margin-bottom: 50px;
        font-size: 22px;
    }

    .container.sto_2{
        max-width: 100%;
    }
}

@media (max-width: 520px){
    .sto_2{
        margin: 40px auto;
    }
    .application{
        margin: 40px auto;
        gap: 40px;
    }
    .section__text.text_dark{
        margin-bottom: 40px;
    }
    .application__content{
        text-align: center;
    }
    .application__buttons{
        justify-content: center;
    }
}