* {
    font-family: Roboto;
    /*font-style: normal;*/
    /*font-weight: normal;*/
    font-size: 18px;
    /*line-height: 28px;*/
    color: #2A3245;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    text-decoration: none;
    margin: 0;
    padding: 0;
    -moz-appearance: none;
    -webkit-appearance: none;
}

body {
    background: #FBFBFB;
    /*background: #E5E5E5;*/
    background: url("../img/body.svg") no-repeat;
    /*background-size: 100% auto;*/
    background-position:top left;
    overflow-x: hidden;
    padding-top:94px;
}
body.index_page {
    min-height: 100vh;
    position: relative;
}
footer.index_page {

}
body.index_page,footer.index_page {
    /*background: #FBFBFB;*/
    background: -o-linear-gradient(top, #F5F7FA 0%, #FFFFFF 90.6%);
    background: -webkit-gradient(linear, left top, left bottom, from(#F5F7FA), color-stop(90.6%, #FFFFFF));
    background: linear-gradient(180deg, #F5F7FA 0%, #FFFFFF 90.6%);

}
footer.index_page {
    background: #FFFFFF;
}
.page table,tr {border: none; border-spacing: 0; border-collapse: collapse}
.page td { border: 1px solid #C6C6C6;
    padding:25px 25px;
    line-height: 19px;
    min-height: 70px;
}
p {}
h1 {
    font-weight: 900;
    font-size: 50px;
    line-height: 65px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #2A3245;
    padding-bottom: 35px;
}
h1.title {
    font-weight: 900;
    font-size: 57px;
    line-height: 65px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    /*color: #000000;*/

}
h2 {
    font-weight: bold;
    font-size: 35px;
    line-height: 41px;
    /*color: #000000;*/
    margin-bottom: 32px;
}
h3 {
    font-weight: bold;
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 10px;
    /*color: #000000;*/
}
h4 {
    font-weight: bold;
    font-size: 20px;
    line-height: 21px;
    /*color: #000000;*/
}
input[type=text] {
    width: 251px;
    height: 50px;
    border: 1px solid #C4C4C4;
    padding: 15px;
    border-radius: 2px;
    font-weight: normal;
    font-size: 15px;
    line-height: 20px;
}
textarea {
    width: 100%;
    border: 1px solid #C4C4C4;
    padding: 15px;
    border-radius: 2px;
    font-weight: normal;
    font-size: 15px;
    line-height: 20px;
    height: 90px;

}
ul {
    /*list-style: none;*/
    list-style-position: inside;
}
ol {
    padding-left: 20px;
}
ol li {
    /*display: flex;*/
    /*align-items: center;*/
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
    color: #000000;

}
ul li {
    position: relative;
    padding-left: 34px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
    color: #000000;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-top: 15px;
}
ul li::before {
    content: "";
    position: absolute;
    left: 0;

    width: 14px;
    height: 14px;
    background: #19AB46;
    border-radius: 50%;

}
ul li ul li::before {
    content: "";
    position: absolute;
    left: 0;

    width: 14px;
    height: 14px;
    background: #19AB46;
    border-radius: 50%;
    opacity: 0.5;

}
ul li ul li ul li::before {
    content: "";
    position: absolute;
    left: 0;

    width: 14px;
    height: 14px;
    background: #19AB46;
    border-radius: 50%;
    opacity: 0.2;

}
input[type=text]:hover {
    border: 1px solid #1FCB51;
}
input[type=text]:focus {
    border: 1px solid #158C39;
}
input[type=text]:disabled {
    background: #FDFDFD;
    border: 1px solid #F1F1F1;
}

input[type=text]::-webkit-input-placeholder,input[type=text]::-webkit-input-placeholder, input[type=text]::-moz-placeholder,input[type=text]:-ms-input-placeholder {
    color:#2A3245;
    opacity: 0.5;
}

input[type=text]::placeholder,input[type=text]::-webkit-input-placeholder, input[type=text]::-moz-placeholder,input[type=text]:-ms-input-placeholder {
    color:#2A3245;
    opacity: 0.5;
}
input[type=text].error {
    border: 1px solid #EF453E;
}
.error_caption {
    position: relative;
    top:-25px;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    color: #EF453E;
}
input[type=button],.button {
    cursor: pointer;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align:center ;
    -webkit-align-items:center ;
    -ms-flex-align:center ;
    align-items:center ;
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 15px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #FFFFFF;
    border-radius: 5px;
    background: #19AB46;
    border: none;
    outline: none;
    padding: 13px 25px 14px 25px;
}
input[type=button]:hover,.button:hover {
    color: #FFFFFF;
    background: #1FCB51;
}
input[type=button].active {
    background: #158C39;
}
input[type=button]:disabled,.disabled {
    background: #D8D8D8;
}

a {
    /*display: -webkit-box;*/
    /*display: -webkit-flex;*/
    /*display: -ms-flexbox;*/
    /*display: flex;*/
    cursor: pointer;
    font-weight: normal;
    font-size: 16px;
    /*color: #2A3245;*/
    color: #FE8828;
}
a:hover {
    color: #FE8828;
}
a:active {
    color: #F28226;
}
a.document {
    font-size: 16px;
    line-height: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    color: #2A3245;
    position: relative;
    height: 40px;
}
a.document .file-size {
    position: absolute;
    bottom:0px;
    left:37px;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    text-decoration: none;
    color: #535F7B;
    opacity: 0.45;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
a.document::before {
    content: "";
    /*position: absolute;*/
    margin-right: 13px;
    width: 24px;
    height: 32px;
    background: url("../img/doc.svg") no-repeat;
    background-size: contain;
    top:0;
    left:0;
}
a.document:hover {
    color: #FE8828;
}
a.document:active {
    color: #FE8826;
}

.wrapper {
    padding: 0px 40px 0px 40px;
    max-width: 1200px;
    width: 100%;
}
.container {


    display: -webkit-box;


    display: -webkit-flex;


    display: -ms-flexbox;


    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
}
.page {
    padding-top: 68px;
    /*padding-bottom: 50px;*/
    /*background: url("/local/templates/bort76/img/body.png") no-repeat;*/

    background-size: contain;
    min-height: 400px;
    width: 100%;
}

/*header*/
header {
    position: fixed;
    top:0;
    padding-top:10px;
    padding-bottom: 11px;
    height: 94px;
    /*background: rgba(255, 255, 255, 0.51);*/
    width: 100%;
    z-index: 20;
}
.fix_head {

    background: #FFFFFF;
    z-index: 50;
    border-bottom:1px solid #CCCCCC;
}
.header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height:55px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    z-index: 10;
}
.header_logo {
    max-width: 360px;
    margin-right: 26px;
}
.header_logo .logo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;

}
.header_logo .logo .main_logo {
    width: 280px;
    height: 150px;
    background: url("../img/Artboard_1.svg") no-repeat;
    background-size: 100% auto;
    -webkit-transition: all ease-in-out 50ms;
    -o-transition: all ease-in-out 50ms;
    transition: all ease-in-out 50ms;

}



.header_burger {
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    color: #272E40;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    height: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-top:4px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;

}
.header_burger .header_burger_menu_link {
    margin-right: 18px;
    white-space: nowrap;
    color: #2A3245;

}
.menu_holder {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.header_burger .header_burger_menu_link:last-child {
    margin-right: 0;
}
.divider_head {
    width: 1px;
    height: 100%;
    opacity: 0.1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;


}
.divider_head span {
    width: 1px;
    height: 33px;
    background:#000000;

}
.menu_open {
    /*display: none;*/
}
.header_burger .header_burger_menu_link:hover {
    color: #189C55;
}
.header_burger .active {
    color:#189C55;
    position: relative;
}
.header_burger .active:after {
    content: "";
    width: 100%;
    position: absolute;
    left:0;
    bottom: -9px;
    border-bottom: 2px solid #19AB46;
}

.header_holder_left,.header_holder_right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;

}
.header_holder_right  {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.header_choose_city {
    /*padding-top: 4px;*/
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 20px;
    position: relative;
    height: 100%;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
}
.header_choose_city_caption {
    padding-left: 9px;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    color: #535F7B;
    white-space: nowrap;

}

.header_choose_city_name {

    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    color: #272E40;
    position: relative;
    padding-right: 20px;
    padding-left: 9px;
    min-height: 33px;
    cursor: pointer;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.header_choose_city_list {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    position: absolute;
    top:100%;
    left:0;
    /*width: 130px;*/
    background: #FFFFFF;
    -webkit-box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.2);
    display: none;
    z-index: 10;

}
.header_choose_city_list a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background: #FFFFFF;
    border: 1px solid #E5E5E5;
    border-top: none;
    padding: 10px 9px 11px 10px;
    font-weight: normal;
    font-size: 15px;
    line-height: 18px;
    color: #272E40;
}
.header_choose_city_list a:hover {
    color: #189C55;
}

.header_choose_city_name:after{
    position: absolute;
    content: "";
    width: 14px;
    height: 14px;
    /*background: #189C55;*/
    background: url("../img/arrow_down.svg") no-repeat;
    background-size: contain;
    background-position: center center;
    /*transform: rotate(45deg);*/
    top:10px;
    right: 0;


}
.header_choose_city .city-open:after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);

}

.header_information {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    justify-content: center;
}
.header_information_phone {
    height: 33px;
    display: flex;
    align-items: center;
}
.header_information_email {
    /*margin-bottom: 4px;*/
}
.header_information_email a{
    font-size: 14px;
    line-height: 16px;
    color: #535F7B;
}


.header_information_phone a{
    font-weight: bold;
    font-size: 18px;
    line-height: 21px;
    color: #2A3245;
    white-space: nowrap;
}
.back_call {
    position: absolute;
    right:40px;
    top:103px;
}
/*footer*/
footer,.footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    min-height: 90px;
    /*background: #FFFFFF;*/
    width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 10;
    position: relative;
}
.footer {
    border-top: 1px solid #2A3245;
}
.index_page .footer {
    border: none;
}
.footer_copyright {
    font-size: 16px;
    line-height: 20px;
    color: #000000;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.footer_social {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.footer_social {
    width:24px;
    height: 24px;
}
.footer_social_vk {
    background: url("../img/vk.svg.html") no-repeat;
    background-size: contain;
    background-position: center;
}
.footer_social_ig {
    background: url("../img/ig.svg") no-repeat;
    background-size: contain;
    background-position: center;
}
.footer_social_fb {
    background: url("../img/fb.svg") no-repeat;
    background-size: contain;
    background-position: center;
}
.footer_social_vk:hover {
    background: url("../img/vk-hover.svg") no-repeat;
    background-size: contain;
    background-position: center;
}
.footer_social_ig:hover {
    background: url("../img/ig-hover.svg") no-repeat;
    background-size: contain;
    background-position: center;
}
.footer_social_fb:hover {
    background: url("../img/fb-hover.svg") no-repeat;
    background-size: contain;
    background-position: center;
}
.footer-item {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
}
.footer_social a {
    margin: 0 10px;
}
.footer_logo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.footer_logo a{
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: right;
}
.redstar_logo {
    width: 135.39px;
    height: 44px;
    background: url("../img/redstarlogo.svg") no-repeat;
    background-size: contain;
}
.redstar_logo:hover {
    background: url("../img/redstarlogo_hover.svg") no-repeat;
    background-size: contain;
}

/*service*/

.service_container {
    padding: 0px 0px;
}
.service_section_container {
    padding: 8px 0;
}
.service_section_description {
    font-weight: normal;
    font-size: 16px;
    line-height: 25px;
    color: #535F7B;
    margin-bottom: 25px;
}
.service_section .document {
    /*margin-bottom:35px;*/
}
.service_section h2, .service_section .h2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    line-height: 65px;
    font-weight: bold;
    font-size: 35px;
    margin-bottom: 8px;
    margin-top: 0;
}
.service_items {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.service_item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 250px;
    /*height: 400px;*/
    overflow: hidden;
    margin-right: 30px;
    margin-bottom: 30px;
    background: #FFFFFF;
    border: 1px solid #CCCCCC;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 5px;
    padding: 30px 20px 75px 20px;
    position: relative;
}
.service_item:hover{
    background: #F7F7F7;
}
.service_item-image {
    width: calc(100% + 20px);
    height: 25px;
    position: relative;
    background-size: cover;
}
.service_item-image:after {
    content: "";
    position: absolute;
    bottom: -1px;
    width: calc(100% - 90px);
    left:-21px;
    border-bottom: 1px solid #535F7B;
}
.long_road:after {
    content: "";
    position: absolute;
    bottom: -1px;
    width: calc(100% + 21px);
    left:-21px;
    border-bottom: 1px solid #535F7B;
}
.service_item-description {
    margin-top: 10px;
    font-size: 14px;
    line-height: 20px;
    color: #535F7B;
    max-height: 80px;
    overflow: hidden;
}
.service_item-image {
    margin-bottom: 20px;
}
.service_item-startprice {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 25px;
    color: #2A3245;
    position: absolute;
    bottom: 30px;
    left:20px;
}
.service_additional {
    padding-top: 50px;
}
.service_additional .additional_title{
    font-weight: bold;
    font-size: 24px;
    line-height: 28px;
    color: #2A3245;
    margin-bottom: 30px;
}
.additional_container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.additional_container img {
    width: 44px;
    height: 44px;
    margin-right: 14px;
}
.additional_adaptation {
    font-size: 16px;
    line-height: 22px;
    color: #535F7B;
    width: 142px;
    margin-right: 71px;

}
.additional_description {
    width: 490px;
    font-size: 16px;
    line-height: 22px;
    color: #535F7B;
}

/*detail*/
.service_leftblock {
    padding-right: 60px;
}
.service_detail {
    padding-top: 35px;
}
.service_description {
    font-weight: normal;
    font-size: 16px;
    line-height: 28px;
    color: #2A3245;
    margin-bottom: 35px;
}
.divider {
    border: 3px solid #535F7B;
    border-radius: 6px;
    width: 350px;
    background: #535F7B;
}
.service_audition {
    padding: 16px 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 18px;
    line-height: 28px;
    color: #535F7B;
    width: 350px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.service_audition div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.service_audition {
    margin-right: 6px;
}
.service_detail_description-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    padding-bottom: 86px;
    width: 100%;

}
.service_detail_item {
    width: 50%;
}
.service_description-bottom {
    margin-top: 28px;
}
.service_detail_prices-block {
    padding: 45px calc((100vw - 1200px)/2 + 40px) ;
    background: #F7F7F7;
    /*margin:0 -40px;*/
    margin:0 calc((1200px - 100vw)/2 - 40px) ;
    padding-bottom: 66px;
}

.price_selector_container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.price_selector {
    font-weight: bold;
    font-size: 24px;
    line-height: 28px;
    color: #2A3245;
    padding: 0px 16px;
    padding-bottom: 22px;
}
.price_selector:hover,.price_selector_container .active {
    border-bottom: 6px solid #19AB46;
    color: #2A3245;
    padding-bottom: 16px;

}
.transport_mobile {
    display: none;
}
.tab_window {
    background: #FFFFFF;
    border: 1px solid #F1F1F1;
    padding: 0px 0px;
}
.transport_line {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
.transport-name {
    font-weight: bold;
    font-size: 18px;
    line-height: 28px;
    color: #2A3245;
    margin-bottom: 13px;
    padding: 0 17px;
}
.transport_line__item .transport_line__item-image {
    /*width: 320px;*/
    /*height: 30px;*/
    margin-right:9px;
}
body .transport_line .transport_line_hover {
    border-top:1px solid #E5E5E5;
    border-bottom:1px solid #E5E5E5;
    cursor: pointer;
    margin-bottom: -1px;
    height: 80px;
}
body .transport_line .transport_line__item:nth-child(2) {
    border-top:1px solid rgba(229, 229, 229, 0);
}
body .transport_line .transport_line_hover:last-child {
    border-bottom:1px solid rgba(229, 229, 229, 0);
}
.transport_line_hover:hover {
    padding: 19px 17px;
    border-top:1px solid #E5E5E5 !important;
    border-bottom:1px solid #E5E5E5 !important;
    margin: 0 0px;
    background: #F7F7F7;

}
.transport_line__item {
    /*max-width: 910px;*/
    max-width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;

    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 19px 0;
    margin: 0 17px;
    /*-webkit-transition: all ease-in-out 50ms;*/
    /*-o-transition: all ease-in-out 50ms;*/
    /*transition: all ease-in-out 50ms;*/

}
.transport__holder {
    padding-top: 35px;
    padding-bottom: 35px;
}
/*.transport_line .transport_line__head:hover {*/
/*background: #FFFFFF;*/
/*!*border-bottom:none;*!*/
/*!*border-top:1px solid #E5E5E5;*!*/
/*}*/
/*.transport_line__item:hover {*/
/*background: #F7F7F7;*/
/*border-bottom:1px solid #E5E5E5;*/
/*border-top:1px solid #E5E5E5;*/
/*padding: 19px 17px;*/
/*margin: 0;*/
/*}*/
.transport_line__item p{
    /*font-weight: normal;*/
    font-size: 16px;
    line-height: 25px;
    color: #000000;
}
.transport_line-price {
    font-weight: bold;
}
.transport_line__head .transport_line__item__child {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-weight: normal;
    font-size: 12px;
    line-height: 25px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #000000;
    opacity: 0.5;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.transport_line__item:nth-child(1){
    font-size: 50px;
}
.transport_line__item .transport_line__item__child:nth-child(1){
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 390px;
    margin-right: 20px;
}
.transport_line__item .transport_line__item__child:nth-child(2){
    width: 120px;
}
.transport_line__item .transport_line__item__child:nth-child(3){
    width: 140px;
}
.transport_line__item .transport_line__item__child:nth-child(4){
    width: 140px;
}
.transport_line__item .transport_line__item__child:nth-child(5){
    width: 110px;
}
.transport_line__item .transport_line__item__child:nth-child(6){
    width:164px;
    /*margin-left: 20px;*/
}
/*portfolio*/
.portfolio_container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-bottom: 30px;
}
.pagination {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 50px;
    color: #000000;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.pag_number {
    font-weight: 500;
    font-size: 20px;
    line-height: 23px;
    color: #000000;
    width: 48px;
    height: 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.pag_next,.pag_prev {
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 22px;
}
.pag_next:hover svg, .pag_prev:hover svg {
}
.pagination .active{
    color: #FFFFFF;
    background:  #FE8828;
}
.pag_number:hover {
    color:#FE8828;
}
.portfolio_head {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.portfolio_head_item {
    font-weight: bold;
    font-size: 22px;
    line-height: 28px;
    color: #2A3245;
    padding: 9px 7px;
    margin-right: 21px;
    margin-bottom: 6px;
    white-space: nowrap;
}
.portfolio_head .active {
    color: #2A3245;
    border-bottom: 6px solid #19AB46;
    margin-bottom:0;
}
.portfolio_head_item:hover {
    color: #19AB46;
}
.hover_opacity:hover .portfolio_item_hover{
    color: rgba(255, 255, 255, 0.5);
    -webkit-transition: all ease-in-out 50ms;
    -o-transition: all ease-in-out 50ms;
    transition: all ease-in-out 50ms;
}
.hover_opacity:hover .portfolio_item_hover:hover {
    color: #FFFFFF;
}
.portfolio_items {
    border-top: 1px solid #F1F1F1;
    padding-top: 39px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;

}
.portfolio_item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 260px;
    height: 230px;
    position: relative;
    margin-right: 26px;
    margin-bottom: 30px;
    -webkit-transition: all ease-in-out 300ms;
    -o-transition: all ease-in-out 300ms;
    transition: all ease-in-out 300ms;
    overflow: hidden;
    cursor: pointer;

}
.portfolio_item:nth-child(4n) {
    margin-right: 0;
}
.portfolio_item_caption {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    position: absolute;
    padding: 13px 20px;
    z-index: 10;
    color: #FFFFFF;
    background: #19AB46;
    bottom: 0;
    width: 100%;
    height: 72px;
    /*opacity: 0;*/
    -webkit-transition: all ease-in-out 300ms;
    -o-transition: all ease-in-out 300ms;
    transition: all ease-in-out 300ms;
    -webkit-transform: translate( 0,100%);
    -ms-transform: translate( 0,100%);
    transform: translate( 0,100%);

}
.portfolio_item:hover .portfolio_item_caption {
    /*opacity: 1;*/
    -webkit-transform: translate( 0,0);
    -ms-transform: translate( 0,0);
    transform: translate( 0,0);

}
.portfolio_item-service {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 18px;
    line-height: 18px;
    margin-bottom: 2px;
}
.want-like {
    font-size: 16px;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    color: #FFFFFF;
    line-height: 23px;
}
.seo_text {
    margin-top: 40px;
    margin-bottom: 50px;
}
.seo_text {
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    color: #2A3245;
    /*opacity: 0.5;*/
}
.seo_row {
    margin: 0 -15px;
    margin: 0 -15px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.seo_col {
    margin: 0 15px;
    flex: 1;
}
.seo_col *{
    font-size: 12px;
    line-height: 20px;
    font-size: 14px;
}
.seo_col p {
    margin-bottom: 10px;
}
.seo_col:last-child {
    padding-right: 0;
}

/*about*/
.content_container {
    width: 734px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
}
.about_image {
    width: 100%;
    height: auto;
}

/*contacts*/

.contacts_container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-bottom: 40px;
}
.left_contacts {
    width: 428px;
}
.left_contacts .block-caption {

    font-size: 12px;
    line-height: 25px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #000000;
    opacity: 0.5;
    margin-bottom: 6px;
}
.right_contacts {
    width: calc(100% - 428px);
    height: 419px;
    border-radius: 5px;
    overflow: hidden;
}
.right_contacts iframe {
    width: 100%;
    height: 100%;
}
.left_block {
    margin-bottom: 34px;
    width: 95%;
}
.contacts_info_block {
    font-weight: normal;
    font-size: 16px;
    line-height: 25px;
}
.contacts_info_block a{
    font-size: 16px;
    line-height: 25px;
    color: #2A3245;
    /*margin-bottom: 8px;*/
}
.contacts_info_block a[href^="mailto:"]
{
    color: #FE8828;
}
.contacts_info_block p {
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 8px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}


/*payment*/
.payment {
    width: 610px;
    margin-bottom: 50px;
}
.payment_header {
    font-size: 18px;
    line-height: 28px;
    color: #535F7B;
    width: 508px;
    margin-bottom: 40px;
}
.payment_container {
    width: 100%;
    background: #FFFFFF;
    border: 12px solid #F1F1F1;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 5px;
    min-height: 676px;
    padding: 30px;
}
.payment_title {
    font-weight: bold;
    font-size: 24px;
    line-height: 25px;
    color: #2A3245;
    margin-bottom: 14px;
}
.payment_description {
    font-size: 16px;
    color: #535F7B;
}
.payment_head {
    margin-bottom: 31px;
}
.payment_form {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    /*margin-bottom: 35px;*/
}
.payment_wrapper {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 20px;

}
.payment_wrapper input {
    margin-right: 20px;
    margin-bottom: 20px;
}
.payment_wrapper input:nth-child(2n) {margin-right: 0;}
.payment_wrapper input[type="text"] {
    width: 250px;
    height: 50px;
}
.payment_wrapper .button {
    width: 224px;
    height: 50px;
    font-weight: bold;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    margin-right: 15px;
}
.payment_wrapper .agreement {
    width: 224px;
    height: 48px;
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 16px;
    color: #AAADB3;
}
.payment_footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.payment_card {
    height: 30px;
    margin-right: 28px;
    margin-bottom: 28px;
}
.form_overlay {

    position: fixed;
    height: 100vh;
    width: 100%;
    overflow: hidden;
    top:0;
    left:0;
    z-index: 51;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: none;
}
.form_overlay_back {
    position: absolute;
    background: #2A3245;
    opacity: 0.24;
    width: 100%;
    height:100%;
    top:0;
    left:0;

}
.form_popup {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 403px;
    /*height: 583px;*/
    background: #FFFFFF;
    border: 10px solid #19AB46;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
    z-index: 15;
    position: relative;
    padding: 40px;
    /*padding-top: 60px;*/
}
.popup_close {
    position: absolute;
    width: 26px;
    height: 26px;
    top:18px;
    right: 18px;
    background: url("../img/close.svg") no-repeat;
    background-size: 100%;
    cursor: pointer;

}
.popup_close:hover {

    background: url("../img/popup-close-hover.svg") no-repeat;
    background-size: 100%;
    cursor: pointer;

}
.form_title {
    font-weight: bold;
    font-size: 35px;
    line-height: 41px;
    color: #2A3245;
    margin-bottom:37px;
}
.form_popup  .form_input {
    width: 100%;
    margin-bottom: 25px;
    height: 60px;
}
.form_popup  .form_button {
    width: 100%;
    height: 60px;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 13px;
}
.form_popup  .form_button:disabled {
    background: #D8D8D8;
    cursor: default;
}
.form_popup  .form_button:active {
    background: #158C39;
}
.form_description {
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    color: #535F7B;
    margin-bottom: 28px;
}
.form_service {
    margin-bottom: 42px;
}
.form_service p:nth-child(1){
    font-size: 12px;
    line-height: 25px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #000000;
    opacity: 0.5;
}
.form_service p:nth-child(2){
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 25px;
    color: #2A3245;
}
.form_agreement {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: #535F7B;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
.form_agreement a {
    font-size: 14px;
}
.tab_map {
    display: none;
    padding: 36px 20px;
    padding-bottom:70px;
    color: #2A3245;
}
.tab_map img {
    width: 100%;
    height: auto;
}
.tab_map h3{
    margin-bottom: 19px;
    font-weight: bold;
    font-size: 18px;
    line-height: 28px;
    color: #2A3245;
}
.service_rightblock {
    position: relative;
}
.service_rightblock .fotorama__nav--thumbs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
/*index*/

.main_left {width: 55%;
    background: url("../img/back_main.png") no-repeat;
    background-size: contain;
    min-height: 480px;
    padding-left: 40px;
    background-position: top;
    position: relative;
}
.main_left:after {
    position: absolute;
    width: 100%;
    height: 40px;
    content: "";
    top:-10px;
    left:0;
    background: #F5F7FA;
    -webkit-filter: blur(5px);
    filter: blur(5px);

}
.bus_holder:after {
    position: absolute;
    width: 40px;
    height: 100%;
    content: "";
    top: 15px;
    left: -21px;
    background: -o-linear-gradient(top, #F5F7FA 0%, #FFFFFF 90.6%);
    background: -webkit-gradient(linear, left top, left bottom, from(#F5F7FA), color-stop(90.6%, #FFFFFF));
    background: linear-gradient(180deg, #F5F7FA 0%, #FFFFFF 90.6%);
    -webkit-filter: blur(10px);
    filter: blur(10px);
}
.main_right {
    width: 45%;
    position: relative;
    padding-right: 40px;


    z-index: 5;}
.main {
    margin: 0px -40px 0px -40px;
    /*width: 100%;*/
    width:1200px;

    display: -webkit-box;

    display: -webkit-flex;

    display: -ms-flexbox;

    display: flex;
    position: relative;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    min-height: 620px;}
.main_mobile{
    display: none;
    margin: 0 -10px;
    padding: 0 10px;
}
.background_white {
    content: "";
    width: 700px;
    height: 1200px;
    position: absolute;
    background: #FFFFFF;
    border-radius: 46px;
    -webkit-transform: rotate(-99.95deg);
    -ms-transform: rotate(-99.95deg);
    transform: rotate(-99.95deg);
    top: -340px;
    left: 183px;
}
.main_services {
    z-index: 6;
    position: relative;

}
.main_services__holder {
    position: absolute;
    padding: 10px;
    padding-top: 20px;
    z-index: 9;
    height: 300px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: row;
    width:560px;
    overflow: hidden;
    top:0;
    right: 40px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.bus_holder {
    width: 100%;
    height: 100%;
    min-height: 620px;
    z-index: 7;
    background: url("../img/body.png");
    position: absolute;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    user-focus: none;

}
.main_title {
    font-weight: 900;
    font-size: 57px;
    line-height: 74px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #2A3245;
    z-index: 9;
    position: relative;
}
.main_form  {
    padding: 20px 30px 23px 30px;
    background: #FFFFFF;
    display: block;
    position: absolute;
    bottom: 58px;
    left: 40px;
    width: 356px;
    height: 85px;
    font-weight: normal;
    font-size: 16px;
    line-height: 21px;
    color: #2A3245;
    border-radius: 5px;
    z-index: 1;

}
.main_form:hover {
    color: inherit;
}
.main_form:after {
    content: "";
    position: absolute;
    height: 86px;
    background: url("../img/arrow_form.svg") no-repeat;
    background-size: 100%;
    width: 60px;
    top:0;
    right:0;

}
.main_services__service-caption {
    width: 100%;
    max-width:186px;
    font-size: 12px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #000000;
    opacity: 0.4;

}
.main_services__service {
    font-size: 16px;
    line-height: 29px;
    color: #2A3245;
    /*width: 186px;*/
    max-width: 200px;
    white-space: nowrap;
    margin-right: 28px;
}
.main_services__holder__block:nth-child(1) {
    width:373px;
    margin-right: 28px;
}
.main_services__service__items {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    max-height: 290px;
    /*max-height: 270px;*/
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 373px;
}
.burger_menu_open {
    background: url("../img/burger.svg") no-repeat;
    min-width: 26px;
    width: 26px;
    height: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    background-size: contain;
    background-position: center bottom;
    display: none;
}
.opened {
    background: url("../img/burger_closed.svg") no-repeat;
    background-size: contain;
    background-position: center bottom;

}
.service_same {
    padding-top: 70px;
}
.service_items {
    padding-top: 35px;
    /*padding-bottom: 30px;*/

}
.svg_item {
    opacity: 0;
}
.svg_item--0 {
    position: absolute;
    bottom: 154px;
    right: 287px;
    width: 124px;
}
.svg_item--1 {
    position: absolute;
    bottom: 151px;
    right: 276px;
    width: 159px;
}
.svg_item--2 {
    position: absolute;
    bottom: 154px;
    right: 434px;
    width: 148px;
}
.svg_item--3 {
    position: absolute;
    bottom: 124px;
    left: 149px;
    width: 776px;

}
.svg_item--4 {
    position: absolute;
    bottom: 125px;
    left: 147px;
    width: 779px;

}
.svg_item--5 {
    position: absolute;
    bottom: 164px;
    left: 310px;
    width: 47px;

}
.svg_item--6 {
    position: absolute;
    bottom: 170px;
    right: 500px;
    width: 53px;

}
/*.svg_item--7 {*/
    /*position: absolute;*/
    /*bottom: 157px;*/
    /*left: 150px;*/
    /*width: 317px;*/

/*}*/
.svg_item--7 {
    position: absolute;
    bottom: 158px;
    left: 150px;
    width: 259px;

}


.svg_item--8 {
    position: absolute;
    bottom: 217px;
    left: 316px;
    width: 33px;
}
.svg_item--9 {
    position: absolute;
    bottom: 217px;
    left: 316px;
    width: 33px;
}
.svg_item--10 {
    position: absolute;
    bottom: 182px;
    right: 437px;
    width: 130px;
}




.svg_item--11 {
    position: absolute;
    bottom: 233px;
    right: 285px;
    width: 132px;
}

.svg_item--12 {
    position: absolute;
    bottom: 145px;
    right: 502px;
    width: 51px;
}

.svg_item--13 {
    position: absolute;
    bottom: 131px;
    left: 307px;
    width: 100px;
}

.svg_item--14 {
    position: absolute;
    bottom: 160px;
    left: 315px;
    width: 34px;
}
.svg_item--14_2 {
    position: absolute;
    bottom: 155px;
    right: 288px;
    width: 121px;
}
.svg_item--14_3 {
    position: absolute;
    bottom: 180px;
    right: 435px;
    width: 133px;
}

.svg_item--15 {
    position: absolute;
    bottom: 172px;
    right: 435px;
    width: 114px;
}
.svg_item--16 {
    position: absolute;
    bottom: 168px;
    right: 474px;
    width: 112px;
}

.svg_item--17 {
    position: absolute;
    bottom: 252px;
    right: 436px;
    width: 43px;
}

.svg_item--18 {
    position: absolute;
    bottom: 257px;
    right: 466px;
    width: 43px;
}

.svg_item--19 {
    position: absolute;
    bottom: 201px;
    right: 486px;
    width: 29px;
}

.svg_item--20 {
    position: absolute;
    bottom: 226px;
    right: 542px;
    width: 19px;
}

.svg_item--21 {
    position: absolute;
    bottom: 236px;
    right: 434px;
    width: 31px;
}
.svg_item--22 {
    position: absolute;
    bottom: 124px;
    left: 152px;
    width: 770px;

}
.svg_item--23 {
    position: absolute;
    bottom: 228px;
    right: 541px;
    width: 19px;
}
.tab_service__head {
    width: calc(100% + 20px);
    background: #FFFFFF;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -10px;
    padding: 0 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.tab_service_mobile__selector {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    padding: 8px 27px;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #2A3245;
    text-align: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    outline: none;

}
.tab_service_mobile__selector:visited {
    color: #2A3245;
}

.section_mobile__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    border: 1px solid #E5E5E5;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 5px;
    background: #FFFFFF;
    padding: 10px 20px;
    height: 181px;
    background-size: cover;
    margin-bottom: 25px;
    font-weight: 500;
    font-size: 18px;
    line-height: 181%;
    color: #2A3245;
}
.section_mobile__item:hover {
    color: #2A3245;
}

.section_mobile_title, .section_mobile_title span {
    font-weight: bold;
    font-size: 26px;
    line-height: 30px;
    color: #2A3245;
    margin-bottom: 25px;
    margin-top: 30px;
    position: relative;
    cursor: pointer;
    width: 100%;


}
.section_mobile_title span {
    max-width: 90%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.section_mobile__content {

    border-bottom:1px solid #CCCCCC;;
    padding-bottom: 25px;
    position: relative;
}
.active_selector, .tab_service_mobile__selector:hover {
    color: rgba(42, 50, 69, 0.65);

    border-bottom: 6px solid  #19AB46;
}
.tab_service_mobile {
    display: none;
}
.main_services__holder_mobile .active_tab {
    display: block;
}
.bus_holder_mobile {
    height: 250px;
    width: calc(100% + 20px);
    position: relative;
    background: #FFFFFF;
    background: url("../img/mobile.png") no-repeat #ffffff;
    background-position: bottom center;
    background-size: 100% auto;
    margin: 0 -10px;
    padding: 0 10px;

}
.mobile_info {
    display: none;
}
.mobile_title {
    font-weight: 900;
    font-size: 33px;
    line-height: 46px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #2A3245;
}
.breadcrumb_service {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
}
.bx-breadcrumb-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-align: center;

    -webkit-align-items: center;

    -ms-flex-align: center;

    align-items: center;
}
.bx-breadcrumb-item a span{
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    color: #535F7B;
}
.bx-breadcrumb-item a span:hover {
    color: #FE8828;
}
.divider_bread {
    margin: 0 7px;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;

    color: #535F7B;
}
.last_breadcrumb span {
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;

    color: #535F7B;

    opacity: 0.5;
}
.portfolio_link {
    /*position: absolute;*/
    right: 100px;
    top: 355px;
    width:153px;
}
.portfolio_link span {
    width:100%;
    font-weight: bold;
    font-size: 16px;
    line-height: 28px;
    color: #FE8828;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;


}
.portfolio_link span:hover {
    color: #F28226;
}
p a {
    color: #FE8828;
}
.portfolio_link span {
    width: 103px;
}
.portfolio_link span:after {
    position: absolute;
    content: "";
    width: 5px;
    height: 9px;
    /*background: #189C55;*/
    background: url("../img/org_arrow.svg") no-repeat;
    background-size: contain;
    background-position: center center;
    /*transform: rotate(45deg);*/
    top:10px;
    right: -8px;

}
.additional_container div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
body .fotorama--fullscreen, body .fotorama__img {
    border-radius: 5px !important;
}
body .fotorama__thumb-border {
    display: none !important;
}
body .fotorama__nav--thumbs .fotorama__nav__frame {
    height: 92px !important;
    padding: 10px 10px 0 0px !important;
}
body .fotorama__thumb img {
    left: 0px !important;
    top: 0 !important;
    height: 100% !important;
    width: auto !important;
}
body  .fotorama__nav--thumbs .fotorama__loaded .fotorama__img {
    width: 138px !important;
}
.about_container {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 25px;
    color: #2A3245;
    overflow: hidden;
    min-height: 600px;
    background: url("../img/bus.png") no-repeat;
    background-size:100% auto;
    background-position: center bottom;
    padding-bottom: 60vh;

}
.advantage  div{
    font-weight: normal;
    font-size: 16px;
    line-height: 25px;
    color: #2A3245;
}

.advantage h3 {
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 26px;
    line-height: 35px;
    color: #2A3245;
}
.fotorama__nav-wrap {
    position: absolute;
    bottom:20px;
}
.fotorama__nav__frame.fotorama__active .fotorama__dot {
    width: 25px !important;
    height: 4px !important;
    background: #FE8828;
    border-radius: 5px;
    border: none;
}
.fotorama__nav--dots .fotorama__nav__frame {
    width: 25px !important;
    margin-right: 10px;
}
.fotorama__nav__frame .fotorama__dot {
    width: 25px !important;
    height: 4px !important;
    background: #FE8828;
    border-radius: 5px;
    border: none;
    background: #FFFFFF;
    opacity: 0.5;
}
.photo_holder {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-top: 11px;
}
.photos_holder-left {
    width: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.photos_holder-left .little_photo {
    width: 138px;
    height: 92px;
    border-radius: 5px;
    margin-right: 9px;
    cursor: pointer;
}

.photos_holder-right {
    height: 92px;
    width: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 36px;
}
.map-js {
    font-size: 16px;
    line-height: 28px;
    color: #2A3245;
    text-decoration: underline;
    cursor: pointer;
}
.fotorama__arr {
    width: 16px !important;
    height: 26px !important;
    /*background: url("/local/templates/bort76/img/arrow_slider.svg") no-repeat !important;*/
    background-position: center;
    background-size: 100%;
    opacity: 1 !important;
}
.fotorama__arr--next {
    right: 20px !important;
    background: url("../img/arrow_slider_hover.svg") no-repeat !important;
}
.fotorama__arr--prev {
    left: 20px !important;
    background: url("../img/arrow_prev_hover.svg") no-repeat !important;
}
.fotorama__stage .fotorama__arr--prev:disabled {
    background: url("../img/arrow_slider.svg") no-repeat !important;
}
.fotorama__stage .fotorama__arr--next:disabled {
    background: url("../img/arrow-next.svg") no-repeat !important;
}
.fotorama__arr--next.fotorama__arr--disabled {
    background: url("../img/arrow-next.svg") no-repeat !important;
}
.fotorama__arr--prev.fotorama__arr--disabled {
    background: url("../img/arrow_slider.svg") no-repeat !important;
}
.page-main-content__spoiler-button {
    display: inline-block;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 28px;
    color: #2A3245;
    border-bottom: 2px dotted #000000;
    cursor: pointer;
    margin-bottom: 20px;
}
.go3d {
    color: #fff;
    font-family: 'Changa One',cursive;
    font-size: 200px;
    line-height: 220px;
    letter-spacing: 1px;
    cursor: pointer;
    -webkit-transition: all .1s linear;
    -moz-transition: all .1s linear;
    -o-transition: all .1s linear;
    -ms-transition: all .1s linear;
    transition: all .1s linear;
    text-shadow: 0px 0px 2px #686868, 0px 1px 1px #ddd, 0px 2px 1px #d6d6d6, 0px 3px 1px #ccc, 0px 4px 1px #c5c5c5, 0px 5px 1px #c1c1c1, 0px 6px 1px #bbb, 0px 7px 1px #777, 0px 8px 3px rgb(100 100 100 / 40%), 0px 9px 5px rgb(100 100 100 / 10%), 0px 10px 7px rgb(100 100 100 / 15%), 0px 11px 9px rgb(100 100 100 / 20%), 0px 12px 11px rgb(100 100 100 / 25%), 0px 13px 15px rgb(100 100 100 / 30%);
}
.go3d {
    -webkit-animation: go3d 2s;
    -moz-animation: go3d 2s;
    -ms-animation: go3d 2s;
    -o-animation: go3d 2s;
    animation: go3d 2s;
}
.checkbacksoon{text-align:center;}

element.style {
}
.checkbacksoon p {
    text-shadow: none;
    font-weight: 400;
    color: #666;
    font-family: 'Open Sans',sans-serif;
    display: block;
    margin: auto;
    text-align: center;
    text-shadow: 0px 1px 0px #fff;
}
.checkbacksoon .error {
    font-size: 16px;
    width: 700px;
    max-width: 90%;
    line-height: 2em;
    letter-spacing: 1px;
    font-weight: 400;
    text-shadow: 0px 1px 1px #fff;
}
.checkbacksoon #title-search{padding-top:30px; position:relative; width: 50%; display:table; margin:auto;} 
.checkbacksoon #title-search input[type=submit]:hover {
    opacity: .8;
}
.checkbacksoon #title-search input{height:35px;}
.checkbacksoon #title-search input[type=submit] {
    position: absolute;
    top: 4px;
    right: 0;
    box-shadow: none;
    width: 37px;
    height: 100%;
    cursor: pointer;
    background: url(https://lh4.googleusercontent.com/-b-5aBxcxarY/UAfFW9lVyjI/AAAAAAAABUg/gQtEXuPuIds/s13/go.png) 50% no-repeat;
    opacity: .5;
	border: 0;
	color:#eee;
}
#title-search-input{    width:100%;
    padding: 8px 37px 9px 15px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    box-shadow: inset 0 0 5px rgb(0 0 0 / 10%), inset 0 1px 2px rgb(0 0 0 / 30%);
    border-radius: 20px;
    background: #eee;
    font: 13px Tahoma,Arial,sans-serif;
    color: #555;
    outline: none;
}
@media screen and (max-width: 640px) {
.go3d {font-size: 70px;
    line-height: 90px;}
}