/*Подключение шрифтов*/
@font-face {
    font-family: Proxima Nova Regular;
    src: url("../fonts/Proxima Nova Regular.otf") format("opentype");
}
@font-face {
    font-family: Proxima Nova Bold;
    src: url("../fonts/Proxima Nova Bold.otf") format("opentype");
}
@font-face {
    font-family: Proxima Nova Regular;
    src: url("../fonts/Proxima Nova Regular.otf") format("opentype");
}
@font-face {
    font-family: Proxima Nova Black;
    src: url("../fonts/Proxima Nova Black.otf") format("opentype");
}
@font-face {
    font-family: Proxima Nova Semibold;
    src: url("../fonts/Proxima Nova Semibold.otf") format("opentype");
}
/*Основной шрифт*/
body {
	font-family: Proxima Nova Regular;
    font-weight: 300;
    color: #000;
}
*:before, *:after {
    position: absolute;
}
.row:before, .row:after {
    content: none;
}
a {
    transition: 0.4s;
    background-repeat: no-repeat;
}
a:hover {
    color: inherit;
    text-decoration: none;
}
/*Цвет выделения*/
::selection {
background: #f03642; /* Safari */
color: #fff;
}
::-moz-selection {
background: #f03642; /* Firefox */
color: #fff;
}
p {
	margin-bottom: 0;
}
* {
    outline: none;
}
button {
	outline: 0 !important;
    border: none;
    transition: 0.4s;
    background-repeat: no-repeat;
    cursor: pointer;
}
.cover {
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
.faded {
    position: relative;
}
.faded * {
    position: relative;
    z-index: 10;
}
.faded:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.61);
}
.dt {
    display: table;
    margin-left: auto;
    margin-right: auto;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}
/*Первый блок------------------------------------------------------*/
.top_block {
    min-height: 820px;
    background-image: url(../img/bg1.jpg);
    color: #fff;
}
header, header * {
    color: #fff;
}
.header_center {
    padding-top: 51px;
}
.header_center a {
    margin-left: 25px;
    margin-right: 25px;
    font-size: 20px;
    font-family: Proxima Nova Semibold;
    border-bottom: 1px solid #666f74;
}
.header_center a:hover {
    border-color: transparent;
}
.header_logo img {
    /*max-width: 132px;*/
    max-width: 532px;
}
.header_left {
    padding-top: 30px;
}
.header_right {
    text-align: right;
    padding-top: 41px;
}
.header_right span {
    color: #c9c8c8;
    font-size: 16px;
    margin-right: 10px;
}
.header_right a {
    font-size: 24px;
    font-family: Proxima Nova Bold;
    line-height: 1.2;
}
.header_right button {
    background-color: rgba(255,255,255,0.15);
    width: 240px;
    height: 50px;
    font-family: Proxima Nova Semibold;
    font-size: 18px;
    margin-top: 20px;
    border: 1px solid #cbccce;
    border-radius: 5px;
    background-image: url(../img/headertel.png);
    -webkit-background-size: 10px;
    background-size: 13px;
    background-position: 18px center;
}
.header_right button:hover {
    background-color: transparent;
}
h1 {
    font-size: 92px;
    font-family: Proxima Nova Black;
    line-height: 107px;
    /*margin-top: 279px;*/
    margin-top: 154px;
}
h1 img {
    margin-left: 40px;
}
.uznat_podrobnee {
    font-size: 18px;
    font-family: Proxima Nova Semibold;
    margin-left: 75px;
    margin-top: 42px;
    display: inline-block;
    color: #fff;
    border-bottom: 1px solid #696867;
    position: relative;
}
.uznat_podrobnee:hover {
    border-bottom: 1px solid transparent;
}
.uznat_podrobnee:before {
    content: "";
    left: -77px;
    top: 5px;
    width: 59px;
    height: 16px;
    background-image: url(../img/strelka.svg);
    -webkit-background-size: cover;
    background-size: cover;
    display: block;
}
.red_button {
    background-color: #f03642 !important;
    color: #fff;
    font-size: 18px;
    font-family: Proxima Nova Semibold;
    border-radius: 5px;
}

.red_button:hover {
    background-color: #ba252e;
}
.first_ostavit {
    width: 320px;
    height: 50px;
    margin-left: 50px;
}
/*О компании----------------------------------------------------------*/
.about_top {
    padding-top: 105px;
    padding-bottom: 70px;
    padding-left: 0;
    padding-right: 0;
}
h3 {
    font-family: Proxima Nova Black;
    font-size: 62px;
    margin: 0;
    margin-bottom: 47px;
    color: #000;
}
.about_top p {
    font-size: 24px;
    margin-bottom: 31px;
    line-height: 1.2;
}
span.bg {
    background: linear-gradient(to bottom,rgba(0,0,0,0) 72%,rgba(245, 191, 195,1) 72%,rgba(255,255,255,0) 90%);
}
.about_top img {
    max-width: 30px;
}
strong {
    font-family: Proxima Nova Black;
}
.about_top img.social {
    max-width: 100%;
}
@media (min-width: 1300px) {
.about_center {
    max-width: 1270px;
}
}
.about_center {
    padding-bottom: 77px;
}
.about_center__bottom p {
    font-size: 20px;
    line-height: 1.3;
}
h4 {
    font-size: 48px;
    font-family: Proxima Nova Black;
    margin-bottom: 15px;
}
.about_center__bottom {
    /*margin-top: -60px;*/
    padding-left: 65px;
}
.about_center__bottom.text-right {
    padding-left: 0;
    padding-right: 65px;
}
/*Форма1-------------------------------------------------------*/
.form1 {
    text-align: center;
    background-color: #fcfcfc;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    padding-top: 50px;
    padding-bottom: 8px;

}
.form1 img {
    max-width: 68px;
    margin-bottom: 29px;
}
.form1 p {
    font-size: 22px;
    line-height: 1.2;
    margin-bottom: 40px;
}
.form1 strong {
    font-size: 28px;
}
.form1 input,
.form2 input {
    width: 100%;
    border: none;
    border-bottom: 1px solid #afafaf;
    height: 38px;
    transition: 0.4s;
    background: transparent;
}
.form1 input:focus,
.form2 input:focus {
    border-bottom: 1px solid #666666;
}
.form1 input::-webkit-input-placeholder,
.form2 input::-webkit-input-placeholder {
    color: #afafaf;
    transition: 0.4s;
}
.form1 input:focus::-webkit-input-placeholder,
.form2 input:focus::-webkit-input-placeholder {
    color: #666;
}
.white_button {
    background-color: #fff !important;
    color: #f03642 !important;
    border: 1px solid #f03642 !important;
    border-radius: 5px !important;
}
.white_button:hover {
    background-color: #f03642 !important;
    color: #fff !important;
}
.white_button:active {
    background-color: #ad2730 !important;
}
.form1 .white_button {
    width: 100% !important;
    height: 55px !important;
    position: relative !important;
    top: -10px !important;
}
p.form1_soglasie {
    font-size: 14px;
    margin-top: 36px;
    color: #afafaf;
}
p.form1_soglasie a {
    color: inherit;
    text-decoration: underline;
}
p.form1_soglasie a:hover {
    text-decoration: none;
}
/*Преимущества--------------------------------------------------*/
.advantages {
    padding-top: 73px;
    padding-bottom: 50px;
    text-align: center;
    font-size: 20px;
}
.advantages img {
    margin-bottom: 15px;
    max-height: 65px;
}
.advantages p {
    line-height: 1.3;
}
/*Склад--------------------------------------------------------*/
.sklad {
    padding-top: 50px;
    padding-bottom: 35px;
    overflow: hidden;
}
.sklad .container {
    padding-left: 0;
    padding-right: 0;
    position: relative;
}
.sklad .container:after {
    content: "";
    width: 762px;
    height: 500px;
    background-image: url(../img/round2.svg);
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left top;
    right: -413px;
    top: 55px;
    z-index: 10;
}
.sklad p {
    font-size: 24px;
    line-height: 1.3;
}
.sklad img {
    max-width: 30px;
}
img.sklad_img {
    max-width: 100%;
    margin-top: 39px;
    position: relative;
    z-index: 50;
}
.sklad h3 {
    margin-bottom: 44px;
}
/*География----------------------------------------------------*/
.geografia p strong {
    font-size: 23px;
    min-height: 116px;
    display: block;
}
.geografia {
    padding-bottom: 98px;
    padding-top: 35px;
    padding-left: 0;
    padding-right: 0;
}
.geografia h3 {
    margin-bottom: 42px;
}
.geografia button {
    height: 63px;
    width: 250px;
    font-size: 22px;
    margin-top: 11px;
}
.geografia p {
    font-size: 18px;
    line-height: 1.3;
}
.geografia__bottom_text {
    margin-top: 55px;
    line-height: 1.2 !important;
}
/*Типы вагонов--------------------------------------------------*/
.types {
    background-color: #faf7f7;
    padding-bottom: 60px;
    padding-top: 47px;
}
.types .container {
    padding-left: 0;
    padding-right: 0;
}
.types__top_text {
    margin-top: -29px;
    margin-bottom: 32px;
}
.selectors_line a {
    display: inline-block;
    font-size: 18px;
    margin-right: 17px;
    position: relative;
    font-family: Proxima Nova Bold;
    color: #000;
    line-height: 23px;
}
.selectors_line a:after {
    content: "";
    width: 100%;
    height: 5px;
    background-color: #ede6e6;
    bottom: -21px;left: 0;
    transition: 0.3s;
}
.selectors_line a.active {
    color: #f03642;
}
.selectors_line a.active:after {
    background-color: #f03642;
    z-index: 10;
}
.selectors_line {
    position: relative;
    display: inline-block;
    margin-bottom: 63px;
}
.selectors_line:after {
    content: "";
    width: calc(100% - 10px);
    height: 5px;
    bottom: -20px;
    left: 0;
    background-color: #ede6e6;
}
.switch__zagolovok {
    font-size: 22px;
    margin-bottom: 14px;
}
.switch__excerpt {
    font-size: 18px;
    margin-bottom: 12px;
    line-height: 24px;
}
.switch__characters p {
    color: #676767;
    font-size: 18px;
    padding-top: 3px;
    padding-bottom: 4px;
}
.switch__characters p span {
    font-family: Proxima Nova Semibold;
    color: #000;
}
.switch__characters p:not(:last-child) {
    border-bottom: 1px solid #ede6e6;
}
.switch button {
    width: 250px;
    height: 64px;
    margin-top: 23px;
    font-size: 22px;
}
.switch_image {
    min-height: 290px;
}
.switch_parent .switch:not(:first-child) {
    display: none;
}
/*Форма 2------------------------------------------------------------------------------*/
.form2 {
    padding-top: 49px;
    text-align: center;
    padding-bottom: 57px;
    background-image: url(../img/round.svg);
    background-position: left -348px bottom;
    -webkit-background-size: 605px;
    background-size: 605px;
    background-repeat: no-repeat;
}
.form2 h3 {
    margin-bottom: 8px;
}
.form2 form {
    max-width: 340px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.form2 input {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 17px;
}
.form2 button {
    margin-top: 21px;
    width: 100%;
    height: 55px;
    font-size: 20px;
}
.objem_input {
    display: inline-block !important;
    width: 140px !important;
    margin-right: 55px !important;
}
.ves_input {
    display: inline-block !important;
    width: 140px !important;
}
.form2 p.form1_soglasie {
    margin-top: 23px;
}
/*Футер--------------------------------------------------------------------------------*/
footer {
    background-color: #fcfcfc;
    border-top: 1px solid #e5e5e5;
    text-align: center;
}
.footer_top {
    padding-top: 39px;
    padding-bottom: 21px;
}
.footer_zagolovok {
    font-size: 28px;
    color: #858585;
    margin-bottom: 55px;
    display: table;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}
.footer_adress {
    font-size: 26px;
    font-family: Proxima Nova Semibold;
    line-height: 1.4;
}
.footer_top .footer_zagolovok {
    margin-bottom: 32px;
}
.footer_top .footer_zagolovok:before {
    content: "";
    width: 46px;
    height: 55px;
    background-image: url(../img/6.svg);
    -webkit-background-size: cover;
    background-size: cover;
    left: -118px;
    top: -10px;
}
.footer_center {
    padding-top: 33px;
    padding-bottom: 3px;
    border-top: 1px solid #e5e5e5;
}
.footer_center .footer_zagolovok {
    margin-bottom: 22px;
}
.footer_adress a {
    color: inherit;
    margin-bottom: 7px;
    margin-left: auto;
    margin-right: auto;
    display: table;
}
.footer_links_row {
    margin-bottom: 30px;
}
.footer_links_row a {
    padding-left: 35px;
    -ms-background-position: left center;
    background-position: left center;
    -webkit-background-size: 22px;
    background-size: 22px;
    padding-top: 5px;
    padding-bottom: 5px;
    color: inherit;
    font-family: Proxima Nova Semibold;
    font-size: 18px;
}
.footer_links_row a:hover {
    text-decoration: underline;
}
.footer_links_row a:not(:last-child) {
    margin-right: 25px;
}
.skype {
    background-image: url(../img/skype.svg);
}
.icq {
    background-image: url(../img/icq.svg);
}
.email {
    background-image: url(../img/email.svg);
}
.footer_center .footer_zagolovok:before {
    content: "";
    width: 61px;
    height: 61px;
    background-image: url(../img/5.svg);
    -webkit-background-size: cover;
    background-size: cover;
    left: -143px;
    top: -10px;
}
.footer_bottom {
    padding-top: 23px;
    border-top: 1px solid #e5e5e5;
}
.footer_bottom p {
    font-size: 16px;
    color: #c8c8c8;
}
.footer_bottom p span {
    margin-left: 22px;
    position: relative;
}
.footer_bottom a {
    color: inherit;
}
.footer_bottom a:hover {
    text-decoration: underline;
}
.footer_bottom p span:before {
    content: "";
    width: 12px;
    height: 12px;
    border: 1px solid #c8c8c8;
    left: -19px;
    top: 4px;
    border-radius: 50%;
}
.container .container {
    padding-left: 0;
    padding-right: 0;
}
@media (min-width: 1300px) {
.container.header_big_container {
    max-width: 1290px;
}
}
.social_main_block a {
    font-size: 18px;
    font-family: Proxima Nova Semibold;
    display: inline-block;
    background-color: #ececec;
    color: #000;
    margin-right: 8px;
    height: 32px;
    line-height: 32px;
    padding-right: 10px;
    padding-left: 38px;
    border-radius: 3px;
    -webkit-background-size: 24px;
    background-size: 24px;
    background-position: 6px center;
}
.social_main_block a:hover {
    background-color: #d3d0d0;
}
.social_main_block a:nth-child(1) {
    background-image: url(../img/whatsapp.svg);
}
.social_main_block a:nth-child(2) {
    background-image: url(../img/viber.svg);
}
.social_main_block a:nth-child(3) {
    background-image: url(../img/telega.svg);
}
.social_main_block a:nth-child(4) {
    background-image: url(../img/skype.svg);
}
/*Модалка--------------------------------------------------*/
.modal_header {
    font-size: 28px;
    font-family: Proxima Nova Black;
    margin-bottom: -2px;
}
#modal {
    text-align: center;
}
.modal_excerpt {
    font-size: 22px;
    margin-bottom: 41px;
    line-height: 1.3;
}
.modal-dialog {
    max-width: 555px;
}
.modal-content {
    padding-left: 100px;
    padding-right: 100px;
    padding-top: 24px;
    padding-bottom: 35px;
    border: none;
    border-radius: 3px;
}
#modal form {
    max-width: 265px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}
#modal form input {
    width: 265px;
    border: none;
    border-bottom: 1px solid #c1c1c1;
    font-size: 20px;
    transition: 0.4s;
}
#modal .form-group {
    position: relative;
    padding-bottom: 31px;
    margin-bottom: 0;
}
.form-group {
    margin-bottom: 0;
}
#modal input::-webkit-input-placeholder {
    color: #afafaf;
    transition: 0.4s;
}
.error_message {
    color: #f03642;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 12px;
    display: none;
}
.help-block {
    color: #f03642;
    font-size: 12px;
}
.has-error .error_message {
    display: block;
}
.has-error input {
    border-bottom: 1px solid #f03642 !important;
    color: #f03642 !important;
}
#modal .white_button {
    width: 100%;
    height: 55px;
    font-size: 20px;
    margin-top: 4px;
}
.close {
    position: absolute;
    right: 20px;
    top: 20px;
    background-image: url(../img/close.svg);
    width: 22px;
    height: 22px;
    -webkit-background-size: cover;
    background-size: cover;
}
#modal input:focus {
    color: #313131;
    border-bottom: 1px solid #313131;
}
#modal input:focus::-webkit-input-placeholder {
    color: #313131;
}
#modal .has-error input::-webkit-input-placeholder {
    color: #f03642 !important;
}
#modal .has-error:after {
    content: "";
    position: absolute;
    background-image: url(../img/close_red.svg);
    width: 12px;
    height: 12px;
    -webkit-background-size: cover;
    background-size: cover;
    right: -30px;
    top: 11px;
}
#modal p.form1_soglasie {
    margin-top: 19px;
}


.languages img{
    max-width: 48px;
    min-height: 32px;
}