@charset "UTF-8";
/***!  /media/templates/site/custom/css/media.css?a8a5df  !***/

@media (max-width: 1920px) {
  section.price {
    padding-left: 20px;
    padding-right: 20px;
  }
  section.step6 .content_section {
    padding-left: 20px;
    padding-right: 20px;
  }
  section.form {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 1800px) {
  section.step1 .container .title_block h2:before {
    left: -55px;
  }
  section.step5 {
    margin-left: 20px;
    margin-right: 20px;
    border-radius: 30px;
  }
  section.step5 h2:before {
    left: -55px;
  }
  section.step5 .panel .top .block_title {
    padding: 100px 0 0 80px;
  }
  section.step6 h2:before {
    left: -55px;
  }
}
@media (max-width: 1680px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
  section.step1 .container .info_block .column .item {
    width: auto;
  }
  section.step1 .container .info_block .column .item h3 {
    max-width: 70%;
  }
  section.step1 .container .title_block:before {
    bottom: 60px;
  }
  section.step6 .content_section .info_block {
    grid-template-columns: 1fr;
  }
  section.step6 .content_section .info_block .column1 {
    display: flex;
    gap: 4px;
  }
  section.step6 .content_section .info_block .column1 .item {
    width: auto;
    padding: 40px;
  }
  section.step6 .content_section .info_block .column2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 4px;
  }
  section.step6 .content_section .info_block .column2 .item {
    width: auto;
  }
  section.step7 .content_section {
    padding-left: 20px;
    padding-right: 20px;
  }
  section.step7 .content_section .list {
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
  }
  section.form .container {
    padding: 120px 50px;
  }
}
@media (max-width: 1400px) {
  section.step4 .group_block {
    width: auto;
  }
  section.form .container {
    /* display: grid;
    grid-template-columns: repeat(2, 1fr); */
    padding: 0 50px;
    align-items: center;
    grid-gap: 30px;
  }
  section.form .container .image_section {
    position: relative;
  }
  section.form .container .image_section img {
    width: 100%;
  }
  section.form .container .info_block {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  section.form .container .info_block form {
    width: auto;
  }
  .header .container .navigation {
    gap: 30px;
  }
  section.step5 .panel .top .block_description {
    margin-right: 20px;
  }
  section.step5 .panel .bottom {
    font-size: 32px;
    padding: 40px;
  }
  section.first_screen h1 {
    font-size: 50px;
    max-width: 700px;
  }
  section.first_screen .container .info {
    padding-top: 100px;
    padding-bottom: 50px;
  }
}
@media (max-width: 1300px) {
  section.first_screen:after{
        width: 500px;
  }
  section.step3 ul {
    grid-template-columns: repeat(2, 1fr);
  }
  section.step3 ul li:last-child {
    grid-column-start: 1;
    grid-column-end: 3;
  }
  section.step3 ul li img {
    height: 60px;
    width: 60px;
  }
  section.step3 ul li div {
    font-size: 20px;
  }
  section.step1 .container .info_block {
    grid-template-columns: 1fr;
  }
  section.step1 .container .info_block .column {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 4px;
  }
  section.step1 .container .info_block .column .item {
    margin-bottom: 0;
  }
  section.about {
    padding-left: 20px;
    padding-right: 20px;
  }
  /**/
  section.step2 .list_format .item .content {
    padding: 30px;
  }
  section.step6 .content_section {
    gap: 30px;
  }
  section.step6 .content_section .info_block .item {
    flex-direction: column-reverse;
    justify-content: start;
  }
  section.step6 .content_section .info_block .column1 .item {
    padding: 20px 20px 40px 20px;
  }
  section.step6 .content_section .info_block .column2 .item {
    padding: 20px 20px 40px 20px;
  }
  section.step6 .content_section .info_block .column2 .item:nth-child(3) {
    padding: 20px 20px 40px 20px;
  }
  section.step6 .content_section .info_block .column2 .item:nth-child(4) {
    padding: 20px 20px 40px 20px;
  }
  section.step7 .content_section .image_section{
    width: 100%;
  }
  .footer .footer_main .social {
    width: 40%;
  }
  .footer .footer_main .logo svg {
    width: 100%;
    height: auto;
  }
  section.first_screen .container h1 {
    font-size: 45px;
  }
  section.first_screen .container h1 svg {
    width: 32px;
    height: 32px;
  }
}
@media (max-width: 1200px) {
  h1 {
    font-size: 45px;
    max-width: 590px;
    width: auto;
  }
  h2 {
    font-size: 32px;
  }
  h3 {
    font-size: 25px;
  }
  section.step4 .group_block {
    grid-row-gap: 500px;
  }
  section.step4 .group_block .image_bg {
    bottom: unset;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  section.step4 .group_block .item:before {
    width: 95px;
    height: 90px;
  }
  section.step4 .group_block .item_1:before {
    border-top: 3px dashed #03a9c5;
    border-right: 3px dashed #03a9c5;
    border-left: none;
    border-bottom: none;
    border-radius: 0 30px 0 0px;
    left: 100%;
    top: 80%;
  }
  section.step4 .group_block .item_2:before {
    border-top: 3px dashed #03a9c5;
    border-left: 3px dashed #03a9c5;
    border-right: none;
    border-bottom: none;
    border-radius: 30px 0 0 0px;
    right: 100%;
    top: 80%;
  }
  section.step4 .group_block .item_3:before {
    border-bottom: 3px dashed #03a9c5;
    border-right: 3px dashed #03a9c5;
    border-top: none;
    border-left: none;
    border-radius: 0px 0 30px 0px;
    left: 100%;
    bottom: 80%;
  }
  section.step4 .group_block .item_4:before {
    border-bottom: 3px dashed #03a9c5;
    border-left: 3px dashed #03a9c5;
    border-top: none;
    border-right: none;
    border-radius: 0px 0 0 30px;
    right: 100%;
    bottom: 80%;
  }
  section.step5 {
    background-position: center;
    background-size: cover;
  }
  .header .container .navigation {
    gap: 20px;
  }
  .header .container .info {
    width: max-content;
  }
  .header .container .info .item {
    padding: 12px;
  }
  .header .mobile_menu {
    right: -400px;
    display: none;
  }
  .header .mobile_menu.active {
    display: block;
    right: 0;
  }
  section.first_screen {
    height: auto;
  }
  section.first_screen:after {
    content: none;
  }
  section.first_screen .container.image_mob {
    display: block;
    margin-bottom: 0;
    text-align: center;
  }
}
@media (max-width: 1070px) {
  section.step4 .group_block .item:before {
        width: 60px;
    }
}
@media (max-width: 1024px) {
  section.price .column {
    flex-direction: column;
    padding: 40px 0px 0 0;
  }
  section.price .column .image_section {
    width: 100%;
  }
  section.price .column .image_section img {
    display: block;
  }
  section.price .column .description {
    max-width: unset;
  }
  section.price .column .info_block {
    padding: 0 30px;
  }
  section.price .column .title {
    max-width: unset;
  }
  section.step1 .container {
    flex-direction: column;
  }
  section.step1 .container .title_block:before {
    content: none;
  }
  section.step1 .container .title_block h2 {
    max-width: unset;
  }
  section.step1 .container .title_block .label {
    margin-bottom: 60px;
  }
  section.step7 .item1,
  section.step7 .item3 {
    margin-top: 0;
  }
  section.step7 .content_section .list {
    grid-template-columns: 1fr;
  }
  section.step7 .item .top {
    margin-bottom: 30px;
  }
  section.step7 .content_section {
    padding-bottom: 0;
  }
  section.step7 .content_section .image_section {
    position: relative;
    width: 100%;
    margin-top: -100px;
  }
  section.form .container {
    align-items: start;
  }
  section.form .container .info_block .description {
    margin-bottom: 30px;
  }
  section.form .container .info_block button {
    margin-top: 20px;
  }
  .header .container .navigation {
    display: none;
  }
  .header .container .info {
    margin: 0 auto;
  }
  .header .container .burger {
    display: block;
    margin: 0 0 0 auto;
  }
}
@media (max-width: 992px) {
  section.step2 .list_format {
    grid-template-columns: 1fr;
  }
  /**/
  section.step4 .group_block {
    grid-gap: 20px 10px;
    grid-template-columns: repeat(2, 1fr);
  }
  section.step4 .group_block .image_bg {
    display: none;
  }
  section.step4 .group_block .item:before {
    content: none;
  }
  section.step4 .group_block .item .title {
    font-size: 20px;
  }
  section.step6 .content_section {
    flex-direction: column;
  }
  section.step6 .content_section .info_block .column1 .item {
    width: 50%;
  }
  section.form .container {
    padding: 0 20px;
  }
  section.step5 .panel .top {
    flex-direction: column;
  }
  section.step5 .panel .top .block_title {
    height: auto;
  }
  section.step5 .panel .top .block_title:before {
    content: none;
  }
  section.step5 .panel .top .block_description {
    margin: 0 0 0 auto;
  }
  section.first_screen .container .video {
    flex-direction: column;
  }
  .footer .footer_sub {
    flex-direction: column-reverse;
    position: relative;
  }
  .footer .footer_sub .footer_navigation .btn_top {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
  }
  section.about {
    padding-top: 60px;
  }
  section.step1 {
    padding: 50px 0;
  }
  section.step2 {
    margin-top: 60px;
    padding-bottom: 50px;
  }
  section.step3 {
    margin-top: 60px;
    padding-bottom: 50px;
  }
  section.step4 {
    margin-top: 60px;
  }
  section.step5 .panel {
    padding-top: 60px;
  }
  section.step6 {
    padding-top: 60px;
  }
  section.text {
    padding: 100px 0;
  }
  .footer {
    padding-top: 100px;
  }
section.step4 .group_block .item_2 .icon{
  right: 30px;
}
}
@media (max-width: 768px) {
  section.step3 ul {
    grid-template-columns: 1fr;
  }
  section.step3 ul li:last-child {
    grid-column-start: 1;
    grid-column-end: 1;
  }
  section.step1 .container .info_block .column {
    grid-template-columns: 1fr;
  }
  section.step1 .container .title_block {
    padding-left: 0;
  }
  section.step1 .container .title_block .label {
    margin-bottom: 40px;
    text-align: center;
  }
  section.step1 .container .title_block h2 {
    margin-bottom: 20px;
    text-align: center;
  }
  section.step1 .container .title_block h2:before {
    left: 50%;
    transform: translateX(-50%);
    top: unset;
    bottom: 40px;
  }
  /**/
  section.step2 h2:before {
    bottom: -15px;
  }
  /**/
  section.step3 h2:before {
    bottom: -15px;
  }
  /**/
  section.step4 h2:before {
    bottom: -15px;
  }
  section.step4 .group_block {
    grid-template-columns: 1fr;
    grid-gap: 30px;
  }
  section.step4 .group_block .item .title {
    max-width: 60%;
  }
  section.step4 .group_block .item {
    min-height: 100px;
  }
  /**/
  section.step7 h2:before {
    bottom: -15px;
  }
  /**/
  section.step6 .content_section .title_block {
    padding-left: 0;
    width: auto;
  }
  section.step6 h2 {
    max-width: unset;
    text-align: center;
  }
  section.step6 h2:before {
    left: 50%;
    transform: translateX(-50%);
    top: unset;
    bottom: 140px;
  }
  section.step6 .label {
    text-align: center;
    margin-bottom: 60px;
  }
  section.step6 .btn {
    margin: 0 auto;
  }
  section.step6 .content_section .info_block .column1 {
    flex-direction: column;
  }
  section.step6 .content_section .info_block .column2 {
    grid-template-columns: 1fr;
  }
  section.step6 .content_section .info_block .column1 .item {
    width: auto;
  }
  section.step6 .content_section .info_block .item {
    flex-direction: row;
    justify-content: space-between;
  }
  section.step6 .content_section .info_block .item .heading {
    max-width: 80%;
  }
  section.step6 .content_section .info_block .item .content {
    max-width: 70%;
  }
  section.step6 .content_section .info_block .item .content h3 {
    max-width: unset;
  }
  section.step7 .content_section .image_section {
    margin-top: -50px;
  }
  section.form .container {
    grid-template-columns: 1fr;
  }
  section.step5 .panel .top .block_title {
    padding-left: 0;
  }
  section.step5 h2 {
    max-width: unset;
    text-align: center;
  }
  section.step5 h2:before {
    left: 50%;
    transform: translateX(-50%);
    top: unset;
    bottom: 140px;
  }
  section.step5 .label {
    text-align: center;
  }
  section.step5 .panel .top .block_description {
    width: auto;
    margin: 0;
    max-width: unset;
  }
  .footer .footer_main {
    flex-direction: column;
  }
  .footer .footer_main .social {
    width: 100%;
  }
  .header .container .info {
    display: none;
  }
  .header .container {
    grid-template-columns: repeat(2, 1fr);
  }
  section.first_screen .container .video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    flex-direction: row;
  }
}
@media (max-width: 600px) {
  section.step2 .list_format .item .content {
    padding: 30px 15px;
  }
  section.step6 .content_section .info_block .item {
    flex-direction: column-reverse;
    justify-content: start;
  }
  section.step6 .content_section .info_block .item .content {
    max-width: unset;
  }
  section.step7 .content_section .image_section {
    margin-top: 0;
  }
  .footer .footer_sub .footer_navigation ul {
    flex-direction: column;
    gap: 0px;
    justify-content: space-between;
  }
  .footer .footer_sub .footer_navigation .btn_top {
    position: unset;
    transform: unset;
  }
  .footer .footer_sub .footer_navigation {
    gap: 30px;
    width: 100%;
    justify-content: space-between;
    margin-bottom: 15px;
  }
  section.first_screen .container h1 {
    font-size: 30px;
  }
  section.first_screen .container h1 svg {
    width: 20px;
    height: 20px;
  }
  section.first_screen .container .video {
    top: 60%;
  }
  section.first_screen .container .video .btn_play {
    width: 60px;
    height: 60px;
  }
  section.first_screen .container .video .text {
    display: none;
  }
}
@media (max-width: 425px) {
  section.step1 .container .info_block .column .item {
    padding: 70px 15px 40px;
  }
  section.step1 .container .info_block .column .item .icon {
    right: 10px;
    top: 10px;
  }
  section.step3 ul li {
    flex-direction: column;
  }
  section.step3 ul {
    gap: 10px;
  }
  section.step4 .group_block .item .icon {
    width: 100px;
    bottom: unset;
    top: 5px;
    right: 0;
  }
  section.step4 .group_block .item .title {
    max-width: unset;
  }
  section.step4 .group_block .item {
    min-height: auto;
    padding: 50px 20px 10px 15px;
  }
  section.step7 .item .top .number {
    font-size: 50px;
  }
  section.step7 .item .top .icon {
    width: 50px;
    height: 50px;
  }
  section.step7 .item .top .icon img {
    width: 100%;
  }
}
@media (max-width: 375px) {
  .footer .footer_main .logo img {
    width: 90%;
  }
  section.first_screen .container h1 {
    font-size: 25px;
  }
}
