@charset "UTF-8";
/*
Theme Name: Anna Maly
Theme URI: https://redsky.agency/
Author: REDSKY AGENCY
Author URI: https://redsky.agency/
Description: Theme created special for IT.UA
Version: 1.0
*/
@font-face {
    font-family: eUkraine;
    src: url(font/e-Ukraine-Regular.eot);
    src: url(font/e-Ukraine-Regular.eot?#iefix) format("embedded-opentype"),url(font/e-Ukraine-Regular.woff2) format("woff2"),url(font/e-Ukraine-Regular.woff) format("woff"),url(font/e-Ukraine-Regular.ttf) format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}
@font-face {
    font-family: eUkraine;
    src: url(font/e-Ukraine-Medium.eot);
    src: url(font/e-Ukraine-Medium.eot?#iefix) format("embedded-opentype"),url(font/e-Ukraine-Medium.woff2) format("woff2"),url(font/e-Ukraine-Medium.woff) format("woff"),url(font/e-Ukraine-Medium.ttf) format("truetype");
    font-weight: 500;
    font-style: normal;
    font-display: swap
}
@font-face {
    font-family: eUkraine;
    src: url(font/e-Ukraine-Bold.eot);
    src: url(font/e-Ukraine-Bold.eot?#iefix) format("embedded-opentype"),
         url(font/e-Ukraine-Bold.woff) format("woff"),
         url(font/e-Ukraine-Bold.ttf) format("truetype");
    font-weight: 700;
    font-style: normal;
    font-display: swap
}
/* @font-face {
    font-family: eUkraineHead;
    src: url(e-UkraineHead-Bold.eot);
    src: url(e-UkraineHead-Bold.eot?#iefix) format("embedded-opentype"),url(e-UkraineHead-Bold.woff2) format("woff2"),url(e-UkraineHead-Bold.woff) format("woff"),url(e-UkraineHead-Bold.ttf) format("truetype");
    font-weight: 700;
    font-style: normal;
    font-display: swap
}
@font-face {
    font-family: eUkraineHead;
    src: url(e-UkraineHead-NAME.eot);
    src: url(e-UkraineHead-NAME.eot?#iefix) format("embedded-opentype"),url(e-UkraineHead-NAME.woff2) format("woff2"),url(e-UkraineHead-NAME.woff) format("woff"),url(e-UkraineHead-NAME.ttf) format("truetype");
    font-weight: 900;
    font-style: normal;
    font-display: swap
} */
::-webkit-scrollbar {
    width: 0px;
    background: transparent;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
a, p {
    font-size: 16px;
    line-height: 1.5;
}
img {
    max-width: 100%;
    width: 100%;
    height: auto;
}
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    font-family: eUkraine,Arial;
    font-weight: 500;
}
.flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.align-center {
    align-items: center;
}
.justify-center {
    justify-content: center;
}
a {
    text-decoration: none;
}
:root {
    --blue: rgba(68, 111, 242, 1);
    --orange: rgba(255, 183, 24, 1);
    --dark: #0D0D0D;
}
.grid {
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.container {
    max-width: 1440px;
    width: 100%;
    margin: 0 auto;
}
.container-full {
    max-width: 1920px;
    width: calc(100% - 100px);
    margin: 0 auto;
    height: 100%;
}
.container-short {
    max-width: 1920px;
    width: calc(100% - 300px);
    margin: 0 auto;
    height: 100%;
}
.block100 {
    max-width: 100%;
    width: 100%;
}
.block50 {
    max-width: 50%;
    width: 50%;
}
.top_header {
    width: 100%;
    height: 51px;
    background: var(--blue);
    display: flex;
    align-items: center;
    justify-content: center;
}
.top_header span {
    position: relative;
    text-transform: uppercase;
    color: #fff;
}
.top_header span:after {
    content: '';
    position: absolute;
    width: 14px;
    height: 23px;
    background: url(img/truzub.svg);
    right: -30px;
}
header {
    height: 70px;
    border-bottom: 1px solid #B3B3B3;
}
header .container-full {
    align-items: center;
}
header .wrap_right_part_menu {
    width: 400px;
    position: relative;
    z-index: 1;
    align-items: center;
    justify-content: flex-end;
}
.home header {
    border: none;
}
header .logo {
    max-width: 150px;
    width: 100%;
}
.home header .logo {
    opacity: 0;
}
.hero_section {
    background: url(img/hero_bg.svg);
    position: relative;
    background-size: cover;
    max-width: 1920px;
    margin: 0 auto;
}
.hero_section .hero_bg_img {}
.hero_section .container {
    min-height: 715px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 80px;
    position: relative;
}
.hero_section .title {
    color: var(--dark);
    font-weight: 700;
    font-size: 70px;
    margin-bottom: 20px;
}
.hero_section .subtitle {
    font-weight: 700;
    font-size: 42px;
    margin-bottom: 50px;
}
.hero_section .text {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.3;
}
.home .hero_section {
    margin-top: -70px;
}
footer .logo {
    max-width: 150px;
}
header .contact_button {
    width: 132px;
    height: 38px;
    border-radius: 50px;
    background: var(--blue);
    font-weight: 700;
    font-size: 16px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}
.section_with_black_sq {
    margin-top: 62px;
    margin-bottom: 135px;
}
.section_with_black_sq .container {
    padding-left: 80px;
}
.section_title {
    color: var(--dark);
    font-weight: 700;
    font-size: 56px;
}
.section_with_black_sq .blocks_wrap {
    max-width: 900px;
    margin: 73px auto 0 auto;
}
.section_with_black_sq .blocks_wrap .block_item {
    background: var(--dark);
    border-radius: 15px;
    width: 428px;
    padding: 33px 20px 47px 46px;
}
.section_with_black_sq .blocks_wrap .block_item img {
    width: 50px;
}
.section_with_black_sq .blocks_wrap .block_item .text {
    margin-top: 20px;
    color: #fff;
    font-weight: 400;
    font-size: 20px;
    line-height: 1.5;
}
.section_with_black_sq .blocks_wrap .block_item:first-child {
    margin-bottom: 40px;
    height: 277px;
}
.section_with_black_sq .blocks_wrap .block_item:nth-child(2) {
    margin-top: 100px;
    height: 343px;
}
.section_with_black_sq .blocks_wrap .block_item:nth-child(3) {
    height: 277px;
    margin-top: -120px;
}
.section_middle {

}
.section_middle .container {
    
}
.section_middle .section_title {
    padding-left: 80px;
}
.section_middle .list_blocks {
    padding-left: 80px;
}
.section_middle .list_blocks {
    max-width: 1170px;
    margin-top: 70px;
    margin-bottom: 80px;
}
.section_middle .item {
    width: calc(100% / 3);
    margin-bottom: 50px;
    padding-left: 50px;
}
.section_middle .item .number {
    font-weight: 700;
    font-size: 34px;
    color: #EAE8E4;
    margin-right: 0;
    width: 70px;
}
.section_middle .item .text {
    width: calc(100% - 70px);
}
.section_middle .item .text p {
    font-weight: 400;
    font-size: 20px;
    color: var(--dark);
}
.button_contact {
    width: 213px;
    height: 50px;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: var(--blue);
    border-radius: 50px;
    font-size: 16px;
    font-weight: 700;
    margin: 0 auto;
}
.section_middle .video_block_inside {
    width: 690px;
    height: 430px;
    background: rgba(230, 230, 230, 1);
    margin: 120px auto 125px auto;
    background-size: cover!important;
}
.section_middle .video_block_inside a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    /* justify-content: center; */
    margin-left: -30px;
}
.section_middle .video_block_inside img {
    width: 92px;
    height: 92px;
}
.four_section .section_title {
    padding-left: 80px;
}
.four_section .wrap_blocks {
    max-width: 1100px;
    margin: 75px auto 215px auto;
}
.four_section .wrap_blocks .left_part {
    width: 571px;
}
.four_section .wrap_blocks .right_part {
    display: flex;
    align-items: center;
    justify-content: center;
}
.four_section .item {
    border: 1px solid #EAE8E4;
    border-radius: 14px;
    padding: 30px 60px 20px 60px;
    margin-bottom: 45px;
}
.four_section .item p {
    font-weight: 400;
    font-size: 18px;
    line-height: 1.5;
}
.four_section .item p strong {
    font-size: 26px;
    margin-bottom: 10px;
    display: block;
}
.five_section .text {
    width: 504px;
}
.five_section .img {

}
.five_section .text p {
    font-weight: 400;
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 20px;
}
.five_section .section_title {
    margin-bottom: 80px;
    padding-left: 80px;
}
.five_section.section_with_black_sq .blocks_wrap .block_item {
    width: 358px;
    height: 241px;
}
.five_section.section_with_black_sq .blocks_wrap {
    max-width: 750px;
}
.five_section.section_with_black_sq .blocks_wrap .block_item:nth-child(3) {
    margin-top: -70px;
    height: 270px;
}
.last_block_section {
    background: var(--dark);
    min-height: 412px;
    padding-top: 80px;
    position: relative;
}
.last_block_section:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 210px;
    height: 100%;
    background: url(img/footer_before.svg);
}
.last_block_section:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 210px;
    height: 100%;
    background: url(img/footer_after.svg);
    background-position-y: bottom;
}
.last_block_section .title {
    font-weight: 700;
    font-size: 56px;
    letter-spacing: -0.02em;
    color: #fff;
    margin-bottom: 20px;
    text-align: center;
}
.last_block_section .text {
    max-width: 840px;
    margin: 0 auto 45px auto;
}
.last_block_section .text p {
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    text-align: center;
    line-height: 1.5;
}
.last_block_section .button_contact {
    background: #fff;
    color: var(--dark);
}
.hero_section .button_play {
    margin-top: 70px;
    cursor: pointer;
    transition: .3s;
}
.hero_section .button_play img {
    width: 112px;
    height: 112px;
}
.contact_page_wrap {
    margin-top: 30px;
}
.contact_page_wrap .section_title {
    margin-bottom: 30px;
}
.contact_page_wrap .text {
    font-weight: 400;
    font-size: 18px;
    line-height: 1.5;
    color: var(--dark);
    padding-left: 80px;
}
.contact_page_wrap .contact_form {
    margin-top: 50px;
    padding-left: 80px;
    max-width: 800px;
}
.contact_page_wrap .contact_form .form_item {
    margin-bottom: 20px;
}
.contact_page_wrap .contact_form .form_item label {
    font-weight: 400;
    font-size: 15px;
    line-height: 1;
    margin-bottom: 0;
    display: block;
}
.contact_page_wrap .contact_form .form_item input {
    border: 1px solid rgba(29, 28, 29, 0.25);
    border-radius: 8px;
    height: 50px;
    width: 300px;
    padding-left: 15px;
}
.contact_page_wrap .contact_form .form_item textarea {
    border: 1px solid rgba(29, 28, 29, 0.25);
    border-radius: 8px;
    height: 120px;
    resize: none;
    width: 660px;
    padding: 15px;
}
.contact_page_wrap .contact_form input[type="submit"] {
    width: 213px;
    height: 50px;
    background: #446FF2;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    border: none;
    cursor: pointer;
}
.contact_form input::placeholder,
.contact_form textarea::placeholder {
    font-weight: 400;
    font-size: 14px;
    color: var(--dark);
    font-family: eUkraine,Arial;
}
.contact_form input::-webkit-input-placeholder {
    font-weight: 400;
    font-size: 14px;
    color: var(--dark);
}
.contact_form input::-moz-placeholder {
    font-weight: 400;
    font-size: 14px;
    color: var(--dark);
}
.contact_form input:-moz-placeholder {
    font-weight: 400;
    font-size: 14px;
    color: var(--dark);
}
.contact_form input:-ms-input-placeholder {
    font-weight: 400;
    font-size: 14px;
    color: var(--dark);
}
.wpcf7-not-valid {
    border: 1px solid #DF3E48!important;
}
.wpcf7-not-valid-tip {
    position: absolute;
    display: none!important;
}
.wpcf7-not-valid::-webkit-input-placeholder {
    color: #DF3E48!important;
}
.wpcf7-not-valid:-moz-placeholder {
    color: #DF3E48!important;
}
.wpcf7-not-valid::-moz-placeholder {
    color: #DF3E48!important;
}
.wpcf7-not-valid:-ms-input-placeholder {
    color: #DF3E48!important;
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
    background: #DF3E48!important;
    border-color: #DF3E48!important;
    color: #ffffff!important;
    font-size: 14px;
    border-radius: 4px;
    width: 100%;
    margin: 0;
    font-weight: 400;
    text-align: center;
    margin-bottom: 30px;
}
.wpcf7 form.sent .wpcf7-response-output {
    background: #46b450!important;
    border-color: #46b450!important;
    color: #ffffff!important;
    font-size: 14px;
    border-radius: 4px;
    width: 100%;
    margin: 0;
    margin-bottom: 30px;
    font-weight: 400;
    text-align: center;
}
.contact_page_wrap .container {
    position: relative;
}
.custom_image {
    width: 275px;
    height: 274px;
    position: absolute;
    top: 50px;
    right: 230px;
}
footer {
    border-top: 1px solid #B3B3B3;
    height: 63px;
}
footer .container-full {
    height: 100%;
    align-items: center;
}
footer .policy a {
    font-weight: 400;
    color: var(--dark);
}

#menu-language_menu {
    display: flex;
    margin-right: 23px;
}
#menu-language_menu li {
    list-style: none;
    background: #0D0D0D;
    width: 39px;
    height: 39px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
/* #menu-language_menu li:first-child {
    margin-right: 30px;
    position: relative;
}
#menu-language_menu li:first-child:after {
    content: '';
    position: absolute;
    width: 1px;
    height: 100%;
    top: 0;
    right: -15px;
    background: var(--dark);
} */
#menu-language_menu li a {
    color: #fff;
}
#menu-language_menu li.current-lang {
    display: none;
}
.page-template-contact header .contact_button {
    display: none;
}
.page-template-contact #menu-language_menu {
    margin-right: 0;
}
.hero_bg_img {
    display: none;
}
footer .policy ul {
    list-style: none;
}
footer .policy ul li {
    position: relative;
}
footer .policy ul li:first-child {
    margin-right: 130px;
}
footer .policy ul li a {
    font-size: 16px;
    font-weight: 400;
}
footer .policy ul li.mail:before {
    content: '';
    position: absolute;
    left: -40px;
    width: 25px;
    height: 19px;
    background: url(img/mail.svg);
    background-repeat: no-repeat;
    top: 3px;
}
footer .policy ul li.phone:before {
    content: '';
    position: absolute;
    left: -40px;
    width: 25px;
    height: 19px;
    background: url(img/phone.svg);
    background-repeat: no-repeat;
    top: 3px;
}

@media (max-width: 1800px) {
    .hero_section .container {
        padding-left: 130px;
    }
}
@media (max-width: 1600px) {
    .hero_section .container {
        padding-left: 0;
        max-width: 960px;
    }
}
@media (max-width: 1440px) {
    .hero_section .container {
        min-height: 509px;
    }
    .container {
        max-width: 1170px;
    }
    .hero_section .button_play img {
        width: 80px;
        height: 80px;
    }
    .hero_section .button_play {
        margin-top: 40px;
    }
    .hero_section .title {
        font-size: 60px;
    }
    .hero_section .subtitle {
        font-size: 32px;
        margin-bottom: 20px;
    }
    .section_middle .item {
        padding-left: 20px;
    }
    .five_section .container-short {
        width: 100%;
    }
    .section_middle .item .number {
        /* margin-right: 20px; */
    }
    .hero_section {
        background-repeat: no-repeat;
    }
    .custom_image {
        right: 0;
    }
    footer .logo {
        max-width: 150px;
    }
    footer .logo a {
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
    }
}
@media (max-width: 1340px) {
    .hero_section .container {
        padding-left: 0;
        max-width: 850px;
    }
}
@media (max-width: 1220px) {
    .hero_section .container {
        padding-left: 0;
        max-width: 780px;
    }
    .hero_section .text {
        max-width: 280px;
        font-size: 18px;
    }
    .hero_section .subtitle {
        font-size: 26px;
    }
    .hero_section .title {
        font-size: 50px;
    }
    .last_block_section .text {
        max-width: 650px;
    }
}
@media (max-width: 1024px) {
    .custom_image {
        width: 120px;
        height: 120px;
        top: 10px;
    }
    .contact_page_wrap .section_title {
        font-size: 40px;
    }
    .container,
    .four_section .wrap_blocks {
        max-width: 768px;
    }
    .hero_section .container {
        max-width: 700px;
    }
    .hero_section .subtitle {
        font-size: 22px;
    }
    .section_with_black_sq .container,
    .section_middle .container,
    .four_section .section_title,
    .five_section .section_title {
        padding-left: 0;
    }
    .section_middle .item {
        width: 50%;
    }
    .four_section .wrap_blocks .right_part {
        display: none;
    }
    .four_section .wrap_blocks .left_part {
        width: 100%;
    }
    .four_section .wrap_blocks {
        margin: 75px auto 135px auto;
    }
    .five_section .container-short {
        
    }
    .five_section .text {
        width: 100%;
        margin-bottom: 50px;
    }
    .five_section .image {
        margin: 0 auto;
    }
    .last_block_section:before {
        left: -70px;
    }
    .last_block_section:after {
        right: -70px;
    }
    .contact_page_wrap .text,
    .contact_page_wrap .contact_form {
        padding-left: 0;
    }
}
@media (max-width: 820px) {
    .hero_section .title {
        font-size: 40px;
    }
    .hero_section .container {
        max-width: 550px;
        min-height: 320px;
    }
    .hero_section .subtitle {
        font-size: 18px;
        margin-bottom: 10px;
    }
    .hero_section .text {
        max-width: 190px;
        font-size: 13px;
    }
    .hero_section .button_play img {
        width: 50px;
        height: 50px;
    }
    .section_title {
        font-size: 46px;
    }
    .section_with_black_sq .blocks_wrap {
        max-width: 90%;
    }
    .section_with_black_sq .blocks_wrap .block_item {
        width: 100%;
        margin-bottom: 40px;
    }
    .section_with_black_sq .blocks_wrap .block_item:nth-child(2) {
        margin-top: 0;
    }
    .section_with_black_sq .blocks_wrap .block_item:nth-child(3) {
        margin-top: 0;
    }
    .five_section.section_with_black_sq .blocks_wrap .block_item {
        width: 100%;
        margin-bottom: 40px;
    }
    .five_section.section_with_black_sq .blocks_wrap .block_item:nth-child(3) {
        margin-top: 0;
    }
    .last_block_section .title {
        font-size: 36px;
    }
    .last_block_section .text p {
        font-size: 16px;
    }
    .last_block_section:before {
        left: -110px;
    }
    .last_block_section:after {
        right: -110px;
    }
}
@media (max-width: 768px) {
    .contact_page_wrap .contact_form .form_item {
        width: 100%;
        max-width: 100%;
    }
    .contact_page_wrap .contact_form {
        max-width: 100%;
        margin: 0 auto;
    }
    .contact_page_wrap .contact_form .form_item input,
    .contact_page_wrap .contact_form .form_item textarea {
        width: 100%;
    }
    .contact_page_wrap {
        margin: 50px auto 0 auto;
        max-width: 70%;
    }
    .custom_image {
        display: none;
    }
    .contact_page_wrap .text {
        margin-bottom: 30px;
    }
    .contact_page_wrap .contact_form .form_item {
        margin-bottom: 10px;
    }
}
@media (max-width: 480px) {
    .container {
        width: 90%;
    }
    .section_middle .video_block_inside {
        width: 100%;
        height: 250px;
    }
    .home .hero_section {
        background-size: cover;
        background-position: 3% 100%;
    }
    .last_block_section:before {
        display: none;
    }
    .last_block_section:after {
        display: none;
    }
    header .container-full {
        width: 90%;
    }
    header .contact_button {
        display: none;
    }
    .section_title {
        font-size: 30px;
    }
    .section_with_black_sq .blocks_wrap .block_item .text {
        font-size: 16px;
    }
    .section_with_black_sq .blocks_wrap .block_item:first-child {
        height: 227px;
    }
    .section_with_black_sq .blocks_wrap .block_item:nth-child(2) {
        height: 283px;
    }
    .section_with_black_sq .blocks_wrap .block_item:nth-child(3) {
        height: 237px;
    }
    .section_middle .item {
        width: 100%;
    }
    .hero_section .text {
        max-width: 100%;
        padding-left: 30px;
    }
    .hero_section .text {
        line-height: 1.5;
    }
    .hero_section .subtitle,
    .hero_section .title,
    .hero_section .button_play {
        padding-left: 30px;
    }
    .hero_section .button_play {
        margin-top: 20px;
        text-align: right;
        padding-right: 30px;
        margin-top: -10px;
    }
    .section_with_black_sq .blocks_wrap {
        margin: 50px auto 0 auto;
    }
    .section_with_black_sq {
        margin-bottom: 35px;
    }
    .section_middle .item .text p {
        font-size: 16px;
    }
    .section_middle .list_blocks {
        margin-bottom: 20px;
    }
    .section_middle .video_block_inside,
    .four_section .wrap_blocks {
        margin: 70px auto 70px auto;
    }
    .four_section .item {
        padding: 20px 40px 20px 40px;
    }
    .four_section .item p {
        font-size: 16px;
    }
    .four_section .item p strong {
        font-size: 22px;
    }
    .five_section .section_title {
        font-size: 24px;
    }
    .five_section .text p {
        font-size: 16px;
    }
    .contact_page_wrap {
        max-width: 90%;
    }
    .contact_page_wrap .section_title {
        font-size: 25px;
    }
    .contact_page_wrap .text {
        font-size: 14px;
    }
    footer .container-full {
        justify-content: center;
        padding-top: 10px;
        flex-direction: column;
    }
    footer .policy a {
        font-size: 14px;
    }
    .contact_page_wrap .contact_form input[type="submit"] {
        margin: 0 auto;
    }
    header .logo {
        max-width: 150px;
    }
    header .logo a {
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
    }
    header {
        height: 60px;
    }
    .home header {
        height: 100px; 
    }
    header .wrap_right_part_menu {
        width: 39px;
        height: 100%;
    }
    header .logo {
        height: 100%;
    }
    #menu-language_menu {
        margin-right: 0;
    }
    .hero_section .container {
        padding-top: 30px;
    }
    .home .hero_section {
        margin-top: -70px;
    }
    .home header {
        height: 70px;
    }
    .hero_section {
        background: none;
    }
    .hero_bg_img {
        display: block;
    }
    .hero_section .subtitle {
        font-size: 20px;
        line-height: 1.5;
    }
    .section_middle .section_title,
    .section_middle .list_blocks {
        padding-left: 0;
    }
    .last_block_section {
        padding-bottom: 50px;
    }
    .section_middle .video_block_inside a {
        margin-left: -15px;
    }
    .section_middle .video_block_inside img {
        width: 72px;
        height: 72px;
    }
    footer .policy {
        width: 100%;
        padding-left: 40px;
    }
    footer .policy ul {
        flex-direction: column;
    }
    footer {
        height: auto;
        padding-top: 20px;
        padding-bottom: 20px;
    }
    footer .policy ul {
        margin-top: 20px;
    }
    footer .policy ul li:first-child {
        margin-right: 0;
    }
    footer .policy ul li.mail {
        margin-bottom: 20px;
    }
    footer .container-full {
        align-items: flex-start;
    }
}
@media (max-width: 375px) {
    .section_with_black_sq .blocks_wrap .block_item .text {
        font-size: 14px;
    }
    .section_with_black_sq .blocks_wrap .block_item:nth-child(2) {
        height: 223px;
    }
    .last_block_section .title {
        font-size: 26px;
    }
    .last_block_section .text p {
        font-size: 14px;
    }
}