html,
body {
    width: 100%;
    height: 100%;
    font-size: 16px;
}

body {
    margin: 0;
    box-sizing: border-box;
    font-family: 'Roboto', sans-serif;
    -webkit-overflow-scrolling: touch;
}

header {
    width: 100%;
    padding: 0 4.0625rem 9rem;
    position: relative;
}

.tiger_fura_header {
    background-image: url(../tiger.img/logistics-lorry-mountains-933981.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 85%;
}

.tiger_fridge_header {
    background-image: url(../tiger.img/MAN-18.240-1.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 30%;
}

.tiger_relocation_header {
    background-image: url(../tiger.img/Movers-And-Packers-Services-In-USA.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.tiger_dogruz_header {
    background-image: url(../tiger.img/gallagher-delivers-on-their-promise.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.tiger_personal_stuff_header {
    background-image: url(../tiger.img/ekspress_piegade.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.tiger_actual_things_header {
    background-image: url(../tiger.img/original_1e5853df4cfc9a6c.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.third_level_header {
    background-image: url(../tiger.img/third_level_img.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

#video-bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    background-image: url(../tiger.img/header_video_placeholder.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

#video-bg>video {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
}

@supports (object-fit: cover) {
    #video-bg>video {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
	}
}

.header_decoration_line {
    width: 100%;
    height: 2rem;
    position: absolute;
    bottom: 7.3125rem;
    left: 0rem;
    right: 0rem;
}

.invisible_header_counter {
    display: none;
    width: 90%;
    margin: 0 auto;
    font-size: 1.2rem;
    color: #ffffff;
}

.invisible_header_counter_item {
    font-size: 2rem;
    color: #ffdb4d;
}

.invisible_header_text, .invisible_header_btn {
    display: none;
}

.animated_elem {
    -webkit-transition: left 0.5s ease;  
    -moz-transition: left 0.5s ease;  
    -o-transition: left 0.5s ease;  
    -ms-transition: left 0.5s ease;  
    transition: left 0.5s ease;
}

.animated_transform {
    left: -100%!important;
}


.header_wrap {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000000;
    opacity: 0.5;
}

.header_contacts {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.header_logo {
    margin-top: 1rem;
    width: 6rem;
    height: 5rem;
    background-image: url(../tiger.img/tiger_logo.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.header_contacts_info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 2.75rem;
	width: 69%;
}

.header_menu {
    display: flex;
    align-items: center;
}

.header_contacts_info_item {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.header_phone_info {
    display: flex;
    flex-direction: column;
}


.header_contacts_item__telephon {
    font-size: 1.5rem;
    color: #ffffff;
    text-decoration: unset;
    text-align: right;
    display: flex;
    align-items: center;
}

.header_contacts_item__telephon svg {
    width: 0.625rem;
    height: 0.625rem;
    margin-right: 0.625rem;
}

.header_contacts_item__tel_comment {
    margin-top: 0.375rem;
    font-size: 0.9125rem;
    color: #ffffff;
}

.header_email {
    margin-left: 2.0625rem;
    font-size: 1.1625rem;
    color: #ffffff;
}

.btn {
    outline: none;
    border: unset;
    border-radius: 0.3125rem;
    background-color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.9375rem;
    color: #000000;
    text-align: center;
    font-family: 'Roboto';
}

.header_contacts_info_item__btn {
	/*width: 11.6875rem;
		height: 3rem;
	margin: 0 3.0625rem;*/
	width: 9.6875rem;
    height: 3rem;
    margin: 0 20px 0 15px;
}

.header_content {
    position: relative;
    padding-top: 7rem;
}

.header_content h1 {
    text-transform: uppercase;
    font-size: 2rem;
    line-height: 4.5625rem;
    color: #ffffff;
    text-align: center;
    margin-bottom: 1.5rem;
}

.header_content p {
    font-size: 1.125rem;
    color: #ffffff;
    text-align: center;
}

.header_count {
    width: 100%;
    padding: 1.5625rem 0rem 3rem;
}

.header_count_form {
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.header_count_form_input,
.header_count_form__btn {
    outline: none;
    border: unset;
    width: 13.75rem;
    height: 3.5rem;
    border-radius: 0.3125rem;
    background-color: #ffffff;
    font-size: 0.875rem;
    color: #000000;
    text-align: center;
    margin: 0 auto;
}

.header_count_form_input {
    width: 11.875rem !important;
    margin-right: 1.875rem;
}

.header_count_form__btn {
    box-shadow: 0rem 0.375rem 0.4375rem rgba(130, 104, 0, 0.36);
    background-color: #ffdb4d;
    color: #000000;
}

.header_count_form_input::placeholder {
    font-size: 0.875rem;
    color: #b6b6b6;
    text-align: center;
    font-family: "Roboto";
}

.header_count_form__btn::placeholder {
    color: #000000;
    text-align: center;
    font-family: "Roboto";
}

.price {
    position: relative;
    width: 70%;
    margin: 0 auto;
    padding: 1rem 0;
}

.price h2 {
    font-size: 1.875rem;
    line-height: 2.5rem;
    color: #000000;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 2.9375rem;
}

.styled_price_header {
    color: #ffdb4d;
}

.price h2::before {
    content: "";
    display: block;
    width: 4.5rem;
	;
    height: 0.1875rem;
    margin: 1.5rem auto;
    background-color: #ffdb4d;
}

.apply_questions {
    width: 100%;
    background-color: rgba(207, 207, 207, 0);
    border: 0.375rem solid #dfdfdf;
    padding: 2.875rem 0 0;
}

.apply_questions_text {
    font-size: 1.125rem;
    color: #000000;
    text-align: center;
    font-weight: 300;
    display: block;
    width: auto;
    margin: 0 auto 2.875rem;
}

.apply_questions_styled_text {
    font-weight: bold;
}

.progress_line {
    width: 100%;
    height: 3.1875rem;
    background-color: #e1e1e1;
    position: relative;
    display: flex;
}

.progrss_line_item {
    width: calc(100%/9);
	;
    height: 3.1875rem;
    background-color: #ffdb4d;
    visibility: hidden;
}

.progrss_line_item__active {
    visibility: visible;
}

.progress_line p {
    position: absolute;
    top: 1rem;
    left: 34%;
    font-size: 0.875rem;
    color: #000000;
    font-weight: 300;
    text-align: center;
    z-index: 10;
}

.current_question {
    width: 100%;
    display: flex;
    align-items: center;
    padding-top: 3.625rem;
    padding-left: 2.9375rem;
}

.current_question_item {
    width: 0.625rem;
    height: 0.625rem;
	;
    border-radius: 100%;
    background-color: rgba(226, 226, 226, 0);
    border: 0.0625rem solid #ffdb4d;
    margin-right: 1.3125rem;
    position: relative;
}

.current_question_item__active {
    background-color: #ffdb4d;
}

.current_question_item::after {
    content: '';
    display: block;
    height: 0.0625rem;
    width: 1.3125rem;
    background-color: #ffdb4d;
    position: absolute;
    top: 0.25rem;
    left: 0.5625rem;
}

.current_question_item:nth-of-type(1) {
    margin-left: 1.1875rem;
}

.current_question_item:nth-of-type(9)::after {
    content: "";
    display: none;
}

.current_question span {
    font-size: 0.9375rem;
    color: #000000;
    text-align: center;
}

.apply_questions_start {
    width: 100%;
    position: relative;
    padding-bottom: 30rem;
}

.question_item {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 3.625rem 2.9375rem 3.375rem;
}


.quiz_back_button_image {
    position: absolute;
    bottom: 1rem;
    right: 3rem;
    cursor: pointer;
    width: 1.5rem;
    height: 1.5rem;
    transform: matrix(0.00, 1.00, -1.00, 0.00, 0, 0);
    -ms-transform: matrix(0.00, 1.00, -1.00, 0.00, 0, 0);
    -webkit-transform: matrix(0.00, 1.00, -1.00, 0.00, 0, 0);
}


.finish_wrap {
    position: absolute;
    top: -4rem;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ffffff;
}

.finish_content {
    position: relative;
}

.finish_container {
    padding-left: 2.75rem;
    display: block;
    z-index: 11;
}

.finish_container h3 {
    font-size: 0.9375rem;
    line-height: 1.5rem;
    color: #000000;
    font-weight: bold;
    display: block;
    width: 100%;
    padding-bottom: 4.0625rem;
}

.finish_container p {
    display: block;
    width: 100%;
    font-size: 1.5rem;
    color: #000000;
    font-weight: bold;
    line-height: 1.5rem;
}

.finish_form {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding-top: 1.625rem;
}

.finish_form_input {
    outline: none;
    width: 17.5rem;
    height: 3.5rem;
    border-radius: 0.3125rem;
    background-color: #ffffff;
    border: 0.0625rem solid #848484;
    font-size: 0.875rem;
    color: #000000;
    font-family: "Roboto";
    text-align: center;
}

.finish_form_input::placeholder {
    color: #b6b6b6;
    text-align: center;
}

.finish_form__btn {
    width: 15.625rem;
    height: 3.5rem;
    margin-left: 1.75rem;
    background-color: #ffdb4d;
}

.button_wrap {
    width: 100%;
}

.question_item .quiz_textarea {
    width: 70%;
    height: 3.5rem;
    margin: 0;
    padding: 0 1rem;
    outline: none;
    font-size: 0.875rem;
    line-height: 1.375rem;
    color: #000000;
    font-family: "Roboto";
    resize: none;
    border: 1px solid #000000;
    border-radius: 0.3125rem;
}

.quiz_textarea::placeholder {
    color: #b6b6b6;
    font-family: "Roboto";
}

.question_info {
    position: relative;
    width: 40%;
    background-color: #f6f6f6;
    margin-top: 1rem;
    max-height: 18rem;
}

.question_info_item {
    padding: 2.5625rem 2.625rem;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
	
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.question_info_item_img {
    width: 100%;
    height: 10rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
	
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}


.second_question_img {
    background-image: url(../tiger.img/2.png);
}

.third_question_img {
    background-image: url(../tiger.img/3.png);
}

.fourth_question_img {
    background-image: url(../tiger.img/4.png);
}

.fifth_question_img {
    background-image: url(../tiger.img/5.png);
}


.sixth_question_img {
    background-image: url(../tiger.img/6.png);
}

.seventh_question_img {
    background-image: url(../tiger.img/7.png);
}

.first_question_img_parcel_cover {
    background-image: url(../tiger.img/8.png);
}

.second_question_img_parcel_cover {
    background-image: url(../tiger.img/9.png);
}

.third_question_img_parcel_cover {
    background-image: url(../tiger.img/10\ 2.png);
}

.fourth_question_img_parcel_cover {
    background-image: url(../tiger.img/11.png);
}

.fifth_question_img_parcel_cover {
    background-image: url(../tiger.img/12.png);
}

.sixth_question_img_parcel_cover {
    background-image: url(../tiger.img/13.png);
}

.question_info_item h3, 
.question_info_item .class__h3 {
    font-size: 0.9375rem;
    color: #000000;
    font-weight: bold;
    margin-bottom: 1.875rem;
	
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.question_item_checkbox_mark_type {
    user-select: none;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: auto;
}

.question_item_checkbox_text_mark_type {
    font-size: 0.75rem;
    color: #000000;
    display: block;
    margin-left: 0.8125rem;
    width: 20rem;
}

.icon-check {
    font-size: 0.8rem;
    color: #000000;
    opacity: 0;
	
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.question_item_checkbox_mark_type .question_item_checkbox_wrap_mark_type {
    width: 1.0625rem;
    height: 1.0625rem;
    background-color: #ffffff;
    border: 0.0625rem solid #848484;
    display: flex;
    align-items: center;
    justify-content: center;
}

.question_item_checkbox_mark_type input[type="checkbox"] {
    display: none;
}

.question_item_checkbox_mark_type input:checked+.question_item_checkbox_wrap_mark_type .icon-check {
    opacity: 1;
}

.invisible_item {
    display: none;
    opacity: 0;
}

.question_item__text_container {
    display: flex;
    align-items: center;
}

.question_item__text_container span {
    font-size: 0.625rem;
    color: #000000;
}

.question_item_number {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3.0625rem;
    height: 3.0625rem;
	;
    border-radius: 100%;
    background-color: rgba(212, 201, 228, 0);
    border: 0.1875rem solid #ffdb4d;
    font-size: 1.4375rem;
    color: #000000;
    margin-right: 1.25rem;
}

.question_item_text {
    font-size: 1.5rem;
    color: #000000;
    text-align: center;
}

.question_item__answer {
    width: 80%;
    display: flex;
    justify-content: center;
    padding-top: 2.1875rem
}

.apply_questions_checkbox_container {
    width: 100%;
    padding: 0rem 2rem 5rem;
    display: flex;
    flex-wrap: wrap;
}

.question_item_checkbox {
    width: 50%;
    display: flex;
    align-items: center;
    margin-top: 1rem;
    position: relative;
}

.question_item_checkbox_text {
    font-size: 0.9375rem;
    color: #000000;
    text-align: center;
}

.first_question_container .apply_questions_start__btn,
.fourth_question_container .apply_questions_start__btn,
.fifth_question_container .apply_questions_start__btn,
.sixth_question_container .apply_questions_start__btn,
.seventh_question_container .apply_questions_start__btn,
.eighth_question_container .apply_questions_start__btn {
    margin-left: 4rem;
}

.fourth_question_container .apply_questions_checkbox_container {
    padding-top: 0;
    padding-left: 4rem;
    padding-bottom: 10rem;
}

.fifth_question_container .quiz_textarea,
.sixth_question_container .quiz_textarea {
    margin-top: 2.1875rem;
    margin-left: 4rem;
    margin-bottom: 10rem;
}

.fifth_question_container,
.sixth_question_container {
    flex-direction: column;
}

.fifth_question_container .question_item_checkbox_mark_type,
.sixth_question_container .question_item_checkbox_mark_type {
    position: absolute;
    bottom: 12rem;
    left: 7rem;
}

.fifth_question_container .quiz_textarea,
.sixth_question_container .quiz_textarea {
    width: 55%;
}


.second_question,
.third_question,
.fourth_question,
.first_question {
    width: 33.3%;
}

.second_question_container .apply_questions_checkbox_container,
.third_question_container .apply_questions_checkbox_container,
.seventh_question_container .apply_questions_checkbox_container,
.eighth_question_container .apply_questions_checkbox_container {
    width: 60%;
    padding-top: 0;
    padding-left: 4rem;
}

.third_question_container .apply_questions_start__btn {
    margin-top: 8.3125rem;
}

.second_question_container .apply_questions_start__btn,
.seventh_question_container .apply_questions_start__btn {
    margin-top: 3.75rem;
}

.seventh_question_container .apply_questions_checkbox_container,
.eighth_question_container .apply_questions_checkbox_container {
    padding-bottom: 7rem;
}

.question_item__button_container {
    width: 100%;
    padding-top: 2.625rem;
}

.question_item_checkbox_wrap {
    position: relative;
    width: 1.3125rem;
    height: 1.3125rem;
    border-radius: 100%;
    background-color: rgba(212, 201, 228, 0);
    border: 0.0625rem solid #ffdb4d;
    margin-right: 1rem;
}

.checkbox_mark {
    width: 0.7rem;
    height: 0.7rem;
    background-color: #ffdb4d;
    border-radius: 100%;
    position: absolute;
    top: 0.25rem;
    left: 0.25rem;
    opacity: 0;
	
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}


.question_item_checkbox input[type="radio"] {
    display: none;
}

.question_item_checkbox input:checked+.question_item_checkbox_wrap .checkbox_mark {
    opacity: 1;
}

.apply_questions_start__btn {
    width: 15.625rem;
    height: 3.5rem;
    background-color: #ffdb4d;
}

#parcel_type {
    margin-left: 4rem;
}

.new_input_container {
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
	
    justify-content: flex-end;
}

.new_input_quiz {
    position: absolute;
    width: 15rem;
    height: 3.5rem;
    padding: 0 1rem;
    outline: none;
    font-size: 0.875rem;
    line-height: 1.375rem;
    color: #000000;
    font-family: "Roboto";
    resize: none;
    border: 1px solid #000000;
    border-radius: 0.3125rem;
	
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.new_input_quiz::placeholder {
    color: #b6b6b6;
    font-family: "Roboto";
}

.apply_questions_start__btn_disabled {
    opacity: 0.5;
}

.services {
    width: 100%;
    background-color: #f6f6f6;
    padding: 6rem 0;
    position: relative;
}

.services_decoration_line_first {
    width: 100%;
    height: 2rem;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
	;
}

.services_decoration_line_second {
    width: 100%;
    height: 2rem;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
	;
}


.services h2 {
    font-size: 1.875rem;
    color: #000000;
    text-align: center;
}

.services h2::before {
    content: "";
    display: block;
    width: 4.5rem;
	;
    height: 0.1875rem;
    margin: 1.5rem auto;
    background-color: #ffdb4d;
}

.service_types {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding-top: 4.8125rem;
}

.service_type__item {
    width: 33.3%;
    padding: 5rem;
    position: relative;
    text-align: center;
}

/*.service_type__item:nth-of-type(1) {
    background-image: url(../tiger.img/road.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}*/


.service_type__item:nth-of-type(1) {
    background-image: url(../tiger.img/services_gruzoperevozki-furami-small.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left;
}

.service_type__item:nth-of-type(2) {
    background-image: url(../tiger.img/services_gruzoperevozki-refrizheratorom-small.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 100% 15%;
}

.service_type__item:nth-of-type(3) {
    background-image: url(../tiger.img/services_poputnye-gruzoperevozki-small.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.service_type__item:nth-of-type(4) {
    background-image: url(../tiger.img/services_dostavka-sbornyh-gruzov-small.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left;
}

.service_type__item:nth-of-type(5) {
    background-image: url(../tiger.img/services_pereezd-mezhgorod-small.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.service_type__item:nth-of-type(6) {
    background-image: url(../tiger.img/services_perevozka-lichnykh-vechey-small.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left;
}

.service_type__item:nth-of-type(7) {
    background-image: url(../tiger.img/services_perevozka-konkretnyh-vidov-gruza-small.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.service_type__item:nth-of-type(8) {
    background-image: url(../tiger.img/services_gruzoperevozki-kamazom-small.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.service_type__item:nth-of-type(9) {
    background-image: url(../tiger.img/services_perevozka-avtovozom-small.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.service_type__item:nth-of-type(10) {
    background-image: url(../tiger.img/services_gruzoperevozki-v-kaliningrad-small.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.service_type__item:nth-of-type(11) {
    background-image: url(../tiger.img/services_kontejnernye-perevozki-small.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.service_type__item:nth-of-type(12) {
    background-image: url(../tiger.img/services_perevozka-negabarita-small.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.service_type__item:nth-of-type(13) {
    background-image: url(../tiger.img/services_perevozki-v-krym-small.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.service_type__item:nth-of-type(14) {
    background-image: url(../tiger.img/services_mezhdugorodnie-perevozki-small.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.service_type__item:nth-of-type(15) {
    background-image: url(../tiger.img/services_voennye-sluzhebnye-perevozki-s-vozvratom-ot-organizacii-small.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.service_type__item.service_type__item_more {
    background-image: url(../tiger.img/more.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left;
}
.service_type__item.service_type__item_avia {
    background-image: url(../tiger.img/avia.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left;
}
.service_type__item.service_type__item_rzhd {
    background-image: url(../tiger.img/rzhd.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left;
}

.servise_type__item_wrap {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000000;
    opacity: 0.4;
	
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.service_type__content {
    position: absolute;
    top: 9rem;
    left: 2rem;
    right: 2rem;
}

.service_type__text {
    font-size: 1.25rem;
    color: #ffffff;
    text-align: center;
	
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.service_type__content_hover {
    opacity: 0;
    position: relative;
}

.service_type__text_hover {
    font-size: 1.5rem;
    color: #000000;
    text-align: center;
	
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.service_type__btn {
    margin: 2.625rem auto 0;
    width: 15.625rem;
    height: 3.5rem;
    background-color: #f5f5f5;
    box-shadow: 0rem 0.375rem 1.125rem rgba(0, 0, 0, 0.18);
	
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.service_type__btn a {
    text-decoration: none;
    color: #000000;
}

.service_type__item:hover .service_type__content_hover {
    opacity: 1;
}

.service_type__item:hover .service_type__content {
    opacity: 0;
}

.service_type__item:hover .servise_type__item_wrap {
    background-color: #ffdb4d;
    opacity: 0.9;
}

.advantages {
    width: 100%;
    padding: 4rem 4rem;
}

.advantages h2 {
    font-size: 1.875rem;
    color: #000000;
    text-align: center;
}

.advantages h2::before {
    content: "";
    display: block;
    width: 4.5rem;
	;
    height: 0.1875rem;
    margin: 1.5rem auto;
    background-color: #ffdb4d;
}

.advantages_header_text {
    font-size: 0.875rem;
    line-height: 1.375rem;
    color: #000000;
    text-align: center;
    margin: 1.375rem;
}

.advantages_content {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.advantages_content__item {
    width: 48%;
    margin: 0.5rem auto;
    background-color: #f5f5f5;
    padding: 2.5625rem;
    position: relative;
	
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.advantages_content__item_img path {
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.advantages_content__item:hover .advantages_content__item_img_container {
    border: 0.0625rem solid #000000;
}

.advantages_content__item:hover .advantages_content__item_img path {
    fill: #000000;
}

.advantages_content__item h3,
.advantages_content__item .class__h3_advant {
    font-size: 1.25rem;
    color: #000000;
    display: block;
    margin-left: 2rem;
}

.advantages_content__item_img_container {
    width: 3.9375rem;
    height: 3.9375rem;
    border: 0.0625rem solid #ffdb4d;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
	
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.advantages_content__item_img {
    width: 60%;
    height: 60%;
}

.advantages_content__item:hover {
    box-shadow: 0rem 0.375rem 1.125rem rgba(59, 47, 0, 0.25);
    background-color: #ffdb4d;
}

.advantages_item_text {
    font-size: 0.875rem;
    line-height: 1.375rem;
    color: #000000;
    display: block;
    padding-left: 6rem;
	
}

.advantages_content__item_header {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 1rem;
}

.about {
    position: relative;
    width: 100%;
    padding: 9rem 2rem;
    /*background-image: url(../tiger.img/about_background.jpeg);*/
    background-image: url(../tiger.img/about_background.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.about_decoration_line {
    width: 100%;
    height: 2rem;
    position: absolute;
    top: -0.25rem;
    right: 0;
    left: 0;
}

.about_decoration_line_second {
    width: 100%;
    height: 2rem;
    position: absolute;
    bottom: 2.5rem;
    right: 0;
    left: 0;
}

.about h2 {
    font-size: 1.875rem;
    color: #ffffff;
    text-align: center;
    text-transform: uppercase;
}

.about h2::before {
    content: "";
    display: block;
    width: 4.5rem;
	;
    height: 0.1875rem;
    margin: 1.5rem auto;
    background-color: #ffdb4d;
}

.about_header_text {
    font-size: 0.875rem;
    line-height: 1.375rem;
    color: #ffffff;
    text-align: center;
    display: block;
    width: 70%;
    margin: 1.375rem auto;
}

.about_numbers_container {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.about_numbers_container_row {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.about_numbers_container_row:nth-of-type(1) {
    width: 70%;
}

.about_numbers_item {
    width: 50%;
    display: flex;
    padding: 4.25rem 0;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.about_number {
    font-size: 7.0625rem;
    color: #ffffff;
    text-align: center;
    display: block;
    width: 100%;
    margin: 0 auto;
}

.about_number_description {
    font-size: 1.1875rem;
	;
    color: #ffdb4d;
    text-align: center;
    display: block;
    width: 100%;
    margin: 0 auto;
}

.styled_number_description {
    text-align: left;
    padding-left: 16rem;
}

.about_number_selected_first {
    width: 65%;
}

.about_number_selected_second {
    width: 35%;
}

.about_number_selected_second span {
    text-align: left;
}

.about_wrap {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000000;
    opacity: 0.3;
}

.about_content {
    position: relative;
}

.additional_info {
    width: 100%;
    padding: 6rem 8.0625rem;
    position: relative;
}

.additional_info h2 {
    font-size: 1.875rem;
    line-height: 2.5rem;
    color: #000000;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 4.9375rem;
}

.additional_info h2::before {
    content: "";
    display: block;
    width: 4.5rem;
	;
    height: 0.1875rem;
    margin: 1.5rem auto;
    background-color: #ffdb4d;
}

.additional_info h3::before {
    content: "";
    display: block;
    width: 7.5rem;
    height: 0.1875rem;
    margin: 1.5rem auto;
    background-color: #ffdb4d;
}

.additional_info_content {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.adadditional_info_content_image {
    max-height: 24rem;
    width: 30%;
    background-image: url(../tiger.img/logistics-lorry-mountains-933981.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    box-shadow: 0px 9px 21px rgba(0, 0, 0, 0.3);
}

.additional_info_content_text {
    width: 70%;
    padding-left: 10.125rem;
    height: 21rem;
}


.text_wrap {
    height: 21rem;
    overflow-y: scroll;
}

.article .text_wrap {
    /*height: auto;*/
    height: 21rem;
}

.no_scroll {
    overflow-x: hidden;
}

.additional_info_content_text h3,
.additional_info_content_text .class__h3_text {
    font-size: 1rem;
    line-height: 1.375rem;
    color: #000000;
    font-weight: bold;
    margin-bottom: 1rem;
	text-align: center;
	margin-bottom: 1.9375rem;
}

.additional_info_content_text p {
    font-size: 1rem;
    line-height: 1.375rem;
    color: #000000;
    margin: 1rem auto;
}

.additional_info_content_text ul {
    list-style-type: disc;
    margin-left: 1.2rem;
}

.additional_info_content_text li {
    margin-bottom: 1rem;
}


.clients_review {
    width: 100%;
    padding: 3.0625rem 4rem;
}

.clients_review h2 {
    font-size: 1.875rem;
    color: #333333;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 1.875rem;
}

.clients_review h2::before {
    content: "";
    display: block;
    width: 4.5rem;
	;
    height: 0.1875rem;
    margin: 1.5rem auto;
    background-color: #ffdb4d;
}

.clients_review_content {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.vk_review {
    height: 29.625rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    border: 1px solid #EDEEF0;
    border-radius: 0.3125rem;
    padding: 1rem;
}

.vk_review__header {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.vk_review__header_img {
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    background-image: url(../tiger.img/vk_group_img.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-right: 1rem;
}

.vk_review__header a {
    text-decoration: none;
    width: 70%;
}

.vk_review__header h3:hover,
.vk_review__header .class__h3_vk:hover {
    text-decoration: underline;
}

.vk_review__header span:hover {
    text-decoration: underline;
}


.vk_review__header h3,
.vk_review__header .class__h3_vk {
    font-size: 0.75rem;
    color: #2C73AB;
	font-weight: bold;
}

.vk_review__header span {
    color: #bfbfbf;
    font-size: 0.625rem;
    width: 70%;
    text-align: right;
}

.vk_review__content {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.vk_review__content a {
    text-decoration: none;
}

.vk_review__content a:hover span {
    text-decoration: underline;
}

.vk_review__content p {
    font-size: 0.75rem;
    color: #000000;
    display: block;
    margin: 1rem 0;
}

.vk_review__content span {
    color: #2C73AB;
    font-size: 0.75rem;
}

.vk_review__content_img {
    width: 90%;
    height: 10rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 1rem auto;
    cursor: pointer;
}

.vk_revew_image_scale {
    z-index: 9999;
    background-color: #ffffff;
    box-shadow: 0 0.125rem 1rem 0 rgba(155, 155, 155, 0.50);
    padding: 2rem;
    width: 50%;
    margin: 0 auto;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
	
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
	
}

.first_review_img {
    background-image: url(../tiger.img/vk_review1-1.jpg);
}

.second_review_img {
    background-image: url(../tiger.img/vk_review2-1.jpg);
}

.third_review_img {
    background-image: url(../tiger.img/vk_review3-1.jpg);
}

.fourth_review_img {
    background-image: url(../tiger.img/vk_review4-1.jpg);
}

.fifth_review_img {
    background-image: url(../tiger.img/vk_review7-1.jpg);
}

.sixth_review_img {
    background-image: url(../tiger.img/vk_review6-1.jpg);
}

.seventh_review_img {
    background-image: url(../tiger.img/vk_review5.jpg);
}
.eith_review_img {
    background-image: url(../tiger.img/vk_review8-1.jpg);
}
.nine_review_img {
    background-image: url(../tiger.img/vk_review9-1.jpg);
}

.vk_review__content::after {
    content: '';
    display: block;
    width: 90%;
    height: 0.0625rem;
    margin: 0 auto;
    background-color: #EDEEF0;
}

.vk_review__footer {
    width: 100%;
    padding-top: 2rem;
}

.vk_review__footer_item {
    cursor: pointer;
    width: 1.5rem;
    height: 1.5rem;
    margin-left: 1rem;
}

.vk_review__footer_item_image path {
    fill: #828a99;
	
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.vk_review__footer_item:hover .vk_review__footer_item_image path {
    fill: #676f7e;
}

.vk_review__footer_wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: absolute;
    bottom: 1rem;
}


.payment_info {
    width: 100%;
    padding: 6rem 4rem;
    background-color: #f6f6f6;
    position: relative;
}

.third_page_type_payment_info{
    background-color: unset;
    padding: 10rem 4rem 6rem;
}

.payment_decoration_line_first {
    position: absolute;
    width: 100%;
    height: 2rem;
    top: 0;
    left: 0;
    right: 0;
}

.payment_decoration_line_second {
    position: absolute;
    width: 100%;
    height: 2rem;
    bottom: 0;
    left: 0;
    right: 0;
}


.payment_info h2 {
    font-size: 1.875rem;
    color: #000000;
    text-align: center;
    margin-bottom: 2rem;
}

.payment_info_text {
    font-size: 0.875rem;
    line-height: 1.375rem;
    color: #000000;
    text-align: center;
    margin: 1.375rem auto;
    display: block;
    width: 60%;
}

.payment_info_content {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 0 8rem;
}

.payment_info_content h3,
.payment_info_content .class__h3_info {
    font-size: 1.125rem;
    color: #000000;
    display: block;
    width: 60%;
    text-align: center;
    margin: 0 auto 1.375rem;
}

.payment_info_column {
    width: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
}

.payment_info___type_item {
    width: 100%;
    padding: 1rem;
    display: flex;
    align-items: center;
}

.payment_info__number {
    width: 3.1875rem;
    height: 3.1875rem;
    border-radius: 100%;
    border: 0.0625rem solid #858585;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    color: #868686;
    text-align: center;
    margin-right: 1.1875rem;
	
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.payment_info_type {
    display: flex;
    align-items: center;
}

.payment_info_type,
.payment_info__type_text {
    width: 50%;
	
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.payment_type_info_text {
    font-size: 1.125rem;
    color: #868686;
    text-align: center;
    border-bottom: 0.125rem dashed rgba(133, 133, 133, 1);
	
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.payment_info___type_item:hover .payment_info__number {
    border: 0.0625rem solid #ffdb4d;
    color: #ffdb4d;
}

.payment_info___type_item:hover .payment_type_info_text {
    color: #ffdb4d;
    border-bottom: 0.125rem dashed rgba(133, 133, 133, 0);
}

.payment_info__type_text {
    position: absolute;
    top: 1rem;
    right: 1rem;
    padding: 1rem;
    opacity: 0;
    display: none;
}

.payment_info__type_text p {
    font-size: 0.875rem;
    line-height: 1.375rem;
    color: #000000;
}

.visible_item {
    opacity: 1;
    visibility: visible;
    display: block;
}

.online_apply {
    width: 100%;
    padding: 6rem 8.125rem;
}

.online_apply h2 {
    font-size: 1.875rem;
    line-height: 2.5rem;
    color: #000000;
    text-align: center
}

.online_apply h2::before {
    content: "";
    display: block;
    width: 4.5rem;
	;
    height: 0.1875rem;
    margin: 1.5rem auto;
    background-color: #ffdb4d;
}

.online_apply p {
    font-size: 0.875rem;
    line-height: 1.375rem;
    color: #000000;
    text-align: center;
    margin: 1.375rem auto;
    display: block;
    width: 60%;
}

.apply_title_styled {
    color: #ffdb4d;
}

.online_apply_content {
    width: 100%;
    border: 0.375rem solid #ffdb4d;
    padding: 7.5rem 5.875rem;
    margin-top: 4.8125rem;
}

.online_apply_content_form {
    display: flex;
    flex-wrap: wrap;
}

.form_item {
    width: 30%;
    margin: 0 auto;
}

.form_item:nth-of-type(1),
.form_item:nth-of-type(2),
.form_item:nth-of-type(3) {
    padding-bottom: 5.3125rem;
}

.online_apply_content_style {
    width: 15.1875rem;
    height: 3.6875rem;
    border: 0.0625rem solid #848484;
    outline: none;
    border-radius: unset;
    font-size: 0.875rem;
    color: #000000;
    padding: 1rem;
    -webkit-appearance: none;
    -webkit-border-radius: 0rem;
    margin: 1rem auto;
}

.online_apply_form__btn {
    background-color: #ffdb4d;
    border: unset;
    font-size: 0.9375rem;
    color: #000000;
    text-align: center;
    box-shadow: 0rem 0.375rem 0.4375rem rgba(0, 0, 0, 0.18);
    margin: 2.5875rem auto 0;
}

.online_apply_content_style::placeholder {
    font-size: 0.875rem;
    color: #000000;
    font-family: 'Roboto';
}

.form_input_span {
    display: block;
    width: auto;
    font-size: 1.5rem;
    color: #000000;
}

.form_item_checkbox {
    user-select: none;
    display: flex;
    align-items: center;
}

.form_item_checkbox_text {
    font-size: 0.9375rem;
    color: #000000;
    text-align: center;
    display: block;
    margin-left: 0.8125rem;
}

.icon-check {
    font-size: 0.8rem;
    color: #000000;
    opacity: 0;
	
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.form_item_checkbox .form_item_checkbox_wrap {
    width: 1.0625rem;
    height: 1.0625rem;
    background-color: #ffffff;
    border: 0.0625rem solid #848484;
    display: flex;
    align-items: center;
    justify-content: center;
}

.form_item_checkbox input[type="checkbox"] {
    display: none;
}

.form_item_checkbox input:checked+.form_item_checkbox_wrap .icon-check {
    opacity: 1;
}

footer {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 3.375rem 8.0625rem;
    background-color: #f6f6f6;
    position: relative;
}

.footer_decoration_line {
    width: 100%;
    height: 2rem;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.logo_section {
    width: 100%;
}

.footer_logo {
    width: 5.125rem;
    height: 5.8125rem;
    background-image: url(../tiger.img/tiger_logo.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.footer_item {
    width: 25%;
    margin: 0 auto;
}

.footer_item:nth-of-type(3) {
    width: 15%;
}

.footer_item_text {
    font-size: 0.75rem;
    line-height: 1rem;
    color: #000000;
    font-weight: 300;
    margin: 0 auto 1rem;
}

.confidential_politics {
    font-size: 0.75rem;
    line-height: 1rem;
    color: #000000;
    display: block;
    width: 100%;
    margin: 0.9375rem auto;
}

.rights_reserved {
    font-size: 0.75rem;
    line-height: 1rem;
    color: #000000;
    font-weight: 300;
    display: block;
    width: 105%;
}

.footer_item_title {
    font-size: 0.9375rem;
    padding-bottom: 0.5rem;
    color: #000000;
    border-bottom: 0.125rem solid #ffdb4d;
    width: 100%;
    text-transform: uppercase;
}


.footer_item_info_links {
    font-size: 0.875rem;
    line-height: 1rem;
    color: #000000;
    font-weight: 300;
    padding-bottom: 0.6875rem;
    text-decoration: none;
}

.footer_item_info_links:hover {
    font-weight: bold;
    text-decoration: underline;
}

.footer_item_info_links > a {
    color: black;
    text-decoration: none;
}

.footer_item ul {
    margin-top: 1.8125rem;
}

.social_link_container {
    display: flex;
    width: 50%;
}

.solcial_link {
    text-decoration: unset;
    display: block;
    width: auto;
	/* margin: 1.5rem auto;*/
    margin: 0 auto;
    color: #000000;
    font-size: 1rem;
	
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
	margin-top: 20px;
    margin-right: 10px;
    margin-left: 10px;
}

.solcial_link:hover {
    color: #ffdb4d;
	;
}

.footer_apply_form__btn {
    background-color: #ffdb4d;
    border: unset;
    font-size: 0.9375rem;
    color: #000000;
    text-align: center;
    box-shadow: 0rem 0.375rem 0.4375rem rgba(0, 0, 0, 0.18);
    margin: 2.5875rem auto 0;
}

.footer_contacts_item {
    font-size: 0.875rem;
    line-height: 1.375rem;
    color: #000000;
    display: block;
    width: 100%;
}

.footer_contacts__content {
    margin-top: 1.75rem;
}

.footer_contact_styled {
    font-weight: bold;
}

.drim_logo {
    background-image: url(../tiger.img/Logo-4.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 4rem;
    height: 2rem;
    margin-top: 1rem;
}

.creator_logo span {
    font-size: 0.75rem;
    line-height: 1rem;
    color: #000000;
}

.header_burger_menu {
    z-index: 1001;
}

.menu__icon {
    display: inline-block;
    margin-top: 1.2rem;
    width: 2.1rem;
    height: 2.1rem;
    position: relative;
    cursor: pointer;
}

.menu__icon span {
    display: block;
    position: absolute;
    height: 0.125rem;
    width: 100%;
    background-color: #ffdb4d;
    opacity: 1;
    left: 0;
    transform: rotate(0deg);
	
    transition: .25s ease-in-out;
}

.menu__icon span:nth-child(1) {
    top: 0;
}

.menu__icon span:nth-child(2),
.menu__icon span:nth-child(3) {
    top: 0.5rem;
    right: 0;
    left: unset;
    width: 80%;
}

.menu__icon span:nth-child(4) {
    top: 1rem;
    right: 0;
    left: unset;
    width: 90%;
}

.header_burger_menu.menu_state_open .menu__icon span:nth-child(1) {
    top: 1rem;
    width: 0%;
    left: 50%;
    background-color: #000000;
}

.header_burger_menu.menu_state_open .menu__icon span:nth-child(2) {
    transform: rotate(45deg);
    background-color: #000000;
}

.header_burger_menu.menu_state_open .menu__icon span:nth-child(3) {
    transform: rotate(-45deg);
    background-color: #000000;
}

.header_burger_menu.menu_state_open .menu__icon span:nth-child(4) {
    top: 1rem;
    width: 0%;
    left: 50%;
    background-color: #000000;
}

.burger_menu_title {
    font-size: 0.9375rem;
    color: #ffffff;
    display: block;
    margin-left: 0.5rem;
}

.burger_menu_title.menu_state_open {
    opacity: 0;
}

.header_menu_open {
    z-index: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 0;
    background-color: #f5f5f5;
    display: flex;
    flex-wrap: wrap;
	
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.header_menu_open .header_contacts {
    width: 100%;
    padding: 0 5.0625rem;
}

.header_menu_open .header_contacts_item__telephon,
.header_menu_open .header_contacts_item__tel_comment {
    color: #000000;
}

.header_menu_open .header_contacts_item__telephon path {
    fill: #000000;
}

.header_menu_open .header_contacts_info_item__btn {
    background-color: #ffdb4d;
    margin-right: 5.1875rem;
}

.header_menu_open .header_email {
    color: #000000;
}

.header_menu_open .header_logo {
    background-image: url(../tiger.img/company_logo_open_menu.png);
    margin-left: 0.375rem;
}

.header_menu_open_image {
    width: 50%;
    height: 100%;
    background-image: url(../tiger.img/header_menu.png);
    background-size: contain;
    background-position: -15.625rem 30%;
    background-repeat: no-repeat;
}

.header_menu_open_nav {
    width: 50%;
}

.header_menu_open_nav {
    padding-top: 5.75rem;
    padding-right: 8.0625rem;
}

.header_menu_open_nav_point a {
    font-size: 2.8125rem;
    line-height: 4.2625rem;
    color: #000000;
    text-align: right;
    font-weight: normal;
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    text-decoration: none;
	
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.header_menu_open_nav_decoration {
    width: 0.75rem;
    height: 0.75rem;
    border-radius: 100%;
    background-color: #ffdb4d;
    margin: 0 1rem;
    opacity: 0;
	
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
	
}

.header_menu_open_nav_point:hover {
    text-shadow: 0.0625rem 0 0 #000000;
    letter-spacing: 0.5px;
    /* px used instead of rem  */
}

.header_menu_open_nav_point:hover .header_menu_open_nav_decoration {
    opacity: 1;
}

.menu_visible {
    z-index: 100;
    opacity: 1;
    height: auto;
}

.body_no_scroll {
    overflow-y: hidden;
}

.styled-select.slate {
    background: url(../tiger.img/arrow.svg);
    background-repeat: no-repeat;
    background-position: 13rem 1.5625rem;
}

.styled-select.slate select {
    border: 0.0625rem solid #ccc;
    font-size: 1rem;
    height: 2.125rem;
    width: 16.75rem;
}

.data_picker::-webkit-calendar-picker-indicator {
    color: transparent;
    opacity: 1;
    background: url(../tiger.img/calendar.svg) no-repeat center;
    background-size: contain;
}



.modal_window_first,
.modal_window_second,
.modal_window_city,
.modal_whyblock,
.modal_window_review_send {
    display: none;
    z-index: 9999;
    background-color: #ffffff;
    box-shadow: 0 0.125rem 1rem 0 rgba(155, 155, 155, 0.50);
    padding: 2rem;
    width: 50%;
    margin: 0 auto;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
	
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.modal_window_first {
    width: 30%;
}

.modal_window_second, .modal_window_review_send {
    width: 40%;
    padding: 2.5rem;
}

.modal_window_city {
	width: 60%;
	padding: 2.5rem;
}
.modal_whyblock {
	width: 60%;
	padding: 2.5rem;
}

.modal_window_second a,
.modal_window_city a,
.modal_whyblock a,
.modal_window_review_send a {
    text-decoration: unset;
}

.modal_img_container {
    width: 4.6875rem;
    height: 4.6875rem;
    margin: 1rem auto;
    border-radius: 100%;
    background-color: rgba(227, 24, 125, 0);
    border: 0.125rem solid #ffdb4d;
    display: flex;
    align-items: center;
    justify-content: center;
}

.modal_img {
    background-image: url(../tiger.img/tick.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 2rem;
    height: 2rem;
}

.modal_title {
    font-size: 1.5rem;
    color: #000000;
}

.modal_text {
    font-size: 0.875rem;
    color: #000000;
    font-weight: 300;
    margin: 1rem;
}

.modal_visible {
    display: block;
}

.modal_window_second h2,
.modal_whyblock h2,
.modal_window_city h2 {
    font-size: 1.5rem;
    color: #000000;
    display: block;
    width: 100%;
    margin: 0 auto;
}

.modal_window_second h2::after,
.modal_whyblock h2::after,
.modal_window_city h2::after {
    content: "";
    display: block;
    width: 4.5rem;
	;
    height: 0.1875rem;
    margin: 1.5rem auto;
    background-color: #ffdb4d;
}

.modal_window p {
    margin: 1rem auto;
    display: block;
    width: 100%;
    font-size: 1.3rem;
    color: #4A4A4A;
    letter-spacing: 0;
    text-align: center;
}

.modal_window_input,
.modal_window_submit_btn {
    outline: none;
    display: block;
    width: 80%;
    height: 3.5rem;
    border-radius: 0.3125rem;
    background-color: #ffffff;
    border: 0.0625rem solid #000000;
    margin: 1rem auto;
    font-size: 0.875rem;
    color: #b6b6b6;
    outline: none;
    display: block;
    padding: 0.5rem;
}

.modal_window_input::placeholder {
    font-size: 0.875rem;
    color: #b6b6b6;
    font-family: 'Roboto';
    padding-left: 1.5rem;
	
}

.modal_window_submit_btn {
    background-color: #ffdb4d;
    box-shadow: 0rem 0.375rem 0.4375rem rgba(130, 104, 0, 0.36);
    border: unset;
    color: #000000;
    font-size: 0.9375rem;
}

.modal_agreement {
    display: block;
    width: 70%;
    margin: 0 auto;
    font-size: 0.75rem;
    line-height: 1rem;
    color: #8b8b8b;
    font-weight: 300;
    text-align: center;
}

.modal_agreement a {
    color: #8b8b8b;
}

.thanks_modal {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ffffff;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.thick_container {
    width: 4.6875rem;
    height: 4.6875rem;
    border-radius: 50%;
    border: 0.125rem solid #ffdb4d;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.thick_container svg {
    width: 50%;
}

.thanks_modal h3 {
    font-size: 1.875rem;
    line-height: 2.25rem;
    color: #000000;
    text-align: center;
    display: block;
    margin: 2.4375rem auto 3.9375rem;
}

.thanks_modal p {
    font-size: 1.125rem;
    line-height: 1.375rem;
    color: #000000;
    font-weight: 300;
    display: block;
    text-align: center;
    margin: 0 auto;
}

.close_btn {
    position: absolute;
    right: 1rem;
    top: 1rem;
    width: 2rem;
    height: 2rem;
    opacity: 0.3;
	cursor: pointer;
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.close_btn:before,
.close_btn:after {
    position: absolute;
    left: 0.9rem;
    content: ' ';
    height: 2rem;
    width: 0.125rem;
    background-color: #333;
}

.close_btn:before {
    transform: rotate(45deg);
}

.close_btn:after {
    transform: rotate(-45deg);
}

.close_btn:hover {
    opacity: 1;
}

.modal_overlay {
    z-index: 1000;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #000000;
    opacity: 0.7;
}

#modal_overlay {
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.tns-outer {
    position: relative;
}

.tns-controls {
    width: 100%;
    position: absolute;
    bottom: -2.7rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tns-controls button {
    background-color: unset;
    width: 1.5rem;
    height: 1.5rem;
    border: unset;
    outline: none;
    background-image: url(../tiger.img/arrow_down.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.clients_review .tns-controls button:nth-of-type(1),
#Galereya .tns-controls button:nth-of-type(1) {
    transform: matrix(0.00, 1.00, -1.00, 0.00, 0, 0);
    -ms-transform: matrix(0.00, 1.00, -1.00, 0.00, 0, 0);
    -webkit-transform: matrix(0.00, 1.00, -1.00, 0.00, 0, 0);
    position: absolute;
    left: 34%;
}

.clients_review .tns-controls button:nth-of-type(2) ,
#Galereya .tns-controls button:nth-of-type(2) {
    transform: matrix(-0.00, -1.00, 1.00, -0.00, 0, 0);
    -ms-transform: matrix(-0.00, -1.00, 1.00, -0.00, 0, 0);
    -webkit-transform: matrix(-0.00, -1.00, 1.00, -0.00, 0, 0);
    position: absolute;
    right: 34%
}

.tns-nav {
    position: absolute;
    bottom: -3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
	
}

.tns-nav>[aria-controls] {
    outline: none;
    width: 0.5rem;
    height: 0.5rem;
    padding: 0;
    margin: 0 0.375rem;
    border-radius: 50%;
    background-color: unset;
    border: 0.0625rem solid #000000;
}

.tns-nav>.tns-nav-active {
    transform: scale(1.7);
    position: relative;
}

.tns-nav>.tns-nav-active::before {
    content: '';
    display: block;
    background-color: #000000;
    width: 0.25rem;
    height: 0.25rem;
    border-radius: 50%;
    position: absolute;
    top: 0.0625rem;
    left: 0.0625rem;
}

input[type=text],
input[type=submit] {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}

.blog {
    width: 100%;
    padding: 5rem 2.0625rem 1rem;
    position: relative;
    background-color: #fff;
}

.blog h2 {
    font-size: 1.875rem;
    line-height: 2.5rem;
    color: #000000;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 4.9375rem;
}

.blog h2::before {
    content: "";
    display: block;
    width: 4.5rem;;
    height: 0.1875rem;
    margin: 1.5rem auto;
    background-color: #ffdb4d;
}

.blog_content {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.blog_content__images {
    width: 65%;
    display: flex;
    flex-wrap: wrap;
}
.blog_content__images.blog_content__images_negabarit {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.blog_content__text {
    width: 35%;
    margin-left: -0.125rem;
}

.blog_content__images_item {
    width: 33.3%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 2.5rem 2rem;
    position: relative;
    text-align: center;
	
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.blog_content__images_item.blog_content__images_item_negabarit {
    width: 25%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 2.5rem 2rem;
    position: relative;
    text-align: center;
	
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
@media (max-width: 867px) {
	.blog_content__images_item.blog_content__images_item_negabarit {
		width: 50%;
		
	}
}


.blog_content__images_item:nth-of-type(1) {
    background-image: url(../tiger.img/tiger_services_page1.jpg);
}
.blog_content__images_item:nth-of-type(2) {
    background-image: url(../tiger.img/tiger_services_page2.jpg);
}
.blog_content__images_item:nth-of-type(3) {
    background-image: url(../tiger.img/tiger_services_page3.jpg);
}
.blog_content__images_item:nth-of-type(4) {
    background-image: url(../tiger.img/tiger_services_header.jpg);
}
.blog_content__images_item:nth-of-type(5) {
    background-image: url(../tiger.img/tiger_services_page5.jpg);
}
.blog_content__images_item:nth-of-type(6) {
    background-image: url(../tiger.img/tiger_services_page6.png);
}

.blog_type__item_wrap {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000000;
    opacity: 0.4;
	
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.blog_type__content {
    position: absolute;
    top: 4rem;
    left: 2rem;
    right: 2rem;
}

.blog_type__text {
    font-size: 1.5rem;
    color: #ffffff;
    text-align: center;
	
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.blog_type__content_hover {
    opacity: 0;
    position: relative;
}

.blog_type__text_hover {
    font-size: 1.25rem;
    color: #010000;
    text-align: center;
	
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.blog_type__btn {
    margin: 2rem auto 0;
    width: 10.4375rem;
    height: 3rem;
    background-color: #f5f5f5;
    box-shadow: 0rem 0.375rem 1.125rem rgba(0,0,0,0.18);
	
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.blog_content__images_item:hover {
    transform: scale(1.1);
    z-index: 10;
}

.blog_content__images_item:hover .blog_type__content_hover {
    opacity: 1;
}

.blog_content__images_item:hover .blog_type__content {
    opacity: 0;
}

.blog_content__images_item:hover .blog_type__item_wrap {
    background-color: #ffdb4d;
    opacity: 0.9;
}

.blog_content__text {
    background: #ffdb4d;
    padding: 2.0625rem 2.0625rem 3.5rem;
}

.blog_content__text span {
    font-size: 1.125rem;
    color: #000000;
    display: block;
    margin-bottom: 2.4375rem;
}

.blog_content__text ul {
    list-style-type: disc;
    padding-left: 1rem;
}
.blog_content__text ul a {
    color:#333;
}

.blog_content__text li {
    cursor: pointer;
    font-size: 0.8125rem;
    line-height: 1.5rem;
    color: #000000;
}

.blog_decoration_line_first {
    width: 100%;
    height: 2rem;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;;
}

.blog_decoration_line_second {
    width: 100%;
    height: 2rem;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;;
}

.blog .tns-nav {
    bottom: -2rem;
}

.blog .tns-controls {
    bottom: -1.7rem;
}

.blog .tns-controls button:nth-of-type(1){
    transform: matrix(0.00, 1.00, -1.00, 0.00, 0, 0);
    -ms-transform: matrix(0.00, 1.00, -1.00, 0.00, 0, 0);
    -webkit-transform: matrix(0.00, 1.00, -1.00, 0.00, 0, 0);
    position: absolute;
    left: 10%;
}

.blog .tns-controls button:nth-of-type(2){
    transform: matrix(-0.00, -1.00, 1.00, -0.00, 0, 0);
    -ms-transform: matrix(-0.00, -1.00, 1.00, -0.00, 0, 0);
    -webkit-transform: matrix(-0.00, -1.00, 1.00, -0.00, 0, 0);
    position: absolute;
    right: 10%;
}

.blog .tns-controls button {
    width: 1.5rem;
    height: 1.5rem;
    border: unset;
    outline: none;
    background-image: url(../tiger.img/arrow_down.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.article {
    width: 100%;
    padding: 6rem 8.0625rem 9rem;
    position: relative;
}

.article h2 {
    font-size: 1.875rem;
    line-height: 2.5rem;
    color: #000000;
    text-align: center;
    text-transform: uppercase;
	/* margin-bottom: 4.9375rem;*/
	margin-bottom: 35px;
}

.article h2::before {
    content: "";
    display: block;
    width: 4.5rem;;
    height: 0.1875rem;
    margin: 1.5rem auto;
    background-color: #ffdb4d;
}

.article_content {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.article_content_image {
    width: 30%;
    max-height: 13rem;
    background-image: url(../tiger.img/third_level_img.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    box-shadow: 0px 9px 21px rgba(0,0,0,0.3);
}

.article_content_text {
    width: 70%;
    padding-right: 10.125rem;
    display: flex;
    flex-direction: column;
}

.article_content_text p {
    font-size: 1rem;
    line-height: 1.375rem;
    color: #000000;
	margin-bottom: 10px;
}

.article__btn {
    margin: 4.8125rem 0 0;
    width: 16.875rem;
    box-shadow: 0rem 0.375rem 0.4375rem rgba(130,104,0,0.36);
    background-color: #ffdb4d;
    color: #000000;
    height: 3.5rem;
}

@media screen and (min-width: 320px) and (max-width: 1000px) {
    video {
        display: none;
	}
	
    #video-bg {
        background-image: url(../tiger.img/main_header_background.jpg);
	}
	
    .tiger_services_header #video-bg {
        background-image: url(../tiger.img/main_header_background.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
	}
	
    .tiger_kamaz_header #video-bg {
        background-image: url(../tiger.img/kamaz_4308-n3_2.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: bottom;
	}
	
    .oneway_transport_header #video-bg  {
        background-image: url(../tiger.img/shutterstock_1039216024-e1535033228887.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
	}
}

@media screen and (min-width: 2461px) and (max-width: 2560px) {
	
    html,
    body {
        font-size: 32px;
	}
	
    .header_decoration_line {
        bottom: 10.3125rem;
	}
	
    .fifth_question_container .quiz_textarea,
    .sixth_question_container .quiz_textarea {
        width: 60%;
	}
	
    .clients_review .tns-controls button:nth-of-type(1),
    #Galereya .tns-controls button:nth-of-type(1){
        left: 35%;
	}
	
    .clients_review .tns-controls button:nth-of-type(2) ,
    #Galereya .tns-controls button:nth-of-type(2) {
        right: 35%;
	}
}

@media screen and (min-width: 2171px) and (max-width: 2460px) {
	
    html,
    body {
        font-size: 28px;
	}
	
    .header_decoration_line {
        bottom: 10.3125rem;
	}
	
    .fifth_question_container .quiz_textarea,
    .sixth_question_container .quiz_textarea {
        width: 60%;
	}
	
    .clients_review .tns-controls button:nth-of-type(1),
    #Galereya .tns-controls button:nth-of-type(1){
        left: 35%;
	}
	
    .clients_review .tns-controls button:nth-of-type(2) ,
    #Galereya .tns-controls button:nth-of-type(2) {
        right: 35%;
	}
}

@media screen and (min-width: 1851px) and (max-width: 2170px) {
	
    html,
    body {
        font-size: 24px;
	}
	
    .header_decoration_line {
        bottom: 10.3125rem;
	}
	
    .fifth_question_container .quiz_textarea,
    .sixth_question_container .quiz_textarea {
        width: 60%;
	}
	
    .clients_review .tns-controls button:nth-of-type(1),
    #Galereya .tns-controls button:nth-of-type(1){
        left: 35%;
	}
	
    .clients_review .tns-controls button:nth-of-type(2) ,
    #Galereya .tns-controls button:nth-of-type(2) {
        right: 35%;
	}
}

@media screen and (min-width: 1701px) and (max-width: 1850px) {
	
    html,
    body {
        font-size: 22px;
	}
	
    .header_decoration_line {
        bottom: 10.3125rem;
	}
	
    .clients_review .tns-controls button:nth-of-type(1) ,
    #Galereya .tns-controls button:nth-of-type(1) {
        left: 35%;
	}
	
    .clients_review .tns-controls button:nth-of-type(2),
    #Galereya .tns-controls button:nth-of-type(2){
        right: 35%;
	}
}

@media screen and (min-width: 1440px) and (max-width: 1700px) {
	
    html,
    body {
        font-size: 18px;
	}
	
    .fifth_question_container .quiz_textarea,
    .sixth_question_container .quiz_textarea {
        width: 70%;
	}
	
    .second_question_container .question_item_checkbox_mark_type,
    .third_question_container .question_item_checkbox_mark_type {
        bottom: 6rem;
	}
	
    .text_wrap {
        height: 20rem;
	}
	
    .header_decoration_line {
        bottom: 10.3125rem;
	}
	
    .clients_review .tns-controls button:nth-of-type(1),
    #Galereya .tns-controls button:nth-of-type(1){
        left: 35%;
	}
	
    .clients_review .tns-controls button:nth-of-type(2) ,
    #Galereya .tns-controls button:nth-of-type(2) {
        right: 35%;
	}
}

@media screen and (min-width: 1001px) and (max-width: 1210px) {
	
    html,
    body {
        font-size: 15px;
	}
	
    .haeder_email_info {
        margin-left: 2rem;
	}
	
    .header_contacts_info_item__btn {
        margin: 0 2.0625rem;
	}
	
    .header_menu_open .header_contacts_info_item__btn {
        margin-right:4.0625rem;
	}
	
    .header_menu_open .header_email {
        margin-left: 2rem;
	}
	
    .header_menu_open_nav {
        padding-right: 5.0625rem;
	}
	
    .online_apply_content_style {
        width: 100%;
	}
	
    .styled-select.slate {
        background-position: 20rem 1.5625rem;
	}
	
	
    .vk_review {
        height: 34rem;
	}
	
    .header_email {
        margin: 0;
	}
	
    .header_decoration_line {
        bottom: 7.3125rem;
	}
	
    .header_count_form_input,
    .header_count_form__btn {
        width: 40% !important;
        margin: 1rem auto;
	}
	
    .header_count_form {
        flex-wrap: wrap;
	}
	
    .form_item {
        width: 40%;
	}
	
    .form_item:nth-of-type(1),
    .form_item:nth-of-type(2),
    .form_item:nth-of-type(3) {
        padding-bottom: 2rem;
	}
	
    .footer_apply_form__btn {
        width: 10rem;
	}
	
    .payment_info_type {
        width: 60%;
	}
	
    .payment_info__type_text {
        width: 40%;
	}
	
    .current_question_item::after {
        top: 0.255rem;
	}
	
    .price {
        width: 80%;
	}
	
    .second_question_container .question_item_checkbox_mark_type,
    .third_question_container .question_item_checkbox_mark_type {
        bottom: 6.5rem;
	}
	
    .fifth_question_container .quiz_textarea,
    .sixth_question_container .quiz_textarea {
        width: 70%;
	}
	
    .advantages {
        padding: 8.0625rem 2rem;
	}
	
    .advantages_item_text {
        padding-left: 0;
	}
	
    .payment_info_content {
        padding: 0 5rem;
	}
	
    .online_apply {
        padding: 6rem 6.125rem;
	}
	
    .clients_review .tns-controls button:nth-of-type(1),
    #Galereya .tns-controls button:nth-of-type(1){
        left: 25%;
	}
	
    .clients_review .tns-controls button:nth-of-type(2),
    #Galereya .tns-controls button:nth-of-type(2){
        right: 25%;
	}
}

@media screen and (min-width: 601px) and (max-width: 1000px) {
	
    html,
    body {
        font-size: 13px;
	}
	
    .article {
        padding: 2rem;
	}
	
    .article_content {
        width: 100%;
	}
	
    .article_content_text {
        width: 100%;
        padding: 0;
	}
	
    .article_content_image {
        width: 100%;
        margin-bottom: 2rem;
	}
	
    .article_content {
        flex-direction: column-reverse;
	}
	
    .blog {
        padding: 5rem 0rem 9rem;
	}
	
    .blog_content__images, .blog_content__text {
        width: 100%;
	}
	
    .blog_content__images_item {
        width: 50%;
	}
	
    .header_email_info {
        position: absolute;
        bottom: -29rem;
        right: 1.5rem;
	}
	
    .header_email {
        font-size: 1.4rem;
	}
	
    header_email_info {
        position: absolute;
        bottom: -31rem;
        right: 1.5rem;
	}
	
    .vk_review {
        height: 35.625rem;
	}
	
    .vk_review__content_img {
        height: 19rem;
	}
	
    .vk_review__content::after {
        display: none;
	}
	
    header {
        padding: 1.5rem;
	}
	
    .header_menu_open .header_contacts_info_item__btn {
        width: 18.7rem;
        height: 4.8rem;
        font-size: 1.5rem;
        display: block;
        position: absolute;
        bottom: -35rem;
        right: -3rem;
	}
	
    .header_menu_open .header_contacts_item__telephon,
    .header_menu_open .header_contacts_item__tel_comment {
        position: absolute;
        bottom: -25rem;
        right: 3rem;
	}
	
    .header_menu_open_nav_point a {
        font-size: 2rem;
	}
	
    .header_menu_open_nav {
        padding: 0;
        margin-top: -5rem;
	}
	
    .header_contacts_info_item__btn,
    .burger_menu_title {
        display: none;
	}
	
    .header_contacts {
        flex-direction: column-reverse;
	}
	
    .header_contacts_info {
        padding: unset;
	}
	
    .header_logo {
        margin: 1rem auto;
        width: 10rem;
        height: 9rem;
	}
	
    .header_content h1 {
        font-size: 2.2rem;
	}
	
    .header_content {
        padding-top: 2rem;
	}
	
    .header_decoration_line {
        bottom: 6.3125rem;
	}
	
    .header_count_form {
        flex-wrap: wrap;
	}
	
    .header_count_form_input,
    .header_count_form__btn {
        width: 40% !important;
        margin: 1rem auto;
		
	}
	
    .question_item_checkbox {
        width: 50%;
	}
	
    .third_question_container .question_item_checkbox {
        width: 33%;
	}
	
    .service_type__item {
        width: 50%;
	}
	
    .advantages {
        padding: 4rem 1rem;
	}
	
    .advantages_content__item {
        width: 100%;
	}
	
    .about_numbers_container_row {
        flex-direction: column;
        margin: 0 auto;
	}
	
    .about_numbers_item {
        margin: 0 auto;
	}
	
    .payment_info {
        padding: 6rem 1rem;
	}
	
    .payment_info_text {
        width: 90%;
        font-size: 1rem;
	}
	
    .payment_info_content {
        padding: 0;
	}
	
    .payment_info___type_item {
        flex-wrap: wrap;
	}
	
    .payment_info_type,
    .payment_info__type_text {
        width: 100%;
	}
	
    .payment_info__type_text {
        position: static;
	}
	
    .online_apply {
        padding: 6rem 1rem;
	}
	
    .form_item {
        width: 45%;
	}
	
    .form_item:nth-of-type(1),
    .form_item:nth-of-type(2),
    .form_item:nth-of-type(3) {
        padding-bottom: 1rem;
	}
	
    .online_apply_content {
        padding: 2rem 1rem;
        margin-top: 2rem;
	}
	
    .styled-select.slate {
        background-position: 16.5rem 1.5625rem;
	}
	
    .online_apply_content_style {
        width: 100%;
	}
	
    .online_apply p,
    .footer_apply_form__btn,
    .modal_window_second,
    .modal_window_city,
    .modal_whyblock,
    .modal_window_first {
        width: 90%;
	}
	
    footer {
        padding: 3.375rem 1rem 10rem;
	}
	
    .footer_item,
    .footer_item:nth-of-type(3) {
        width: 50%;
        margin: 1rem auto 0;
        padding: 1rem;
	}
	
	
    .header_contacts_item__tel_comment {
        display: none;
	}
	
    .header_menu_open .header_contacts {
        padding: 1rem 2rem;
	}
	
    .header_menu_open .header_contacts_item__telephon {
        font-size: 1.9rem;
	}
	
    .header_menu_open .header_contacts_item__tel_comment {
        display: block;
        font-size: 1.1rem;
        margin: -1rem;
	}
	
    .header_menu_open_nav {
        padding: 0;
	}
	
    .header_menu_open_image {
        background-size: 150%;
        background-position: -19.625rem 21%;
	}
	
    .header_menu_open_nav_point {
        font-size: 1.8rem;
        line-height: unset;
	}
	
    .header_menu_open_nav_decoration {
        margin: 0 0.5rem;
	}
	
    .about_decoration_line_second {
        bottom: 0.5rem;
	}
	
    .styled_number_description {
        text-align: center;
        padding-left: 0;
	}
	
    #parcel_type {
        margin-left: 0;
        width: 100%;
	}
	
    .quiz_header_text {
        width: 80%;
	}
	
    .question_info {
        display: none;
	}
	
    .second_question_container .apply_questions_checkbox_container,
    .third_question_container .apply_questions_checkbox_container,
    .seventh_question_container .apply_questions_checkbox_container,
    .eighth_question_container .apply_questions_checkbox_container {
        width: 100%;
	}
	
    .second_question_container .apply_questions_start__btn,
    .seventh_question_container .apply_questions_start__btn {
        margin-top: 2rem;
	}
	
    .second_question_container .question_item_checkbox_mark_type,
    .third_question_container .question_item_checkbox_mark_type {
        bottom: 9rem;
	}
	
    .fourth_question_container .apply_questions_checkbox_container,
    .second_question_container .apply_questions_checkbox_container,
    .third_question_container .apply_questions_checkbox_container,
    .seventh_question_container .apply_questions_checkbox_container,
    .eighth_question_container .apply_questions_checkbox_container {
        padding-top: 1rem;
	}
	
    .fourth_question_container .apply_questions_checkbox_container {
        padding-bottom: 2rem;
	}
	
    .fifth_question_container .quiz_textarea,
    .sixth_question_container .quiz_textarea {
        width: 100%;
        margin-left: 0;
        margin-bottom: 4rem;
	}
	
    .sixth_question_container .apply_questions_start__btn {
        margin-top: 3rem;
	}
	
    .fifth_question_container .apply_questions_start__btn {
        margin-top: 2rem;
	}
	
    .fifth_question_container .question_item_checkbox_mark_type,
    .sixth_question_container .question_item_checkbox_mark_type {
        bottom: 13rem;
        left: 5rem;
	}
	
    .finish_form_input {
        width: 100%;
	}
	
    .finish_form__btn {
        margin-left: 0;
        margin-top: 3rem;
	}
	
    .price {
        width: 85%;
	}
	
    .about_number_selected_second span {
        text-align: center;
	}
	
    .first_question_container .apply_questions_start__btn,
    .fifth_question_container .apply_questions_start__btn,
    .sixth_question_container .apply_questions_start__btn {
        margin: 0;
	}
	
    .fifth_question_container .apply_questions_start__btn,
    .sixth_question_container .apply_questions_start__btn {
        margin-top: 2rem;
	}
	
    .text_wrap {
        height: 22rem;
	}
	
    .new_input_quiz {
        margin-top: 1rem;
	}
	
    .additional_info_content_text {
        padding-left: 6.125rem;
	}
	
    .clients_review .tns-controls button:nth-of-type(1),
    #Galereya .tns-controls button:nth-of-type(1){
        left: 25%;
	}
	
    .clients_review .tns-controls button:nth-of-type(2) ,
    #Galereya .tns-controls button:nth-of-type(2) {
        right: 25%;
	}
	
    .tns-nav>.tns-nav-active::before {
        top: 0.12rem;
        left: 0.12rem;
	}
	
    .tns-nav>[aria-controls] {
        width: 0.6rem;
        height: 0.6rem;
        margin: 0 0.7rem;
	}
	
    .quiz_back_button_image {
        bottom: 2rem;
	}
}

@media screen and (min-width: 426px) and (max-width: 600px) {
	
    html,
    body {
        font-size: 14px;
	}
	
    .article {
        padding: 2rem;
	}
	
    .article_content {
        width: 100%;
	}
	
    .article_content_text {
        width: 100%;
        padding: 0;
	}
	
    .article_content_image {
        width: 100%;
        margin-bottom: 2rem;
	}
	
    .article_content {
        flex-direction: column-reverse;
	}
	
    .blog {
        padding: 5rem 0rem 9rem;
	}
	
    .blog_content__images, .blog_content__text {
        width: 100%;
	}
	
    .blog_content__images_item {
        width: 100%;
	}
	
    .header_contacts_item__tel_comment {
        display: none;
	}
	
    .header_menu_open .header_contacts {
        padding: 1rem 2rem;
	}
	
    .header_menu_open .header_contacts_info_item__btn {
        width: 18.7rem;
        height: 4.8rem;
        font-size: 1.5rem;
        display: block;
        position: absolute;
        bottom: -30rem;
        right: 1.5rem;
        margin-right: 0;
	}
	
	
    .header_menu_open_nav_point a {
        font-size: 2rem;
	}
	
    .header_menu_open .header_contacts_item__telephon {
        font-size: 1.9rem;
	}
	
    .header_menu_open .header_phone_info {
        position: absolute;
        bottom: -20rem;
        right: 1.5rem;
	}
	
    .header_menu_open .header_email_info {
        position: absolute;
        bottom: -23rem;
        right: 1.5rem;
	}
	
    .header_menu_open .header_contacts_item__tel_comment {
        display: block;
        font-size: 1.1rem;
	}
	
    .header_menu_open_nav {
        padding: 0;
	}
	
    .header_menu_open_nav ul {
        margin-top: -2.1875rem;
	}
	
    .header_menu_open_nav li {
        margin: 1rem auto;
	}
	
    .header_menu_open_nav_point a {
        line-height: 2.5625rem;
	}
	
    .header_menu_open_image {
        background-size: 300%;
        background-position: -43.625rem 5%;
	}
	
    .header_email {
        display: none;
	}
	
    .header_menu_open .header_email {
        display: block;
        font-size: 1.4rem;
	}
	
    .header_contacts_info_item__btn,
    .burger_menu_title {
        display: none;
	}
	
    .header_contacts {
        flex-direction: column-reverse;
	}
	
    .header_contacts_info {
        padding: unset;
	}
	
    .header_logo {
        margin: 1rem auto 0;
        width: 8rem;
        height: 7rem;
	}
	
    .header_count_form__btn {
        display: none;
	}
	
    .visible_header_text {
        display: none
	}
    .invisible_header_text {
        display: block
	}
	
	
    .header_content h1 {
        font-size: 2.2rem;
	}
	
    .header_content {
        padding-top: 0.5rem;
	}
	
    .header_decoration_line {
        bottom: 2.3125rem;
	}
	
    .header_count_form_input,
    .header_count_form__btn {
        width: 90% !important;
        margin: 1rem auto;
	}
	
    .invisible_header_input {
        position: absolute;
        left: 1.5rem;
	}
	
    .invisible_header_input:nth-of-type(1) {
        z-index: 5;
	}
	
    .invisible_header_input:nth-of-type(2) {
        z-index: 4;
	}
	
    .invisible_header_input:nth-of-type(3) {
        z-index: 3;
	}
	
    .invisible_header_input:nth-of-type(4) {
        z-index: 2;
	}
	
    .header_count {
        padding-bottom: 2rem;
	}
	
    .invisible_header_btn {
        display: block;
        margin-top: 6.5rem;
		
        -o-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease;
	}
	
	
    .header_contacts_item__telephon svg {
        width: 1rem;
        height: 1rem;
	}
	
    .vk_review {
        height: 35.625rem;
	}
	
    .vk_review__content_img {
        height: 15rem;
	}
	
    .header_email {
        display: none;
	}
	
    header {
        padding: 1.5rem;
	}
	
    .header_menu_open_nav_point a {
        font-size: 1.7rem;
	}
	
    .header_menu_open_nav {
        padding: 0;
        margin-top: -3rem;
	}
	
    .header_contacts_info_item__btn,
    .burger_menu_title {
        display: none;
	}
	
    .header_contacts {
        flex-direction: column-reverse;
	}
	
    .header_contacts_info {
        padding: unset;
	}
	
    .header_content h1 {
        font-size: 2.2rem;
        line-height: unset;
	}
	
    .header_content {
        padding-top: 2rem;
	}
	
    .header_decoration_line {
        bottom: 2.7rem;
	}
	
    .header_count_form {
        flex-wrap: wrap;
	}
	
    .question_item_checkbox {
        width: 100%;
	}
	
	
    .price {
        width: 100%;
        padding-top: 6rem;
	}
	
    .apply_questions {
        border: unset;
	}
	
    .current_question {
        display: none;
	}
	
    .apply_questions_start {
        height: 36rem;
	}
	
    .apply_questions_start__btn {
        width: 80%;
        margin: 0 auto;
	}
	
    .service_type__item {
        width: 100%;
	}
	
    .advantages {
        padding: 4rem 1rem;
	}
	
    .advantages_content__item {
        width: 100%;
	}
	
    .about_numbers_container_row {
        flex-direction: column;
        margin: 0 auto;
	}
	
    .about_numbers_item {
        margin: 0 auto;
	}
	
    .payment_info {
        padding: 6rem 1rem;
	}
	
    .payment_info_text {
        width: 90%;
        font-size: 1rem;
	}
	
    .payment_info_content {
        padding: 0;
	}
	
    .payment_info___type_item {
        flex-wrap: wrap;
	}
	
    .payment_info_type,
    .payment_info__type_text {
        width: 100%;
	}
	
    .payment_info__type_text {
        position: static;
	}
	
    .online_apply {
        padding: 6rem 1rem;
	}
	
    .form_item {
        width: 100%;
	}
	
    .form_item:nth-of-type(1),
    .form_item:nth-of-type(2),
    .form_item:nth-of-type(3) {
        padding-bottom: 1rem;
	}
	
    .online_apply_content {
        padding: 2rem 1rem;
        margin-top: 2rem;
	}
	
    .styled-select.slate {
        background-position: 24rem 1.5625rem;
	}
	
    .online_apply_content_style {
        width: 100%;
	}
	
    .online_apply p,
    .footer_apply_form__btn,
    .modal_window_second,
    .modal_window_city,
    .modal_whyblock,
    .modal_window_first {
        width: 90%;
	}
	
    .footer_apply_form__btn {
        position: absolute;
        bottom: 3rem;
        left: 1rem;
        right: 1rem;
	}
	
    footer {
        padding: 3.375rem 1rem 10rem;
	}
	
    .footer_item,
    .footer_item:nth-of-type(3) {
        width: 100%;
        margin: 1rem auto 0;
	}
	
    .footer_item_text,
    .confidential_politics,
    .rights_reserved,
    .creator_logo {
        display: none;
	}
	
    .footer_item_title {
        font-size: 1.5rem;
	}
	
    .footer_item_info_links,
    .footer_contacts_item,
    .footer_apply_form__btn {
        font-size: 1.4rem;
        line-height: 2.2rem;
	}
	
    .solcial_link {
        font-size: 2rem;
	}
	
    .footer_logo {
        width: 7.125rem;
        height: 7.8125rem;
	}
	
    .header_contacts_item__tel_comment {
        display: none;
	}
	
    .header_menu_open .header_contacts {
        padding: 1rem 2rem;
	}
	
    .header_menu_open .header_contacts_item__telephon {
        font-size: 1.9rem;
	}
	
    .header_menu_open_nav {
        padding: 0;
	}
	
    .header_menu_open_nav_decoration {
        margin: 0 0.5rem;
	}
	
    .about_decoration_line_second {
        bottom: 0.5rem;
	}
	
    #parcel_type {
        margin-left: 0;
        width: 100%;
	}
	
    .quiz_header_text {
        width: 80%;
	}
	
    .question_info {
        display: none;
	}
	
    .second_question_container .apply_questions_checkbox_container,
    .third_question_container .apply_questions_checkbox_container,
    .seventh_question_container .apply_questions_checkbox_container,
    .eighth_question_container .apply_questions_checkbox_container {
        width: 100%;
	}
	
    .second_question_container .apply_questions_start__btn,
    .seventh_question_container .apply_questions_start__btn {
        margin-top: 4rem;
	}
	
    .second_question_container .question_item_checkbox_mark_type,
    .third_question_container .question_item_checkbox_mark_type {
        bottom: 6rem;
	}
	
    .fourth_question_container .apply_questions_checkbox_container,
    .second_question_container .apply_questions_checkbox_container,
    .third_question_container .apply_questions_checkbox_container,
    .seventh_question_container .apply_questions_checkbox_container,
    .eighth_question_container .apply_questions_checkbox_container {
        padding-top: 1rem;
	}
	
    .fifth_question_container .quiz_textarea,
    .sixth_question_container .quiz_textarea {
        width: 100%;
        margin-left: 0;
        margin-bottom: 4rem;
	}
	
    .fifth_question_container .question_item_checkbox_mark_type,
    .sixth_question_container .question_item_checkbox_mark_type {
        bottom: 14rem;
        left: 5rem;
	}
	
    .finish_form_input {
        width: 100%;
	}
	
    .finish_form__btn {
        margin-left: 0;
        margin-top: 3rem;
	}
	
    .about_decoration_line_second {
        bottom: 0.5rem;
	}
	
    .styled_number_description,
    .about_number_selected_second span {
        text-align: center;
        padding-left: 0;
	}
	
    .first_question_container .apply_questions_start__btn,
    .fourth_question_container .apply_questions_start__btn,
    .seventh_question_container .apply_questions_start__btn,
    .eighth_question_container .apply_questions_start__btn {
        margin: 0 auto;
	}
	
    .fifth_question_container .question_item_checkbox_mark_type,
    .sixth_question_container .question_item_checkbox_mark_type {
        bottom: 19rem;
        left: 5rem;
	}
	
    .fifth_question_container .apply_questions_start__btn,
    .sixth_question_container .apply_questions_start__btn {
        margin: 2rem auto 0;
	}
	
    .third_question_container .apply_questions_start__btn {
        margin-top: 4.3125rem;
	}
	
    .additional_info {
        padding: 6rem 1rem;
	}
	
    .additional_info_content_text {
        padding-left: 4.125rem;
	}
	
    .advantages_content__item h3 {
        width: 70%;
	}
	
    .activ_bullet div {
        width: 0.3rem;
        height: 0.3rem;
	}
	
    .finish_wrap {
        top: 0;
	}
	
    .new_input_quiz {
        margin-top: 1rem;
	}
	
    .clients_review .tns-controls button:nth-of-type(1),
    #Galereya .tns-controls button:nth-of-type(1){
        left: 6%;
	}
	
    .clients_review .tns-controls button:nth-of-type(2) ,
    #Galereya .tns-controls button:nth-of-type(2) {
        right: 6%;
	}
	
    .tns-nav>.tns-nav-active::before {
        top: 0.1rem;
        left: 0.1rem;
	}
	
    .tns-nav>[aria-controls] {
        width: 0.6rem;
        height: 0.6rem;
        margin: 0 0.7rem;
	}
	
    .quiz_back_button_image {
        bottom: 2rem;
	}
}


@media screen and (min-width: 376px) and (max-width: 425px) {
	
    html,
    body {
        font-size: 12px;
	}
	
    .article {
        padding: 2rem;
	}
	
    .article_content {
        width: 100%;
	}
	
    .article_content_text {
        width: 100%;
        padding: 0;
	}
	
    .article_content_image {
        display: none;
	}
	
    .article_content_text p, .blog_content__text li, .blog_content__text span {
        font-size: 1.2rem;
        line-height: 1.6rem;
	}
	
    .blog_type__text_hover, .blog_type__text {
        font-size: 1.5rem;
	}
	
    .blog_content__text ul {
        padding-left: 2rem;
	}
	
    .blog {
        padding: 5rem 0rem 9rem;
	}
	
    .blog_content__images, .blog_content__text {
        width: 100%;
	}
	
    .blog_content__images_item {
        width: 100%;
	}
	
    .header_contacts_item__tel_comment {
        display: none;
	}
	
    .header_menu_open .header_contacts {
        padding: 1rem 2rem;
	}
	
    .header_menu_open .header_contacts_info_item__btn {
        width: 18.7rem;
        height: 4.8rem;
        font-size: 1.5rem;
        display: block;
        position: absolute;
        bottom: -36rem;
        right: 1.5rem;
        margin-right: 0;
	}
	
	
    .header_menu_open_nav_point a {
        font-size: 2rem;
	}
	
    .header_menu_open .header_contacts_item__telephon {
        font-size: 1.9rem;
	}
	
    .header_menu_open .header_phone_info {
        position: absolute;
        bottom: -26rem;
        right: 1.5rem;
	}
	
    .header_menu_open .header_email_info {
        position: absolute;
        bottom: -29rem;
        right: 1.5rem;
	}
	
    .header_menu_open .header_contacts_item__tel_comment {
        display: block;
        font-size: 1.1rem;
        margin-left: 1.5rem;
	}
	
    .header_menu_open_image {
        width: 40%;
	}
	
    .header_menu_open_nav {
        padding: 0;
        width: 60%;
	}
	
    .header_menu_open_nav ul {
        margin-top: -2.1875rem;
	}
	
    .header_menu_open_nav li {
        margin: 2rem auto;
	}
	
    .header_menu_open_nav_point a {
        line-height: 2.5625rem;
	}
	
    .header_menu_open_image {
        background-size: 350%;
        background-position: -35.625rem 5%;
	}
	
    .header_email {
        display: none;
	}
	
    .header_menu_open .header_email {
        display: block;
        font-size: 1.4rem;
	}
	
    .header_contacts_info_item__btn,
    .burger_menu_title {
        display: none;
	}
	
    .header_contacts {
        flex-direction: column-reverse;
	}
	
    .header_contacts_info {
        padding: unset;
	}
	
    .header_logo {
        margin: 1rem auto 0;
        width: 9rem;
        height: 8rem;
	}
	
    .header_count_form__btn {
        display: none;
	}
	
    .visible_header_text {
        display: none
	}
    .invisible_header_text {
        display: block
	}
	
	
    .header_content h1 {
        font-size: 2.2rem;
	}
	
    .header_content {
        padding-top: 0.5rem;
	}
	
    .header_decoration_line {
        bottom: 2.3125rem;
	}
	
    .header_count_form_input,
    .header_count_form__btn {
        width: 90% !important;
        margin: 1rem auto;
	}
	
    .invisible_header_input {
        position: absolute;
        left: 1.5rem;
	}
	
    .invisible_header_input:nth-of-type(1) {
        z-index: 5;
	}
	
    .invisible_header_input:nth-of-type(2) {
        z-index: 4;
	}
	
    .invisible_header_input:nth-of-type(3) {
        z-index: 3;
	}
	
    .invisible_header_input:nth-of-type(4) {
        z-index: 2;
	}
	
    .header_count {
        padding-bottom: 2rem;
	}
	
    .invisible_header_btn {
        display: block;
        margin-top: 6.5rem;
		
        -o-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease;
	}
	
    .header_contacts_item__telephon svg {
        width: 1rem;
        height: 1rem;
	}
	
    .vk_review {
        height: 38.625rem;
	}
	
    .vk_review__content_img {
        height: 15rem;
	}
	
    .vk_review__content::after {
        display: none;
	}
	
    .header_email {
        display: none;
	}
	
    header {
        padding: 1.5rem;
	}
	
    .header_menu_open_nav_point a {
        font-size: 1.8rem;
	}
	
    .header_menu_open_nav {
        padding: 0;
        margin-top: -3rem;
	}
	
    .header_contacts_info_item__btn,
    .burger_menu_title {
        display: none;
	}
	
    .header_contacts {
        flex-direction: column-reverse;
	}
	
    .header_contacts_info {
        padding: unset;
	}
	
    .header_content h1 {
        font-size: 2.2rem;
	}
	
    .header_content {
        padding-top: 2rem;
	}
	
    .header_decoration_line {
        bottom: 2.3125rem;
	}
	
    .header_count_form {
        flex-wrap: wrap;
	}
	
    .question_item_checkbox {
        width: 100%;
	}
	
    .price {
        width: 100%;
        padding-top: 6rem;
	}
	
    .about_number_selected_second span {
        text-align: center;
	}
	
    .apply_questions {
        border: unset;
	}
	
    .current_question {
        display: none;
	}
	
    .apply_questions_start {
        height: 44rem;
	}
	
    .apply_questions_start__btn {
        width: 80%;
        margin: 0 auto;
	}
	
    .service_type__item {
        width: 100%;
	}
	
    .advantages {
        padding: 5rem 1rem;
	}
	
    .advantages_content__item {
        width: 100%;
	}
	
    .about_numbers_container_row {
        flex-direction: column;
        margin: 0 auto;
	}
	
    .about_numbers_item {
        margin: 0 auto;
	}
	
    .payment_info {
        padding: 6rem 1rem;
	}
	
    .payment_info_text {
        width: 90%;
        font-size: 1rem;
	}
	
    .payment_info_content {
        padding: 0;
	}
	
    .payment_info___type_item {
        flex-wrap: wrap;
	}
	
    .payment_info_type,
    .payment_info__type_text {
        width: 100%;
	}
	
    .payment_info__type_text {
        position: static;
	}
	
    .online_apply {
        padding: 6rem 1rem;
	}
	
    .form_item {
        width: 100%;
	}
	
    .form_item:nth-of-type(1),
    .form_item:nth-of-type(2),
    .form_item:nth-of-type(3) {
        padding-bottom: 1rem;
	}
	
    .online_apply_content {
        padding: 2rem 1rem;
        margin-top: 2rem;
	}
	
    .styled-select.slate {
        background-position: 28rem 1.5625rem;
	}
	
    .online_apply_content_style {
        width: 100%;
	}
	
    .online_apply p,
    .footer_apply_form__btn,
    .modal_window_second,
    .modal_window_city,
    .modal_whyblock,
    .modal_window_first {
        width: 90%;
	}
	
    .footer_apply_form__btn {
        position: absolute;
        bottom: 3rem;
        left: 1rem;
        right: 1rem;
	}
	
    footer {
        padding: 3.375rem 1rem 10rem;
	}
	
    .footer_item,
    .footer_item:nth-of-type(3) {
        width: 100%;
        margin: 1rem auto 0;
	}
	
    .footer_item_text,
    .confidential_politics,
    .rights_reserved,
    .creator_logo {
        display: none;
	}
	
    .footer_item_title {
        font-size: 1.5rem;
	}
	
    .footer_item_info_links,
    .footer_contacts_item,
    .footer_apply_form__btn {
        font-size: 1.4rem;
        line-height: 2.2rem;
	}
	
    .solcial_link {
        font-size: 2rem;
	}
	
    .footer_logo {
        width: 7.125rem;
        height: 7.8125rem;
	}
	
    .header_contacts_item__tel_comment {
        display: none;
	}
	
    .header_menu_open .header_contacts {
        padding: 1rem 2rem;
	}
	
    .header_menu_open .header_contacts_item__telephon {
        font-size: 1.9rem;
	}
	
    .header_menu_open_nav {
        padding: 0;
	}
	
    .header_menu_open_nav_point {
        font-size: 1.8rem;
        line-height: unset;
        margin: 0 auto;
	}
	
    .header_menu_open_nav_decoration {
        margin: 0 0.5rem;
	}
	
    .about_decoration_line_second {
        bottom: 0.5rem;
	}
	
    #parcel_type {
        margin-left: 0;
        width: 100%;
	}
	
    .quiz_header_text {
        width: 80%;
	}
	
    .question_info {
        display: none;
	}
	
    .second_question_container .apply_questions_checkbox_container,
    .third_question_container .apply_questions_checkbox_container,
    .seventh_question_container .apply_questions_checkbox_container,
    .eighth_question_container .apply_questions_checkbox_container {
        width: 100%;
	}
	
    .second_question_container .apply_questions_start__btn,
    .seventh_question_container .apply_questions_start__btn {
        margin-top: 4rem;
	}
	
    .second_question_container .question_item_checkbox_mark_type,
    .third_question_container .question_item_checkbox_mark_type {
        bottom: 6rem;
	}
	
    .fourth_question_container .apply_questions_checkbox_container,
    .second_question_container .apply_questions_checkbox_container,
    .third_question_container .apply_questions_checkbox_container,
    .seventh_question_container .apply_questions_checkbox_container,
    .eighth_question_container .apply_questions_checkbox_container {
        padding-top: 1rem;
	}
	
    .fifth_question_container .quiz_textarea,
    .sixth_question_container .quiz_textarea {
        width: 100%;
        margin-left: 0;
        margin-bottom: 4rem;
	}
	
    .fifth_question_container .question_item_checkbox_mark_type,
    .sixth_question_container .question_item_checkbox_mark_type {
        bottom: 14rem;
        left: 5rem;
	}
	
    .finish_form_input {
        width: 100%;
	}
	
    .finish_form__btn {
        margin-left: 0;
        margin-top: 3rem;
	}
	
    .about_decoration_line_second {
        bottom: 0.5rem;
	}
	
    .styled_number_description {
        text-align: center;
        padding-left: 0;
	}
	
    .first_question_container .apply_questions_start__btn,
    .fourth_question_container .apply_questions_start__btn,
    .seventh_question_container .apply_questions_start__btn,
    .eighth_question_container .apply_questions_start__btn {
        margin: 0 auto;
	}
	
    .fifth_question_container .question_item_checkbox_mark_type,
    .sixth_question_container .question_item_checkbox_mark_type {
        bottom: 26rem;
        left: 5rem;
	}
	
    .fifth_question_container .apply_questions_start__btn,
    .sixth_question_container .apply_questions_start__btn {
        margin: 3rem auto 0;
	}
	
    .third_question_container .apply_questions_start__btn {
        margin-top: 4.3125rem;
	}
	
    .additional_info {
        padding: 6rem 1rem;
	}
	
    .additional_info_content_text {
        padding: 0;
        width: 100%;
	}
	
    .advantages_content__item h3 {
        width: 70%;
	}
	
    .vk_review__footer_wrap {
        bottom: 2rem;
	}
	
    .finish_wrap {
        top: 0;
	}
	
    .new_input_quiz {
        margin-top: 1rem;
	}
	
    .header_contacts_item__telephon,
    .header_content p,
    .header_count_form_input,
    .header_count_form__btn,
    .header_count_form_input::placeholder,
    .about_number_description {
        font-size: 1.5rem;
	}
	
    .header_content h1 {
        line-height: 3.5625rem;
	}
	
    .header_count_form_input,
    .header_count_form__btn {
        height: 4.5rem;
	}
	
    .progress_line p {
        font-size: 1.3rem;
        left: 20%;
	}
	
    .question_item_checkbox_text {
        font-size: 1.5rem;
        margin-top: 0.5rem;
	}
	
    .question_item_text {
        font-weight: bold;
        width: 80%;
	}
	
    .question_item_checkbox_text_mark_type {
        font-size: 1rem;
	}
	
    .btn,
    .fifth_question_container .quiz_textarea,
    .sixth_question_container .quiz_textarea,
    .finish_form_input,
    .additional_info_content_text p,
    .additional_info_content_text li,
    .advantages_header_text,
    .advantages_item_text,
    .payment_info__type_text p {
        font-size: 1.2rem;
	}
	
    .finish_container h3,
    .finish_container .class_h3 {
        font-size: 1.2rem;
        line-height: 1.8rem;
	}
	
    .question_item__text_container span {
        font-size: 0.825rem;
	}
	
    .vk_review__header h3,
    .vk_review__content p,
    .vk_review__content span {
        font-size: 1rem;
	}
	
    .vk_review__header span {
        font-size: 0.8rem;
	}
	
    .about_header_text {
        font-size: 1.1rem;
	}
	
    .about_number_selected_second span {
        text-align: center;
	}
	
    .additional_info_content_text h3,
    .payment_info_content h3,
    .payment_type_info_text,
    .online_apply p,
    .online_apply_content_style,
    .online_apply_content_style::placeholder {
        font-size: 1.3rem;
	}
	
    .additional_info_content_text ul {
        margin-left: 1.5rem;
	}
	
    .adadditional_info_content_image {
        display: none;
	}
	
    .clients_review .tns-controls button:nth-of-type(1) ,
    #Galereya .tns-controls button:nth-of-type(1) {
        left: 6%;
	}
	
    .clients_review .tns-controls button:nth-of-type(2),
    #Galereya .tns-controls button:nth-of-type(2){
        right: 6%;
	}
	
    .tns-nav>.tns-nav-active::before {
        top: 0.1rem;
        left: 0.1rem;
	}
	
    .tns-nav>[aria-controls] {
        width: 0.6rem;
        height: 0.6rem;
        margin: 0 0.7rem;
	}
	
    .quiz_back_button_image {
        bottom: 8rem;
        width: 2.5rem;
        height: 2.5rem;
	}
	
    .quiz_back_button_image {
        bottom: 8rem;
        width: 2.5rem;
        height: 2.5rem;
	}
}

@media screen and (min-width: 366px) and (max-width: 375px) {
	
    html,
    body {
        font-size: 11px;
	}
	
    .article {
        padding: 2rem;
	}
	
    .article_content {
        width: 100%;
	}
	
    .article_content_text {
        width: 100%;
        padding: 0;
	}
	
    .article_content_image {
        display: none;
	}
	
    .article_content_text p, .blog_content__text li, .blog_content__text span {
        font-size: 1.2rem;
        line-height: 1.6rem;
	}
	
    .blog_type__text_hover, .blog_type__text {
        font-size: 1.5rem;
	}
	
    .blog_content__text ul {
        padding-left: 2rem;
	}
	
    .blog {
        padding: 5rem 0rem 9rem;
	}
	
    .blog_content__images, .blog_content__text {
        width: 100%;
	}
	
    .blog_content__images_item {
        width: 100%;
	}
	
    .header_contacts_item__tel_comment {
        display: none;
	}
	
    .header_menu_open .header_contacts {
        padding: 1rem 2rem;
	}
	
    .header_menu_open .header_contacts_info_item__btn {
        width: 18.7rem;
        height: 4.8rem;
        font-size: 1.5rem;
        display: block;
        position: absolute;
        bottom: -36rem;
        right: 1.5rem;
        margin-right: 0;
	}
	
    .header_menu_open_nav_point a {
        font-size: 2rem;
	}
	
    .header_menu_open .header_contacts_item__telephon {
        font-size: 1.9rem;
	}
	
    .header_menu_open .header_email_info {
        position: absolute;
        bottom: -28rem;
        right: 1.5rem;
	}
	
    .header_menu_open .header_contacts_item__tel_comment {
        display: block;
        font-size: 1.1rem;
        margin-left: 1.5rem;
	}
	
    .header_menu_open_image {
        width: 40%;
	}
	
    .header_menu_open_nav {
        padding: 0;
        width: 60%;
	}
	
    .header_menu_open_nav ul {
        margin-top: -2.1875rem;
	}
	
    .header_menu_open_nav li {
        margin: 2rem auto;
	}
	
    .header_menu_open_nav_point a {
        line-height: 2.5625rem;
	}
	
    .header_menu_open_image {
        background-size: 360%;
        background-position: -38.625rem 5%;
	}
	
    .header_email {
        display: none;
	}
	
    .header_menu_open .header_email {
        display: block;
        font-size: 1.4rem;
	}
	
    .header_contacts_info_item__btn,
    .burger_menu_title {
        display: none;
	}
	
    .header_contacts {
        flex-direction: column-reverse;
	}
	
    .header_contacts_info {
        padding: unset;
	}
	
    .header_logo {
        margin: 1rem auto 0;
        width: 9rem;
        height: 8rem;
	}
	
    .header_count_form__btn {
        display: none;
	}
	
    .visible_header_text {
        display: none
	}
    .invisible_header_text {
        display: block
	}
	
	
    .header_content h1 {
        font-size: 2.2rem;
	}
	
    .header_content {
        padding-top: 0.5rem;
	}
	
    .header_decoration_line {
        bottom: 2.3125rem;
	}
	
    .header_count_form_input,
    .header_count_form__btn {
        width: 90% !important;
        margin: 1rem auto;
	}
	
    .invisible_header_input {
        position: absolute;
        left: 1.5rem;
	}
	
    .invisible_header_input:nth-of-type(1) {
        z-index: 5;
	}
	
    .invisible_header_input:nth-of-type(2) {
        z-index: 4;
	}
	
    .invisible_header_input:nth-of-type(3) {
        z-index: 3;
	}
	
    .invisible_header_input:nth-of-type(4) {
        z-index: 2;
	}
	
    .header_count {
        padding-bottom: 11.5625rem;
	}
	
    .invisible_header_btn {
        display: block;
        margin-top: 6.5rem;
		
        -o-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease;
	}
	
    .header_contacts_item__telephon svg {
        width: 1rem;
        height: 1rem;
	}
	
    .vk_review {
        height: 38.625rem;
	}
	
    .vk_review__content_img {
        height: 15rem;
	}
	
    .vk_review__content::after {
        display: none;
	}
	
    .header_email {
        display: none;
	}
	
    .header_menu_open .header_contacts_item__telephon,
    .header_menu_open .header_contacts_item__tel_comment {
        position: absolute;
        bottom: -24rem;
        right: 3rem;
	}
	
    .header_menu_open_nav_point a {
        font-size: 2rem;
	}
	
    .header_menu_open_nav {
        padding: 0;
        margin-top: -3rem;
	}
	
    .menu__icon span {
        height: 0.2rem;
	}
	
    header {
        padding: 1.5rem;
	}
	
    .header_contacts_info_item__btn,
    .burger_menu_title {
        display: none;
	}
	
    .header_contacts {
        flex-direction: column-reverse;
	}
	
    .header_contacts_info {
        padding: unset;
	}
	
    .header_content h1 {
        font-size: 2.2rem;
	}
	
    .header_content {
        padding-top: 2rem;
	}
	
    .header_decoration_line {
        bottom: 2.3125rem;
	}
	
    .header_count_form {
        flex-wrap: wrap;
	}
	
    .question_item_checkbox {
        width: 100%;
	}
	
    .price {
        width: 100%;
        padding-top: 6rem;
	}
	
    .apply_questions {
        border: unset;
	}
	
    .current_question {
        display: none;
	}
	
	
    .apply_questions_start {
        height: 45rem;
	}
	
    .apply_questions_start__btn {
        width: 80%;
        margin: 0 auto;
	}
	
    .service_type__item {
        width: 100%;
	}
	
    .advantages {
        padding: 5rem 1rem;
	}
	
    .advantages_content__item {
        width: 100%;
	}
	
    .about_numbers_container_row {
        flex-direction: column;
        margin: 0 auto;
	}
	
    .about_numbers_item {
        margin: 0 auto;
	}
	
    .payment_info {
        padding: 6rem 1rem;
	}
	
    .payment_info_text {
        width: 90%;
        font-size: 1rem;
	}
	
    .payment_info_content {
        padding: 0;
	}
	
    .payment_info___type_item {
        flex-wrap: wrap;
	}
	
    .payment_info_type,
    .payment_info__type_text {
        width: 100%;
	}
	
    .payment_info__type_text {
        position: static;
	}
	
    .online_apply {
        padding: 6rem 1rem;
	}
	
    .form_item {
        width: 100%;
	}
	
    .form_item:nth-of-type(1),
    .form_item:nth-of-type(2),
    .form_item:nth-of-type(3) {
        padding-bottom: 1rem;
	}
	
    .online_apply_content {
        padding: 2rem 1rem;
        margin-top: 2rem;
	}
	
    .online_apply_content_style {
        width: 100%;
	}
	
    .online_apply p,
    .footer_apply_form__btn,
    .modal_window_second,
    .modal_window_city,
    .modal_whyblock,
    .modal_window_first {
        width: 90%;
	}
	
    .form_item .online_apply_content_style {
        width: 100%;
	}
	
    .footer_apply_form__btn {
        position: absolute;
        bottom: 3rem;
        left: 1rem;
        right: 1rem;
	}
	
    footer {
        padding: 3.375rem 1rem 10rem;
	}
	
    .footer_item,
    .footer_item:nth-of-type(3) {
        width: 100%;
        margin: 1rem auto 0;
	}
	
    .footer_item_text,
    .confidential_politics,
    .rights_reserved,
    .creator_logo {
        display: none;
	}
	
    .footer_item_title {
        font-size: 1.5rem;
	}
	
    .footer_item_info_links,
    .footer_contacts_item,
    .footer_apply_form__btn {
        font-size: 1.4rem;
        line-height: 2.2rem;
	}
	
    .solcial_link {
        font-size: 2rem;
	}
	
    .footer_logo {
        width: 7.125rem;
        height: 7.8125rem;
	}
	
    .header_contacts_item__tel_comment {
        display: none;
	}
	
    .header_menu_open .header_contacts {
        padding: 1rem 2rem;
	}
	
    .header_menu_open .header_contacts_item__telephon {
        font-size: 1.9rem;
	}
	
    .header_menu_open .header_contacts_item__tel_comment {
        display: block;
        font-size: 1.1rem;
        margin: -1rem;
	}
	
    .header_menu_open_nav_point {
        font-size: 1.8rem;
        line-height: unset;
        margin: 1rem auto;
	}
	
    .header_menu_open_nav_decoration {
        margin: 0 0.5rem;
	}
	
    #parcel_type {
        margin-left: 0;
        width: 100%;
	}
	
    .quiz_header_text {
        width: 80%;
	}
	
    .question_info {
        display: none;
	}
	
    .second_question_container .apply_questions_checkbox_container,
    .third_question_container .apply_questions_checkbox_container,
    .seventh_question_container .apply_questions_checkbox_container,
    .eighth_question_container .apply_questions_checkbox_container {
        width: 100%;
	}
	
    .second_question_container .apply_questions_start__btn,
    .seventh_question_container .apply_questions_start__btn {
        margin-top: 4rem;
	}
	
    .second_question_container .question_item_checkbox_mark_type,
    .third_question_container .question_item_checkbox_mark_type {
        bottom: 6rem;
	}
	
    .fourth_question_container .apply_questions_checkbox_container,
    .second_question_container .apply_questions_checkbox_container,
    .third_question_container .apply_questions_checkbox_container,
    .seventh_question_container .apply_questions_checkbox_container,
    .eighth_question_container .apply_questions_checkbox_container {
        padding-top: 1rem;
	}
	
    .fifth_question_container .quiz_textarea,
    .sixth_question_container .quiz_textarea {
        width: 100%;
        margin-left: 0;
        margin-bottom: 4rem;
	}
	
    .fifth_question_container .question_item_checkbox_mark_type,
    .sixth_question_container .question_item_checkbox_mark_type {
        bottom: 14rem;
        left: 5rem;
	}
	
    .finish_form_input {
        width: 100%;
	}
	
    .finish_form__btn {
        margin-left: 0;
        margin-top: 3rem;
	}
	
    .about_decoration_line_second {
        bottom: 0.5rem;
	}
	
    .styled_number_description {
        text-align: center;
        padding-left: 0;
	}
	
    .first_question_container .apply_questions_start__btn,
    .fourth_question_container .apply_questions_start__btn,
    .seventh_question_container .apply_questions_start__btn,
    .eighth_question_container .apply_questions_start__btn {
        margin: 0 auto;
	}
	
    .fifth_question_container .question_item_checkbox_mark_type,
    .sixth_question_container .question_item_checkbox_mark_type {
        bottom: 27rem;
        left: 5rem;
	}
	
    .fifth_question_container .apply_questions_start__btn,
    .sixth_question_container .apply_questions_start__btn {
        margin: 3rem auto 0;
	}
	
    .third_question_container .apply_questions_start__btn {
        margin-top: 4.3125rem;
	}
	
    .additional_info {
        padding: 6rem 1rem;
	}
	
    .additional_info_content_text {
        padding: 0;
        width: 100%;
	}
	
    .advantages_content__item h3 {
        width: 70%;
	}
	
    .styled-select.slate {
        background-position: 27rem 1.5625rem;
	}
	
    .vk_review__footer_wrap {
        bottom: 2rem;
	}
	
    .finish_wrap {
        top: 0;
	}
	
    .new_input_quiz {
        margin-top: 1rem;
	}
	
    .header_contacts_item__telephon,
    .header_content p,
    .header_count_form_input,
    .header_count_form__btn,
    .header_count_form_input::placeholder,
    .about_number_description {
        font-size: 1.5rem;
	}
	
    .header_content h1 {
        line-height: 3.5625rem;
	}
	
    .header_count_form_input,
    .header_count_form__btn {
        height: 4.5rem;
	}
	
    .progress_line p {
        font-size: 1.3rem;
        left: 20%;
	}
	
    .question_item_checkbox_text {
        font-size: 1.5rem;
        margin-top: 0.5rem;
	}
	
    .question_item_text {
        font-weight: bold;
        width: 80%;
	}
	
    .question_item_checkbox_text_mark_type {
        font-size: 1rem;
	}
	
    .btn,
    .fifth_question_container .quiz_textarea,
    .sixth_question_container .quiz_textarea,
    .finish_form_input,
    .additional_info_content_text p,
    .additional_info_content_text li,
    .advantages_header_text,
    .advantages_item_text,
    .payment_info__type_text p {
        font-size: 1.2rem;
	}
	
    .finish_container h3 {
        font-size: 1.2rem;
        line-height: 1.8rem;
	}
	
    .question_item__text_container span {
        font-size: 0.825rem;
	}
	
    .vk_review__header h3,
    .vk_review__content p,
    .vk_review__content span {
        font-size: 1rem;
	}
	
    .vk_review__header span {
        font-size: 0.8rem;
	}
	
    .about_header_text {
        font-size: 1.1rem;
	}
	
    .about_number_selected_second span {
        text-align: center;
	}
	
    .additional_info_content_text h3,
    .payment_info_content h3,
    .payment_type_info_text,
    .online_apply p,
    .online_apply_content_style,
    .online_apply_content_style::placeholder {
        font-size: 1.3rem;
	}
	
    .additional_info_content_text ul {
        margin-left: 1.5rem;
	}
	
    .clients_review .tns-controls button:nth-of-type(1),
    #Galereya .tns-controls button:nth-of-type(1){
        left: 6%;
	}
	
    .clients_review .tns-controls button:nth-of-type(2) ,
    #Galereya .tns-controls button:nth-of-type(2) {
        right: 6%;
	}
	
    .tns-nav>.tns-nav-active::before {
        top: 0.18rem;
        left: 0.18rem;
	}
	
    .tns-nav>[aria-controls] {
        width: 0.7rem;
        height: 0.7rem;
        margin: 0 0.7rem;
	}
	
    .adadditional_info_content_image {
        display: none;
	}
	
    .quiz_back_button_image {
        bottom: 8rem;
        width: 2.5rem;
        height: 2.5rem;
	}
}


@media screen and (min-width: 320px) and (max-width: 365px) {
	
    html,
    body {
        font-size: 10px;
	}
	
    .invisible_header_counter {
        display: block;
	}
	
    .article {
        padding: 2rem;
	}
	
    .article_content {
        width: 100%;
	}
	
    .article_content_text {
        width: 100%;
        padding: 0;
	}
	
    .article_content_image {
        display: none;
	}
	
    .article_content_text p, .blog_content__text li, .blog_content__text span {
        font-size: 1.2rem;
        line-height: 1.6rem;
	}
	
    .blog_type__text_hover, .blog_type__text {
        font-size: 1.5rem;
	}
	
    .blog_content__text ul {
        padding-left: 2rem;
	}
	
    .header_contacts_item__telephon svg {
        width: 1rem;
        height: 1rem;
	}
	
    .blog {
        padding: 5rem 0rem 1rem;
	}
	
    .blog_content__images, .blog_content__text {
        width: 100%;
	}
	
    .blog_content__images_item {
        width: 100%;
	}
	
    .vk_review {
        height: 38.625rem;
	}
	
    .vk_review__content_img {
        height: 15rem;
	}
	
    .vk_review__content::after {
        display: none;
	}
	
    .menu__icon span {
        height: 0.2rem;
	}
	
    header {
        padding: 1.5rem;
	}
	
    .header_email {
        display: none;
	}
	
    .header_menu_open .header_email {
        display: block;
        font-size: 1.4rem;
	}
	
    .header_contacts_info_item__btn,
    .burger_menu_title {
        display: none;
	}
	
    .header_contacts {
        flex-direction: column-reverse;
	}
	
    .header_contacts_info {
        padding: unset;
	}
	
    .header_logo {
        margin: 1rem auto 0;
        width: 9rem;
        height: 8rem;
	}
	
    .header_count_form__btn {
        display: none;
	}
	
    .visible_header_text {
        display: none
	}
    .invisible_header_text {
        display: block
	}
	
	
    .header_content h1 {
        font-size: 2.2rem;
	}
	
    .header_content {
        padding-top: 0.5rem;
	}
	
    .header_decoration_line {
        bottom: 2.3125rem;
	}
	
    .header_count_form {
        flex-wrap: wrap;
	}
	
    .header_count_form_input,
    .header_count_form__btn {
        width: 90% !important;
        margin: 1rem auto;
	}
	
    .invisible_header_input {
        position: absolute;
        left: 1.5rem;
	}
	
    .invisible_header_input:nth-of-type(1) {
        z-index: 5;
	}
	
    .invisible_header_input:nth-of-type(2) {
        z-index: 4;
	}
	
    .invisible_header_input:nth-of-type(3) {
        z-index: 3;
	}
	
    .invisible_header_input:nth-of-type(4) {
        z-index: 2;
	}
	
    .header_count {
        padding-bottom: 11.5625rem;
	}
	
    .invisible_header_btn {
        display: block;
        margin-top: 1rem;
		
        -o-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease;
	}
	
    .question_item_checkbox {
        width: 100%;
	}
	
    .price h2 {
        margin: 0 2rem;
	}
	
    .price {
        width: 100%;
        padding-top: 6rem;
	}
	
    .apply_questions {
        border: unset;
	}
	
    .current_question {
        display: none;
	}
	
    .apply_questions_start {
        height: 45rem;
	}
	
    .apply_questions_start__btn {
        width: 80%;
        margin: 0 auto;
	}
	
    .service_type__item {
        width: 100%;
	}
	
    .advantages {
        padding: 4rem 1rem;
	}
	
    .advantages_content__item {
        width: 100%;
	}
	
    .about_numbers_container_row {
        flex-direction: column;
        margin: 0 auto;
	}
	
    .about_numbers_item {
        margin: 0 auto;
	}
	
    .payment_info {
        padding: 6rem 1rem;
	}
	
    .payment_info_text {
        width: 90%;
        font-size: 1rem;
	}
	
    .payment_info_content {
        padding: 0;
	}
	
    .payment_info___type_item {
        flex-wrap: wrap;
	}
	
    .payment_info_type,
    .payment_info__type_text {
        width: 100%;
	}
	
    .payment_info__type_text {
        position: static;
	}
	
    .online_apply {
        padding: 6rem 1rem;
	}
	
    .form_item {
        width: 100%;
	}
	
    .form_item:nth-of-type(1),
    .form_item:nth-of-type(2),
    .form_item:nth-of-type(3) {
        padding-bottom: 1rem;
	}
	
    .online_apply_content {
        padding: 2rem 1rem;
        margin-top: 2rem;
	}
	
    .styled-select.slate {
        background-position: 25rem 1.5625rem;
	}
	
    .online_apply_content_style {
        width: 100%;
	}
	
    .online_apply p,
    .footer_apply_form__btn,
    .modal_window_second,
    .modal_window_city,
    .modal_whyblock,
    .modal_window_first,
    .modal_window_review_send {
        width: 90%;
	}
	
    .footer_apply_form__btn {
        position: absolute;
        bottom: 3rem;
        left: 1rem;
        right: 1rem;
	}
	
    footer {
        padding: 3.375rem 1rem 10rem;
	}
	
    .footer_item,
    .footer_item:nth-of-type(3) {
        width: 100%;
        margin: 1rem auto 0;
	}
	
    .footer_item_text,
    .confidential_politics,
    .rights_reserved,
    .creator_logo {
        display: none;
	}
	
    .footer_item_title {
        font-size: 1.5rem;
	}
	
    .footer_item_info_links,
    .footer_contacts_item,
    .footer_apply_form__btn {
        font-size: 1.4rem;
        line-height: 2.2rem;
	}
	
    .solcial_link {
        font-size: 2rem;
	}
	
    .footer_logo {
        width: 7.125rem;
        height: 7.8125rem;
	}
	
    .header_contacts_item__tel_comment {
        display: none;
	}
	
    .header_menu_open .header_contacts {
        padding: 1rem 2rem;
	}
	
    .header_menu_open .header_contacts_info_item__btn {
        width: 18.7rem;
        height: 4.8rem;
        font-size: 1.5rem;
        display: block;
        position: absolute;
        bottom: -39rem;
        right: 1.5rem;
        margin-right: 0;
	}
	
	
    .header_menu_open_nav_point a {
        font-size: 2rem;
	}
	
    .header_menu_open .header_contacts_item__telephon {
        font-size: 1.9rem;
	}
	
    .header_menu_open .header_phone_info {
        position: absolute;
        bottom: -29rem;
        right: 1.5rem;
	}
	
    .header_menu_open .header_email_info {
        position: absolute;
        bottom: -32rem;
        right: 1.5rem;
	}
	
    .header_menu_open .header_contacts_item__tel_comment {
        display: block;
        font-size: 1.1rem;
        margin-left: 1.5rem;
	}
	
    .header_menu_open_image {
        width: 40%;
	}
	
    .header_menu_open_nav {
        padding: 0;
        width: 60%;
	}
	
    .header_menu_open_nav ul {
        margin-top: -2.1875rem;
	}
	
    .header_menu_open_nav li {
        margin: 2rem auto;
	}
	
    .header_menu_open_nav_point a {
        line-height: 2.5625rem;
	}
	
    .header_menu_open_image {
        background-size: 360%;
        background-position: -38.625rem 5%;
	}
	
    .header_menu_open_nav_point {
        font-size: 1.8rem;
        line-height: unset;
        margin: 1rem auto;
	}
	
    .header_menu_open_nav_decoration {
        margin: 0 0.5rem;
	}
	
    #parcel_type {
        margin-left: 0;
        width: 100%;
	}
	
    .quiz_header_text {
        width: 80%;
	}
	
    .question_info {
        display: none;
	}
	
    .third_question_container .apply_questions_start__btn {
        margin-top: 5.3125rem;
	}
	
    .second_question_container .apply_questions_checkbox_container,
    .third_question_container .apply_questions_checkbox_container,
    .seventh_question_container .apply_questions_checkbox_container,
    .eighth_question_container .apply_questions_checkbox_container {
        width: 100%;
	}
	
    .first_question_container .apply_questions_start__btn,
    .fourth_question_container .apply_questions_start__btn,
    .seventh_question_container .apply_questions_start__btn,
    .eighth_question_container .apply_questions_start__btn {
        margin: 0 auto;
	}
	
    .fifth_question_container .apply_questions_start__btn,
    .sixth_question_container .apply_questions_start__btn {
        margin: 3rem auto 0;
	}
	
    .second_question_container .apply_questions_start__btn,
    .seventh_question_container .apply_questions_start__btn {
        margin-top: 4rem;
	}
	
    .second_question_container .question_item_checkbox_mark_type,
    .third_question_container .question_item_checkbox_mark_type {
        bottom: 6rem;
	}
	
    .fourth_question_container .apply_questions_checkbox_container,
    .second_question_container .apply_questions_checkbox_container,
    .third_question_container .apply_questions_checkbox_container,
    .seventh_question_container .apply_questions_checkbox_container,
    .eighth_question_container .apply_questions_checkbox_container {
        padding-top: 1rem;
	}
	
    .fifth_question_container .quiz_textarea,
    .sixth_question_container .quiz_textarea {
        width: 100%;
        margin-left: 0;
        margin-bottom: 4rem;
	}
	
    .fifth_question_container .question_item_checkbox_mark_type,
    .sixth_question_container .question_item_checkbox_mark_type {
        bottom: 27rem;
        left: 5rem;
	}
	
    .finish_form_input {
        width: 100%;
	}
	
    .finish_form__btn {
        margin-left: 0;
        margin-top: 3rem;
	}
	
    .about_decoration_line_second {
        bottom: 0.5rem;
	}
	
    .styled_number_description {
        text-align: center;
        padding-left: 0;
	}
	
    .third_question_container .apply_questions_start__btn {
        margin-top: 4.3125rem;
	}
	
    .additional_info {
        padding: 6rem 1rem;
	}
	
    .additional_info_content_text {
        padding-left: 4.125rem;
	}
	
    .advantages_content__item h3 {
        width: 70%;
	}
	
    .additional_info {
        padding: 6rem 1rem;
	}
	
    .additional_info_content_text {
        padding-left: 4.125rem;
	}
	
    .advantages_content__item h3 {
        width: 70%;
        font-size: 1.5rem;
	}
	
    .adadditional_info_content_image {
        display: none;
	}
	
    .additional_info_content_text {
        width: 100%;
        padding: 0rem 1rem;
	}
	
    .text_wrap {
        height: 24rem;
	}
	
    .vk_review__footer_wrap {
        bottom: 2rem;
	}
	
    .finish_wrap {
        top: 0;
	}
	
    .question_item_text {
        width: 85%;
	}
	
    .new_input_quiz {
        margin-top: 1rem;
	}
	
    .header_contacts_item__telephon,
    .header_content p,
    .header_count_form_input,
    .header_count_form__btn,
    .header_count_form_input::placeholder,
    .about_number_description {
        font-size: 1.5rem;
	}
	
    .header_content h1 {
        line-height: 3.5625rem;
	}
	
    .header_count_form_input,
    .header_count_form__btn {
        height: 4.5rem;
	}
	
    .progress_line p {
        font-size: 1.3rem;
        left: 20%;
	}
	
    .question_item_checkbox_text {
        font-size: 1.5rem;
        margin-top: 0.5rem;
	}
	
    .question_item_text {
        font-weight: bold;
	}
	
    .question_item_checkbox_text_mark_type {
        font-size: 1rem;
	}
	
    .btn,
    .fifth_question_container .quiz_textarea,
    .sixth_question_container .quiz_textarea,
    .finish_form_input,
    .additional_info_content_text p,
    .additional_info_content_text li,
    .advantages_header_text,
    .advantages_item_text,
    .payment_info__type_text p {
        font-size: 1.2rem;
	}
	
    .finish_container h3 {
        font-size: 1.2rem;
        line-height: 1.8rem;
	}
	
    .question_item__text_container span {
        font-size: 0.825rem;
	}
	
    .vk_review__header h3,
    .vk_review__content p,
    .vk_review__content span {
        font-size: 1rem;
	}
	
    .vk_review__header span {
        font-size: 0.8rem;
	}
	
    .about_header_text {
        font-size: 1.1rem;
	}
	
    .about_number_selected_second span {
        text-align: center;
	}
	
    .additional_info_content_text h3,
    .payment_info_content h3,
    .payment_type_info_text,
    .online_apply p,
    .online_apply_content_style,
    .online_apply_content_style::placeholder {
        font-size: 1.3rem;
	}
	
    .additional_info_content_text ul {
        margin-left: 1.5rem;
	}
	
    .clients_review .tns-controls button:nth-of-type(1),
    #Galereya .tns-controls button:nth-of-type(1){
        left: 6%;
	}
	
    .clients_review .tns-controls button:nth-of-type(2) ,
    #Galereya .tns-controls button:nth-of-type(2) {
        right: 6%;
	}
	
    .tns-nav>.tns-nav-active::before {
        top: 0.18rem;
        left: 0.18rem;
	}
	
    .tns-nav>[aria-controls] {
        width: 0.7rem;
        height: 0.7rem;
        margin: 0 0.7rem;
	}
	
    .quiz_back_button_image {
        bottom: 8rem;
        width: 2.5rem;
        height: 2.5rem;
	}
}

/* РЎС‚СЂР°РЅРёС†Р° РІСЃРµС… СЃС‚Р°С‚РµР№ */
#all_articles {background: #F3F3F3;min-height: 100vh;}

#all_articles .upper-block {height: 35vh;}

#all_articles .upper-block .upper-top {
    background: #FFB421;
    height: 8%;
}

#all_articles .upper-block .upper-bottom {
    background: #FFDB4D;
    height: 92%;
}

#all_articles .articles {
    width: 868px;
    margin: -18vh auto auto;
}

#all_articles .articles > a{
    text-decoration: none;
    color: black;
    font-weight: 700;
}

#all_articles .articles > a p{
    font-weight: 100;
    font-size: 23px;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

#all_articles .articles .block {
    background: white;
    padding: 78px;
    margin-top: 60px;
    cursor: pointer;
    box-shadow: lightgrey 0 10px 20px 0;
}

#all_articles .articles .block:nth-child(2) {
    margin-top: 21px;
}

#all_articles .articles .block .inner_img {
    width: 707px;
    height: 432px;
    background-size: cover!important;
    background-position: center!important;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

#all_articles h1 {
    margin: 0;
}

@media (max-width: 867px) {
    #all_articles .articles {
        width: 100%;
	}
	
    #all_articles .articles .block {
        padding: 20px;
	}
	
    #all_articles .articles .block .inner_img {
        width: auto;
        height: 257px;
	}
	
    #all_articles .articles > a p {
        font-size: 12px;
	}
}

.policy {
    padding-top:12px;
    color: #9e9e9e;
    text-align:center;
    font-size:13px;
}

.soclink a {
    color: #ffdb4d;
}

.soclink {
    padding-top:12px;
    color: #ffffff;
    text-align:center;
    font-size:1.125rem;
}

.policy a {
    color: #9e9e9e;
}

.question_item.finish_container .policy {
    position: absolute;
    color: black;
    font-size: 13px;
}

.online_apply_content .policy {
    color: black;
    width: 72%;
    float: unset;
    margin: 2% auto 0 auto;
}

/* @media screen and (max-width: 768px) and (min-width: 100px) {
    .service_type__item:nth-of-type(1) {
	background-size: cover;
	background: url(../tiger.img/s_1.jpg) no-repeat center;
    }
	
    .service_type__item:nth-of-type(2) {
	background-size: cover;
	background: url(../tiger.img/s_2.jpg) no-repeat center;
    }
	
    .service_type__item:nth-of-type(3) {
	background-size: cover;
	background: url(../tiger.img/s_3.jpg) no-repeat center;
    }
	
    .service_type__item:nth-of-type(4) {
	background-size: cover;
	background: url(../tiger.img/s_4.jpg) no-repeat center;
    }
	
    .service_type__item:nth-of-type(5) {
	background-size: cover;
	background: url(../tiger.img/s_5.jpg) no-repeat center;
    }
	
    .service_type__item:nth-of-type(6) {
	background-size: cover;
	background: url(../tiger.img/s_6.jpg) no-repeat center;
    }
	
    .service_type__item:nth-of-type(7) {
	background-size: cover;
	background: url(../tiger.img/s_7.jpg) no-repeat center;
    }
	
    .service_type__item:nth-of-type(8) {
	background-size: cover;
	background: url(../tiger.img/s_8.jpg) no-repeat center;
    }
	
    .service_type__item:nth-of-type(9) {
	background-size: cover;
	background: url(../tiger.img/s_9.jpg) no-repeat center;
    }
} */

@media screen and (max-width: 1210px) and (min-width: 100px) {
    .policy {
        width: 277px;
        float: unset;
        text-align: center;
        margin: auto;
	}
}

@media screen and (max-width: 1210px) and (min-width: 767px) {
    .question_item.finish_container .policy {
        margin-top: 1%;
        width: 59%;
	}
}

@media screen and (max-width: 768px) and (min-width: 100px) {
    .question_item.finish_container .policy {
        width: 74%;
	}
    
    .service_type__text {
        font-size: 1.55rem;
	}
}
.block__contacts_p{
	font-weight: bold;
    font-size: 25px;
	margin-bottom: 30px;
}
.block__contacts p{
	line-height: 22px;
    margin-bottom: 17px;
}

.block__contacts_h1 {
    font-size: 1.875rem;
    line-height: 2.5rem;
    color: #000000;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 4.9375rem;
}
.block__contacts_h1::before {
    content: "";
    display: block;
    width: 4.5rem;
    height: 0.1875rem;
    margin: 1.5rem auto;
    background-color: #ffdb4d;
}


.change__city_row{
	display: flex;
}

.change__city_column{
	float: left;
    width: 33%;
    text-align: left;
}

.change__city_column ul{
	
}

.change__city_column ul li{
	margin-bottom: 5px;
}

.change__city_column ul li a{
	color: #000;
	font-size: 15px;
}
.change__city_column ul li a:hover{
	color: #ffdb4d;
}
.city_but{
    /*margin: 0;
		width: 16rem;
		margin-right: 1.0625rem;
		cursor: pointer;
		display: flex;
	flex-direction: column;*/
	margin: 0;
    width: 16rem;
    margin-right: 1.0625rem;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    padding-top: 2.75rem;
    align-items: center;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.article .text_wrap ul{
	list-style: disc;
    margin: 20px 0 20px 30px;
}
.article .text_wrap ul li{
    margin-bottom: 10px;
}







#Documents2{ 
	margin-top: 50px;
}
#Documents2 .wrap {    
	
	margin: 0 auto;
    max-width: 1200px;
    min-height: 2px;
	
}
#Documents2 .documents_item {    
	display:flex;
	flex-wrap: wrap;
	margin-bottom: 55px;
}
#Documents2 .documents_item_img {    
	width: 100%;
	text-align: center;
}
#Documents2 .documents_item_img img{    
	width: 80%;
    border: 1px solid #ccc;
}
#Documents2 .documents_item_link {    
	width: 100%;
    margin-left: 15px;
	padding-top: 30px;
	text-align: center;
}
#Documents2 .documents_item_link a{    
	color: #000;
    text-decoration: none;
}
#Documents2 .documents_item_link a:hover{    
	color: #ffdb4d;
    text-decoration: none;
}
#Documents2 .documents_item_link span{    
	color: #949292;
}
#Documents2 .row_doc {    
	display: flex;
    flex-wrap: wrap;
    margin-top: 40px;
    margin-bottom: 40px;
}
#Documents2 .col_doc {    
	width: 50%;
}



@media (min-width: 200px) and (max-width: 900px) {
	#Documents2 {
		margin-top: 20px;
		padding: 20px;
	}
	#Documents2 .documents_item_link {
		width: 85%;
		margin-left: 15px;
	}
	#Documents2 .col_doc {    
		width: 100%;
	}
	#Documents2 .documents_item {
		display: flex;
		flex-wrap: wrap;
		margin-bottom: 15px;
	}
	#Documents2 .row_doc {
		display: flex;
		flex-wrap: wrap;
		margin-top: 20px;
		margin-bottom: 0;
	}
}




/*РЎС‚СЂР°РЅРёС†С‹ СѓСЃР»СѓРі СЃ Р»РµРЅРґРёРЅРіР°*/
.row_flex{
	display: flex;
	flex-wrap: wrap;
}
.column_30{
	width: 33%;
	text-align: center;
	margin-bottom: 30px;
}
.column_33{
	width: 33.333%;
	text-align: center;
	margin-bottom: 60px;
}
.column_45{
	width: 50%;
	text-align: center;
	margin-bottom: 30px;
}
.column_50{
	width: 50%;
}
.column_25{
	width: 25%;
	text-align: center;
}
.column_10{
	width: 16%;
}
.column_90{
	width: 80%;
    padding-left: 20px;
}
#preimusch{
	padding-top: 1rem
}
#preimusch .title_preimusch{
	color: #202020;
    font-size: 36px;    
    line-height: 1.2;
    font-weight: 600;
	text-align: center;
}

#preimusch .preimusch_block .text_preimusch_block{
	color: #202020;
    font-size: 16px;
    line-height: 1.3;
    font-weight: 400;
}
#preimusch .preimusch_block .title_preimusch_block{
	color: #000000;
    font-size: 20px;
    line-height: 1.55;
    font-weight: 700;
	margin-bottom: 15px;
}
#preimusch .preimusch_block{
	margin-top: 40px;
}

#blueSection{
	background-color: #e8f5ff;
}
#blueSection p{
	color: #000000;
    font-size: 20px;
    line-height: 1.3;
    font-weight: 400;
	margin-bottom: 15px;
}
#blueSection .title_multi_block{
	color: #000000;
    font-size: 52px;
    line-height: 1.2;
    font-weight: 700;
}
#blueSection .multi_block{
	position: relative;
    width: 70%;
    margin: 0 auto;
    padding: 5rem 0;
}
#blueSection .button_multi_block{
	border-radius: 55px;
    padding: 20px;
    height: auto;
	margin-top: 25px;
	box-shadow: none;
}

#aboutCompany{
    height: 470px;
    background-position: center center;
    background-attachment: scroll;
    background-image: url(/tiger.img/cameron-venti-1cqIcr.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}
#aboutCompany.about-rzhd{   
    background-image: url(/tiger.img/about-rzhd.jpg);
}
#aboutCompany.about-avia{   
    background-image: url(/tiger.img/about-avia.jpg);
}
#aboutCompany.about-auto{   
    background-image: url(/tiger.img/about-auto-1.jpg);
}

#aboutCompany .about_company_block{
	position: relative;
    width: 60%;
    margin: 0 auto;
    padding: 5rem 0;
}
#aboutCompany .title_about_block{
	color: #ffffff;
    font-size: 40px;
    font-family: 'Circe',Arial,sans-serif;
    line-height: 1.2;
    font-weight: 700;
	text-align: center;
	margin-bottom: 50px;
}
#aboutCompany .about_company_block .big_txt{
	color: #ffc500;
    font-size: 50px;
    line-height: 1.2;
    font-weight: 700;
}
#aboutCompany .about_company_block .small_txt{
	color: #ffffff;
    font-size: 18px;
    font-family: 'Circe',Arial,sans-serif;
    line-height: 1.2;
    font-weight: 400;
}
#Podbor .but_block_podbor_y{
	border-radius: 55px;
    padding: 20px;
    height: auto;
	margin-top: 10px;
	background-color: #0d58a6;
	box-shadow: none;
	color:#fff;
	text-transform: uppercase;
}
#Podbor .podbor_block{
	position: relative;
    width: 70%;
    margin: 0 auto;
    padding: 5rem 0;
	padding-bottom: 1rem
}
#Podbor .block_podbor_y{
	background-color: #ffc500;
    padding: 45px;
    width: 75%;
    margin: 0 auto;
}
#Podbor .block_podbor_y .block_podbor_y_right{
	text-align: right;
}
#Podbor .title_block_podbor_y{
	color: #202020;
    font-size: 36px;
    line-height: 1.2;
    font-weight: 600;
}
#Podbor .title_block_podbor_y span{
	color: rgb(13, 88, 166);
}


#Complex .title_complex{
	color: #202020;
    font-size: 36px;    
    line-height: 1.2;
    font-weight: 600;
	text-align: center;	
    margin-bottom: 70px;
	
}
#Complex .complex_decimal{
	border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    display: block;
    width: 60px;
    height: 60px;
    text-align: center;
    font-size: 20px;
    line-height: 60px;
    color: #000;
    overflow: hidden;
    white-space: nowrap;
    background-color: #ffc500;
    color: #202020;
}
#Complex .title_complex_block{
	font-weight: 600;
    color: #000;
	font-size: 18px;
    line-height: 1.35;
	margin: 0;
    padding-bottom: 13px;
	text-align: left;
}
#Complex .text_complex_block{
	font-size: 16px;
    line-height: 1.55;
	text-align: left;
	font-weight: 300;
    color: #000;
}
#Podbor .title_block_podbor_y_rzhd{
	color: #202020;
    font-size: 32px;
    line-height: 1.2;
    font-weight: 600;
    margin-bottom: 15px;
}
.header_content .services_page{
	text-transform: none;
    font-size: 50px;
	line-height: 66px;
}
.advantages.advantages_ser{
	padding: 1.0625rem 4rem;
}

@media (min-width: 200px) and (max-width: 900px) {
	.column_30{
		width: 100%;
		text-align: center;
		margin-bottom: 30px;
	}
	.column_33{
		width: 100%;
		text-align: center;
		margin-bottom: 60px;
	}
	.column_45{
		width: 100%;
		text-align: center;
		margin-bottom: 30px;
	}
	.column_50{
		width: 100%;
	}
	.column_25{
		width: 100%;
		text-align: center;
		margin-bottom: 25px;
	}
	.column_10{
		width: 16%;
	}
	.column_90{
		width: 80%;
		padding-left: 20px;
	}
	#blueSection .title_multi_block {
		font-size: 24px;
	}
	#preimusch .title_preimusch {
		font-size: 24px;
	}
	.column_50_mob{
		margin-bottom: 40px;
	}
	#aboutCompany {
		height: auto;
	}
	#Podbor .podbor_block {
		position: relative;
		width: 100%;
		margin: 0 auto;
		padding: 0;
		padding-bottom: 1rem;
	}
	#Podbor .block_podbor_y {
		padding: 30px;
		width: 100%;
	}
	#Podbor .title_block_podbor_y {
		font-size: 24px;
	}
	#Podbor .block_podbor_y .block_podbor_y_right {
		margin-top: 70px;
	}
	#Complex .title_complex {
		font-size: 24px;
		margin-bottom: 40px;
	}
	#Complex{
		padding: 30px 20px 0 20px;
	}
	#aboutCompany .title_about_block {
		font-size: 25px;
		margin-bottom: 30px;
	}
	
	
    .send_review_row {
        margin-top: 130px !important;
	}
	
}

/*End РЎС‚СЂР°РЅРёС†С‹ СѓСЃР»СѓРі СЃ Р»РµРЅРґРёРЅРіР°*/

.send_review_row {
    clear: both;
    text-align: center;
    margin-top: 60px;
    position: relative;
}
#text-review {
    height: 8rem;
}

.article_content_text h3 {
	font-size: 27px;
    margin: 25px 0 25px 0;
}
.item_rev{	
    border: 1px solid #EDEEF0;
    border-radius: 0.3125rem;
    padding: 1rem;
}
.item_rev .item_rev_date{ 
	font-style: italic;
    color: #ffdb4d;
    text-align: right;
}
.item_rev .item_rev_name{ 
	font-weight: bold;
    margin: 15px 0 15px 0;
    text-align: center;
}
.item_rev .item_rev_text{ 
	text-align: center;
}

.form-1-type .header_count_form_input.weight_select_appended {
  border: 2px solid #838383;
  border-radius: 0px;
  height: 2.5rem;
  margin-right: 1.4rem;
}
.price_tariff_txt_small_nds {
  color: rgba(20, 20, 20, 0.5);
  font-size: 18px;
  margin: 20px 0;
}
#table_one_km {
  width: 100%;
  margin-top: 40px;
}
#table_one_km td {
  border: 2px solid #dfdfdf;
  padding: 10px 5px;
  color: #524747;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  font-size: 15px;
}
#table_one_km th {
  border: 2px solid #dfdfdf;
  background: #f5f5f5 !important;
  padding: 10px 5px;
  color: #000000;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  font-size: 15px;
}
#advantages.client_services .advantages_content__item {
  width: 33%;
  margin: 0.1rem auto;
  background-color: #f5f5f5;
  padding: 1.5rem;
}
#advantages.client_services .advantages_item_text {
  font-size: 0.75rem;
  line-height: 1.2;
  padding-left: 4rem;
}
#advantages.client_services .advantages_content__item_img_container {
  width: 70px;
  height: 70px;
}
#advantages.client_services .advantages_content__item h3,
.advantages_content__item .class__h3_advant {
  font-size: 1rem;
  margin-left: 1rem;
  width: 80%;
}
.link__article {
  display: block;
  color: #fff;
  font-size: 18px;
  margin-top: 5px;
}
#all_articles .upper-block .upper-top.upper-top_news {
  background: #fff;
}
#all_articles .upper-block .upper-bottom.upper-bottom_news {
  background: #fff;
}
#all_articles .upper-block.upper-block_news {
  height: 25vh;
}
.header_content_news {
  padding-top: 5.5rem;
}
#clients_review .tns-nav {
  display: none;
}
.services_cost {
  display: flex;
  justify-content: space-around;
  margin-top: 20px;
}
.services_cost .service_type__text {
  font-size: 1rem;
}
.services__txt {
  margin: 1.375rem;
  text-align: center;
}
@media screen and (max-width: 991px) {
  #table_one_km thead {
    display: none;
  }
  #table_one_km tr {
    margin-bottom: 10px;
    display: block;
    border: 2px solid #dfdfdf;
  }
  #table_one_km td,
  #table_one_km th {
    text-align: right;
    border: none;
    display: flex;
    width: 100%;
    vertical-align: middle;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 5px 10px 5px 10px;
    background: none !important;
  }
  #table_one_km td:before,
  #table_one_km th:before {
    content: attr(data-label);
    font-weight: bold;
    vertical-align: middle;
    display: block;
    float: left;
  }

  #advantages.client_services .advantages_content__item {
    width: 100%;
    padding: 1rem;
  }
  #advantages.client_services .advantages_content__item_img_container {
    width: 50px;
    height: 50px;
  }
  #advantages.client_services .advantages_item_text {
    padding-left: 5rem;
  }
}

@media (min-width: 200px) and (max-width: 900px) {
  .header_count_form_input.weight_select_appended {
    height: 40px !important;
    position: relative;
    margin-left: 17px;
  }

  .header_count_form_input.weight_select_appended {
    z-index: 3;
  }
}