@font-face {
    font-family: 'Gotham Pro Bold';
    src: url('../fonts/GothamPro-Bold.eot');
    src: url('../fonts/GothamPro-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/GothamPro-Bold.woff') format('woff'),
    url('../fonts/GothamPro-Bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham Pro';
    src: url('../fonts/GothamPro.eot');
    src: url('../fonts/GothamPro.eot?#iefix') format('embedded-opentype'),
    url('../fonts/GothamPro.woff') format('woff'),
    url('../fonts/GothamPro.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham Pro Black';
    src: url('../fonts/GothamPro-Black.eot');
    src: url('../fonts/GothamPro-Black.eot?#iefix') format('embedded-opentype'),
    url('../fonts/GothamPro-Black.woff') format('woff'),
    url('../fonts/GothamPro-Black.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

.page-opt * {
    box-sizing: border-box;
}

.page-opt h1,
.page-opt h2,
.page-opt h3 {
    font-family: 'Gotham Pro Black', Ubuntu, Arial, Helvetica, sans-serif;
    font-size: 36px;
    line-height: initial;
}

/* В дизайне есть тупой отступ, и заказчик хочет чтобы весь контент начинался с одной линии */
.page-opt .pl-50 {
    padding-left: 50px;
}

.pr-xl-50 {
    padding-right: 50px;
}

.row {
    margin: 0 !important;
}

.img-zoom {
    position: absolute;
    top: 15px;
    right: 25px;
    z-index: 10;
}

.text-blue p {
    color: #005aa9;
    font-weight: bold;
    font-size: 17px;
    line-height: 24px;
}

.btn {
    display: inline-block;
    background: #fcc540;
    color: #383838;
    padding: 20px 40px;
    font-weight: bold;
    font-size: 18px;
    text-align: center;
    outline: none;
}

.btn-grey {
    background: #cdc4c3;
    color: #383838;
    margin-bottom: 15px;
    padding: 15px 20px;
}

.section-project {
    background-image: url(../images/project-bg.png);
    background-position: left;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 40px 0;
}

.section-politica {
    background-image: url(../images/politica-bg.png);
    background-position: left;
    background-size: cover;
    background-repeat: no-repeat;
}

.section-politica img {
    height: 100%;
}

.section-politica .tuman {
    margin: 60px 0;
    padding: 40px 50px;
    background: rgba(255, 255, 255, 0.8);
}

.section-podhod {
    background: #f6f6f6;
    padding: 40px 0;
}

.section-podhod .text-block {
    padding: 30px 140px 40px 0;
}

.section-podhod li {
    color: #383838;
    font-weight: bold;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 15px;
    padding-left: 30px;
    position: relative;
}

.section-podhod li:before {
    width: 5px;
    height: 0px;
    border-top: 10px solid transparent;
    border-left: 15px solid #ffc500;
    border-bottom: 10px solid transparent;
    display: inline-block;
    content: "";
    position: absolute;
    left: 0;
    top: 2px;
}

.section-podhod .img-block img {
    width: 100%;
}

.section-podhod .btn {
    margin: 20px 0 0 30px;
}

.section-slider {
    background-image: url(../images/slider-bg.jpg);
    background-position: left;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding: 40px 0;
}

.section-slider h2 {
    clear: both;
    font-size: 36px;
    font-weight: 600;
    line-height: initial;
    margin: 0 0 39px;
}

.section-slider .text-block {
    margin: 60px 0;
    padding: 40px 50px;
}

.section-slider .text-block p,
.section-slider .text-block li {
    font-weight: bold;
    font-size: 17px;
    line-height: 24px;
    color: #383838;
}

.section-slider .text-block li:before {
    content: none;
}

.section-slider .slider-block {
    position: relative;
}

.swiper-slide {
    /* text-align: center;*/
    height: auto;
    font-size: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    /*-webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;*/
}

.swiper-slide .img-shadow {
    /* width: 100%;*/
    height: 100%;
}

.swiper-slide h3 {
    clear: both;
    font-size: 32px;
    font-weight: 600;
    line-height: 30px;
    margin: 0 0 10px;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    left: -25px;
    right: auto;
}

.section-futures .container * {
    box-sizing: border-box;
}

.section-futures {
    background: #f6f6f6;
    padding: 60px 0;
}

.section-futures h2 {
    text-align: center;
    clear: both;
    color: #383838;
    font-weight: 600;
    margin: 0 0 39px;
}

.section-futures h2 span {
    font-family: 'Gotham Pro Black', Ubuntu, Arial, Helvetica, sans-serif;
}

.section-futures .text-block p {
    font-weight: bold;
    font-size: 17px;
    line-height: 24px;
}

.feauters-inner {
    color: #005aa9;
    font-weight: bold;
    margin-bottom: 40px;
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.inner-name {
    margin-top: 10px;
    margin-left: 20px;
    font-weight: bold;
    font-size: 18px;
    font-family: 'Gotham Pro Bold';
}

.inner-name span {
    color: #005aa9;
    font-weight: bold;
    font-size: 44px;
    margin-bottom: 20px;
    font-family: 'Gotham Pro Bold';
}

.section-logistika {
    background-image: url(../images/logistika-bg.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.section-logistika h2 {
    text-align: left;
}

.form-call {
    background: #d8eafa;
    border-radius: 10px;
    padding: 50px 50px;
    /* margin-top: 169px; */
    margin-top: 80px;
    margin-bottom: 80px;
    position: relative;
}

.form-inner {
    width: 60%;
}

.call-title {
    color: #000;
    font-size: 40px;
    font-family: 'Gotham Pro Bold';
}

.call-descr {
    color: #000;
    font-family: 'Gotham Pro';
    font-size: 15px;
    margin-top: 10px;
}

.call-inputs {
    display: flex;
    flex-wrap: wrap;
    float: left;
    width: 100%;
}

.right-inputs {
    display: flex;
    flex-wrap: wrap;
    flex-basis: 48%;
    margin-bottom: 15px;
}

.section-form .right-inputs input {
    width: 100%;
    font-family: "Gotham Pro";
    font-size: 13px;
    padding: 10px 40px;
    background: rgb(255, 255, 255);
}

.left-inputs {
    border-radius: 5px;
    position: relative;
    overflow: hidden;
    padding: 5px;
    flex-basis: 50%;
    margin-bottom: 15px;
}

.right-name,
.right-phone {
    width: 90%;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
    padding: 5px;
}

.right-name {
    margin-bottom: 15px;
}

.label-name,
.label-phone {
    position: absolute;
    z-index: 9999;
    padding: 15px 10px;
}

.label-phone:before {
    content: url(../images/phoneIcon.png);
}

.label-name:before {
    content: url(../images/man.png);
}

.right-inputs input {
    width: 100%;
    padding: 10px 40px;
    background: #fff;
    font-family: 'Gotham Pro';
    font-size: 13px;
}

.left-inputs textarea {
    background: #fff;
    height: 100%;
    font-family: 'Gotham Pro';
    font-size: 13px;
}

.fileform {
    background-color: #FFFFFF;
    cursor: pointer;
    height: auto;
    text-align: left;
    vertical-align: middle;
    width: 100%;
    border: 6px #d8eafa solid;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
    padding: 5px;
}

.filepath {
    margin-left: 7px;
    margin-top: 6px;
    display: inline-block;
}

.selectbutton {
    background-color: #ffd465;
    border: none;
    border-radius: 5px;
    color: #000;
    float: right;
    font-size: 16px;
    height: 22px;
    line-height: 20px;
    overflow: hidden;
    padding: 5px 10px;
    text-align: center;
    /* vertical-align: bottom; */
    width: 20%;
    font-family: 'Gotham Pro Bold';
    font-weight: bold;
    cursor: pointer;
}

.fileform .upload {
    display: none;
}

.call-info {
    color: #000;
    display: inline-block;
    margin-top: 10px;
    font-family: 'Gotham Pro';
}

.checkbox-container {
    margin: 20px 0;
    position: relative;
}

.call-btn {
    width: 40%;
}

.form-question-manager {
    position: absolute;
    right: 252px;
    bottom: 0;
}

.form-question-manager p,
.form-question-manager p a {
    color: #2b6db2;
    font-size: 15px;
    font-family: 'Gotham Pro';
    text-align: right;
}

.form-question-manager span {
    color: #000;
    font-size: 28px;
    font-family: 'Gotham Pro Bold';
}

.inner__img {
    position: absolute;
    bottom: -5px;
    right: -65px;
}

.section-form {
    background: #d8eafa;
}

.swiper-container-horizontal > .swiper-pagination-bullets {
   right: auto;
}

.row {
    position: relative;
}

.section-project .img-banner {
    position: absolute;
    right: 0;
    top: 27px;
    width: 600px;
}

.section-project h1 {
    width: 160%;
}

.inner__img {
    bottom: 0px;
}

.item-green p {
    color: #000;
}

@media (max-width: 1200px) {
    .section-project h1 {
        width: 100%;
    }

    .section-project .pl-lg-0 {
        padding-left: 0;
    }

    .right-inputs,
    .left-inputs {
        flex-basis: 100%;
    }

    .left-inputs textarea {
        width: 90%;
    }
}

@media (max-width: 1024px) {
    .page-opt .pl-50 {
        padding-left: initial;
    }

    .section-podhod .img-block img {
        width: 50%;
    }
}

@media (max-width: 991px) {
    .pr-xl-50 {
        padding-right: 0;
    }

    .form-inner {
        width: 100%;
    }

    .form-call {
        padding-bottom: 140px;
    }

    .product-button-3d_size_lg {
        font-size: 20px!important;
        padding: 20px 30px!important;
    }

    .swiper-container-horizontal > .swiper-pagination-bullets {
        bottom: -15px;
    }

    .sld-descr {
        padding-bottom: 40px;
    }

    .pl-md-30 {
        padding-left: 30px;
    }
}

@media (max-width: 767px) {
    .form-call {
        padding: 50px 5px 200px 0;
    }

    .swiper-slide .img-shadow {
        width: 50%;
    }

    .swiper-slide .sld-descr {
        margin-top: 20px;
    }

    .pl-md-30 {
        padding-left: auto;
    }
}

/* Перебитие говно классов основного сайта */
@media (max-width: 600px) {
    .page-opt h1 {
        margin-top: auto;
    }

    .pl-md-30 {
        padding-left: 0;
    }
}

@media (max-width: 595px) {
    .swiper-button-prev,
    .swiper-button-next {
        top: 25%;
    }

    .swiper-button-prev {
        left: 0;
    }

    .swiper-button-next {
        right: 0;
    }

    .page-opt h1, .page-opt h2, .page-opt h3 {
        font-size: 30px;
    }

    .section-podhod .text-block {
        padding-right: 0;
    }

}

@media (max-width: 500px) {
    .inner-name span {
        font-size: 30px;
    }

    .inner__img {
        display: none;
    }

    .right-name,
    .right-phone,
    .left-inputs textarea {
        width: 100%;
    }

    .form-question-manager {
        position: absolute;
        right: 15px;
        bottom: 40px;
    }

    .call-btn,
    .product-form__button-submit {
        width: 100%;
    }

    .section-futures h2 span {
        display: none;
    }
}

@media (max-width: 458px) {
    .img-block {
        text-align: center;
    }
}

@media (max-width: 420px) {
    .section-politica .tuman {
        padding: 20px 30px;
    }

    .call-title {
        font-size: 30px;
    }
}

@media (max-width: 365px) {
    .btn {
        width: 100%;
        padding: 15px 0px;
        font-size: 16px;
    }

    .section-podhod .btn {
        margin-left: 0;
    }
}