@font-face {
font-family: 'Gotham Pro';
src: url('foonts/GothamPro.eot');
src: url('foonts/GothamPro.eot?#iefix') format('embedded-opentype'),
url('foonts/GothamPro.woff') format('woff'),
url('foonts/GothamPro.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'Proxima Nova';
src: url('foonts/ProximaNova-Regular.eot');
src: url('foonts/ProximaNova-Regular.eot?#iefix') format('embedded-opentype'),
url('foonts/ProximaNova-Regular.woff') format('woff'),
url('foonts/ProximaNova-Regular.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}
.scrit_poisk {
    display: none;
}
header {
    height: 516px;
    background-repeat: no-repeat;
    width: 100%;
    background: url(/bitrix/templates/default/images/back_frst.png);
    background-size: cover;
    background-position: left;
}

a:focus {
    outline: none;
}
.main_head {
    background: #1A1919;
    opacity: 0.9;
    width: 100%;
    
}
.mini_head a img {
    width: 115px;
}
.mini_head {
        max-width: 1260px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 13px 15px;
    width: 100%;
    margin: 0 auto;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
a img.logos {
        width: 115px;
}
.mini_head ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.mini_head ul li {
    margin: 0 25px;
}
.mini_head ul li a {
        font-family: Proxima Nova;
    font-size: 18px;
    line-height: normal;
    color: #F2F2F2;
    text-decoration: none;
}
.for_login {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.for_login img {
        margin: 0 10px;
}
.for_login a {
        font-family: Proxima Nova;
    font-size: 19px;
    line-height: normal;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    color: #F2F2F2;
}
.input_search {
    background: rgba(4,4,4,0.5);
    max-width: 1230px;
    border-radius: 4px;
    width: 100%;
    margin: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 45px 75px 47px;
    margin-top: 26px;
}
.input_search form p.head_p_form {
font-family: Gotham Pro;
    font-size: 46px;
    line-height: normal;
    color: #F2F2F2;
    font-weight: bold;
    text-align: center;
    margin-bottom: 15px;
}
.input_search form p.semi_head_p_form {
        font-family: Gotham Pro;
    font-size: 24px;
    line-height: normal;
    color: #F2F2F2;
    text-align: center;
}
.input_search .for_form {
display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
   margin: 25px auto 0;
    max-width: 900px;
}
.input_search .for_form input::-webkit-input-placeholder {
    color: #b0acac;

}
.input_search .for_form input:-ms-input-placeholder {
    color: #b0acac;

}
.input_search .for_form input::placeholder {
    color: #b0acac;

}
.first_for_input p {
        font-family: Proxima Nova;
    font-size: 16px;
    line-height: normal;
    color: #F2F2F2;
}
.second_for_input p {
        font-family: Proxima Nova;
    font-size: 16px;
    line-height: normal;
    color: #F2F2F2;
}
.first_for_input input {
    background: #FDFCFC;
    border-radius: 4px;
    width: 260px;
    height: 36px;
    border: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: Proxima Nova;
    font-size: 16px;
    line-height: normal;
    color: #333333;
    padding-left: 10px;

}
.first_for_input input:first-letter {
    text-transform: uppercase;
}
.first_for_input span {
    font-family: Proxima Nova;
font-size: 12px;
line-height: normal;
color: #CBCBCB;
}
.second_for_input span {
    font-family: Proxima Nova;
font-size: 12px;
line-height: normal;
color: #CBCBCB;
}
.three_for_input span {
    font-family: Proxima Nova;
font-size: 12px;
line-height: normal;
color: #CBCBCB;
}
.four_for_input span {
    font-family: Proxima Nova;
font-size: 12px;
line-height: normal;
color: #CBCBCB;
}

.text {
	margin: 50px;
	}
	

.first_for_input span a.primer {
        margin: 0 3px;
    text-decoration: underline;
    cursor: pointer;
}
.second_for_input span a.primer {
        margin: 0 3px;
    text-decoration: underline;
    cursor: pointer;
}
.three_for_input label {
    position: relative;
}
.three_for_input label::after {
content: "";
    background: url(/bitrix/templates/default/images/calendar.png);
    right: 2px;
    top: -6px;
    position: absolute;
    width: 30px;
    height: 30px;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 9;
    background-position: center;
}
.three_for_input span a.primer {
        margin: 0 3px;
    text-decoration: underline;
    cursor: pointer;
}
.four_for_input span a.primer {
        margin: 0 3px;
    text-decoration: underline;
    cursor: pointer;
}
.second_for_input input {
    background: #FDFCFC;
    border-radius: 4px;
    width: 260px;
    height: 36px;
    border: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: Proxima Nova;
    font-size: 16px;
    line-height: normal;
    color: #333333;
    padding-left: 10px;

}
.three_for_input  p {
        font-family: Proxima Nova;
    font-size: 16px;
    line-height: normal;
    color: #F2F2F2;
}
.three_for_input input {
        width: 168px;
    height: 36px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 0;
    background: #FDFCFC;
    border-radius: 4px;
    font-family: Proxima Nova;
    font-size: 16px;
    line-height: normal;
    color: #BDBDBD;
    padding-left: 10px;
}
.four_for_input p {
        font-family: Proxima Nova;
    font-size: 16px;
    line-height: normal;
    color: #F2F2F2;
}
.four_for_input input {
        width: 136px;
    height: 36px;
    border: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #FDFCFC;
    border-radius: 4px;
    border-radius: 4px;
    font-family: Proxima Nova;
    font-size: 16px;
    line-height: normal;
    color: #BDBDBD;
    padding-left: 10px;
}
.for_form .formBtn {
        width: 134px;
    min-width: 134px;
    height: 36px;
    border: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #62BA9E;
    border-radius: 4px;
    font-family: Proxima Nova;
    font-size: 16px;
    line-height: normal;
    color: #F2F2F2;
    margin-left: 35px;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}
.four_for_input {
    margin-bottom: 20px;
}
.for_form svg {
         margin: 0 30px;
    cursor: pointer;
    overflow: inherit;
}
.for_form .three_for_input {
        margin-left: 35px;
}

		.for_rasp_container .tab-title,.for_rasp_container .tab-content{
            list-style:none;
                width: 100%;
        }
        .for_rasp_container {
    max-width: 1260px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 15px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 75px auto 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
        }
    .for_rasp_container .tab-title{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        width: 100%;
        border: 1px solid #C1DDD4;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        border-radius: 4px;
    }
    .for_rasp_container .tab-title li{
            text-align: center;
            padding: 15px 0;
            width: calc(100% / 7);
            font-weight: bold;
            cursor:pointer;
            font-family: Gotham Pro;
            font-size: 13px;
            line-height: normal;
            color: #BDBDBD;
        }

        .for_rasp_container .tab-title li.active{
            color: #F2F2F2;
            background: #62BA9E;
        }
        .for_rasp_container .tab-content li{
             display:none;

        }
.tab-content li .for_osova_rsp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    width: 100%;
    margin: 23px 0;

}
.tab-content li .for_osova_rsp .items_osnova_rasp {
    width: calc(50% - 50px);
}
.items_osnova_rasp p.phead_rasp_two {
    font-family: Proxima Nova;
    font-size: 16px;
    line-height: normal;
    color: #BDBDBD;
    border-bottom: 1px solid #E0E0E0;
    margin-bottom: 15px;
}
.items_osnova_rasp p.phead_rasp_two span {
        text-align: right;
    float: right;
}
.items_osnova_rasp div {
    margin-bottom: 15px;
}
.items_osnova_rasp div a {
        font-family: Proxima Nova;
    font-size: 19px;
    line-height: normal;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    color: #62BA9E;
}
.items_osnova_rasp div span {
    float: right;
    font-family: Proxima Nova;
    font-size: 19px;
    line-height: normal;
    color: #333333;
}
.for_rasp_container p.infor {
    font-family: Gotham Pro;
    font-size: 16px;
    line-height: normal;
    color: #000000;
}
.for_rasp_container p.for_rasp_container_ptitle {
        font-family: Gotham Pro;
    font-size: 30px;
    line-height: normal;
    color: #000000;
    margin-bottom: 30px;
    font-weight: bold;
}
.vokzals_items {
    max-width: 1070px;
    background: url(/bitrix/templates/default/images/allvokzalsback.png);
    margin: 0 auto;
    width: 100%;
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
        padding: 40px 0;
}
.vokzals_items:after {
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgb(228, 248, 247,0.8);
    position: absolute;
}
#vokzaly {
    background: #E4F8F7;
    padding: 25px 0;
        margin: 70px 0;
}
.all_vokzals {
    max-width: 1260px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 15px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.vokzals_items_ul ul li a {
    font-family: Gotham Pro;
    font-size: 15px;
    line-height: normal;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    color: #333333;
}
.vokzals_items_ul ul li {
    margin-bottom: 13px;
}
.vokzals_items_ul ul {
    list-style: disc;
    z-index: 9;
}
.vokzals_items_ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 650px;
    margin: 0 auto;
}
.all_vokzals p.all_vokzals_phead {
    font-family: Gotham Pro;
    font-size: 30px;
    line-height: normal;
    color: #000000;
    width: 100%;
    font-weight: bold;
    margin-bottom: 20px;
}
.all_vokzals a.vokzalsa {
    font-family: Gotham Pro;
font-size: 16px;
line-height: normal;
-webkit-text-decoration-line: underline;
text-decoration-line: underline;

color: #333333;
}
#priemushestva {
    max-width: 1260px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 15px;
    width: 100%;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
#priemushestva p.priemushestva_phead {
    font-family: Gotham Pro;
    font-size: 30px;
    line-height: normal;
    color: #000000;
    font-weight: bold;
    width: 100%;
}
#priemushestva .priemushestva_items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    width: 100%;
    margin: 50px auto;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
}
.priemushestva_item img {
    margin: 0px auto 20px;
    display: block;
}
.priemushestva_item p {
    font-family: Gotham Pro;
    font-size: 18px;
    line-height: normal;
    text-align: center;
    color: #000000;
}
#kakzakazat {
    max-width: 1260px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 15px;
    width: 100%;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
#kakzakazat p.kakzakazat_phead {
        font-family: Gotham Pro;
    font-size: 30px;
    line-height: normal;
    color: #000000;
    width: 100%;
    font-weight: bold;
}
#kakzakazat .kakzakazat_items {
    width: 100%;
    max-width: 900px;
    position: relative;
}
#kakzakazat .kakzakazat_items:after {
    content: url(/bitrix/templates/default/images/kakzakazat.jpg);
    position: absolute;
    right: -220px;
    top: 78.5px;
}
#kakzakazat .kakzakazat_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 30px 0;
}
.kakzakazat_item .number_circle {
    font-family: Gotham Pro;
    font-size: 80px;
    line-height: normal;
    color: #D0EDE4;
    font-weight: bold;
    font-stretch: expanded;
    border: 2px solid;
    width: 93px;
    height: 93px;
    border-radius: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    margin-right: 28px;
}
.kakzakazat_item_forpspan p {
        font-family: Gotham Pro;
    font-size: 28px;
    line-height: normal;
    text-align: left;
    color: #333333;
    margin-bottom: 10px;
}
.kakzakazat_item_forpspan span {
        font-family: Gotham Pro;
    font-size: 16px;
    line-height: normal;
    text-align: center;
    color: #828282;
}
#help_poisk {
    margin: 80px 0;
    background: #E4F8F7;
    width: 100%;
}
#help_poisk .items_helppoisk {
        max-width: 1260px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
    padding: 0 15px 65px;
    width: 100%;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.items_helppoisk p.help_poisk_phead {
    font-family: Gotham Pro;
    font-size: 30px;
    line-height: normal;
    color: #000000;
    width: 100%;
    margin: 30px 0;
    font-weight: bold;
}
.items_helppoisk .left_help {
        width: 513px;
    border-radius: 4px;
    margin-right: 120px;
}
.items_helppoisk .left_help img {
    width: 100%;
    border-radius: 4px;
}
.right_help p.p_text {
        font-family: Proxima Nova;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: normal;
    color: #333333;
}
.right_help a.firster {
        width: 263px;
    height: 48px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    background: #62BA9E;
    border-radius: 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-family: Proxima Nova;
    font-size: 16px;
    line-height: normal;
    color: #F2F2F2;
    text-decoration: none;
        margin: 26px 0 33px;
}
.right_help .phones_help p {
        font-family: Proxima Nova;
    font-size: 16px;
    line-height: normal;
    color: #828282;
}
.right_help .phones_help a {
    font-family: Proxima Nova;
    font-size: 16px;
    line-height: normal;
    color: #333333;
}
#otzivs {
        max-width: 1260px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 15px;
    width: 100%;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.four_otzivs .otziv_items {
    width: 500px;
    display: -webkit-box;
    
    margin: 20px 0;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.four_otzivs .for_imgotziv {
    width: 108px;
    height: 108px;
    margin-right: 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 50%;
}
.four_otzivs .for_imgotziv img {
    width: 108px;
    height: 100%;
    border-radius: 50%;
}
.otzivlsider .four_otzivs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex !important;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 30px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
#otzivs p.otzivs_phead {
    font-family: Gotham Pro;
    font-size: 30px;
    line-height: 29px;
    color: #000000;
    font-weight: bold;
}
.text_otzivsam p {
    font-family: Gotham Pro;
    font-size: 15px;
    font-weight: bold;
    text-align: left;
    color: #000000;
}
.text_otzivsam .samotziv {
        font-family: Gotham Pro;
    font-size: 14px;
    line-height: 19px;
    color: #000000;
    margin: 10px 0 0 30px;
    position: relative;
}
.text_otzivsam .samotziv:before {
    content: url(/bitrix/templates/default/images/beforertextotzif.png);
    position: absolute;
        left: -35px;
    top: 0;
}
#otzivs .items_otzivi {
    width: 100%;
}
#otzivs .otzivlsider {
    width: 100%;
}
#otzivs .otzivlsider .slick-next:before {
        content: url(/bitrix/templates/default/images/jEqxLwJrEYY.jpg);
}
#otzivs .otzivlsider .slick-prev:before {
        content: url(/bitrix/templates/default/images/jEqxLwJrEYY.jpg);
}
#otzivs .otzivlsider .slick-prev {
    left: -5px;
}
#otzivs .otzivlsider .slick-next {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
        right: -5px;
}
#otzivs a.addotziv {
    font-family: Proxima Nova;
    font-size: 16px;
    line-height: 19px;
    color: #F2F2F2;
    width: 188px;
    height: 35px;
    left: 866px;
    top: 3934px;
    background: #62BA9E;
    border-radius: 4px;
    text-decoration: none;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    margin: 0 auto;
}
#mobil_apps {
        max-width: 1260px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 15px;
    width: 100%;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 80px auto;
}
#mobil_apps p.mobilapps_phead {
        font-family: Gotham Pro;
    font-size: 30px;
    line-height: 29px;
    color: #000000;
    font-weight: bold;
}
.items_apps .left_mobil_apps img {
    width: 690px;
}
.items_apps .right_mobil_apss img {
    width: 165px;
}
#mobil_apps .items_apps {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.right_mobil_apss ul li {
    list-style-type: none;
    font-family: Gotham Pro;
    font-size: 18px;
    line-height: 29px;
    text-align: left;
    color: #000000;
   }
.right_mobil_apss ul li:before {
    color: #62BA9E; 
    content: "\2022";
    padding-right: 10px; 
}
footer {
        background: #060606;
    width: 100%;
}
.for_footer {
    max-width: 1260px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 49px 15px;
    width: 100%;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto;
}
.for_footer .foot_ul_rasp p {
    font-family: Proxima Nova;
    font-size: 16px;
    margin-bottom: 21px;
    color: #F2F2F2;
    width: 100%;
    font-weight: bold;
}
.for_footer .foot_ul_rasp ul li {
    margin: 9px 0;
}
.for_footer .foot_ul_rasp ul li a {
        font-family: Proxima Nova;
    font-size: 14px;
    line-height: 17px;
    color: #F2F2F2;
    text-decoration: none;
}
.for_footer .foot_ul_rasp {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    position: relative;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
        margin: 0 120px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.for_footer .firsterrrr {
    position: relative;
}
.for_footer .firsterrrr:before {
    position: absolute;
    content: "";
    height: 240%;
    width: 1px;
    background: white;
    top: 0;
    left: -60px;
}

.for_footer .vverh_footer {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    margin-bottom: 40px;
    padding-bottom: 40px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid white;
}
.for_footer .vverh_footer .logos a img {
    width: 115px;
}
.for_footer .nizz_footer {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    width: 100%;
}
.nizz_footer .footert_text {
    font-family: Proxima Nova;
    font-size: 14px;
    line-height: 17px;
    color: #F2F2F2;
    margin-left: 100px;
    margin-right: 40px;
    padding-right: 40px;
    position: relative;
}
.nizz_footer .footert_text ol {
        list-style: decimal;
    padding-left: 16px;
}
.nizz_footer .footert_text ol li {
    line-height: 18px;
}
.nizz_footer .footert_text p {
    font-weight: bold;
}
.nizz_footer .footert_text:before {
    position: absolute;
    content: "";
    height: 126%;
    width: 1px;
    background: white;
    top: -40px;
    right: 0px;
}
.nizz_footer .footer_menu ul li {
    margin-bottom: 8px;
}
.nizz_footer .footer_menu ul li a {
        font-family: Proxima Nova;
    font-size: 16px;
    line-height: 19px;
    color: #F2F2F2;
    text-decoration: none;
}

.nizz_footer .footer_menu ol li a {
 font-family: Proxima Nova;
    font-size: 14px;
    line-height: 17px;
    color: #F2F2F2;
    margin-left: 100px;
    margin-right: 40px;
    padding-right: 40px;
    position: relative;
}

.for_footer_social p {
        font-family: Proxima Nova;
    font-size: 16px;
    line-height: 19px;
    color: #F2F2F2;
    margin-bottom: 20px;
}
.for_footer_social a {
    margin-right: 15px;
}
#content_inner {
        max-width: 1260px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 35px 15px;
    width: 100%;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto;
}
#content_inner .rasp_content {
    width: 100%;
    margin-top: 35px;
}
#content_inner .bread_crumbs ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
}
#content_inner .bread_crumbs ul li {
        margin: 0 10px;
    font-family: Gotham Pro;
    font-size: 14px;
    color: #828282;
}
#content_inner .bread_crumbs ul li:first-child {
    margin: 0 10px 0 0;
}
#content_inner .bread_crumbs ul li a {
        font-family: Gotham Pro;
    font-size: 14px;
    color: #828282;
}
#content_inner .bread_crumbs ul li a.active {
        color: black;
    font-weight: bold;
    text-decoration: none;
}
#foroplata .bread_crumbs ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
}
#foroplata .bread_crumbs ul li {
        margin: 0 10px;
    font-family: Gotham Pro;
    font-size: 14px;
    color: #828282;
}
#foroplata .bread_crumbs ul li:first-child {
    margin: 0 10px 0 0;
}
#foroplata .bread_crumbs ul li a {
        font-family: Gotham Pro;
    font-size: 14px;
    color: #828282;
}
#foroplata .bread_crumbs ul li a.active {
        color: black;
    font-weight: bold;
    text-decoration: none;
}

h1 {
        font-family: Gotham Pro;
    font-size: 30px;
    margin-bottom: 25px;
    color: #000000;
    font-weight: bold;
}
.rasp_content .rasp_inform {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.rasp_content .rasp_inform p {
    font-family: Proxima Nova;
    font-size: 18px;
    margin-right: 30px;
    color: #4F4F4F;
}
.rasp_content .rasp_inform p span {
    color: black;
    font-weight: bold;
    margin-left: 10px;
}
.rasp_content .items_rasp {
    margin-top: 30px;
}
.item_rasp_osnovn {
        background: #F4F4F4;
    border-radius: 4px 4px 0px 0px;
    position: relative;
}
.item_rasp_osnovn:nth-child(2n) {
    background: white;
}
.rasp_crmka_visibli .activesss:nth-child(2n) {
    background: red;
}
.item_rasp_osnovn .rasp_visible {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    padding: 20px 15px;
}
.rasp_visible .first_otkuda p:first-child {
        font-family: Gotham Pro;
    font-size: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    letter-spacing: 0.02em;
    color: #000000;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: bold;
}
.rasp_visible .first_otkuda p:first-child span {
        font-family: Gotham Pro;
    font-size: 12px;
    padding: 3px;
    color: #828282;
    background: #FFFFFF;
    border: 1px solid #EAEAEA;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 4px;
    margin-left: 8px;
}
.rasp_visible .first_otkuda p:last-child {
    font-family: Gotham Pro;
    font-size: 18px;
    font-weight: bold;
    color: #000000;
    margin-top: 10px;
}
.rasp_visible .three_kuda p:first-child {
        font-family: Gotham Pro;
    font-size: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    letter-spacing: 0.02em;
    color: #000000;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: bold;
}
.rasp_visible .three_kuda p:first-child span {
        font-family: Gotham Pro;
    font-size: 12px;
    padding: 3px;
    color: #828282;
    background: #FFFFFF;
    border: 1px solid #EAEAEA;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 4px;
    margin-left: 8px;
}
.rasp_visible .three_kuda p:nth-child(2) {
    font-family: Gotham Pro;
    font-size: 18px;
    font-weight: bold;
    color: #000000;
    margin-top: 10px;
}
.rasp_visible .three_kuda p:nth-child(3) {
    font-family: Gotham Pro;
    font-size: 13px;
    color: #BDBDBD;
    margin-top: 20px;
    width: 210px;
    line-height: 20px;
}
.rasp_visible .two_timeinroad  {
        background: transparent;
    border: 1px solid #E8EDE7;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.rasp_visible .two_timeinroad div p {
        font-family: Proxima Nova;
    font-size: 14px;
    line-height: 17px;
    font-weight: bold;
    color: #333333;
    margin-bottom: 1px;
}
.rasp_visible .two_timeinroad div span {
        font-family: Proxima Nova;
    font-size: 14px;
    line-height: 17px;
        width: 110px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #828282;
}
.rasp_visible .two_timeinroad div {
        margin: 10px 10px 10px 20px;
}
.rasp_visible .four_price {
        margin-top: 25px;
}
.rasp_visible .four_price p {
        font-family: Gotham Pro;
    font-size: 30px;
    letter-spacing: 0.02em;
    font-weight: bold;
    color: #000000;
        width: 185px;
    text-align: center;
}
.rasp_visible .five_button {
        margin-top: 15px;
}
.rasp_visible .five_button a {
        width: 139px;
    -webkit-transition: .3s;
    transition: .3s;
    height: 40px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #62BA9E;
    border-radius: 4px;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    font-family: Gotham Pro;
    font-size: 16px;
    cursor: pointer;
    text-decoration: none;
    letter-spacing: 0.02em;
    color: #F2F2F2;
}
.rasp_visible .five_button a:hover {
    -webkit-transition: .3s;
    transition: .3s;
    background: #219653;
}
.rasp_visible .five_button p {
        font-family: Gotham Pro;
    font-size: 12px;
    color: #828282;
}
.item_rasp_osnovn .rasp_hidden {
    display: -webkit-box;
    display: -ms-flexbox;
    display: none;
    padding: 20px 15px;
    
}
.item_rasp_osnovn .left_hidden_rasp {
    max-width: 500px;
    margin-right: 40px;
}
.left_hidden_rasp .hidden_otkuda {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    margin-bottom: 30px;
    position: relative;
}
.hidden_otkuda .mesto_otkuda_hidden:after {
content: "";
    color: #62BA9E;
    font-size: 33px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    background: #62BA9E;
    display: -webkit-box;
    display: -webkit-flex;
    -webkit-transition: .3s;
    transition: .3s;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    border: 1px solid #62BA9E;
    margin-right: 5px;
    padding-right: 0px;
    position: absolute;
    left: -40px;
    top: 3px;
    justify-content: space-around;
    align-items: center;
}
.hidden_otkuda .mesto_otkuda_hidden:before {
position: absolute;
    top: 1.8em;
    left: 0.8em;
    width: 0px;
    -webkit-transition: .3s;
    transition: .3s;
    height: 217%;
    content: '';
    z-index: 0;
    left: -35px;
    top: 12px;
    border-left: 1px dashed;
    background: #62BA9E;
}
.hidden_otkuda .date_otkuda_hidden {
        width: 80px;
}
.hidden_otkuda .date_otkuda_hidden p {
        font-family: Gotham Pro;
    font-size: 14px;
    line-height: 13px;
    color: #333333;
    font-weight: bold;
}
.hidden_otkuda .date_otkuda_hidden span {
    font-family: Gotham Pro;
    font-size: 11px;
    line-height: 13px;
    color: #828282;
    width: 100%;
    display: block;
    margin-top: 3px;
}
.hidden_otkuda .mesto_otkuda_hidden {
        margin-left: 50px;
            position: relative;
}
.hidden_kuda .mesto_kuda_hidden:after {
    content: "";
    color: #62BA9E;
    font-size: 33px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    background: white;
    display: -webkit-box;
    display: -webkit-flex;
    -webkit-transition: .3s;
    transition: .3s;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    border: 1px solid #62BA9E;
    margin-right: 5px;
    padding-right: 0px;
    position: absolute;
    left: -40px;
    top: 0px;
    justify-content: space-around;
    align-items: center;
}
.hidden_kuda .mesto_kuda_hidden:hover:after {
    background: #62BA9E;
}
.hidden_kuda .mesto_kuda_hidden:hover .mesto_otkuda_hidden:before {
    background: #62BA9E;
}
.hidden_otkuda  .mesto_otkuda_hidden p {
        font-family: Gotham Pro;
    font-size: 16px;
    line-height: 15px;
    color: #000000;
    font-weight: bold;
}
.hidden_otkuda  .mesto_otkuda_hidden span {
        font-family: Proxima Nova;
    font-size: 14px;
    line-height: 17px;
    color: #4F4F4F;
}
.left_hidden_rasp .hidden_kuda  {
        display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.hidden_kuda .date_kuda_hidden {
        width: 80px;
}
.hidden_kuda .date_kuda_hidden div p {
        font-family: Gotham Pro;
    font-size: 14px;
    line-height: 13px;
    color: #333333;
    font-weight: bold;
}
.hidden_kuda .date_kuda_hidden div span {
    font-family: Gotham Pro;
    font-size: 11px;
    line-height: 13px;
    color: #828282;
    width: 100%;
    display: block;
    margin-top: 3px;
}
.hidden_kuda .mesto_kuda_hidden {
        margin-left: 50px;
    position: relative;
}
.hidden_kuda .mesto_kuda_hidden p {
    font-family: Gotham Pro;
    font-size: 16px;
    line-height: 15px;
    color: #000000;
    font-weight: bold;
}
.hidden_kuda .mesto_kuda_hidden span {
        font-family: Proxima Nova;
    font-size: 14px;
    line-height: 17px;
    color: #4F4F4F;
}
.rasp_hidden .right_hidden_rasp {
        font-family: Gotham Pro;
    font-size: 13px;
    line-height: 18px;
    color: #333333;
}
.right_hidden_rasp .dop_hidden {
    margin-top: 20px;
}
.right_hidden_rasp .dop_hidden p {
    font-weight: bold;
}
.right_hidden_rasp .dop_hidden .dop_hidden_text p {
    font-weight: normal;
}
.right_hidden_rasp .dop_hidden .dop_hidden_text p:nth-child(3) {
        font-weight: bold;
    font-size: 18px;
    line-height: 24px;
    text-decoration: underline;
}
.right_hidden_rasp p:nth-child(3) {
    font-weight: bold;
}
.right_hidden_rasp p:nth-child(3) span {
    font-weight: normal;
}
.right_hidden_rasp p:nth-child(4) {
    font-weight: bold;
}
.right_hidden_rasp p:nth-child(4) span {
    font-weight: normal;
}
.item_rasp_osnovn p.clicker_open {
        position: absolute;
        top: 100px;
    left: 30px;
    font-family: Gotham Pro;
    font-size: 19px;
    line-height: 13px;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    color: #219653;
    cursor: pointer;
}
.item_rasp_osnovn p.clicker_open:after {
    position: absolute;
    content: url(/bitrix/templates/default/images/MzwZkqkUn6I.png);
    left: -15px;
    top: 0;
}
.item_rasp_osnovn p.clicker_close {
        position: absolute;
        top: 100px;
    left: 30px;
    font-family: Gotham Pro;
    font-size: 19px;
    line-height: 13px;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    color: #219653;
    cursor: pointer;
    display: none;
}
.item_rasp_osnovn p.clicker_close:after {
    position: absolute;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    content: url(/bitrix/templates/default/images/MzwZkqkUn6I.png);
    left: -15px;
    top: 0;
}
.flexer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.for_contentt_texts p.pheadcontenttext {
        font-family: Gotham Pro;
    font-size: 30px;
    line-height: 29px;
    color: #000000;
    font-weight: bold;
    margin-bottom: 30px;
}
#content_inner .for_contentt_texts {
        margin: 50px 0;
    width: 100%;
}
#content_inner .for_contentt_texts .for_texts {
        font-family: Gotham Pro;
    line-height: 24px;
    margin-bottom: 20px;
}
.for_contentt_texts .for_texts p{
        font-family: Gotham Pro;
    font-size: 14px;
    line-height: 21px;
    color: #000000;
    margin-bottom: 30px;
}
.for_contentt_texts .for_texts h2 {
    margin: 20px 0;
}
.for_contentt_texts .for_texts h3 {
    margin: 20px 0;
    font-family: Gotham Pro;
    font-size: 23px;
    color: #000000;
    font-weight: bold;
}
.for_contentt_texts .for_texts img {
    margin: 12px;
}
.popular_napravl p.popular_napravl_phead {
        font-family: Gotham Pro;
    font-size: 30px;
    margin-bottom: 30px;
    color: #000000;
    font-weight: bold;
}
.popular_napravl .popular_napravl_items {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    -webkit-box-pack: justify;
    width: 100%;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.popular_napravl .popular_napravl_items .popular_item .left_popular {
    width: 280px;
    height: 260px;
    margin-right: 30px;
}
.popular_napravl .popular_napravl_items .popular_item .left_popular img {
    width: 100%;
    height: 100%;
}
#content_inner .popular_napravl {
    width: 100%;
}
.popular_napravl_items .popular_item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    width: 560px;

}
.popular_item .right_popular {
    width: 250px;
}
.right_popular p.headitempopular {
    font-family: Proxima Nova;
    font-size: 20px;
    color: #000000;
    padding-bottom: 7px;
    border-bottom: 1px solid #E0E0E0;
    margin-bottom: 7px;
}
.right_popular div a {
        width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-family: Proxima Nova;
    font-size: 14px;
    line-height: 17px;
    color: #000000;
    text-decoration: none;
        margin-bottom: 10px;
}
#content_inner .emailraassilka {
    width: 100%;
    margin: 65px 0;
}
#content_inner .emailraassilka p:first-child {
        font-family: Gotham Pro;
    font-size: 30px;
    font-weight: bold;
    color: #000000;
    margin-bottom: 30px;
}
#content_inner .emailraassilka p:nth-child(2) {
     margin-bottom: 25px;
    font-family: Gotham Pro;
font-size: 20px;

color: #000000;
}
#content_inner .emailraassilka form input[type=email] {
        width: 283px;
    height: 40px;
    left: 345px;
    top: 3266px;
    background: #FDFCFC;
    border: 1px solid #BDBDBD;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 4px;
    font-family: Gotham Pro;
    font-size: 20px;
    color: #000000;
    padding-left: 10px; 
}
#content_inner .emailraassilka form input[type=submit] {
        width: 175px;
    height: 40px;
    left: 668px;
    top: 3266px;
    background: #62BA9E;
    border-radius: 4px;
    border: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: 25px;
    font-family: Gotham Pro;
    font-size: 16px;
    /* line-height: 15px; */
    letter-spacing: 0.02em;
    color: #F2F2F2;
}
#content_inner .emailraassilka form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
#content_inner #activnost {
    display: none;
}
#rasp_innerrasp {
        max-width: 1260px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 35px 15px;
    width: 100%;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto;
}
#rasp_innerrasp .bread_crumbs ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
}
#rasp_innerrasp .bread_crumbs ul li {
        margin: 0 10px;
    font-family: Gotham Pro;
    font-size: 14px;
    color: #828282;
}
#rasp_innerrasp .bread_crumbs ul li:first-child {
    margin: 0 10px 0 0;
}
#rasp_innerrasp .bread_crumbs ul li a {
        font-family: Gotham Pro;
    font-size: 14px;
    color: #828282;
}
#rasp_innerrasp .bread_crumbs ul li a.active {
        color: black;
    font-weight: bold;
    text-decoration: none;
}
#rasp_innerrasp .inner_osnovn {
    width: 100%;
    margin: 35px 0 0 0;
}
#rasp_innerrasp .raspisanie_inner_flex {
    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;
        margin-bottom: 35px;
}
#rasp_innerrasp .raspisanie_inner_flex .items_inner_rasp {
    width: 570px;
    border-bottom: 1px solid #E0E0E0;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
#rasp_innerrasp .raspisanie_inner_flex .items_inner_rasp a {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-family: Proxima Nova;
    font-size: 18px;
    text-decoration: none;
    color: #62BA9E;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
}
#rasp_innerrasp .raspisanie_inner_flex .items_inner_rasp a span {
    color: #333333;
}
#rasp_innerrasp .raspisanie_inner_flex .items_inner_rasp a span#rubone {
    position: relative;
    margin-right: 50px;
    font-weight: bold;
}
#rasp_innerrasp .raspisanie_inner_flex .items_inner_rasp a span#rubone:empty:after {
    content: "по запросу";
    width: 92px;
}
#rasp_innerrasp .raspisanie_inner_flex .items_inner_rasp a span#rubone:after {
    content: "руб.";
    position: absolute;
    right: -45px;
    font-weight: normal;
    top: 1px;
}
#mobile_menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.otkuda .popular_item .left_popular img {
    width: 280px;
    height: 260px;
}
.kuda .popular_item .left_popular img {
    width: 280px;
    height: 260px;;
}
#opened_menus {
    cursor: pointer;
    display: none;
}
#opened_menus hr {
    background: #F2F2F2;
    border-radius: 10px;
    width: 30px;
    height: 2px;
}
#mobile_menu #mobile_menu_item {
    display: none;
}
.inner_for_witch {
        max-width: 1260px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 30px 15px;
    width: 100%;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.inner_for_witch .for_contentssinner {
    width: 100%;
}
.inner_for_witch .for_contentssinner p {
        font-family: Gotham Pro;
    line-height: 24px;
}
.inner_for_witch .for_contentssinner ul {
        width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.inner_for_witch .for_contentssinner ul li {
        width: 570px;
    border-bottom: 1px solid #E0E0E0;
    margin-bottom: 15px;
    padding-bottom: 15px;
}
.inner_for_witch .for_contentssinner ul li a {
        width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-family: Proxima Nova;
    font-size: 23px;
    text-decoration: none;
    color: #62BA9E;
}
#foroplata {
    max-width: 1260px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 35px 15px;
    width: 100%;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto;
}
#for_errror {
    position: fixed;
    width: 100%;
    background: rgba(4,4,4,0.5);
    display: none;
    z-index: 9;
    height: 100%;
    top: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}
#for_errror .okno_message {
    background: white;
    padding: 30px 40px;
    border-radius: 10px;
    position: relative;
}
#for_errror .okno_message p {
    font-family: Gotham Pro;
    font-size: 18px;
    line-height: 29px
}
#for_errror .okno_message a {
    width: 100%;
    height: 46px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    background: #62BA9E;
    border-radius: 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-family: Proxima Nova;
    font-size: 16px;
    line-height: normal;
    color: #F2F2F2;
    text-decoration: none;
    margin: 20px 0 10px;
}
#for_errror .okno_message #closeredd {
    position: absolute;
    right: 5px;
    top: 5px;
    cursor: pointer;
}
#for_errror .okno_message #closeredd hr {
    width: 30px;
    height: 4px;
    border-radius: 5px;
    background: black;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    right: 0;
}
#for_errror .okno_message #closeredd hr:nth-child(2) {
    width: 30px;
    height: 4px;
    border-radius: 5px;
    background: black;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
#afterFormOplata .informatioen_for_rejs {
        border: 1px solid #E0E0E0;
    border-radius: 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px;
    width: 100%;
}
.informatioen_for_rejs .tabled_oplata .about_rejs {
    border-bottom: 1px solid #E0E0E0;
    padding: 10px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.informatioen_for_rejs .tabled_oplata .about_rejs:nth-child(4) {
    border: 0;
    padding: 10px 0 0 0;
}
.informatioen_for_rejs .tabled_oplata .about_rejs span {
        font-family: Gotham Pro;
    font-weight: bold;
    font-size: 18px;
    line-height: 17px;
    width: 50%;
}
.informatioen_for_rejs .tabled_oplata .about_rejs span input {
        border: 0;
    cursor: default;
    font-family: Gotham Pro;
    font-size: 18px;
    line-height: 17px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    width: 100%;
    display: inline-flex;
    padding: 0;
    text-align: right;
}
.informatioen_for_rejs .tabled_oplata .about_rejs span input:focus {
    outline: none;
    border: 0;
}
.informatioen_for_rejs .tabled_oplata .about_rejs span input#dateotpr {
        -webkit-text-decoration-line: underline;
        text-decoration-line: underline;
    color: #62BA9E;
    font-weight: bold;
    cursor: pointer;
}
.informatioen_for_rejs .tabled_oplata .about_rejs span input#dateotpr::-webkit-input-placeholder {
          -webkit-text-decoration-line: underline;
        text-decoration-line: underline;
    color: #62BA9E;
    font-weight: bold;
    cursor: pointer;  
}
.informatioen_for_rejs .tabled_oplata .about_rejs span input#dateotpr:-ms-input-placeholder {
          -webkit-text-decoration-line: underline;
        text-decoration-line: underline;
    color: #62BA9E;
    font-weight: bold;
    cursor: pointer;  
}
.informatioen_for_rejs .tabled_oplata .about_rejs span input#dateotpr::placeholder {
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    color: #62BA9E;
    font-weight: bold;
    cursor: pointer;  
}
#afterFormOplata .class_for_pasajirs #first_pasajir {
    border: 1px solid #E0E0E0;
    border-radius: 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px;
    width: 50%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;

    display: inline-flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 45px;
}
#afterFormOplata .class_for_pasajirs #first_pasajir .headpsajj {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0;
}
#afterFormOplata .class_for_pasajirs #first_pasajir .headpsajj span {
    font-size: 20px;
    line-height: 28px;
    color: #959595;
    font-family: "Proxima Nova";
    font-weight: bold;
    text-align: right;
}
#afterFormOplata .class_for_pasajirs #first_pasajir .headpsajj .tarif_new_basket {
    font-size: 20px;
    line-height: 28px;
    width: auto;
    margin: 0;
    font-family: "Proxima Nova";
    font-weight: bold;
}
#afterFormOplata .class_for_pasajirs #first_pasajir .headpsajj .tarif_new_basket span {
    color: #4580e5;
}
.class_for_pasajirs #first_pasajir p.headpsajj {
    font-family: Gotham Pro;
    font-size: 24px;
    line-height: 23px;
    font-weight: bold;
    width: 100%;
}
.new_basket #first_pasajir div {
    margin: 15px 0;
}
#first_pasajir div {
    width: 50%;
    margin: 6px 0;
}
#first_pasajir div p {
    font-family: Proxima Nova;
    font-size: 16px;
    color: #333333;
    font-weight: bold;
    margin-bottom: 10px;
}
#first_pasajir div input {
    border: 1px solid #BDBDBD;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 4px;
    font-family: Proxima Nova;
    font-size: 18px;
    line-height: 17px;
    color: #333333;
    width: 249px;
    height: 40px;
    padding-left: 10px;
}
#first_pasajir div select {
    border: 1px solid #BDBDBD;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 4px;
    font-family: Proxima Nova;
    font-size: 18px;
    line-height: 17px;
    color: #333333;
    width: 249px;
    height: 40px;
    padding-left: 10px;
}

#afterFormOplata .class_for_pasajirs #second_pasajir {
    border: none;
    border-radius: 3px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 35px;
    position: relative;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    width: 100%;
    -webkit-box-shadow: 0px 4px 8px rgba(0,0,0,0.06);
    box-shadow: 0px 4px 8px rgba(0,0,0,0.06);
    background-color: #ffffff;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 45px;
}
#afterFormOplata .class_for_pasajirs #second_pasajir .headpsajj {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0;
}
#afterFormOplata .class_for_pasajirs #second_pasajir .headpsajj span {
    font-size: 20px;
    line-height: 28px;
    color: #959595;
    font-family: "Proxima Nova";
    font-weight: bold;
    text-align: right;
}
#afterFormOplata .class_for_pasajirs #second_pasajir .headpsajj .tarif_new_basket {
    font-size: 20px;
    line-height: 28px;
    width: auto;
    margin: 0;
    font-family: "Proxima Nova";
    font-weight: bold;
}
#afterFormOplata .class_for_pasajirs #second_pasajir .headpsajj .tarif_new_basket span {
    color: #4580e5;
}
.class_for_pasajirs #first_pasajir p.headpsajj {
    font-family: Gotham Pro;
    font-size: 24px;
    line-height: 23px;
    font-weight: bold;
    width: 100%;
}
.new_basket #first_pasajir div {
    margin: 15px 0;
}
.new_basket #second_pasajir div {
    margin: 15px 0;
    width: 25%;
}
#first_pasajir div {
    width: 50%;
    margin: 6px 0;
}
#first_pasajir div p {
    font-family: Proxima Nova;
    font-size: 16px;
    color: #333333;
    font-weight: bold;
    margin-bottom: 10px;
}
#second_pasajir div p {
    font-family: Proxima Nova;
    font-size: 16px;
    color: #333333;
    font-weight: bold;
    margin-bottom: 10px;
}
#first_pasajir div input {
    border: 1px solid #BDBDBD;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 4px;
    font-family: Proxima Nova;
    font-size: 18px;
    line-height: 17px;
    color: #333333;
    width: 249px;
    height: 40px;
    padding-left: 10px;
}
#second_pasajir div input {
    border: 1px solid #BDBDBD;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 4px;
    font-family: Proxima Nova;
    font-size: 18px;
    line-height: 17px;
    color: #333333;
    width: 249px;
    height: 40px;
    padding-left: 10px;
}
#first_pasajir div select {
    border: 1px solid #BDBDBD;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 4px;
    font-family: Proxima Nova;
    font-size: 18px;
    line-height: 17px;
    color: #333333;
    width: 249px;
    height: 40px;
    padding-left: 10px;
}
#second_pasajir div select {
    border: 1px solid #BDBDBD;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 4px;
    font-family: Proxima Nova;
    font-size: 18px;
    line-height: 17px;
    color: #333333;
    width: 249px;
    height: 40px;
    padding-left: 10px;
}
#afterFormOplata .class_for_pasajirs {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    width: 100%;
    margin-top: 55px;
    
    padding: 60px 0 60px 0;
}
body {
    overflow-x: hidden;
}
#afterFormOplata .class_for_pasajirs:before {
    content: "";
    top: 0;
    left: -100%;
    position: absolute;
    border-bottom: 1px solid #e0e0e0;
    width: 5000px;
}
#afterFormOplata .class_for_pasajirs:after {
    content: "";
    bottom: 0;
    left: -100%;
    position: absolute;
    border-bottom: 1px solid #e0e0e0;
    width: 5000px;
}
#afterFormOplata .class_for_pasajirs #smena {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    flex-wrap: wrap;
}
#afterFormOplata .class_for_pasajirs #second_pasajir_add {
    cursor: pointer;
    /* border: 1px solid #E0E0E0; */
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
    /* border-radius: 5px; */
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* padding: 20px; */
    /* width: calc(50% - 10px); */
    /* display: -webkit-inline-box; */
    display: -ms-inline-flexbox;
    /* display: inline-flex; */
    -ms-flex-wrap: wrap;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    /* flex-wrap: wrap; */
    /* -webkit-box-pack: justify; */
    -ms-flex-pack: justify;
    /* justify-content: space-between; */
    margin-top: 45px;
    /* height: 377px; */
    position: relative;
    height: 40px;
    border-radius: 5px;
    background-image: -webkit-gradient(linear, right top, left top, from(#f3a954), to(#f7c95a));
    background-image: linear-gradient(-90deg, #f3a954 0%, #f7c95a 100%);
    font-size: 16px;
    line-height: 28px;
    color: #ffffff;
    font-family: "Proxima Nova";
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    padding: 0 15px;
}
#afterFormOplata .class_for_pasajirs #second_pasajir_add .clack {

}
#afterFormOplata .rosbilets #first_pasajir {
    border: 1px solid #E0E0E0;
    border-radius: 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    width: 100% !important;

    display: -webkit-inline-box;

    display: -ms-inline-flexbox;

    display: inline-flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.rosbilets #first_pasajir div {
    width: 25% !important;
    margin: 6px 0;
}
#afterFormOplata .class_for_pasajirs #first_pasajir {
    border: none;
    border-radius: 3px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 35px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    width: 100%;
    -webkit-box-shadow: 0px 4px 8px rgba(0,0,0,0.06);
    box-shadow: 0px 4px 8px rgba(0,0,0,0.06);
    background-color: #ffffff;
    display: -webkit-inline-box;

    display: -ms-inline-flexbox;

    display: inline-flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-top: 45px;
}
#afterFormOplata .class_for_pasajirs #second_pasajir #closertwo {
    position: absolute;
    font-size: 33px;
    right: 7px;
    z-index: 9999999;
    -webkit-transform: rotateX(40deg);
    transform: rotateX(40deg);
    width: auto;
    letter-spacing: 0;
    color: #f48640;
    top: 0px;
    font-family: "Open Sans", sans-serif;
    font-weight: bold;
    margin: 0;
    cursor: pointer;
}
#afterFormOplata .class_for_pasajirs .deleted {
    border: 1px solid #E0E0E0;
    border-radius: 5px;
    -webkit-box-sizing: border-box;
    position: relative;
    box-sizing: border-box;
    padding: 20px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    width: calc(50% - 10px);

    display: -webkit-inline-box;

    display: -ms-inline-flexbox;

    display: inline-flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 45px;
}
.class_for_pasajirs .deleted p.headpsajj {
    font-family: Gotham Pro;
    font-size: 24px;
    line-height: 23px;
    font-weight: bold;
    width: 100%;
}
.deleted div {
    width: 50%;
    margin: 6px 0;
}
.deleted div p {
    font-family: Proxima Nova;
    font-size: 16px;
    color: #333333;
    font-weight: bold;
    margin-bottom: 10px;
}
.deleted div input {
    border: 1px solid #BDBDBD;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 4px;
    font-family: Proxima Nova;
    font-size: 18px;
    line-height: 17px;
    color: #333333;
    width: 249px;
    height: 40px;
    padding-left: 10px;
}
.deleted div select {
    border: 1px solid #BDBDBD;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 4px;
    font-family: Proxima Nova;
    font-size: 18px;
    line-height: 17px;
    color: #333333;
    width: 249px;
    height: 40px;
    padding-left: 10px;
}
.class_for_pasajirs #first_pasajir p.headpsajj {
    font-family: Gotham Pro;
    font-size: 24px;
    line-height: 23px;
    font-weight: bold;
    width: 100%;
}
#first_pasajir div {
    width: 25%;
    margin: 6px 0;
}
#first_pasajir div p {
    font-family: Proxima Nova;
    font-size: 16px;
    color: #333333;
    font-weight: bold;
    margin-bottom: 10px;
}
#first_pasajir div input {
    border: 1px solid #BDBDBD;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 4px;
    font-family: Proxima Nova;
    font-size: 18px;
    line-height: 17px;
    color: #333333;
    width: 249px;
    height: 40px;
    padding-left: 10px;
}
#first_pasajir div select {
    border: 1px solid #BDBDBD;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 4px;
    font-family: Proxima Nova;
    font-size: 18px;
    line-height: 17px;
    color: #333333;
    width: 249px;
    height: 40px;
    padding-left: 10px;
}
#afterFormOplata .itogo_sum p {
    font-family: Proxima Nova;
    font-size: 23px;
    color: #333333;
    font-weight: bold;
    margin: 20px 0;
}
#afterFormOplata .itogo_sum p span#summm {
        margin: 0 10px;
    color: #EB5757;
}
.soglasie_item .checedd {
        font-family: Proxima Nova;
    font-size: 16px;
    line-height: 19px;
    color: #333333;
}
.soglasie_item  span {
        margin-left: 24px;
    max-width: 600px;
    display: block;
    font-family: Proxima Nova;
    font-size: 14px;
    line-height: 17px;
    color: #828282;
}
.for_buttons_clicker #oplatit {
        width: 200px;
    height: 41px;
    border: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #62BA9E;
    border-radius: 4px;
    font-family: Proxima Nova;
    font-size: 23px;
    line-height: normal;
    color: #F2F2F2;
    margin-left: 35px;
    cursor: pointer;
}
.for_buttons_clicker input[type=submit] {
        width: 200px;
    height: 41px;
    border: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #62BA9E;
    border-radius: 4px;
    font-family: Proxima Nova;
    font-size: 23px;
    line-height: normal;
    color: #F2F2F2;
    margin-left: 35px;
    cursor: pointer;
}
.for_buttons_clicker {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    margin: 40px 0 0 0;
}
#foroplata .oplata_content {
        margin: 30px 0;
}
.pohojjperedF {
    max-width: 1260px;
    /* display: -webkit-box; */
    display: -ms-flexbox;
    /* display: flex; */
    /* -webkit-box-pack: justify; */
    -ms-flex-pack: justify;
    /* justify-content: space-between; */
    padding: 0 15px;
    width: 100%;
    /* margin: 0 auto; */
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-flex-wrap: wrap;
    /* flex-wrap: wrap; */
    /* -webkit-box-align: center; */
    -ms-flex-align: center;
    /* align-items: center; */
    margin: 0 auto 50px;
}
h2 {
    font-family: Gotham Pro;
    font-size: 27px;
    margin-bottom: 25px;
    color: #000000;
    font-weight: bold;
}
.pohojjperedF .intocitys {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-family: Gotham Pro;
    font-size: 17px;
    color: #000000;
}
.pohojjperedF .intocitys .otkuda {
        margin-right: 29px
}
.pohojjperedF .intocitys span {
    font-weight: bold;
}
.pohojjperedF p {
        margin: 10px 0;
    font-family: Gotham Pro;
    font-size: 14px;
    color: #000000;
}
.pohojjperedF a {
        font-family: Proxima Nova;
    font-size: 17px;
    text-decoration: underline;
    color: #62BA9E;
    margin-right: 20px;
}
.breadcrumbs_numpages {
    
}
.breadcrumbs_numpages a.numpagess {
        background: white;
    border-radius: 4px;
    padding: 6px 14px;
    font-family: Proxima Nova;
    font-size: 20px;
    line-height: 27px;
    color: black;
     -webkit-transition: 0.3s;
     transition: 0.3s;
    text-decoration: none;
}
.breadcrumbs_numpages a.numpagess:hover {
        background: #62BA9E;
    border-radius: 4px;
    padding: 6px 14px;
    font-family: Proxima Nova;
    font-size: 20px;
    line-height: 27px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    color: #F2F2F2;
}
.breadcrumbs_numpages span.numpagess_acitve {
        background: #62BA9E;
    border-radius: 4px;
    padding: 6px 14px;
    font-family: Proxima Nova;
    font-size: 20px;
    line-height: 27px;
    color: #F2F2F2;
}
.breadcrumbs_numpages #toprev:hover {
    -webkit-transition: 0.3s;
    transition: 0.3s;
        background: #62BA9E;
    color: white;
}
.breadcrumbs_numpages #toprev {
        font-family: Proxima Nova;
    font-size: 16px;
    line-height: 17px;
    color: #333333;
    text-decoration: none;
    border: 1px solid #62BA9E;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 4px;
    cursor: pointer;
    padding: 11px 44px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.breadcrumbs_numpages #toprev_a:hover {
    -webkit-transition: 0.3s;
    transition: 0.3s;
        background: #62BA9E;
    color: white;
}
.breadcrumbs_numpages #toprev_a {
        font-family: Proxima Nova;
    font-size: 16px;
    line-height: 17px;
    color: #333333;
    text-decoration: none;
    border: 1px solid #62BA9E;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 4px;
    padding: 11px 44px;
    cursor: pointer;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.breadcrumbs_numpages #tonext:hover {
    -webkit-transition: 0.3s;
    transition: 0.3s;
        background: #62BA9E;
    color: white;
}
.breadcrumbs_numpages #tonext {
        font-family: Proxima Nova;
    font-size: 16px;
    line-height: 17px;
    color: #333333;
    text-decoration: none;
    border: 1px solid #62BA9E;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 4px;
    padding: 11px 44px;
    cursor: pointer;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.breadcrumbs_numpages #tonext_a:hover {
    -webkit-transition: 0.3s;
    transition: 0.3s;
        background: #62BA9E;
    color: white;
}
.breadcrumbs_numpages #tonext_a {
        font-family: Proxima Nova;
    font-size: 16px;
    line-height: 17px;
    color: #333333;
    text-decoration: none;
    border: 1px solid #62BA9E;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 4px;
    padding: 11px 44px;
    cursor: pointer;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.for_numpagess {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    margin: 0 auto;
    -ms-flex-pack: distribute;
    width: 100%;
    margin: 30px 0 0;
    justify-content: space-around;
}
.hidden {
    display: none;
}
#search_pages {
    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;
        margin-bottom: 35px;
}
#search_pages .items_inner_rasp {
    width: 570px;
    border-bottom: 1px solid #E0E0E0;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
#search_pages .items_inner_rasp a {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-family: Proxima Nova;
    font-size: 18px;
    text-decoration: none;
    color: #62BA9E;
}
#search_pages .items_inner_rasp a span {
    color: #333333;
}
#search_pages .items_inner_rasp a span#rubone {
    position: relative;
    margin-right: 50px;
    font-weight: bold;
}
#search_pages .items_inner_rasp a span#rubone:empty:after {
    content: "по запросу";
    width: 92px;
}
#search_pages .items_inner_rasp a span#rubone:after {
    content: "руб.";
    position: absolute;
    right: -45px;
    font-weight: normal;
    top: 1px;
}
#formap p.kilometrss {
        margin-bottom: 20px;
    font-family: Gotham Pro;
    font-size: 20px;
    color: #000;
}
#formap ul li.puncts_items {
font-family: Gotham\ Pro;
    font-size: 16px;
    margin: 12px 0 0 30px;
    color: #000;
    font-weight: bold;
    position: relative;
}
#formap ul li.puncts_items:after {
    content: "";
    color: #62ba9e;
    font-size: 33px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    background: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    -webkit-transition: .3s;
    transition: .3s;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    border: 1px solid #62ba9e;
    margin-right: 5px;
    padding-right: 0;
    position: absolute;
    left: -20px;
    top: 3px;
    justify-content: space-around;
    align-items: center;
}
#formap ul {
    margin-bottom: 10px;
}
#formap ul li.puncts_items:hover:after {
    background: #62BA9E;
}
#formap a.pokazat_vse_goroda {
        font-family: Gotham\ Pro;
    font-size: 19px;
    line-height: 13px;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    color: #219653;
    cursor: pointer;
    position: relative;
    margin: 25px;
}
#formap a.pokazat_vse_goroda:after {
    position: absolute;
    content: url(/bitrix/templates/default/images/xMzwZkqkUn6I.png.pagespeed.ic.bVvW-Ms2C5.webp);
    left: -15px;
    top: 0;
}
#preload {
        background: rgba(0,0,0,0.8);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    display: none;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.ui-widget-content {
        background: white !important;
    color: #383838;
    border-radius: 0 !important;
    padding: 0;
        max-height: 212px;
    overflow-y: scroll;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
	border: 0 !important;
	background: none !important;
	font-weight: bold;
	color: #62BA9E !important;
}
#dater {
        position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    z-index: 11111;
    display: none;
}
#dater .okno_dater {
        background: white;
    max-width: 400px;
    position: relative;
    border-radius: 10px;
    margin: calc((50% - 213px) / 2) auto 0;
    padding: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
#dater .okno_dater #regul_error p {
        font-family: Gotham Pro;
    font-size: 17px;
    line-height: 26px;
    text-align: center;
}
#dater .okno_dater #regul_error p#regul {
        font-family: Gotham Pro;
    font-size: 17px;
    line-height: 26px;
    text-align: center;
    color: red;
}
#dater .okno_dater label {
        position: relative;
}
#dater .okno_dater label::after {
    content: "";
    background: url(/bitrix/templates/default/images/calendar.png);
right: 55px;
    top: -9px;
    position: absolute;
    width: 30px;
    height: 30px;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 9;
    background-position: center;
}
#dater .okno_dater input#dateotpr {
        -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    color: #62BA9E;
    font-weight: bold;
    cursor: pointer;
    border: 0;
    cursor: default;
    font-family: Gotham Pro;
    font-size: 19px;
    line-height: 17px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    width: 100%;
    display: inline-flex;
    padding: 0;
    text-align: center;
    margin: 12px 0;
}
#dater .okno_dater input#dateotpr:focus {
    outline: none;
}
#dater .okno_dater a#to_oplatit {
        width: 139px;
    height: 40px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #62BA9E;
    border-radius: 4px;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    font-family: Gotham Pro;
    font-size: 16px;
    text-decoration: none;
    letter-spacing: 0.02em;
    color: #F2F2F2;
    cursor: pointer;
    margin: 10px auto 0;
}
#dater .okno_dater .hr_closered {
    position: absolute;
    right: 5px;
    top: 5px;
    cursor: pointer;
}
#dater .okno_dater .hr_closered hr:first-child {
        height: 5px;
    width: 25px;
    border-radius: 10px;
    background: black;
    border: 0;
        position: absolute;

    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
#dater .okno_dater .hr_closered hr {
            height: 5px;
    width: 25px;
    border-radius: 10px;
    background: black;
    border: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
#dater .okno_dater #regul_error {
        font-family: Gotham Pro;
    font-size: 17px;
    line-height: 26px;
    text-align: center;
}
.erros_posik img {
        width: 125px;
    position: absolute;
    top: -180px;
    left: calc((100% - 125px) / 2);
    z-index: 1;
}
.erros_posik {
        position: relative;
    margin-top: 60px;
    display: none;
    z-index: 3;
}
.erros_posik p {
        font-family: Gotham Pro;
    font-size: 46px;
    line-height: normal;
    color: black;
    font-weight: bold;
    text-align: center;
    margin-bottom: 15px;
    padding: 15px;
    line-height: 66px;
}
.ui-menu .ui-menu-item-wrapper:hover {
border: none;
    background: transparent;
    font-weight: normal;
    color: #219653;
    margin: 0;
    padding: 3px 1em 3px .4em;
}
#forapi .line_for_lideshevle p.line_for_lideshevle_p {
    font-family: Gotham Pro;
    font-size: 20px;
    line-height: 19px;
    color: #333333;
}
#forapi .line_for_lideshevle .line_for_lideshevle_span {
        font-family: Gotham Pro;
    font-size: 16px;
    margin: 10px 0 20px;
    color: #BDBDBD;
    display: block;
}
#forapi .info_line_deshevle {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    margin: 30px 0;
}
#forapi .info_line_deshevle p {
        font-family: Proxima Nova;
    font-size: 20px;
    line-height: 24px;
    color: #4F4F4F;
    margin-right: 55px;
}
#forapi .info_line_deshevle p span {
            font-family: Proxima Nova;
    font-size: 20px;
    line-height: 24px;
    color: #4F4F4F;
    font-weight: bold;
}
#forapi .forlistt {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    width: 100%;
    list-style: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
#forapi .forlistt li {
    margin: 0 12px;
    text-align: center;
    width: 109px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 14px;
    cursor: pointer;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    background: #FFFBD2;
    -webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    height: 69px;
}
#forapi .forlistt li:hover {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: translateY(-12px);
    transform: translateY(-12px);
    -webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.4);
}
#forapi .forlistt li.active {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: translateY(-12px);
    transform: translateY(-12px);
    -webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.4);
    cursor: default;
    pointer-events: none;
}
#forapi .forlistt li p {
    font-family: Proxima Nova;
    font-size: 16px;
    line-height: 19px;
    font-weight: bold;
    text-align: center;
    color: #000;
    position: relative;
    padding-bottom: 5px;
}
#forapi .forlistt li p:after {
    content: "";
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    border-bottom: 1px solid;
}
#forapi .forlistt li span {
        font-family: Proxima Nova;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    padding-top: 7px;
    display: inline-block;
    color: #000;
}
#forapi .forlistt li:nth-child(1) {
    background: #EAFDE7;
}
#forapi .forlistt li:last-child {
    background: #FFCFCF;
}
.rasp_crmka_visibli .for_sortirovka_heads_table {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 10px;
    width: 960px;
    -webkit-box-pack: justify;

}
.rasp_crmka_visibli .for_sortirovka_heads_table svg {
    margin-left: 5px;
}
.rasp_crmka_visibli .for_sortirovka_heads_table #time_otpravlenya_crm_off {
        font-family: Proxima Nova;
    font-size: 15px;
    line-height: 17px;
    color: #000000;
    margin-right: 100px;
    cursor: pointer;
    position: relative;
}
.rasp_crmka_visibli .for_sortirovka_heads_table #time_v_puti_crm_off {
    position: relative;
    font-family: Proxima Nova;
    font-size: 15px;
    line-height: 17px;
    color: #000000;
    margin-right: 251px;
    cursor: pointer;
}
.rasp_crmka_visibli .for_sortirovka_heads_table #time_pribitya_crm_off {
        font-family: Proxima Nova;
    font-size: 15px;
    line-height: 17px;
    position: relative;
    cursor: pointer;
    color: #000000;
    margin-right: 107px;
}
.rasp_crmka_visibli .for_sortirovka_heads_table #cena_price_crm_off {
    font-family: Proxima Nova;
    font-size: 15px;
    position: relative;
    line-height: 17px;
    cursor: pointer;
    color: #000000;
}
.rasp_crmka_visibli .for_sortirovka_heads_table #time_otpravlenya_crm_on {
        font-family: Proxima Nova;
    font-size: 15px;
    line-height: 17px;
    color: #219653;
    margin-right: 100px;
    display: none;
    cursor: pointer;
    position: relative;
}
.rasp_crmka_visibli .for_sortirovka_heads_table #time_v_puti_crm_on {
    position: relative;
    font-family: Proxima Nova;
    font-size: 15px;
    line-height: 17px;
    color: #219653;
    margin-right: 251px;
    display: none;
    cursor: pointer;
}
.rasp_crmka_visibli .for_sortirovka_heads_table #time_pribitya_crm_on {
        font-family: Proxima Nova;
    font-size: 15px;
    line-height: 17px;
    position: relative;
    color: #219653;
    margin-right: 107px;
    cursor: pointer;
    display: none;
}
.rasp_crmka_visibli .for_sortirovka_heads_table #cena_price_crm_on {
    font-family: Proxima Nova;
    font-size: 15px;
    position: relative;
    display: none;
    line-height: 17px;
    color: #219653;
    cursor: pointer;
}
.samaviborka_reisov .item_rasp_osnovn:nth-child(2n) {
    background: #F4F4F4;
    border-bottom: 1px solid white;
}
.samaviborka_reisov .item_rasp_osnovn {
    border-bottom: 1px solid white;
    display: none;
}
.new_basket .first_basket {
    border-radius: 3px;
    -webkit-box-shadow: 0px 4px 8px rgba(0,0,0,0.06);
    box-shadow: 0px 4px 8px rgba(0,0,0,0.06);
    background-color: #ffffff;
    padding: 35px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.new_basket .first_basket .for_date_basket {
    font-size: 18px;
    line-height: 28px;
    color: #000000;
    font-family: "Proxima Nova";
    font-weight: bold;
    margin-bottom: 30px;
}
.new_basket .first_basket .first_line_basket {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    margin-bottom: 65px;
    position: relative;
}
.new_basket .first_basket .first_line_basket .for_time_basket {
    font-size: 16px;
    color: #000000;
    font-family: "Proxima Nova";
    text-align: left;
    width: 40px;
    font-weight: bold;
}
.new_basket .first_basket .first_line_basket .circle_first_basket {
    background: #4580e5;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    position: relative;
    margin: 0 23px 0 23px;
}
.new_basket .first_basket .first_line_basket .circle_first_basket:after {
    content: "";
    position: absolute;
    bottom: -80px;
    left: 6px;
    border-left: 1px dashed;
    width: 1px;
    height: 495%;
}
.new_basket .first_basket .first_line_basket .first_city_name_basket div {
        font-size: 20px;
    color: #4580e5;
    font-family: "Proxima Nova";
    font-weight: bold;
}
.new_basket .first_basket .first_line_basket .first_city_name_basket span {
        font-size: 16px;
    color: #555555;
    font-family: "Proxima Nova";
}

.new_basket .first_basket .second_line_basket {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
}
.new_basket .first_basket .second_line_basket .for_time_basket {
    font-size: 16px;
    color: #000000;
    font-family: "Proxima Nova";
    text-align: left;
    width: 40px;
    font-weight: bold;
}
.new_basket .first_basket .second_line_basket .circle_second_basket {
    background: #da615c;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    margin: 0 23px 0 23px;
}
.new_basket .first_basket .second_line_basket .second_city_name_basket div {
        font-size: 20px;
    color: #da615c;
    font-family: "Proxima Nova";
    font-weight: bold;
}
.new_basket .first_basket .second_line_basket .second_city_name_basket span {
        font-size: 16px;
    color: #555555;
    font-family: "Proxima Nova";
}
.class_for_pasajirs .title_baskett {
        font-size: 30px;
    line-height: 28px;
    color: #191919;
    font-family: "Gotham Pro";
    font-weight: 500;
    display: block;
    font-weight: bold;
    width: 100%;
}
.contakts_basket {
    position: relative;
    margin: 60px 0 0 0;
    padding: 0 0 10px 0;
}
.contakts_basket:after {
        content: "";
    bottom: 0;
    left: -100%;
    position: absolute;
    border-bottom: 1px solid #e0e0e0;
    width: 5000px;
}
.contakts_basket .contkts_basket_item {
    border-radius: 3px;
    -webkit-box-shadow: 0px 4px 8px rgba(0,0,0,0.06);
    box-shadow: 0px 4px 8px rgba(0,0,0,0.06);
    background-color: #ffffff;
    padding: 35px;
    margin: 30px 0 50px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.contakts_basket p {
        font-size: 30px;
    line-height: 28px;
    color: #191919;
    font-family: "Gotham Pro";
    font-weight: bold;
}
.contakts_basket .contkts_basket_item div {
    margin: 15px 0;
}
.contakts_basket .contkts_basket_item  div {
    width: 25%;
    margin: 6px 0;
}
.contakts_basket .contkts_basket_item  div p {
    font-family: Proxima Nova;
    font-size: 16px;
    color: #333333;
    font-weight: bold;
    margin-bottom: 10px;
}
.contakts_basket .contkts_basket_item div input {
    border: 1px solid #BDBDBD;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 4px;
    font-family: Proxima Nova;
    font-size: 18px;
    line-height: 17px;
    color: #333333;
    width: 249px;
    height: 40px;
    padding-left: 10px;
}
.contakts_basket .contkts_basket_item  div.soglasie_item {
    margin: 0;
    width: 100%;
}

.contakts_basket .contkts_basket_item div .checedd {
    position: relative;
    width: 100%;
    padding-left: 29px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.contakts_basket .contkts_basket_item div .checedd label {
        padding-top: 1px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}
.contakts_basket .contkts_basket_item div input[type=checkbox] {
	display:none;
}
.contakts_basket .contkts_basket_item div label:after {
    content: '';
    display: block;
    height: 14px;
    width: 14px;
    /* outline: 1px solid #939598; */
    position: absolute;
    top: 0px;
    left: 0;
    width: 20px;
    height: 20px;
    border-radius: 2px;
    background-color: #ecf4f3;
    outline: 1px solid #429488;
    background-position: unset;
}
.contakts_basket .contkts_basket_item div input[type=checkbox]:checked + label:after {
    background-size: contain;
    width: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 20px;
    background-position: bottom;
    background-image: url(/bitrix/templates/default/images/galochkaa.png);
    background-repeat: no-repeat;
}
.sposobs_newbasket p:first-child {
    font-size: 30px;
    line-height: 28px;
    color: #191919;
    font-family: "Gotham Pro";
    font-weight: bold;
    margin-bottom: 38px;
}
.sposobs_newbasket .checedd_bron {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.sposobs_newbasket .checedd_online {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}






.sposobs_newbasket .checedd_bron  {
    position: relative;
    width: 100%;
    padding-left: 29px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.sposobs_newbasket .checedd_bron  label {
        padding-top: 1px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}
.sposobs_newbasket .checedd_bron  input[type=radio] {
	display:none;
}
.sposobs_newbasket .checedd_bron  label:after {
    content: '';
    display: block;
    /* outline: 1px solid #939598; */
    position: absolute;
    top: 0px;
    left: 0;
    width: 29px;
    height: 29px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 50%;
    background-color: #ecf4f3;
    border: 1px solid #429488;
    background-position: unset;
}
.sposobs_newbasket .checedd_bron  input[type=radio]:checked + label:after {
    background-size: inherit;
    width: 29px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 29px;
    background-position: center;
    background-image: url(/bitrix/templates/default/images/radio.png);
    background-repeat: no-repeat;
}

.sposobs_newbasket .checedd_online p {
    font-size: 20px;
line-height: 23px;
color: #000000;
font-family: "Proxima Nova";
font-weight: bold;
    margin-left: 15px;
}
.sposobs_newbasket .checedd_bron p {
    font-size: 20px;
line-height: 23px;
    margin-left: 15px;
color: #000000;
font-family: "Proxima Nova";
font-weight: bold;
}
.sposobs_newbasket .checedd_online  {
    position: relative;
    width: 100%;
    padding-left: 29px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.sposobs_newbasket .checedd_online  label {
        padding-top: 1px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}
.sposobs_newbasket .checedd_online  input[type=radio] {
	display:none;
}
.sposobs_newbasket .checedd_online  label:after {
    content: '';
    display: block;
    /* outline: 1px solid #939598; */
    position: absolute;
    top: 0px;
    left: 0;
    width: 29px;
    height: 29px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 50%;
    background-color: #ecf4f3;
    border: 1px solid #429488;
    background-position: unset;
}
.sposobs_newbasket .checedd_online  input[type=radio]:checked + label:after {
    background-size: inherit;
    width: 29px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 29px;
    background-position: center;
    background-image: url(/bitrix/templates/default/images/radio.png);
    background-repeat: no-repeat;
}
.sposobs_newbasket textarea {
    border-radius: 3px;
    background-color: rgb(255, 255, 255);
    border: 1px solid rgb(224, 224, 224);
    max-height: 120px;
    min-height: 120px;
    max-width: 100%;
    min-width: 100%;
    width: 100%;
    height: 125px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    
}
.sposobs_newbasket p.comn {
    font-size: 20px;
    line-height: 23px;
    color: #000000;
    font-family: "Proxima Nova";
    font-weight: bold;
    margin-bottom: 35px;
}
.sposobs_newbasket {
    padding: 50px 0;
}
.sposobs_newbasket .shadows {
    border-radius: 3px;
    -webkit-box-shadow: 0px 4px 8px rgba(0,0,0,0.06);
    box-shadow: 0px 4px 8px rgba(0,0,0,0.06);
    background-color: #ffffff;
    width: 100%;
    padding: 20px 45px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.formozakaz input.formBtn {
        border-radius: 5px;
    background-image: -webkit-gradient(linear, right top, left top, from(#f3a954), to(#f7c95a));
    background-image: linear-gradient(-90deg, #f3a954 0%, #f7c95a 100%);
    font-size: 16px;
    cursor: pointer;
    color: #ffffff;
    font-family: "Proxima Nova";
    border: 0;
    padding: 7px 15px;
}
.notfounder {
    max-width: 1260px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 15px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 75px auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.notfounder p.chetyrista {
    font-family: Gotham Pro;
    font-size: 39px;
    line-height: normal;
    color: #62BA9E;
    font-weight: bold;
    text-align: center;
    margin-bottom: 15px;
    width: 100%;
}
.notfounder p.chetyrista span {
    font-family: Gotham Pro;
    font-size: 262px;
    line-height: normal;
    color: #62BA9E;
    font-weight: bold;
    text-align: center;
    margin-bottom: 15px;
    display: block;
    text-align: center;
}
.notfounder div {
    font-family: Gotham Pro;
    font-size: 22px;
    line-height: normal;
    color: black;
    text-align: center;
    max-width: 500px;
    margin: 0 auto;
    line-height: 34px;
}
.notfounder div span {
    display: block;
}
.notfounder div span a {
        color: #62BA9E;
}