@import url('https://fonts.googleapis.com/css2?family=Arimo:wght@400;700&display=swap" rel="stylesheet"');

/*  1em = 16px */
/*


*/

:root {
    box-sizing: border-box;
    /*font-size: calc(1vw + 1.5em);*/
    min-width: 325px;
}

body {
    font-family: 'Arimo', sans-serif;
    color: #000000;
    overflow-x: hidden;
    /*font-size: calc((100vw - 480px) / (1280 - 480) * (18 - 16) + 16px);*/
    /*font-size: calc(14px + (16 - 14) * (100vw - 400px) / (1200 - 400));*/
    font-size: 18px;
}

section h1 {
    font-size: 60px;
}

section h2 {
    font-size: 40px;
}

section h3 {
    font-size: 38px;
}


.relative {
    position: relative;
}

.vertical_resize {
    resize: vertical;
}

.heigth_parent {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.table-no_bordered td {
    border: none !important;
}

.header {
    /*background-image: url("/images/header_bg.png");*/
    background-size: cover;
    background-repeat: no-repeat;
    height: 687px;
	display: flex;
    align-items: center;
	background:#333;
}

.header .title {
    color: #FFAE34;
    position: relative;
   
}

@media screen and (max-width: 550px) {
	.header .title {
		margin-top: 50px;
	}
}


.header .title h1 {
    font-size: 70px;
    font-weight: bold;
}

.header .title h2 {
    font-weight: bold;
}


.header .descript {
    position: relative;
    color: #EDEDED;
}


/* block_1 */
.block_1 {
    background: #E6E8EC;
    height: auto;
    position: relative;
}

.block_1 .block_img {
    background-image: url("/images/block_1_left_img.png");
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}

.block_1 .descript {
	padding: 40px;
 
    font-size: 21px;
    line-height: 1.5;
    color: #000000;
}



.block_1 .descript .list_item {
    padding-left: 20px;
}

.block_1 .descript .list_item li {
    list-style: none;
	margin-bottom:20px;
    position: relative;

}

.block_1 .descript .list_item li:before {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    background: #FFD037;
        left: -30px;
    top: 10px;
}



/* block_advantages */
.block_advantages {
    padding: 30px;
    background: #FFAE34;
}

.block_advantages .title {
    font-weight: bold;
    padding-bottom: 80px;
}

.block_advantages .item {
    margin-bottom: 40px;
}

.block_advantages .item_img {
    padding-bottom: 20px;
}

.block_advantages .item_text {
    font-weight: bold;

}


/* block_practic_result */
.block_practic_result {
    padding-top: 30px;
    padding-bottom: 30px;
}

.block_practic_result .cards {
}

.block_practic_result .card_item {
    max-width: 427px;
    /*width: 425px;*/
    background: #FFFFFF;
    border: 1px solid #A0A0A0;
	border-radius:2px;
    box-sizing: border-box;
    box-shadow: 5px 5px 4px rgba(0, 0, 0, 0.25);
    min-height: 320px;
    padding: 15px 10px;
    margin: 20px auto;
}

@media screen and (max-width: 1200px) {
    .block_practic_result .card_item {
       /* min-height: 300px; */
    }
}

@media screen and (max-width: 768px) {
    .block_practic_result .card_item {
       /* min-height: auto; */
    }
}

.block_practic_result .card_item .list_item {
    padding-left: 20px;
}

.block_practic_result .card_item .list_item li {
    list-style: none;
    line-height: 30px;
    position: relative;
   font-size: 20px;
}

.block_practic_result .card_item .list_item li:before {
    content: '';
    position: absolute;
    width: 6px;
    height: 6px;
    background: #FFD037;
    left: -15px;
    top: 10px;
}

/* block_map */

.block_map {
    padding-top: 20px;

}

/* block_contact */

.block_contact {
    padding-top: 30px;
    padding-bottom: 30px;
}

.block_contact .title {
    font-weight: bold;
    margin-bottom: 30px;
}

.block_contact .descript {
    font-size: 24px;
}

.block_contact .person {
    font-size: 33px;
    font-weight: bold;
}

.block_contact .btn_send {
    background: #FFAE34;
    border-radius: 100px;
    font-size: 18px;
    padding: 10px 35px;
    font-weight: bold;
}

.block_contact .input_icon {
    padding-left: 33px;
    background: #f5f5f5;
}

.block_contact textarea {
    background: #f5f5f5;
}

.block_contact .icon_for_input {
    font-size: 21px;
    color: #DADADA;
    position: absolute;
    top: 7px;
    left: 23px;
}

.block_contact .title_request {
    padding-top: 25px;
    padding-bottom: 10px;
}

.block_contact .info {
    margin-top: 30px;
}

.block_contact .table_contact td:first-child {
    width: 5px;
}

.block_contact .info a {
    color: #000000;
}

.block_contact .icon_info {
    color: orange;
}


footer{
    padding-top: 10px;
    padding-bottom: 10px;
    background: #f0f0f0;
}

/* checkbox */


.chb_content {
    display: inline-block;
}

.chb_content .chb_type {
    display: none;
}


.chb_content .label_chb {
    /*padding: 0px 5px;*/
    cursor: pointer;
    font-size: 12px;
    font-weight: normal;
    margin-right: 20px;
}

.chb_content .label_chb div {
    width: 22px;
    height: 22px;
    display: inline-block;
    border: 2px solid #cccccc;
    text-align: center;
    line-height: 18px;
    margin-right: 6px;
    border-radius: 3px;
    cursor: pointer;
}

.chb_content label i {
    font-size: 13px;
    opacity: 0;
    color: #000;
}


.chb_content input:checked + label i {
    opacity: 1;
}


.chb_content input:checked + label div {
    /*background: #16a085;*/
    border: 2px solid #000;
}