

/* Start:/css/style_for_main.css?177873576710450*/
.hero__content {
    display: flex;
    flex-direction: row;
    align-items: center;
}
@media (max-width: 767px) {
.hero__image {
    display: none;
}    
}
@media (min-width: 768px) {
.hero__image {
    position: absolute;
    right: 0;
    top: 0;
    width: 330px;
    height: 100%;
}
.hero__image > img {
    object-fit: cover;
    position: absolute;
    width: 100%;
    height: 100%;
}  
}
@media (min-width: 1200px) {
.hero__content {
    height: 600px;
    row-gap: 40px;
}
.hero__image {
    width: 406px;
}    
}

.hero__text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    row-gap: 20px;
}
.hero__title {
    max-width: 260px;
    font-family: 'Days One', sans-serif;
    font-weight: 400;
    font-size: 30px;
    color: var(--color-primary);
    line-height: 1;
}
.hero__title.red {
    color: var(--color-red);
}
.hero__subtitle {
    font-size: 14px;
    color: var(--color-text);
    line-height: 1.3;
}

@media (min-width: 768px) {
.hero__title {
    max-width: 350px;
    font-size: 40px;
}
.hero__subtitle {
    max-width: 343px;
    font-size: 16px;
}
}
@media (min-width: 1200px) {
.hero__text {
    row-gap: 30px;
}
.hero__title {
    max-width: 693px;
    font-size: 80px;
}
.hero__subtitle {
    max-width: 400px;
    font-size: 20px;
}
}

.we_give_money_for .cont {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.we_give_money_for .cont .item {
    display: flex;
    flex-direction: column;
    gap: 20px;
    position: relative;
    width: 100%;
    padding: 20px;
    overflow: hidden;
}
.we_give_money_for .cont .item img {
    position: absolute;
    object-fit: contain;
}
.we_give_money_for .cont .item:nth-child(1) img {
    bottom: 0;
    right: 0;
    height: 80%;
}
.we_give_money_for .cont .item:nth-child(2) img {
    top: 0;
    right: 0;
    height: 205px;
}
.we_give_money_for .cont .item:nth-child(3) img {
    top: 0;
    right: 0;
    height: 100%;
}
.we_give_money_for .cont .item ._title {
    font-family: 'Days One', sans-serif;
    font-weight: 400;
    font-size: 20px;
    color: var(--color-primary);
    line-height: 1;
}
.we_give_money_for .cont .item ._list {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.we_give_money_for .cont .item ._list .item_list {
    display: flex;
    align-items: center;
    height: 32px;
    font-size: 14px;
    font-weight: 400;
    color: var(--color-text);
    line-height: 1;
}
@media (max-width: 767px) {
.we_give_money_for .cont .item ._list .item_list {
    max-width: 190px;
}
}
@media (min-width: 768px) {
.we_give_money_for .cont {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}
.we_give_money_for .cont .item {
    width: calc(50% - 10px);
}
.we_give_money_for .cont .item:nth-child(1) img {
    height: 90%;
}
.we_give_money_for .cont .item:nth-child(2) img {
    height: 180px;
}
}
@media (min-width: 1200px) {
.we_give_money_for .cont .item {
    gap: 30px;
    padding: 40px;
}
.we_give_money_for .cont .item ._title {
    font-size: 40px;
}
.we_give_money_for .cont .item ._list .item_list {
    height: 38px;
    font-size: 20px;
}
.we_give_money_for .cont .item:nth-child(1) img {
    height: 100%;
}
.we_give_money_for .cont .item:nth-child(2) img {
    height: 87%
}
}


.prices_silver .cont {
    display: flex;
    flex-direction: column;
    padding: 20px;
}
.prices_silver .cont .item {
    display: flex;
    flex-direction: row;
    column-gap: 20px;
}

@media (min-width: 1200px) {
.prices_silver .cont {
    padding: 24px 40px;
}
}

.prices_silver .list {
    display: flex;
    flex-direction: column;
    row-gap: 14px;

    max-width: 530px;
    margin-bottom: 20px;
    padding-bottom: 10px;
    overflow-x: auto;
}
.prices_silver .list .item {
    display: flex;
    flex-direction: row;
    column-gap: 20px;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.4;
}
@media screen and (min-width: 1200px) {
.prices_silver .list {
    max-width: 100%;
    margin-bottom: 40px;
    padding-bottom: 0;
}
.prices_silver .list .item {
    column-gap: 60px;
}
}
.prices_silver .list .item.th {
    margin-bottom: 16px;
    font-weight: 800;
    font-size: 20px;
    line-height: 1.2;
}
.prices_silver .list .item ._proba {
    width: 220px;
    min-width: 141px;
}
.prices_silver .list .item ._price {
    width: 241px;
    min-width: 241px;
}
/* .prices_silver .list .item ._prim {
    width: 344px;
    min-width: 344px;
} */
.prices_silver ._bottom {
    max-width: 410px;
    font-size: 14px;
}


.links_block ._list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
}
.links_block ._list .item {
    width: auto;
    display: flex;
    flex-direction: row;
    padding: 12px 20px;
    background-color: rgba(0, 92, 50, 0.1);
    border-radius: 20px;
    color: var(--color-primary);
    font-size: 16px;
    line-height: 1.2;
    cursor: pointer;
}


.define_probe_free ._list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}
.define_probe_free ._list .item {
    width: 100%;
    padding: 44px 30px;
    display: flex;
    flex-direction: column;
    row-gap: 20px;
}
.define_probe_free ._list .item > img {
    width: 40px;
    height: 40px;
}
.define_probe_free ._list .item ._text {
    font-size: 16px;
    line-height: 1.3;
}
@media (min-width: 768px) {
.define_probe_free ._list .item {
    width: calc(50% - 10px);
}   
}
@media (min-width: 1200px) {
.define_probe_free ._list .item {
    width: calc(33% - 10px);
}   
}


.benefits ._list .item.sect_title {
    width: 100%;
    margin-bottom: 0;
    padding: 0;
}
.benefits ._list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-between;
}
.benefits ._list .item {
    width: 100%;
    padding: 44px 30px;
    display: flex;
    flex-direction: column;
    row-gap: 20px;
}
.benefits ._list .item > img {
    width: 40px;
    height: 40px;
}
.benefits ._list .item ._text {
    font-size: 16px;
    line-height: 1.3;
}
@media (min-width: 768px) {
.benefits ._list .item {
    width: calc(50% - 10px);
}   
}

@media (min-width: 1200px) {
.benefits ._list .item.sect_title {
    width: calc(66% - 10px);
}
.benefits ._list .item {
    width: calc(33% - 10px);
}   
}



.documents ._list .item.sect_title {
    width: 100%;
    margin-bottom: 0;
    padding: 0;
}
.documents ._list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-between;
}
.documents ._list .item {
    width: 100%;
    padding: 30px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    row-gap: 20px;
}
.documents ._list .item > img {
    width: 40px;
    height: 40px;
}
.documents ._list .item ._name {
    width: calc(100% - 60px);
    display: flex;
    flex-direction: column;
    row-gap: 8px;
}
.documents ._list .item ._text {
    font-size: 16px;
    line-height: 1.3;
}
.documents ._list .item ._size {
    font-size: 16px;
    line-height: 1;
    color: var(--color-text-light);
}
.documents ._list .item ._link {
    width: 100%;
    font-size: 16px;
    line-height: 1;
    color: var(--color-primary);
    text-align: right;
    margin-left: auto;
}
@media (min-width: 768px) {
.documents ._list .item.sect_title {
    width: calc(50% - 10px);
}
.documents ._list .item {
    width: calc(50% - 10px);
}   
.documents ._list .item ._name {
    width: calc(100% - 146px);
}   
.documents ._list .item ._link {
    width: 66px;
    margin-left: 0;
}
}

.evaluation {
    position: relative;
}
.evaluation .gray_bg {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;

    display: flex;
    align-items: center;
}
.evaluation .gray_bg:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% - 16px);
    height: 258px;
    background-color: var(--color-gray);
    border-radius: 0 20px 20px 0;
}
.evaluation .gray_bg img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 258px;
    z-index: 1;
}
.evaluation .gray_bg .container {
    display: flex;
    flex-direction: column;
    margin-top: 278px;
}
.evaluation .gray_bg .container ._list{
    display: flex;
    flex-direction: column;
    row-gap: 20px;
    width: 100%;
}
@media screen and (min-width: 768px) {
.evaluation .gray_bg {
    height: 290px;
}
.evaluation .gray_bg:before {
    width: 50%;
    height: 100%;
}
.evaluation .gray_bg img {
    width: 50%;
    height: 100%;
}
.evaluation .gray_bg .container {
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    height: 100%;
    margin-top: 0;
}
.evaluation .gray_bg .container ._list{
    width: calc(50% - 40px);
}
}
@media screen and (min-width: 1200px) {
.evaluation .gray_bg {
    height: 552px;
}
.evaluation .gray_bg .container {
    align-items: unset;
}
.evaluation .gray_bg .container ._list{
    justify-content: space-around;
}
}
/*
.bring ._list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-between;
}
.bring ._list .item {
    width: 100%;
    height: 300px;
    padding: 30px;
    display: flex;
    flex-direction: row;
    position: relative;
}
.bring ._list .item img {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: right bottom;
}
@media (min-width: 768px) {
.bring ._list {
    justify-content: center;
}
.bring ._list .item {
    width: calc(50% - 10px);
}
}
@media (min-width: 1200px) {
.bring ._list {
    justify-content: space-between;
}
.bring ._list .item:nth-child(-n+2) {
    width: calc(50% - 10px);
}
.bring ._list .item:nth-child(n+3) {
    width: calc(33% - 10px);
}
}
*/
/* End */


/* Start:/include/online_assessment/style.css?17755408401858*/
.hero__text .preim {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 20px;
}
@media (max-width: 1023px) {
.hero__text .preim {
    max-width: 410px;
}
}
.hero__text .preim ._title {
    font-size: 23px;
    font-weight: 400;
    font-family: 'Days One';
    color: var(--color-primary);
    line-height: 1.1;
}
.hero__text .preim .preim_list {
    display: flex;
    flex-direction: column;
    padding-left: 20px;
}
.hero__text .preim .preim_list li {
    font-size: 14px;
    font-weight: 400;
    color: var(--color-text);
    line-height: 1.3;
}
.hero__text .preim .btns {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    width: 100%;
    font-family: 'Days One';
    font-size: 14px;
    font-weight: 400;
    color: var(--color-primary);
    line-height: 1;
}
.hero__text .preim .btns .icon {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-color: transparent;
    background-size: 30px;
}
.hero__text .preim .btns .icon.tg {
    background-image: url(/images/main/tg_btn.png);
}
.hero__text .preim .btns .icon.max {
    background-image: url(/images/main/max_btn.png);
}
.hero__text .preim .btns .icon.vk {
    background-image: url(/images/main/vk_btn.png);
}

@media (min-width: 768px) {
.hero__text .preim ._title {
    max-width: 340px;
}
}

@media (min-width: 1200px) {
.hero__text .preim {
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding: 40px;
}
.hero__text .preim ._title {
    max-width: 510px;
    font-size: 34px;
}
.hero__text .preim .preim_list li {
    font-size: 18px;
}
}
/* End */


/* Start:/local/templates/lastochka/components/bitrix/news.list/offices_for_map/style.css?17780525782079*/
.locations_block {
    display: flex;
    width: 100%;
}
.locations_block .cont {
    display: flex;
    position: relative;
    width: 100%;
}
.locations_map {
    width: 100%;
    height: 400px;
}
.locations_list {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
    width: 100%;
    max-height: 400px;
    padding: 20px;
    background-color: #fff;
    border: 1px solid var(--color-gray-dark);
    overflow-y: auto;
}
@media (min-width: 768px) {
.locations_list {
    width: 260px;
}
.locations_map {
    width: calc(100% - 260px);
}
}
@media (min-width: 1200px) {
.locations_list {
    width: 300px;
}
.locations_map {
    width: calc(100% - 300px);
}
}
.locations_list_mobile_btn {
    display: none;
    width: 40px;
    height: 40px;
    background: url('/images/burger.svg') no-repeat center center var(--color-white);
    background-size: 25px;
    border: 1px solid var(--color-gray-dark);
    border-radius: 6px;
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 350px;
}

@media (max-width: 767px) {
.locations_block .cont {
    flex-direction: column;
}
.locations_list {
    display: none;
}
.locations_list_mobile_btn {
    display: block;
}
.locations_list_mobile_btn.show + .locations_list {
    display: flex;
}
}
.locations_list .location_item {
    display: flex;
    flex-direction: column;
    row-gap: 5px;

    font-size: 14px;
    color: var(--color-text-light);
    line-height: 1.1;

    text-decoration: none;
}
.locations_list .location_item + .location_item {
    padding-top: 10px;
    border-top: 1px solid var(--color-gray-dark);
}
.locations_list .location_item ._title {
    font-weight: 700;
    font-size: 16px;
    color: var(--color-primary);
}
.locations_list ._phones ._ph {
    font-size: 14px;
    color: var(--color-primary);
	text-decoration: none;
}

.locations_map {
    width: 100%;

}
.locations_map ._ph {
    font-size: 14px;
    color: var(--color-primary);
	text-decoration: none;
}

/* End */
/* /css/style_for_main.css?177873576710450 */
/* /include/online_assessment/style.css?17755408401858 */
/* /local/templates/lastochka/components/bitrix/news.list/offices_for_map/style.css?17780525782079 */
