@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap");
* {
  box-sizing: border-box;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
}

.container {
  max-width: 1366px;
  margin: 0 auto;
}

@media only screen and (max-width: 576px) {
  .container {
    max-width: 350px;
    margin: 0 auto;
    padding: 10px;
  }
}
@font-face {
  font-family: "FiraSans-Black";
  src: url("/GizDesign2023/fonts/FiraSans-Black.ttf") format(truetype);
}
@font-face {
  font-family: "FiraSans-BlackItalic";
  src: url("/GizDesign2023/fonts/FiraSans-BlackItalic.ttf") format(truetype);
}
@font-face {
  font-family: "FiraSans-Bold";
  src: url("/GizDesign2023/fonts/FiraSans-Bold.ttf") format(truetype);
}
@font-face {
  font-family: "FiraSans-BoldItalic";
  src: url("/GizDesign2023/fonts/FiraSans-BoldItalic.ttf") format(truetype);
}
@font-face {
  font-family: "FiraSans-ExtraBold";
  src: url("/GizDesign2023/fonts/FiraSans-ExtraBold.ttf") format(truetype);
}
@font-face {
  font-family: "FiraSans-ExtraBoldItalic";
  src: url("/GizDesign2023/fonts/FiraSans-ExtraBoldItalic.ttf") format(truetype);
}
@font-face {
  font-family: "FiraSans-ExtraLight";
  src: url("/GizDesign2023/fonts/FiraSans-ExtraLight.ttf") format(truetype);
}
@font-face {
  font-family: "FiraSans-ExtraLightItalic";
  src: url("/GizDesign2023/fonts/FiraSans-ExtraLightItalic.ttf") format(truetype);
}
@font-face {
  font-family: "FiraSans-Light";
  src: url("/GizDesign2023/fonts/FiraSans-Light.ttf") format(truetype);
}
@font-face {
  font-family: "FiraSans-LightItalic";
  src: url("/GizDesign2023/fonts/FiraSans-ExtraLightItalic.ttf") format(truetype);
}
@font-face {
  font-family: "FiraSans-Medium";
  src: url("/GizDesign2023/fonts/FiraSans-Medium.ttf") format(truetype);
}
@font-face {
  font-family: "FiraSans-MediumItalic";
  src: url("/GizDesign2023/fonts/FiraSans-MediumItalic.ttf") format(truetype);
}
@font-face {
  font-family: "FiraSans-Regular";
  src: url("/GizDesign2023/fonts/FiraSans-Regular.ttf") format(truetype);
}
@font-face {
  font-family: "FiraSans-SemiBold";
  src: url("/GizDesign2023/fonts/FiraSans-SemiBold.ttf") format(truetype);
}
@font-face {
  font-family: "FiraSans-SemiBoldItalic";
  src: url("/GizDesign2023/fonts/FiraSans-SemiBoldItalic.ttf") format(truetype);
}
@font-face {
  font-family: "FiraSans-Thin";
  src: url("/GizDesign2023/fonts/FiraSans-Thin.ttf") format(truetype);
}
@font-face {
  font-family: "FiraSans-ThinItalic";
  src: url("/GizDesign2023/fonts/FiraSans-ThinItalic.ttf") format(truetype);
}
@font-face {
  font-family: "GothamPro-Light";
  src: url("/GizDesign2023/fonts/gothampro_light.ttf") format(truetype);
}
@font-face {
  font-family: "GothamPro-Medium";
  src: url("/GizDesign2023/fonts/gothampro_medium.ttf") format(truetype);
}
@font-face {
  font-family: "GothamPro";
  src: url("/GizDesign2023/fonts/gothampro.ttf") format(truetype);
}
@font-face {
  font-family: "Roboto";
  src: url("/GizDesign2023/fonts/Roboto/Roboto-Regular.ttf");
}
@font-face {
  font-family: "Roboto-Light";
  src: url("/GizDesign2023/fonts/Roboto/Roboto-Light.ttf");
}
@font-face {
  font-family: "Roboto-Medium";
  src: url("/GizDesign2023/fonts/Roboto/Roboto-Medium.ttf");
}
@font-face {
  font-family: "Roboto-Bold";
  src: url("/GizDesign2023/fonts/Roboto/Roboto-Bold.ttf");
}
.button {
  outline: none;
  background: none;
  background-color: #009C4D;
  border-radius: 20px;
  border: none;
  color: #FFFFFF;
}
.button:hover {
  border: none;
}

@media only screen and (max-width: 576px) {
  .search__wrapper {
    display: flex;
  }
  .search__form {
    display: flex;
    align-items: baseline;
    margin-left: auto;
    max-height: 20px;
  }
  .search__form-button {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    padding: 5px;
    width: 80px;
    height: 30px;
  }
  .search__form-input {
    border-radius: 20px;
    outline: none;
    border: 2px solid #B6B7B7;
    padding-left: 35px;
    margin-right: 5px;
    width: 250px;
    height: 30px;
    background-image: url("/GizDesign2023/media/search.svg");
    background-repeat: no-repeat;
    background-position-y: center;
    background-position-x: 10px;
    background-size: 20px;
  }
  .search__eye {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #009C4D;
    border-radius: 100%;
    width: 30px;
    margin-left: 30px;
    height: 30px;
  }
  .search__eye img {
    width: 60%;
    height: 60%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 991px) {
  .search__wrapper {
    display: flex;
  }
  .search__form {
    display: flex;
    align-items: baseline;
    margin-left: auto;
    max-height: 20px;
  }
  .search__form-button {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    padding: 5px;
    width: 80px;
    height: 30px;
  }
  .search__form-input {
    border-radius: 20px;
    outline: none;
    border: 2px solid #B6B7B7;
    padding-left: 35px;
    margin-right: 5px;
    width: 250px;
    height: 30px;
    background-image: url("/GizDesign2023/media/search.svg");
    background-repeat: no-repeat;
    background-position-y: center;
    background-position-x: 10px;
    background-size: 20px;
  }
  .search__eye {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #009C4D;
    border-radius: 100%;
    width: 30px;
    margin-left: 30px;
    height: 30px;
  }
  .search__eye img {
    width: 60%;
    height: 60%;
  }
}
@media only screen and (min-width: 992px) {
  .search__wrapper {
    display: flex;
  }
  .search__form {
    display: flex;
    align-items: baseline;
    margin-left: auto;
    max-height: 20px;
  }
  .search__form-button {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    padding: 5px;
    width: 80px;
    height: 30px;
  }
  .search__form-input {
    border-radius: 20px;
    outline: none;
    border: 2px solid #B6B7B7;
    padding-left: 35px;
    margin-right: 5px;
    width: 250px;
    height: 30px;
    background-image: url("/GizDesign2023/media/search.svg");
    background-repeat: no-repeat;
    background-position-y: center;
    background-position-x: 10px;
    background-size: 20px;
  }
  .search__eye {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #009C4D;
    border-radius: 100%;
    width: 30px;
    margin-left: 30px;
    height: 30px;
  }
  .search__eye img {
    width: 60%;
    height: 60%;
  }
}
@media only screen and (max-width: 576px) {
  .content {
    padding: 40px 0px;
  }
  .content__wrapper {
    display: flex;
    flex-direction: column;
  }
  .content__main-wrapper {
    display: flex;
  }
  .content__main-title {
    color: #2F318B;
    max-width: 500px;
    font-weight: bold;
    font-size: 24px;
    line-height: 25px;
  }
  .content__main-description {
    color: #2F318B;
  }
  .content__main-text {
    color: #2F318B;
    width: 90%;
  }
  .content__main-text_span {
    color: #009C4D;
    font-weight: bold;
  }
  .content__main-background {
    display: none;
  }
}
@media only screen and (min-width: 576px) and (max-width: 991px) {
  .content {
    padding: 40px 0px;
  }
  .content__wrapper {
    display: flex;
    flex-direction: column;
  }
  .content__main-wrapper {
    display: flex;
  }
  .content__main-title {
    color: #2F318B;
    max-width: 500px;
    font-weight: bold;
    font-size: 24px;
    line-height: 25px;
  }
  .content__main-description {
    color: #2F318B;
  }
  .content__main-text {
    color: #2F318B;
    width: 90%;
  }
  .content__main-text_span {
    color: #009C4D;
    font-weight: bold;
  }
  .content__main-background {
    width: 10%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .content__main-background_icons {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .content__main-background_icons img {
    width: 55px;
  }
  .content__main-background-arrow {
    margin-top: 0px;
    width: 55px;
    margin-bottom: 120px;
  }
  .content__main-background-arrow img {
    width: 100%;
    height: 100%;
  }
}
@media only screen and (min-width: 992px) {
  .content {
    padding: 40px 0px;
  }
  .content__wrapper {
    display: flex;
    flex-direction: column;
  }
  .content__main-wrapper {
    display: flex;
  }
  .content__main-title {
    color: #2F318B;
    max-width: 500px;
    font-weight: bold;
    font-size: 24px;
    line-height: 25px;
  }
  .content__main-description {
    color: #2F318B;
  }
  .content__main-text {
    color: #2F318B;
    width: 90%;
  }
  .content__main-text_span {
    color: #009C4D;
    font-weight: bold;
  }
  .content__main-background {
    width: 10%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .content__main-background_icons {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .content__main-background_icons img {
    width: 55px;
  }
  .content__main-background-arrow {
    margin-top: 0px;
    width: 55px;
    margin-bottom: 120px;
  }
  .content__main-background-arrow img {
    width: 100%;
    height: 100%;
  }
  .gallery__video {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 80px 0px;
    position: relative;
  }
  .gallery__video iframe {
    width: 900px;
    height: 500px;
  }
}
.organizers {
  margin-top: 30px;
}
.organizers__title {
  color: #2F318B;
  font-size: 24px;
  font-weight: bold;
}
.organizers__wrapper {
  display: flex;
  align-items: baseline;
}
.organizers__item {
  width: 200px;
  height: 50px;
}
.organizers__item-img {
  width: 100%;
  height: 100%;
}

.co-organizers {
  margin-top: 30px;
  margin-bottom: 30px;
}
.co-organizers__title {
  color: #2F318B;
  font-size: 24px;
  font-weight: bold;
}
.co-organizers__wrapper {
  display: flex;
  align-items: baseline;
}
.co-organizers__item {
  width: 200px;
  height: 50px;
}
.co-organizers__item-img {
  width: 100%;
  height: 100%;
}

@media only screen and (max-width: 576px) {
  .slider {
    margin-top: 30px;
    min-height: 400px;
  }
  .slider__slide {
    position: relative;
  }
  .slider__slide-wrapper {
    width: 100%;
    height: 100%;
  }
  .slider__slide-wrapper::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    background-color: #2F318B;
    width: 100%;
    height: 100%;
    opacity: 0.4;
  }
  .slider__slide-text {
    width: 150px;
    padding: 10px;
    line-height: 20px;
    font-size: 22px;
    font-family: "Roboto-Bold";
    color: #FFFFFF;
    position: absolute;
    bottom: 90px;
    left: 20px;
  }
  .swiper {
    border-radius: 20px;
    min-width: auto;
    height: 600px;
  }
  .swiper-slide {
    width: 100%;
    height: 100%;
    position: relative;
  }
  .swiper-pagination {
    display: flex;
    align-items: center;
  }
  .swiper-pagination-bullet {
    width: 15px !important;
    height: 15px !important;
    background: #FFFFFF !important;
    opacity: 1 !important;
  }
  .swiper-pagination-bullet-active {
    width: 20px !important;
    height: 20px !important;
    background: #FFFFFF !important;
  }
  .swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 15px !important;
    left: 65% !important;
    width: 30% !important;
  }
}
@media only screen and (min-width: 576px) and (max-width: 991px) {
  .slider {
    margin-top: 30px;
    min-height: 400px;
  }
  .slider__slide {
    position: relative;
  }
  .slider__slide-wrapper {
    width: 100%;
    height: 100%;
  }
  .slider__slide-wrapper::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    background-color: #2F318B;
    width: 100%;
    height: 100%;
    opacity: 0.4;
  }
  .slider__slide-text {
    width: 150px;
    padding: 10px;
    line-height: 20px;
    font-size: 22px;
    font-family: "Roboto-Bold";
    color: #FFFFFF;
    position: absolute;
    bottom: 90px;
    left: 20px;
  }
  .swiper {
    border-radius: 20px;
    min-width: auto;
    height: 600px;
  }
  .swiper-slide {
    width: 100%;
    height: 100%;
    position: relative;
  }
  .swiper-pagination {
    display: flex;
    align-items: center;
  }
  .swiper-pagination-bullet {
    width: 15px !important;
    height: 15px !important;
    background: #FFFFFF !important;
    opacity: 1 !important;
  }
  .swiper-pagination-bullet-active {
    width: 20px !important;
    height: 20px !important;
    background: #FFFFFF !important;
  }
  .swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 15px !important;
    left: 65% !important;
    width: 30% !important;
  }
}
@media only screen and (min-width: 992px) {
  .slider {
    margin-top: 30px;
    min-height: 400px;
  }
  .slider__slide {
    position: relative;
  }
  .slider__slide-wrapper {
    width: 100%;
    height: 100%;
  }
  .slider__slide-wrapper::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    background-color: #2F318B;
    width: 100%;
    height: 100%;
    opacity: 0.4;
  }
  .slider__slide-text {
    width: 500px;
    line-height: 50px;
    padding: 10px;
    font-size: 50px;
    font-family: "Roboto-Bold";
    color: #FFFFFF;
    position: absolute;
    bottom: 50px;
    left: 50px;
  }
  .swiper {
    border-radius: 20px;
    min-width: auto;
    height: 600px;
  }
  .swiper-slide {
    width: 100%;
    height: 100%;
    position: relative;
  }
  .swiper-pagination {
    display: flex;
    align-items: center;
  }
  .swiper-pagination-bullet {
    width: 15px !important;
    height: 15px !important;
    background: #FFFFFF !important;
    opacity: 1 !important;
  }
  .swiper-pagination-bullet-active {
    width: 20px !important;
    height: 20px !important;
    background: #FFFFFF !important;
  }
  .swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 65px !important;
    left: 85% !important;
    width: 10% !important;
  }
}
@media only screen and (max-width: 576px) {
  .stat {
    min-height: 150px;
    margin-top: 20px;
  }
  .stat__title {
    width: 235px;
    text-align: center;
    border: 2px solid #B6B7B7;
    border-radius: 20px;
    font-size: 16px;
    color: #009C4D;
  }
  .stat__title span {
    font-family: "FiraSans-Bold";
  }
  .stat__list {
    margin-top: 10px;
    list-style-type: none;
    padding: 0px;
    display: flex;
    flex-direction: column;
    min-width: 100%;
    position: relative;
  }
  .stat__list-item {
    display: flex;
    flex-direction: column;
    height: 80px;
    position: relative;
  }
  .stat__list-item:nth-child(1n) {
    padding: 0px 10px;
  }
  .stat__list-item:last-child {
    padding-right: 0px;
  }
  .stat__list-item:first-child {
    padding-left: 0px;
  }
  .stat__list-item_title {
    display: flex;
    align-items: baseline;
    font-size: 22px;
    font-family: "Roboto-Medium";
    color: #2F318B;
  }
  .stat__list-item_title img {
    margin-left: 10px;
    width: 15px;
    height: 15px;
  }
  .stat__list-item_text {
    font-size: 14px;
    color: #B6B7B7;
  }
  .stat__list-item::before {
    display: none;
  }
  .stat__list-item:first-child::before {
    display: none;
  }
}
@media only screen and (min-width: 576px) and (max-width: 991px) {
  .stat {
    min-height: 150px;
    margin-top: 20px;
  }
  .stat__title {
    width: 235px;
    text-align: center;
    border: 2px solid #B6B7B7;
    border-radius: 20px;
    font-size: 16px;
    color: #009C4D;
  }
  .stat__title span {
    font-family: "FiraSans-Bold";
  }
  .stat__list {
    margin-top: 10px;
    list-style-type: none;
    padding: 0px;
    display: flex;
    flex-direction: column;
    min-width: 100%;
    position: relative;
  }
  .stat__list-item {
    display: flex;
    flex-direction: column;
    height: 80px;
    position: relative;
  }
  .stat__list-item:nth-child(1n) {
    padding: 0px 10px;
  }
  .stat__list-item:last-child {
    padding-right: 0px;
  }
  .stat__list-item:first-child {
    padding-left: 0px;
  }
  .stat__list-item_title {
    display: flex;
    align-items: baseline;
    font-size: 22px;
    font-family: "Roboto-Medium";
    color: #2F318B;
  }
  .stat__list-item_title img {
    margin-left: 10px;
    width: 15px;
    height: 15px;
  }
  .stat__list-item_text {
    font-size: 14px;
    color: #B6B7B7;
  }
  .stat__list-item::before {
    display: none;
  }
  .stat__list-item:first-child::before {
    display: none;
  }
}
@media only screen and (min-width: 992px) {
  .stat {
    min-height: 150px;
    margin-top: 20px;
  }
  .stat__title {
    width: 235px;
    text-align: center;
    border: 2px solid #B6B7B7;
    border-radius: 20px;
    font-size: 16px;
    color: #009C4D;
  }
  .stat__title span {
    font-family: "FiraSans-Bold";
  }
  .stat__list {
    margin-top: 10px;
    list-style-type: none;
    padding: 0px;
    display: flex;
    min-width: 100%;
    position: relative;
  }
  .stat__list-item {
    display: flex;
    flex-direction: column;
    height: 80px;
    position: relative;
  }
  .stat__list-item:nth-child(1n) {
    padding: 0px 10px;
  }
  .stat__list-item:last-child {
    padding-right: 0px;
  }
  .stat__list-item:first-child {
    padding-left: 0px;
  }
  .stat__list-item_title {
    display: flex;
    align-items: baseline;
    font-size: 22px;
    font-family: "Roboto-Medium";
    color: #2F318B;
  }
  .stat__list-item_title img {
    margin-left: 10px;
    width: 15px;
    height: 15px;
  }
  .stat__list-item_text {
    font-size: 14px;
    color: #B6B7B7;
  }
  .stat__list-item::before {
    content: "";
    width: 2px;
    height: 100%;
    position: absolute;
    background-color: #009C4D;
    top: 50%;
    left: 0px;
    transform: translate(-50%, -50%);
  }
  .stat__list-item:first-child::before {
    display: none;
  }
}
@media only screen and (max-width: 576px) {
  .sign__wrapper {
    display: flex;
    flex-direction: column;
  }
  .sign__work {
    display: flex;
    align-items: center;
    background: #009C4D;
    border-radius: 20px;
    padding-right: 30px;
    color: #FFFFFF;
    font-size: 14px;
    cursor: pointer;
    height: 30px;
    margin-top: 40px;
    margin-bottom: 40px 0px;
  }
  .sign__work img {
    width: 30px;
    height: 30px;
    margin-right: 20px;
    transition: transform 1s cubic-bezier(0.68, -0.6, 0.32, 1.6);
  }
  .sign__work:hover img {
    transform: rotate(180deg);
  }
  .sign__profile {
    margin: 40px 0px;
    border-radius: 20px;
    background-color: #EAEBEB;
    padding: 20px;
    width: 300px;
  }
  .sign__profile-form {
    display: flex;
    flex-direction: column;
  }
  .sign__profile-form-title {
    font-family: "FiraSans-Medium";
    font-size: 18px;
    color: #2F318B;
    margin-bottom: 5px;
    margin-left: 5px;
  }
  .sign__profile-form-login, .sign__profile-form-password {
    border: none;
    outline: none;
    border-radius: 20px;
    padding: 5px 15px;
    font-size: 14px;
    font-family: "Roboto-Light";
    margin-bottom: 10px;
  }
  .sign__profile-form-sign_up, .sign__profile-form-sign_in {
    padding: 5px;
    margin-top: 10px;
    transition: all 0.2s ease-in;
  }
  .sign__profile-form-sign_up:hover, .sign__profile-form-sign_in:hover {
    background-color: rgba(0, 156, 77, 0.8);
  }
  .sign__profile-form-sign_up {
    background-color: #2F318B;
  }
  .sign__profile-form-sign_up:hover {
    background-color: rgba(47, 49, 139, 0.8);
  }
  .sign__search-form {
    margin-left: 0px !important;
  }
}
@media only screen and (min-width: 992px) {
  .sign__wrapper {
    display: flex;
  }
  .sign__work {
    display: flex;
    align-items: center;
    margin: 0px 30px;
    background: #009C4D;
    border-radius: 20px;
    padding-right: 30px;
    color: #FFFFFF;
    font-size: 14px;
    cursor: pointer;
    height: 30px;
  }
  .sign__work img {
    width: 30px;
    height: 30px;
    margin-right: 20px;
    transition: transform 1s cubic-bezier(0.68, -0.6, 0.32, 1.6);
  }
  .sign__work:hover img {
    transform: rotate(180deg);
  }
  .sign__profile {
    margin-left: 30px;
    border-radius: 20px;
    background-color: #EAEBEB;
    padding: 20px;
    width: 300px;
  }
  .sign__profile-form {
    display: flex;
    flex-direction: column;
  }
  .sign__profile-form-title {
    font-family: "FiraSans-Medium";
    font-size: 18px;
    color: #2F318B;
    margin-bottom: 5px;
    margin-left: 5px;
  }
  .sign__profile-form-login, .sign__profile-form-password {
    border: none;
    outline: none;
    border-radius: 20px;
    padding: 5px 15px;
    font-size: 14px;
    font-family: "Roboto-Light";
    margin-bottom: 10px;
  }
  .sign__profile-form-sign_up, .sign__profile-form-sign_in {
    padding: 5px;
    margin-top: 10px;
    transition: all 0.2s ease-in;
  }
  .sign__profile-form-sign_up:hover, .sign__profile-form-sign_in:hover {
    background-color: rgba(0, 156, 77, 0.8);
  }
  .sign__profile-form-sign_up {
    background-color: #2F318B;
  }
  .sign__profile-form-sign_up:hover {
    background-color: rgba(47, 49, 139, 0.8);
  }
  .sign__search-form {
    margin-left: 0px !important;
  }
}
@media only screen and (max-width: 576px) {
  .news__title {
    color: #2F318B;
    font-size: 20px;
    font-family: "Roboto-Light";
    text-transform: uppercase;
    margin-bottom: 20px;
  }
  .news__slider-carousel {
    width: 100%;
    height: 300px;
    overflow: hidden;
    display: flex;
    transition: transform 0.5s ease;
  }
  .news__slider-carousel-slide {
    width: 300px;
    height: 300px !important;
    border-radius: 20px;
    margin-right: 30px;
    position: relative;
  }
  .news__slider-carousel-slide_text {
    position: absolute;
    width: 250px;
    color: #FFFFFF;
    font-size: 20px;
    top: 30px;
    left: 30px;
    font-family: "Roboto-Bold";
  }
  .news__slider-carousel-slide::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background: #009C4D;
    top: 0;
    left: 0;
    border-radius: 20px;
    opacity: 0.7;
  }
  .news__slider-carousel-slide:nth-child(odd)::before {
    background-color: #2F318B;
  }
}
@media only screen and (min-width: 576px) and (max-width: 991px) {
  .news__title {
    color: #2F318B;
    font-size: 20px;
    font-family: "Roboto-Light";
    text-transform: uppercase;
    margin-bottom: 20px;
  }
  .news__slider-carousel {
    width: 100%;
    height: 300px;
    overflow: hidden;
    display: flex;
    transition: transform 0.5s ease;
  }
  .news__slider-carousel-slide {
    width: 300px;
    height: 300px !important;
    border-radius: 20px;
    margin-right: 30px;
    position: relative;
  }
  .news__slider-carousel-slide_text {
    position: absolute;
    width: 250px;
    color: #FFFFFF;
    font-size: 20px;
    top: 30px;
    left: 30px;
    font-family: "Roboto-Bold";
  }
  .news__slider-carousel-slide::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background: #009C4D;
    top: 0;
    left: 0;
    border-radius: 20px;
    opacity: 0.7;
  }
  .news__slider-carousel-slide:nth-child(odd)::before {
    background-color: #2F318B;
  }
}
@media only screen and (min-width: 992px) {
  .news__title {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    margin-top: 40px;
  }
  .news__title span {
    color: #2F318B;
    font-size: 20px;
    font-family: "Roboto-Light";
    text-transform: uppercase;
  }
  .news__title a {
    color: #2F318B;
    font-size: 14px;
    font-family: "Roboto-Medium";
    text-transform: uppercase;
    text-decoration: none;
  }
  .news__title a:hover {
    color: rgba(47, 49, 139, 0.7);
  }
  .news__slider-carousel {
    width: 100%;
    height: 300px;
    overflow: hidden;
    display: flex;
    transition: transform 0.5s ease;
  }
  .news__slider-carousel-slide {
    width: 500px;
    height: 300px !important;
    border-radius: 20px;
    margin-right: 30px;
    position: relative;
  }
  .news__slider-carousel-slide_text {
    position: absolute;
    width: 250px;
    color: #FFFFFF;
    font-size: 26px;
    top: 30px;
    left: 30px;
    font-family: "Roboto-Bold";
  }
  .news__slider-carousel-slide::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background: #009C4D;
    top: 0;
    left: 0;
    border-radius: 20px;
    opacity: 0.7;
  }
  .news__slider-carousel-slide:nth-child(odd)::before {
    background-color: #2F318B;
  }
}
@media only screen and (max-width: 576px) {
  .components__title {
    margin-top: 40px;
    color: #2F318B;
    font-size: 20px;
    font-family: "Roboto-Light";
    text-transform: uppercase;
    margin-bottom: 20px;
  }
  .components__wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .components__link {
    width: 100%;
  }
  .components__link:nth-child(1) .components__item:hover {
    background: url("/GizDesign2023/media/main/components/component_1.jpeg") no-repeat;
    background-size: cover;
  }
  .components__link:nth-child(1) .components__item::before {
    content: "";
    opacity: 1;
    width: 100%;
    height: 100%;
    position: absolute;
    border-radius: 20px;
    top: 0px;
    left: 0px;
    background: rgba(255, 216, 141, 0.6);
  }
  .components__link:nth-child(2) .components__item:hover {
    background: url("/GizDesign2023/media/main/components/component_2.jpeg") no-repeat;
    background-size: cover;
  }
  .components__link:nth-child(2) .components__item::before {
    content: "";
    opacity: 1;
    width: 100%;
    height: 100%;
    position: absolute;
    border-radius: 20px;
    top: 0px;
    left: 0px;
    background: rgba(208, 226, 113, 0.6);
  }
  .components__link:nth-child(3) .components__item:hover {
    background: url("/GizDesign2023/media/main/components/component_3.jpeg") no-repeat;
    background-size: cover;
  }
  .components__link:nth-child(3) .components__item::before {
    content: "";
    opacity: 1;
    width: 100%;
    height: 100%;
    position: absolute;
    border-radius: 20px;
    top: 0px;
    left: 0px;
    background: rgba(255, 155, 121, 0.6);
  }
  .components__link:nth-child(4) .components__item:hover {
    background: url("/GizDesign2023/media/main/components/component_4.jpeg") no-repeat;
    background-size: cover;
  }
  .components__link:nth-child(4) .components__item::before {
    content: "";
    opacity: 1;
    width: 100%;
    height: 100%;
    position: absolute;
    border-radius: 20px;
    top: 0px;
    left: 0px;
    background: rgba(186, 219, 245, 0.6);
  }
  .components__link:nth-child(5) .components__item:hover {
    background: url("/GizDesign2023/media/main/components/component_5.jpeg") no-repeat;
    background-size: cover;
  }
  .components__link:nth-child(5) .components__item::before {
    content: "";
    opacity: 1;
    width: 100%;
    height: 100%;
    position: absolute;
    border-radius: 20px;
    top: 0px;
    left: 0px;
    background: rgba(255, 197, 221, 0.6);
  }
  .components__item {
    border-radius: 20px;
    width: 100%;
    padding: 30px;
    height: 300px;
    margin-bottom: 20px;
    position: relative;
    cursor: pointer;
  }
  .components__item-img {
    width: 100px;
    height: 100px;
    position: relative;
  }
  .components__item-img img {
    width: 100%;
    height: 100%;
  }
  .components__item-btn {
    width: 30px;
    height: 30px;
  }
  .components__item-btn img {
    width: 100%;
    height: 100%;
  }
  .components__item-content {
    display: flex;
    justify-content: space-between;
    align-items: end;
    position: absolute;
    bottom: 20px;
    left: 30px;
    width: 280px;
  }
  .components__item-text {
    font-family: "Roboto-Light";
    font-size: 20px;
    color: #2F318B;
  }
  .banners {
    display: none;
  }
  .market {
    display: none;
  }
}
@media only screen and (min-width: 576px) and (max-width: 991px) {
  .components__title {
    margin-top: 40px;
    color: #2F318B;
    font-size: 20px;
    font-family: "Roboto-Light";
    text-transform: uppercase;
    margin-bottom: 20px;
  }
  .components__wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .components__link {
    width: 100%;
  }
  .components__link:nth-child(1) .components__item:hover {
    background: url("/GizDesign2023/media/main/components/component_1.jpeg") no-repeat;
    background-size: cover;
  }
  .components__link:nth-child(1) .components__item::before {
    content: "";
    opacity: 1;
    width: 100%;
    height: 100%;
    position: absolute;
    border-radius: 20px;
    top: 0px;
    left: 0px;
    background: rgba(255, 216, 141, 0.6);
  }
  .components__link:nth-child(2) .components__item:hover {
    background: url("/GizDesign2023/media/main/components/component_2.jpeg") no-repeat;
    background-size: cover;
  }
  .components__link:nth-child(2) .components__item::before {
    content: "";
    opacity: 1;
    width: 100%;
    height: 100%;
    position: absolute;
    border-radius: 20px;
    top: 0px;
    left: 0px;
    background: rgba(208, 226, 113, 0.6);
  }
  .components__link:nth-child(3) .components__item:hover {
    background: url("/GizDesign2023/media/main/components/component_3.jpeg") no-repeat;
    background-size: cover;
  }
  .components__link:nth-child(3) .components__item::before {
    content: "";
    opacity: 1;
    width: 100%;
    height: 100%;
    position: absolute;
    border-radius: 20px;
    top: 0px;
    left: 0px;
    background: rgba(255, 155, 121, 0.6);
  }
  .components__link:nth-child(4) .components__item:hover {
    background: url("/GizDesign2023/media/main/components/component_4.jpeg") no-repeat;
    background-size: cover;
  }
  .components__link:nth-child(4) .components__item::before {
    content: "";
    opacity: 1;
    width: 100%;
    height: 100%;
    position: absolute;
    border-radius: 20px;
    top: 0px;
    left: 0px;
    background: rgba(186, 219, 245, 0.6);
  }
  .components__link:nth-child(5) .components__item:hover {
    background: url("/GizDesign2023/media/main/components/component_5.jpeg") no-repeat;
    background-size: cover;
  }
  .components__link:nth-child(5) .components__item::before {
    content: "";
    opacity: 1;
    width: 100%;
    height: 100%;
    position: absolute;
    border-radius: 20px;
    top: 0px;
    left: 0px;
    background: rgba(255, 197, 221, 0.6);
  }
  .components__item {
    border-radius: 20px;
    width: 100%;
    padding: 30px;
    height: 300px;
    margin-bottom: 20px;
    position: relative;
    cursor: pointer;
  }
  .components__item-img {
    width: 100px;
    height: 100px;
    position: relative;
  }
  .components__item-img img {
    width: 100%;
    height: 100%;
  }
  .components__item-btn {
    width: 30px;
    height: 30px;
  }
  .components__item-btn img {
    width: 100%;
    height: 100%;
  }
  .components__item-content {
    display: flex;
    justify-content: space-between;
    align-items: end;
    position: absolute;
    bottom: 20px;
    left: 30px;
    width: 280px;
  }
  .components__item-text {
    font-family: "Roboto-Light";
    font-size: 20px;
    color: #2F318B;
  }
}
@media only screen and (min-width: 992px) {
  .components__title {
    margin-top: 40px;
    color: #2F318B;
    font-size: 20px;
    font-family: "Roboto-Light";
    text-transform: uppercase;
    margin-bottom: 20px;
  }
  .components__wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .components__link {
    width: 49%;
  }
  .components__link:nth-child(1) .components__item:hover {
    background: url("/GizDesign2023/media/main/components/component_1.jpeg") no-repeat;
    background-size: cover;
  }
  .components__link:nth-child(1) .components__item::before {
    content: "";
    opacity: 1;
    width: 100%;
    height: 100%;
    position: absolute;
    border-radius: 20px;
    top: 0px;
    left: 0px;
    background: rgba(255, 216, 141, 0.6);
  }
  .components__link:nth-child(2) .components__item:hover {
    background: url("/GizDesign2023/media/main/components/component_2.jpeg") no-repeat;
    background-size: cover;
  }
  .components__link:nth-child(2) .components__item::before {
    content: "";
    opacity: 1;
    width: 100%;
    height: 100%;
    position: absolute;
    border-radius: 20px;
    top: 0px;
    left: 0px;
    background: rgba(208, 226, 113, 0.6);
  }
  .components__link:nth-child(3) .components__item:hover {
    background: url("/GizDesign2023/media/main/components/component_3.jpeg") no-repeat;
    background-size: cover;
  }
  .components__link:nth-child(3) .components__item::before {
    content: "";
    opacity: 1;
    width: 100%;
    height: 100%;
    position: absolute;
    border-radius: 20px;
    top: 0px;
    left: 0px;
    background: rgba(255, 155, 121, 0.6);
  }
  .components__link:nth-child(4) .components__item:hover {
    background: url("/GizDesign2023/media/main/components/component_4.jpeg") no-repeat;
    background-size: cover;
  }
  .components__link:nth-child(4) .components__item::before {
    content: "";
    opacity: 1;
    width: 100%;
    height: 100%;
    position: absolute;
    border-radius: 20px;
    top: 0px;
    left: 0px;
    background: rgba(186, 219, 245, 0.6);
  }
  .components__link:nth-child(5) .components__item:hover {
    background: url("/GizDesign2023/media/main/components/component_5.jpeg") no-repeat;
    background-size: cover;
  }
  .components__link:nth-child(5) .components__item::before {
    content: "";
    opacity: 1;
    width: 100%;
    height: 100%;
    position: absolute;
    border-radius: 20px;
    top: 0px;
    left: 0px;
    background: rgba(255, 197, 221, 0.6);
  }
  .components__item {
    border-radius: 20px;
    width: 100%;
    padding: 30px;
    height: 300px;
    margin-bottom: 20px;
    position: relative;
    cursor: pointer;
  }
  .components__item-img {
    width: 100px;
    height: 100px;
    position: relative;
  }
  .components__item-img img {
    width: 100%;
    height: 100%;
  }
  .components__item-btn {
    width: 30px;
    height: 30px;
  }
  .components__item-btn img {
    width: 100%;
    height: 100%;
  }
  .components__item-content {
    display: flex;
    justify-content: space-between;
    align-items: end;
    position: absolute;
    bottom: 20px;
    left: 30px;
    width: 520px;
  }
  .components__item-text {
    font-family: "Roboto-Light";
    font-size: 26px;
    color: #2F318B;
  }
  .banners__items-item {
    width: 100px;
    height: 100px;
  }
  .banners__items-item img {
    width: 100%;
    height: 100%;
  }
}
@media only screen and (max-width: 576px) {
  .employers__title {
    margin: 40px 0px;
    color: #2F318B;
    font-size: 20px;
    font-family: "Roboto-Light";
    text-transform: uppercase;
  }
  .employers__wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .employers__item {
    display: flex;
    border: 2px solid #B6B7B7;
    border-radius: 20px;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    width: 100%;
    height: 300px;
  }
  .employers__item img {
    width: 50%;
    height: 50%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 991px) {
  .employers__title {
    margin: 40px 0px;
    color: #2F318B;
    font-size: 20px;
    font-family: "Roboto-Light";
    text-transform: uppercase;
  }
  .employers__wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .employers__item {
    display: flex;
    border: 2px solid #B6B7B7;
    border-radius: 20px;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    width: 100%;
    height: 300px;
  }
  .employers__item img {
    width: 50%;
    height: 50%;
  }
}
@media only screen and (min-width: 992px) {
  .employers__title {
    margin: 40px 0px;
    color: #2F318B;
    font-size: 20px;
    font-family: "Roboto-Light";
    text-transform: uppercase;
  }
  .employers__wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .employers__item {
    display: flex;
    border: 2px solid #B6B7B7;
    border-radius: 20px;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    width: 32%;
    height: 300px;
  }
  .employers__item img {
    width: 50%;
    height: 50%;
  }
}
@media only screen and (max-width: 576px) {
  .faq {
    background-color: rgba(182, 183, 183, 0.2);
    padding-bottom: 40px;
  }
  .faq__title {
    margin: 40px 0px;
    color: #2F318B;
    font-size: 20px;
    font-family: "Roboto-Bold";
    text-transform: uppercase;
  }
  .faq__wrapper {
    display: flex;
    flex-direction: column;
  }
  .faq__accordion {
    border-radius: 20px;
    padding: 30px;
    padding-left: 10px;
    padding-right: 30px;
    background-color: #FFFFFF;
    transition: all 0.4s ease-in;
    font-size: 14px;
    font-family: "Roboto-Bold";
    position: relative;
    margin-bottom: 10px;
  }
  .faq__accordion:hover {
    background-color: rgba(182, 183, 183, 0.5);
  }
  .faq__accordion::after {
    content: "";
    background: url("/GizDesign2023/media/main/arrow.svg") no-repeat;
    position: absolute;
    width: 15px;
    height: 15px;
    top: 50%;
    right: 10px;
    transform: translateX(-50%) rotate(180deg);
    transition: all 0.5s ease;
  }
  .faq__text {
    overflow: hidden;
    padding-left: 20px;
    max-height: 0px;
    transition: max-height 0.2s ease-out;
    margin-bottom: 10px;
  }
  .faq__question {
    color: #FFFFFF;
    border-radius: 20px;
    background-color: #44B300;
    padding: 10px;
    font-size: 16px;
    position: relative;
  }
  .active::after {
    transform: translate(-50%, -50%) rotate(0deg);
  }
}
@media only screen and (min-width: 576px) and (max-width: 991px) {
  .faq {
    background-color: rgba(182, 183, 183, 0.2);
    padding-bottom: 40px;
  }
  .faq__title {
    margin: 40px 0px;
    color: #2F318B;
    font-size: 20px;
    font-family: "Roboto-Bold";
    text-transform: uppercase;
  }
  .faq__wrapper {
    display: flex;
    flex-direction: column;
  }
  .faq__accordion {
    border-radius: 20px;
    padding: 30px;
    padding-left: 10px;
    padding-right: 30px;
    background-color: #FFFFFF;
    transition: all 0.4s ease-in;
    font-size: 14px;
    font-family: "Roboto-Bold";
    position: relative;
    margin-bottom: 10px;
  }
  .faq__accordion:hover {
    background-color: rgba(182, 183, 183, 0.5);
  }
  .faq__accordion::after {
    content: "";
    background: url("/GizDesign2023/media/main/arrow.svg") no-repeat;
    position: absolute;
    width: 15px;
    height: 15px;
    top: 50%;
    right: 10px;
    transform: translateX(-50%) rotate(180deg);
    transition: all 0.5s ease;
  }
  .faq__text {
    overflow: hidden;
    padding-left: 20px;
    max-height: 0px;
    transition: max-height 0.2s ease-out;
    margin-bottom: 10px;
  }
  .faq__question {
    color: #FFFFFF;
    border-radius: 20px;
    background-color: #44B300;
    padding: 10px;
    font-size: 16px;
    position: relative;
  }
  .active::after {
    transform: translate(-50%, -50%) rotate(0deg);
  }
}
@media only screen and (min-width: 992px) {
  .faq {
    background-color: rgba(182, 183, 183, 0.2);
    padding-top: 80px;
    padding-bottom: 40px;
  }
  .faq__title {
    margin: 40px 0px;
    color: #2F318B;
    font-size: 20px;
    font-family: "Roboto-Bold";
    text-transform: uppercase;
  }
  .faq__wrapper {
    display: flex;
    flex-direction: column;
  }
  .faq__accordion {
    border-radius: 20px;
    padding: 20px;
    background-color: #FFFFFF;
    transition: all 0.4s ease-in;
    font-size: 18px;
    font-family: "Roboto-Bold";
    position: relative;
    margin-bottom: 10px;
  }
  .faq__accordion:hover {
    background-color: rgba(182, 183, 183, 0.5);
  }
  .faq__accordion::after {
    content: "";
    background: url("/GizDesign2023/media/main/arrow.svg") no-repeat;
    position: absolute;
    width: 15px;
    height: 15px;
    top: 50%;
    right: 15px;
    transform: translate(-50%, -50%) rotate(180deg);
    transition: all 0.5s ease;
  }
  .faq__text {
    overflow: hidden;
    padding-left: 20px;
    max-height: 0px;
    transition: max-height 0.2s ease-out;
    margin-bottom: 10px;
  }
  .faq__question {
    color: #FFFFFF;
    border-radius: 50px;
    background-color: #44B300;
    padding: 10px;
    position: relative;
  }
  .active::after {
    transform: translate(-50%, -50%) rotate(0deg);
  }
}
.market {
  padding: 40px 0px;
}
.market__title {
  color: #009C4D;
  font-size: 26px;
  font-family: "Roboto-Bold";
  position: relative;
  margin-bottom: 20px;
}
.market__title::before {
  content: "";
  width: 100%;
  height: 2px;
  background: #009C4D;
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translate(-50%);
}
.market__title_disable {
  color: #009C4D;
  font-size: 26px;
  font-family: "Roboto-Bold";
  position: relative;
  margin-bottom: 20px;
}
.market__descr {
  font-size: 18px;
  width: 440px;
  color: #2F318B;
  margin-bottom: 20px;
}

@media only screen and (max-width: 576px) {
  .about {
    padding-top: 20px;
  }
  .about__wrapper {
    display: flex;
  }
  .about__market {
    display: none;
  }
  .about__title {
    display: flex;
    flex-wrap: wrap;
    color: #009C4D;
    font-size: 16px;
    font-family: "Roboto-Bold";
    margin-bottom: 20px;
  }
  .about__title span {
    font-size: 18px;
    font-weight: bold;
    color: #009C4D;
    font-family: "Roboto-Bold";
    margin-bottom: 10px;
  }
  .about__content {
    width: 100% !important;
    color: #2F318B;
    font-size: 16px;
    font-family: "Roboto";
  }
  .about__content span {
    color: #009C4D;
    font-family: "Roboto-Bold";
  }
  .about__content-decor {
    font-family: "Roboto" !important;
    color: #2F318B !important;
    text-decoration: underline;
  }
  .about__elem {
    display: none;
  }
  .about__informations {
    margin-top: 30px;
    width: 100% !important;
  }
  .about__informations-wrapper {
    display: flex;
    justify-content: space-between;
    justify-content: center;
    flex-wrap: wrap;
  }
  .about__informations-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 20px;
  }
  .about__informations-item_img {
    width: 60px;
    height: 60px;
    margin-right: 20px;
  }
  .about__informations-item_descr {
    width: 280px;
    color: #2F318B;
    font-size: 12px;
    font-family: "Roboto";
    margin: 0px;
  }
  .about__informations-sub {
    width: 300px;
    margin-top: 30px;
    margin-bottom: 80px;
    color: #009C4D;
    font-family: "Roboto";
  }
  .about__stat {
    margin-top: 60px;
  }
  .about__stat-title {
    font-size: 16px;
    color: #009C4D;
    font-family: "Roboto-Bold";
    margin-bottom: 30px;
    position: relative;
  }
  .about__stat-title span {
    color: #2F318B;
    font-family: "Roboto-Bold";
  }
  .about__stat-title::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    top: -30px;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #B6B7B7;
  }
  .about__stat-subtitle {
    margin-top: 30px;
    border-radius: 20px;
    border: 2px solid #2F318B;
    width: 230px;
    text-align: center;
    color: #009C4D;
    font-size: 12px;
  }
  .about__stat-subtitle span {
    color: #009C4D;
    font-size: 14px;
    font-family: "Roboto-Bold";
  }
  .about__stat-wrapper {
    display: flex;
    flex-direction: column;
  }
  .about__stat-item {
    display: flex;
    width: 100%;
    flex-direction: column;
    margin-right: 20px;
    position: relative;
    margin-bottom: 20px;
  }
  .about__stat-item_main {
    display: flex;
    align-items: center;
  }
  .about__stat-item_main-text {
    height: 100%;
    font-size: 16px;
    color: #2F318B;
    font-family: "Roboto-Bold";
  }
  .about__stat-item_main-img {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15px;
    margin-left: 10px;
  }
  .about__stat-item_main-img img {
    width: 100%;
    height: 100%;
  }
  .about__stat-item::before {
    display: none;
  }
  .about__stat-item:last-child::before {
    display: none !important;
  }
  .about__stat-item_descr {
    color: #B6B7B7;
    font-size: 14px;
    width: 170px;
    font-family: "Roboto-Bold";
  }
}
@media only screen and (min-width: 576px) and (max-width: 991px) {
  .container {
    max-width: 550px;
    margin: 0 auto;
    padding: 10px;
  }
  .about {
    padding-top: 20px;
  }
  .about__wrapper {
    display: flex;
  }
  .about__title {
    display: flex;
    flex-wrap: wrap;
    color: #009C4D;
    font-size: 18px;
    font-family: "Roboto-Bold";
    margin-bottom: 20px;
  }
  .about__title span {
    font-size: 20px;
    font-weight: bold;
    color: #009C4D;
    font-family: "Roboto-Bold";
    margin-bottom: 10px;
  }
  .about__content {
    width: 100% !important;
    color: #2F318B;
    font-size: 16px;
    font-family: "Roboto";
  }
  .about__content span {
    color: #009C4D;
    font-family: "Roboto-Bold";
  }
  .about__content-decor {
    font-family: "Roboto" !important;
    color: #2F318B !important;
    text-decoration: underline;
  }
  .about__elem {
    display: none;
  }
  .about__informations {
    margin-top: 30px;
    width: 100% !important;
  }
  .about__informations-wrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .about__informations-item {
    display: flex;
    flex-direction: row;
    margin-bottom: 20px;
  }
  .about__informations-item_img {
    width: 60px;
    height: 60px;
    margin-right: 20px;
  }
  .about__informations-item_descr {
    width: 280px;
    color: #2F318B;
    font-size: 14px;
    font-family: "Roboto";
    margin: 0px;
  }
  .about__informations-sub {
    width: 450px;
    margin-top: 30px;
    margin-bottom: 80px;
    color: #009C4D;
    font-family: "Roboto";
  }
  .about__stat {
    margin-top: 60px;
  }
  .about__stat-title {
    font-size: 16px;
    color: #009C4D;
    font-family: "Roboto-Bold";
    margin-bottom: 30px;
    position: relative;
  }
  .about__stat-title span {
    color: #2F318B;
    font-family: "Roboto-Bold";
  }
  .about__stat-title::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    top: -30px;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #B6B7B7;
  }
  .about__stat-subtitle {
    margin-top: 30px;
    border-radius: 20px;
    border: 2px solid #2F318B;
    width: 230px;
    text-align: center;
    color: #009C4D;
    font-size: 12px;
  }
  .about__stat-subtitle span {
    color: #009C4D;
    font-size: 14px;
    font-family: "Roboto-Bold";
  }
  .about__stat-wrapper {
    display: flex;
    flex-direction: column;
  }
  .about__stat-item {
    display: flex;
    width: 100%;
    flex-direction: column;
    margin-right: 20px;
    position: relative;
    margin-bottom: 20px;
  }
  .about__stat-item_main {
    display: flex;
    align-items: center;
  }
  .about__stat-item_main-text {
    height: 100%;
    font-size: 16px;
    color: #2F318B;
    font-family: "Roboto-Bold";
  }
  .about__stat-item_main-img {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15px;
    margin-left: 10px;
  }
  .about__stat-item_main-img img {
    width: 100%;
    height: 100%;
  }
  .about__stat-item::before {
    display: none;
  }
  .about__stat-item:last-child::before {
    display: none !important;
  }
  .about__stat-item_descr {
    color: #B6B7B7;
    font-size: 14px;
    width: 170px;
    font-family: "Roboto-Bold";
  }
}
@media only screen and (min-width: 992px) {
  .about {
    padding-top: 20px;
  }
  .about__wrapper {
    display: flex;
  }
  .about__title {
    display: flex;
    align-items: self-end;
    color: #009C4D;
    font-size: 22px;
    font-family: "Roboto-Bold";
    margin-bottom: 20px;
  }
  .about__title span {
    font-size: 28px;
    font-weight: bold;
    color: #009C4D;
    margin-right: 20px;
    font-family: "Roboto-Bold";
  }
  .about__content {
    width: 80%;
    color: #2F318B;
    font-size: 20px;
    font-family: "Roboto";
  }
  .about__content span {
    color: #009C4D;
    font-family: "Roboto-Bold";
  }
  .about__content-decor {
    font-family: "Roboto" !important;
    color: #2F318B !important;
    text-decoration: underline;
  }
  .about__elem {
    display: flex;
    width: 20%;
  }
  .about__elem img {
    width: 40%;
    height: 40%;
    margin-left: auto;
  }
  .about__informations {
    margin-top: 30px;
    width: 80%;
  }
  .about__informations-wrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .about__informations-item {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
  }
  .about__informations-item_img {
    width: 60px;
    height: 60px;
    margin-right: 20px;
  }
  .about__informations-item_descr {
    width: 340px;
    color: #2F318B;
    font-size: 14px;
    font-family: "Roboto";
    margin: 0px;
  }
  .about__informations-sub {
    width: 930px;
    margin-top: 30px;
    margin-bottom: 80px;
    color: #009C4D;
    font-family: "Roboto";
  }
  .about__stat {
    padding: 40px 0px;
  }
  .about__stat-title {
    font-size: 24px;
    color: #009C4D;
    font-family: "Roboto-Bold";
    margin-bottom: 30px;
    position: relative;
  }
  .about__stat-title span {
    color: #2F318B;
    font-family: "Roboto-Bold";
  }
  .about__stat-title::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    top: -30px;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #B6B7B7;
  }
  .about__stat-subtitle {
    margin-top: 30px;
    border-radius: 20px;
    border: 2px solid #2F318B;
    width: 230px;
    text-align: center;
    color: #009C4D;
    font-size: 14px;
  }
  .about__stat-subtitle span {
    color: #009C4D;
    font-size: 14px;
    font-family: "Roboto-Bold";
  }
  .about__stat-wrapper {
    display: flex;
  }
  .about__stat-item {
    display: flex;
    flex-direction: column;
    margin-right: 20px;
    position: relative;
  }
  .about__stat-item_main {
    display: flex;
    align-items: center;
  }
  .about__stat-item_main-text {
    height: 100%;
    font-size: 22px;
    color: #2F318B;
    font-family: "Roboto-Bold";
  }
  .about__stat-item_main-img {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15px;
    margin-left: 10px;
  }
  .about__stat-item_main-img img {
    width: 100%;
    height: 100%;
  }
  .about__stat-item::before {
    content: "";
    position: absolute;
    top: 0px;
    right: -5px;
    background: #009C4D;
    width: 1px;
    height: 100%;
  }
  .about__stat-item:last-child::before {
    display: none !important;
  }
  .about__stat-item_descr {
    color: #B6B7B7;
    font-size: 14px;
    width: 170px;
    font-family: "Roboto-Bold";
  }
}
@media only screen and (max-width: 576px) {
  .services .container {
    max-width: 350px;
    margin: 0 auto;
    padding: 10px;
  }
  .services .services__title {
    font-size: 16px;
    color: #009C4D;
    font-family: "Roboto-Bold";
    position: relative;
  }
  .services .services__title::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    top: -40px;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #B6B7B7;
  }
  .services .services__descr {
    margin-top: 10px;
    color: #2F318B;
    width: 300px;
    font-size: 14px;
    font-family: "Roboto";
  }
  .services .services__descr-decor {
    font-family: "Roboto" !important;
    text-decoration: underline;
  }
  .services .services__info {
    display: flex;
    margin-top: 20px;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 40px;
  }
  .services .services__info-item {
    display: flex;
    margin-top: 20px;
    align-items: center;
  }
  .services .services__info-item_img {
    width: 25px;
    height: 25px;
    margin-right: 20px;
  }
  .services .services__info-item_img img {
    width: 100%;
    height: 100%;
  }
  .services .services__info-item_descr {
    width: 240px;
    color: #2F318B;
    font-size: 12px;
    font-family: "Roboto";
    margin: 0px;
  }
  .services .services__help-descr {
    width: 100%;
    color: #2F318B;
    font-size: 14px;
    font-family: "Roboto";
  }
  .services .services__help-wrapper {
    display: flex;
  }
  .services .services__help-elem {
    display: none;
  }
}
@media only screen and (max-width: 991px) {
  .services .container {
    max-width: 350px;
    margin: 0 auto;
    padding: 10px;
  }
  .services .services__title {
    font-size: 16px;
    color: #009C4D;
    font-family: "Roboto-Bold";
    position: relative;
  }
  .services .services__title::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    top: -40px;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #B6B7B7;
  }
  .services .services__descr {
    margin-top: 10px;
    color: #2F318B;
    width: 300px;
    font-size: 14px;
    font-family: "Roboto";
  }
  .services .services__descr-decor {
    font-family: "Roboto" !important;
    text-decoration: underline;
  }
  .services .services__info {
    display: flex;
    margin-top: 20px;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 40px;
  }
  .services .services__info-item {
    display: flex;
    margin-top: 20px;
    align-items: center;
  }
  .services .services__info-item_img {
    width: 25px;
    height: 25px;
    margin-right: 20px;
  }
  .services .services__info-item_img img {
    width: 100%;
    height: 100%;
  }
  .services .services__info-item_descr {
    width: 240px;
    color: #2F318B;
    font-size: 12px;
    font-family: "Roboto";
    margin: 0px;
  }
  .services .services__help-descr {
    width: 100%;
    color: #2F318B;
    font-size: 14px;
    font-family: "Roboto";
  }
  .services .services__help-wrapper {
    display: flex;
  }
  .services .services__help-elem {
    display: none;
  }
}
@media only screen and (min-width: 992px) {
  .services__title {
    font-size: 24px;
    color: #009C4D;
    font-family: "Roboto-Bold";
    position: relative;
  }
  .services__title::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    top: -40px;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #B6B7B7;
  }
  .services__descr {
    margin-top: 10px;
    color: #2F318B;
    width: 910px;
    font-size: 20px;
    font-family: "Roboto";
  }
  .services__descr-decor {
    font-family: "Roboto" !important;
    text-decoration: underline;
  }
  .services__info {
    display: flex;
    margin-top: 20px;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 80%;
    margin-bottom: 40px;
  }
  .services__info-item {
    display: flex;
    margin-top: 20px;
    align-items: center;
  }
  .services__info-item_img {
    width: 50px;
    height: 50px;
    margin-right: 20px;
  }
  .services__info-item_img img {
    width: 100%;
    height: 100%;
  }
  .services__info-item_descr {
    width: 340px;
    color: #2F318B;
    font-size: 14px;
    font-family: "Roboto";
    margin: 0px;
  }
  .services__help-descr {
    width: 80%;
    color: #2F318B;
    font-size: 20px;
    font-family: "Roboto";
  }
  .services__help-wrapper {
    display: flex;
  }
  .services__help-elem {
    display: flex;
    width: 20%;
  }
  .services__help-elem img {
    width: 40%;
    height: 40%;
    margin-left: auto;
  }
}
#chui, #naryn, #osh, #jalal, #isyk, #talas, #batken {
  fill: #1554B2;
  stroke: white;
}
#chui:hover, #naryn:hover, #osh:hover, #jalal:hover, #isyk:hover, #talas:hover, #batken:hover {
  fill: #009C4D;
}

.map {
  margin: 0 auto;
  width: 100%;
  height: 570px;
  position: relative;
}
.map__menu {
  position: absolute;
  list-style-type: "-";
  bottom: 50px;
  right: 0px;
}
.map__menu-item {
  font-size: 20px;
  padding-left: 5px;
  color: #1554B2;
}
.map__menu-item a {
  color: #1554B2;
  text-decoration: none;
}
.map__info {
  display: none;
  padding: 10px 20px;
  position: absolute;
  width: 80%;
  height: 600px;
  background: #FFFFFF;
  top: 0px;
  right: 0px;
}
.map__info-title {
  font-size: 16px;
  font-family: "Roboto-Bold";
}
.map__info-title span {
  font-size: 20px;
  color: #009C4D;
  font-family: "Roboto-Bold";
  font-style: italic;
}
.map__info-title img {
  margin-left: 37.5%;
}
.map__info-subtitle {
  font-size: 18px;
  margin-top: 15px;
}
.map__info-list {
  padding: 0px;
}
.map__info-list_item {
  display: flex;
  justify-content: space-between;
  padding: 20px 0px;
  position: relative;
}
.map__info-list_item span {
  font-weight: 900;
}
.map__info-list_item::before {
  content: "";
  width: 100%;
  height: 1px;
  background: #B6B7B7;
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translate(-50%);
}
.map__info::before {
  content: "";
  position: absolute;
  top: 0px;
  left: -30%;
  background: rgba(21, 84, 178, 0.3);
  width: 30%;
  height: 100%;
}

@media only screen and (max-width: 576px) {
  .contract {
    padding-top: 40px;
  }
  .contract__wrapper {
    display: flex;
  }
  .contract__block {
    display: flex;
    flex-direction: column;
    width: 40%;
  }
  .contract__elem {
    display: none;
  }
  .contract__title {
    position: relative;
    font-size: 22px;
    margin-left: 32px;
    color: #009C4D;
    font-family: "Roboto-Bold";
  }
  .contract__title::before {
    content: "";
    width: 20px;
    height: 20px;
    top: 7px;
    left: -40px;
    position: absolute;
    background: url(/GizDesign2023/media/contract/desing_1.svg) no-repeat;
  }
  .contract__target {
    font-size: 18px;
    margin-left: 32px;
    margin-top: 40px;
    color: #2F318B;
    width: 300px;
    font-family: "Roboto-Bold";
    position: relative;
  }
  .contract__target::before {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    top: 6px;
    left: -40px;
    background: url(/GizDesign2023/media/contract/list.svg) no-repeat;
  }
  .contract__descr {
    position: relative;
  }
  .contract__descr-content {
    color: #B6B7B7;
    font-size: 16px;
    margin-left: 32px;
    margin-top: 20px;
    margin-bottom: 40px;
    width: 300px;
    font-family: "Roboto-Bold";
    position: relative;
  }
  .contract__descr::before {
    content: "";
    position: absolute;
    width: 97%;
    height: 1px;
    left: 52%;
    transform: translate(-50%);
    background: #009C4D;
    bottom: -20px;
  }
  .contract__item {
    position: relative;
  }
  .contract__item:nth-child(1) .contract__item-title {
    font-size: 18px;
    margin-left: 32px;
    color: #2F318B;
    font-family: "Roboto-Bold";
    position: relative;
    margin-top: 20px;
    margin-bottom: 20px;
    width: 300px;
  }
  .contract__item:nth-child(1) .contract__item-title::before {
    content: "";
    width: 20px;
    height: 20px;
    background: url("/GizDesign2023/media/contract/list_1.svg") no-repeat;
    position: absolute;
    top: 6px;
    left: -40px;
  }
  .contract__item:nth-child(2) .contract__item-title {
    font-size: 18px;
    margin-left: 32px;
    color: #2F318B;
    font-family: "Roboto-Bold";
    position: relative;
    margin-top: 20px;
    margin-bottom: 20px;
    width: 300px;
  }
  .contract__item:nth-child(2) .contract__item-title::before {
    content: "";
    width: 20px;
    height: 20px;
    background: url("/GizDesign2023/media/contract/list_2.svg") no-repeat;
    position: absolute;
    top: 6px;
    left: -40px;
  }
  .contract__item:nth-child(3) .contract__item-title {
    font-size: 18px;
    margin-left: 32px;
    color: #2F318B;
    font-family: "Roboto-Bold";
    position: relative;
    margin-top: 20px;
    margin-bottom: 20px;
    width: 300px;
  }
  .contract__item:nth-child(3) .contract__item-title::before {
    content: "";
    width: 20px;
    height: 20px;
    background: url("/GizDesign2023/media/contract/list_3.svg") no-repeat;
    position: absolute;
    top: 6px;
    left: -40px;
  }
  .contract__item:nth-child(4) .contract__item-title {
    font-size: 18px;
    margin-left: 32px;
    color: #2F318B;
    font-family: "Roboto-Bold";
    position: relative;
    margin-top: 20px;
    margin-bottom: 20px;
    width: 300px;
  }
  .contract__item:nth-child(4) .contract__item-title::before {
    content: "";
    width: 20px;
    height: 20px;
    background: url("/GizDesign2023/media/contract/list_4.svg") no-repeat;
    position: absolute;
    top: 6px;
    left: -40px;
  }
  .contract__item:nth-child(5) .contract__item-title {
    font-size: 18px;
    margin-left: 32px;
    color: #2F318B;
    font-family: "Roboto-Bold";
    position: relative;
    margin-top: 20px;
    margin-bottom: 20px;
    width: 300px;
  }
  .contract__item:nth-child(5) .contract__item-title::before {
    content: "";
    width: 20px;
    height: 20px;
    background: url("/GizDesign2023/media/contract/list_5.svg") no-repeat;
    position: absolute;
    top: 6px;
    left: -40px;
  }
  .contract__item:nth-child(6) .contract__item-title {
    font-size: 18px;
    margin-left: 32px;
    color: #2F318B;
    font-family: "Roboto-Bold";
    position: relative;
    margin-top: 20px;
    margin-bottom: 20px;
    width: 300px;
  }
  .contract__item:nth-child(6) .contract__item-title::before {
    content: "";
    width: 20px;
    height: 20px;
    background: url("/GizDesign2023/media/contract/list_6.svg") no-repeat;
    position: absolute;
    top: 6px;
    left: -40px;
  }
  .contract__item-descr {
    color: #B6B7B7;
    font-size: 16px;
    font-family: "Roboto-Bold";
    position: relative;
    margin-bottom: 40px;
    margin-left: 32px;
    width: 300px;
  }
  .contract__item::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    left: 52%;
    transform: translate(-50%);
    background: #009C4D;
    bottom: -20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 991px) {
  .contract {
    padding-top: 40px;
  }
  .contract__wrapper {
    display: flex;
  }
  .contract__block {
    display: flex;
    flex-direction: column;
    width: 40%;
  }
  .contract__elem {
    display: none;
  }
  .contract__title {
    position: relative;
    font-size: 22px;
    margin-left: 32px;
    color: #009C4D;
    font-family: "Roboto-Bold";
  }
  .contract__title::before {
    content: "";
    width: 20px;
    height: 20px;
    top: 7px;
    left: -40px;
    position: absolute;
    background: url(/GizDesign2023/media/contract/desing_1.svg) no-repeat;
  }
  .contract__target {
    font-size: 18px;
    margin-left: 32px;
    margin-top: 40px;
    color: #2F318B;
    width: 300px;
    font-family: "Roboto-Bold";
    position: relative;
  }
  .contract__target::before {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    top: 6px;
    left: -40px;
    background: url(/GizDesign2023/media/contract/list.svg) no-repeat;
  }
  .contract__descr {
    position: relative;
  }
  .contract__descr-content {
    color: #B6B7B7;
    font-size: 16px;
    margin-left: 32px;
    margin-top: 20px;
    margin-bottom: 40px;
    width: 300px;
    font-family: "Roboto-Bold";
    position: relative;
  }
  .contract__descr::before {
    content: "";
    position: absolute;
    width: 97%;
    height: 1px;
    left: 52%;
    transform: translate(-50%);
    background: #009C4D;
    bottom: -20px;
  }
  .contract__item {
    position: relative;
  }
  .contract__item:nth-child(1) .contract__item-title {
    font-size: 18px;
    margin-left: 32px;
    color: #2F318B;
    font-family: "Roboto-Bold";
    position: relative;
    margin-top: 20px;
    margin-bottom: 20px;
    width: 300px;
  }
  .contract__item:nth-child(1) .contract__item-title::before {
    content: "";
    width: 20px;
    height: 20px;
    background: url("/GizDesign2023/media/contract/list_1.svg") no-repeat;
    position: absolute;
    top: 6px;
    left: -40px;
  }
  .contract__item:nth-child(2) .contract__item-title {
    font-size: 18px;
    margin-left: 32px;
    color: #2F318B;
    font-family: "Roboto-Bold";
    position: relative;
    margin-top: 20px;
    margin-bottom: 20px;
    width: 300px;
  }
  .contract__item:nth-child(2) .contract__item-title::before {
    content: "";
    width: 20px;
    height: 20px;
    background: url("/GizDesign2023/media/contract/list_2.svg") no-repeat;
    position: absolute;
    top: 6px;
    left: -40px;
  }
  .contract__item:nth-child(3) .contract__item-title {
    font-size: 18px;
    margin-left: 32px;
    color: #2F318B;
    font-family: "Roboto-Bold";
    position: relative;
    margin-top: 20px;
    margin-bottom: 20px;
    width: 300px;
  }
  .contract__item:nth-child(3) .contract__item-title::before {
    content: "";
    width: 20px;
    height: 20px;
    background: url("/GizDesign2023/media/contract/list_3.svg") no-repeat;
    position: absolute;
    top: 6px;
    left: -40px;
  }
  .contract__item:nth-child(4) .contract__item-title {
    font-size: 18px;
    margin-left: 32px;
    color: #2F318B;
    font-family: "Roboto-Bold";
    position: relative;
    margin-top: 20px;
    margin-bottom: 20px;
    width: 300px;
  }
  .contract__item:nth-child(4) .contract__item-title::before {
    content: "";
    width: 20px;
    height: 20px;
    background: url("/GizDesign2023/media/contract/list_4.svg") no-repeat;
    position: absolute;
    top: 6px;
    left: -40px;
  }
  .contract__item:nth-child(5) .contract__item-title {
    font-size: 18px;
    margin-left: 32px;
    color: #2F318B;
    font-family: "Roboto-Bold";
    position: relative;
    margin-top: 20px;
    margin-bottom: 20px;
    width: 300px;
  }
  .contract__item:nth-child(5) .contract__item-title::before {
    content: "";
    width: 20px;
    height: 20px;
    background: url("/GizDesign2023/media/contract/list_5.svg") no-repeat;
    position: absolute;
    top: 6px;
    left: -40px;
  }
  .contract__item:nth-child(6) .contract__item-title {
    font-size: 18px;
    margin-left: 32px;
    color: #2F318B;
    font-family: "Roboto-Bold";
    position: relative;
    margin-top: 20px;
    margin-bottom: 20px;
    width: 300px;
  }
  .contract__item:nth-child(6) .contract__item-title::before {
    content: "";
    width: 20px;
    height: 20px;
    background: url("/GizDesign2023/media/contract/list_6.svg") no-repeat;
    position: absolute;
    top: 6px;
    left: -40px;
  }
  .contract__item-descr {
    color: #B6B7B7;
    font-size: 16px;
    font-family: "Roboto-Bold";
    position: relative;
    margin-bottom: 40px;
    margin-left: 32px;
    width: 300px;
  }
  .contract__item::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    left: 52%;
    transform: translate(-50%);
    background: #009C4D;
    bottom: -20px;
  }
}
@media only screen and (min-width: 992px) {
  .contract {
    padding-top: 40px;
  }
  .contract__wrapper {
    display: flex;
  }
  .contract__block {
    display: flex;
    flex-direction: column;
    width: 40%;
  }
  .contract__elem {
    display: flex;
    width: 60%;
  }
  .contract__elem img {
    height: 80px;
    margin-left: auto;
  }
  .contract__title {
    position: relative;
    font-size: 24px;
    margin-left: 42px;
    color: #009C4D;
    font-family: "Roboto-Bold";
  }
  .contract__title::before {
    content: "";
    width: 20px;
    height: 20px;
    top: 7px;
    left: -40px;
    position: absolute;
    background: url(/GizDesign2023/media/contract/desing_1.svg) no-repeat;
  }
  .contract__target {
    font-size: 18px;
    margin-left: 42px;
    margin-top: 40px;
    color: #2F318B;
    font-family: "Roboto-Bold";
    position: relative;
  }
  .contract__target::before {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    top: 6px;
    left: -40px;
    background: url(/GizDesign2023/media/contract/list.svg) no-repeat;
  }
  .contract__descr {
    position: relative;
  }
  .contract__descr-content {
    color: #B6B7B7;
    font-size: 16px;
    margin-left: 42px;
    margin-top: 20px;
    margin-bottom: 40px;
    width: 700px;
    font-family: "Roboto-Bold";
    position: relative;
  }
  .contract__descr::before {
    content: "";
    position: absolute;
    width: 97%;
    height: 1px;
    left: 52%;
    transform: translate(-50%);
    background: #009C4D;
    bottom: -20px;
  }
  .contract__item {
    position: relative;
  }
  .contract__item:nth-child(1) .contract__item-title {
    font-size: 18px;
    margin-left: 42px;
    color: #2F318B;
    font-family: "Roboto-Bold";
    position: relative;
    margin-top: 20px;
    margin-bottom: 20px;
    width: 630px;
  }
  .contract__item:nth-child(1) .contract__item-title::before {
    content: "";
    width: 20px;
    height: 20px;
    background: url("/GizDesign2023/media/contract/list_1.svg") no-repeat;
    position: absolute;
    top: 6px;
    left: -40px;
  }
  .contract__item:nth-child(2) .contract__item-title {
    font-size: 18px;
    margin-left: 42px;
    color: #2F318B;
    font-family: "Roboto-Bold";
    position: relative;
    margin-top: 20px;
    margin-bottom: 20px;
    width: 630px;
  }
  .contract__item:nth-child(2) .contract__item-title::before {
    content: "";
    width: 20px;
    height: 20px;
    background: url("/GizDesign2023/media/contract/list_2.svg") no-repeat;
    position: absolute;
    top: 6px;
    left: -40px;
  }
  .contract__item:nth-child(3) .contract__item-title {
    font-size: 18px;
    margin-left: 42px;
    color: #2F318B;
    font-family: "Roboto-Bold";
    position: relative;
    margin-top: 20px;
    margin-bottom: 20px;
    width: 630px;
  }
  .contract__item:nth-child(3) .contract__item-title::before {
    content: "";
    width: 20px;
    height: 20px;
    background: url("/GizDesign2023/media/contract/list_3.svg") no-repeat;
    position: absolute;
    top: 6px;
    left: -40px;
  }
  .contract__item:nth-child(4) .contract__item-title {
    font-size: 18px;
    margin-left: 42px;
    color: #2F318B;
    font-family: "Roboto-Bold";
    position: relative;
    margin-top: 20px;
    margin-bottom: 20px;
    width: 630px;
  }
  .contract__item:nth-child(4) .contract__item-title::before {
    content: "";
    width: 20px;
    height: 20px;
    background: url("/GizDesign2023/media/contract/list_4.svg") no-repeat;
    position: absolute;
    top: 6px;
    left: -40px;
  }
  .contract__item:nth-child(5) .contract__item-title {
    font-size: 18px;
    margin-left: 42px;
    color: #2F318B;
    font-family: "Roboto-Bold";
    position: relative;
    margin-top: 20px;
    margin-bottom: 20px;
    width: 630px;
  }
  .contract__item:nth-child(5) .contract__item-title::before {
    content: "";
    width: 20px;
    height: 20px;
    background: url("/GizDesign2023/media/contract/list_5.svg") no-repeat;
    position: absolute;
    top: 6px;
    left: -40px;
  }
  .contract__item:nth-child(6) .contract__item-title {
    font-size: 18px;
    margin-left: 42px;
    color: #2F318B;
    font-family: "Roboto-Bold";
    position: relative;
    margin-top: 20px;
    margin-bottom: 20px;
    width: 630px;
  }
  .contract__item:nth-child(6) .contract__item-title::before {
    content: "";
    width: 20px;
    height: 20px;
    background: url("/GizDesign2023/media/contract/list_6.svg") no-repeat;
    position: absolute;
    top: 6px;
    left: -40px;
  }
  .contract__item-descr {
    color: #B6B7B7;
    font-size: 16px;
    font-family: "Roboto-Bold";
    position: relative;
    margin-bottom: 40px;
    margin-left: 42px;
    width: 700px;
  }
  .contract__item::before {
    content: "";
    position: absolute;
    width: 97%;
    height: 1px;
    left: 52%;
    transform: translate(-50%);
    background: #009C4D;
    bottom: -20px;
  }
}
@media only screen and (max-width: 576px) {
  .young {
    padding-top: 40px;
    padding-bottom: 0px !important;
    background: #FCE0A7;
  }
  .young__img {
    display: none !important;
  }
  .young__img img {
    width: 1000px;
  }
  .young__header {
    background: #FCE0A7;
  }
  .young__wrapper {
    display: flex;
  }
  .young__media {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .young__media-main {
    display: none;
  }
  .young__media-sub {
    display: none;
  }
  .young__mobile {
    display: none !important;
  }
  .young__mobile-main_gallery {
    display: flex !important;
    width: 100px;
    height: 300px !important;
    overflow: hidden;
  }
  .young__mobile-main-slide {
    width: 300px !important;
    height: 300px !important;
  }
  .young__main-gallery {
    display: none !important;
  }
  .young__main-gallery_slide {
    display: none !important;
  }
  .young__main-content {
    margin-top: 40px;
  }
  .young__main-content_title {
    color: #009C4D;
    font-size: 20px;
    width: 300px;
  }
  .young__main-content_descr {
    margin-top: 20px;
    font-size: 20px;
    width: 300px;
    color: #2F318B;
  }
}
@media only screen and (min-width: 992px) {
  .young {
    padding-top: 40px;
    padding-bottom: 0px !important;
    background: #FCE0A7;
  }
  .young_img {
    width: 100%;
    height: 30px;
  }
  .young_img img {
    width: 100%;
    height: 100%;
  }
  .young__header {
    background: #FCE0A7;
  }
  .young__wrapper {
    display: flex;
  }
  .young__media {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .young__media-main_img {
    width: 120px;
    height: 120px;
  }
  .young__media-sub {
    margin-top: 155px;
  }
  .young__media-sub img {
    width: 80px;
    height: 25px;
  }
  .young__main {
    margin-left: 50px;
    padding-bottom: 40px;
  }
  .young__main-gallery {
    display: flex;
    justify-content: space-between;
    overflow: hidden;
    width: 1020px;
  }
  .young__main-gallery_main {
    position: relative;
    margin-right: 40px;
  }
  .young__main-gallery_main img {
    border-radius: 20px;
    width: 520px;
    height: 300px;
  }
  .young__main-gallery_main::before {
    content: "";
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    position: absolute;
    background: #009C4D;
    border-radius: 20px;
    opacity: 0.5;
    transform: translate(-50%, -50%);
  }
  .young__main-gallery_slide {
    border-radius: 20px;
    margin-right: 20px;
    position: relative;
  }
  .young__main-gallery_slide::before {
    content: "";
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    position: absolute;
    background: rgba(0, 156, 77, 0.4);
    border-radius: 20px;
    transform: translate(-50%, -50%);
  }
  .young__main-content {
    margin-top: 40px;
  }
  .young__main-content_title {
    color: #009C4D;
    font-size: 20px;
    width: 700px;
  }
  .young__main-content_descr {
    margin-top: 20px;
    font-size: 20px;
    width: 700px;
    color: #2F318B;
  }
}
@media only screen and (max-width: 576px) {
  .interns__title {
    font-size: 20px;
    color: #2F318B;
    font-family: "Roboto-Bold";
    margin-top: 20px;
    margin-left: 20px;
    line-height: 20px;
    position: relative;
  }
  .interns__title::before {
    content: "";
    position: absolute;
    width: 15px;
    height: 15px;
    top: 50%;
    left: -20px;
    transform: translate(-50%, -50%);
    background: url("/GizDesign2023/media/interns/design_2.svg") no-repeat;
  }
  .interns__wrapper {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 30px;
  }
  .interns__item {
    display: flex;
    width: 100%;
    margin-bottom: 30px;
    align-items: center;
  }
  .interns__item img {
    width: 60px;
    height: 60px;
    margin-right: 20px;
  }
  .interns__item-text {
    font-size: 16px;
    color: #009C4D;
    width: 380px;
  }
  .interns__descr {
    position: relative;
  }
  .interns__descr::before {
    content: "";
    bottom: -20px;
    left: 50%;
    width: 100%;
    height: 4px;
    transform: translate(-50%);
    background-color: #B6B7B7;
    position: absolute;
  }
  .interns__descr-text {
    color: #2F318B;
    width: 300px;
    margin-bottom: 40px;
  }
  .interns__descr-text span {
    font-family: "Roboto-Bold";
  }
}
@media only screen and (min-width: 576px) and (max-width: 991px) {
  .interns__title {
    font-size: 20px;
    color: #2F318B;
    font-family: "Roboto-Bold";
    margin-top: 20px;
    margin-left: 20px;
    line-height: 20px;
    position: relative;
  }
  .interns__title::before {
    content: "";
    position: absolute;
    width: 15px;
    height: 15px;
    top: 50%;
    left: -20px;
    transform: translate(-50%, -50%);
    background: url("/GizDesign2023/media/interns/design_2.svg") no-repeat;
  }
  .interns__wrapper {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 30px;
  }
  .interns__item {
    display: flex;
    width: 100%;
    margin-bottom: 30px;
    align-items: center;
  }
  .interns__item img {
    width: 60px;
    height: 60px;
    margin-right: 20px;
  }
  .interns__item-text {
    font-size: 16px;
    color: #009C4D;
    width: 380px;
  }
  .interns__descr {
    position: relative;
  }
  .interns__descr::before {
    content: "";
    bottom: -20px;
    left: 50%;
    width: 100%;
    height: 4px;
    transform: translate(-50%);
    background-color: #B6B7B7;
    position: absolute;
  }
  .interns__descr-text {
    color: #2F318B;
    width: 300px;
    margin-bottom: 40px;
  }
  .interns__descr-text span {
    font-family: "Roboto-Bold";
  }
}
@media only screen and (min-width: 992px) {
  .interns__title {
    font-size: 20px;
    color: #2F318B;
    font-family: "Roboto-Bold";
    margin-top: 20px;
    position: relative;
  }
  .interns__title::before {
    content: "";
    position: absolute;
    width: 15px;
    height: 15px;
    top: 50%;
    left: -20px;
    transform: translate(-50%, -50%);
    background: url("/GizDesign2023/media/interns/design_2.svg") no-repeat;
  }
  .interns__wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 30px;
  }
  .interns__item {
    display: flex;
    width: 49.5%;
    margin-bottom: 30px;
    align-items: center;
  }
  .interns__item img {
    width: 60px;
    height: 60px;
    margin-right: 20px;
  }
  .interns__item-text {
    font-size: 16px;
    color: #009C4D;
    width: 380px;
  }
  .interns__descr {
    position: relative;
  }
  .interns__descr::before {
    content: "";
    bottom: -20px;
    left: 50%;
    width: 100%;
    height: 4px;
    transform: translate(-50%);
    background-color: #B6B7B7;
    position: absolute;
  }
  .interns__descr-text {
    color: #2F318B;
    width: 800px;
    margin-bottom: 40px;
  }
  .interns__descr-text span {
    font-family: "Roboto-Bold";
  }
}
@media only screen and (max-width: 576px) {
  .help {
    padding-bottom: 50px;
  }
  .help__title {
    font-size: 30px;
    font-family: "Roboto-Bold";
    width: 240px;
    color: #009C4D;
    line-height: 30px;
    margin-bottom: 20px;
  }
  .help__wrapper {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
  }
  .help__descr {
    margin-top: 20px;
    color: #009C4D;
    width: 300px;
  }
  .help__descr span {
    font-family: "Roboto-Bold";
    text-transform: uppercase;
  }
  .help__item {
    width: 100%;
    margin-bottom: 20px;
  }
  .help__item:nth-child(1) .help__item-text {
    color: #2F318B;
    margin-left: 20px;
    width: 300px;
    line-height: 15px;
    font-size: 14px;
    font-family: "Roboto-Bold";
    position: relative;
  }
  .help__item:nth-child(1) .help__item-text::before {
    content: "";
    width: 10px;
    height: 10px;
    position: absolute;
    top: 1px;
    left: -17px;
    background: url("/GizDesign2023/media/interns/intern_des_1.svg");
  }
  .help__item:nth-child(2) .help__item-text {
    color: #2F318B;
    margin-left: 20px;
    width: 300px;
    line-height: 15px;
    font-size: 14px;
    font-family: "Roboto-Bold";
    position: relative;
  }
  .help__item:nth-child(2) .help__item-text::before {
    content: "";
    width: 10px;
    height: 10px;
    position: absolute;
    top: 1px;
    left: -17px;
    background: url("/GizDesign2023/media/interns/intern_des_2.svg");
  }
  .help__item:nth-child(3) .help__item-text {
    color: #2F318B;
    margin-left: 20px;
    width: 300px;
    line-height: 15px;
    font-size: 14px;
    font-family: "Roboto-Bold";
    position: relative;
  }
  .help__item:nth-child(3) .help__item-text::before {
    content: "";
    width: 10px;
    height: 10px;
    position: absolute;
    top: 1px;
    left: -17px;
    background: url("/GizDesign2023/media/interns/intern_des_3.svg");
  }
  .help__item:nth-child(4) .help__item-text {
    color: #2F318B;
    margin-left: 20px;
    width: 300px;
    line-height: 15px;
    font-size: 14px;
    font-family: "Roboto-Bold";
    position: relative;
  }
  .help__item:nth-child(4) .help__item-text::before {
    content: "";
    width: 10px;
    height: 10px;
    position: absolute;
    top: 1px;
    left: -17px;
    background: url("/GizDesign2023/media/interns/intern_des_4.svg");
  }
  .help__item:nth-child(5) .help__item-text {
    color: #2F318B;
    margin-left: 20px;
    width: 300px;
    line-height: 15px;
    font-size: 14px;
    font-family: "Roboto-Bold";
    position: relative;
  }
  .help__item:nth-child(5) .help__item-text::before {
    content: "";
    width: 10px;
    height: 10px;
    position: absolute;
    top: 1px;
    left: -17px;
    background: url("/GizDesign2023/media/interns/intern_des_5.svg");
  }
}
@media only screen and (min-width: 992px) {
  .help {
    padding-bottom: 50px;
  }
  .help__title {
    font-size: 30px;
    font-family: "Roboto-Bold";
    width: 500px;
    color: #009C4D;
    line-height: 30px;
    margin-bottom: 20px;
  }
  .help__wrapper {
    display: flex;
    flex-wrap: wrap;
  }
  .help__descr {
    margin-top: 20px;
    color: #009C4D;
    width: 700px;
  }
  .help__descr span {
    font-family: "Roboto-Bold";
    text-transform: uppercase;
  }
  .help__item {
    width: 49.5%;
    margin-bottom: 20px;
  }
  .help__item:nth-child(1) .help__item-text {
    color: #2F318B;
    width: 380px;
    line-height: 15px;
    font-size: 14px;
    font-family: "Roboto-Bold";
    position: relative;
  }
  .help__item:nth-child(1) .help__item-text::before {
    content: "";
    width: 10px;
    height: 10px;
    position: absolute;
    top: 1px;
    left: -17px;
    background: url("/GizDesign2023/media/interns/intern_des_1.svg");
  }
  .help__item:nth-child(2) .help__item-text {
    color: #2F318B;
    width: 380px;
    line-height: 15px;
    font-size: 14px;
    font-family: "Roboto-Bold";
    position: relative;
  }
  .help__item:nth-child(2) .help__item-text::before {
    content: "";
    width: 10px;
    height: 10px;
    position: absolute;
    top: 1px;
    left: -17px;
    background: url("/GizDesign2023/media/interns/intern_des_2.svg");
  }
  .help__item:nth-child(3) .help__item-text {
    color: #2F318B;
    width: 380px;
    line-height: 15px;
    font-size: 14px;
    font-family: "Roboto-Bold";
    position: relative;
  }
  .help__item:nth-child(3) .help__item-text::before {
    content: "";
    width: 10px;
    height: 10px;
    position: absolute;
    top: 1px;
    left: -17px;
    background: url("/GizDesign2023/media/interns/intern_des_3.svg");
  }
  .help__item:nth-child(4) .help__item-text {
    color: #2F318B;
    width: 380px;
    line-height: 15px;
    font-size: 14px;
    font-family: "Roboto-Bold";
    position: relative;
  }
  .help__item:nth-child(4) .help__item-text::before {
    content: "";
    width: 10px;
    height: 10px;
    position: absolute;
    top: 1px;
    left: -17px;
    background: url("/GizDesign2023/media/interns/intern_des_4.svg");
  }
  .help__item:nth-child(5) .help__item-text {
    color: #2F318B;
    width: 380px;
    line-height: 15px;
    font-size: 14px;
    font-family: "Roboto-Bold";
    position: relative;
  }
  .help__item:nth-child(5) .help__item-text::before {
    content: "";
    width: 10px;
    height: 10px;
    position: absolute;
    top: 1px;
    left: -17px;
    background: url("/GizDesign2023/media/interns/intern_des_5.svg");
  }
}
@media only screen and (max-width: 576px) {
  .woman {
    padding: 40px 0px;
    background: #F4B19B;
    padding-top: 30px;
  }
  .woman__header {
    background: #F4B19B;
  }
  .woman__banner {
    position: relative;
  }
  .woman__banner-logo {
    display: none;
  }
  .woman__banner-img {
    margin-top: 40px;
    position: relative;
    z-index: 0;
  }
  .woman__wrapper {
    display: flex;
    flex-direction: column;
    margin-top: 30px;
  }
  .woman__content-text {
    width: 100%;
    color: #2F318B;
  }
  .woman__images-img {
    display: none;
  }
  .woman__images-img img {
    width: 100%;
    height: 100%;
  }
  .woman__bottom {
    display: none;
  }
}
@media only screen and (min-width: 992px) {
  .woman {
    background: #F4B19B;
    padding-top: 30px;
  }
  .woman__header {
    background: #F4B19B;
  }
  .woman__banner {
    position: relative;
  }
  .woman__banner-logo {
    position: absolute;
    z-index: 1;
    width: 120px;
    height: 120px;
  }
  .woman__banner-img {
    margin-top: 40px;
    position: relative;
    z-index: 0;
  }
  .woman__wrapper {
    display: flex;
    margin-top: 30px;
  }
  .woman__content-text {
    width: 60%;
    color: #2F318B;
  }
  .woman__images-img {
    width: 150px;
  }
  .woman__images-img img {
    width: 100%;
    height: 100%;
  }
  .woman__bottom {
    margin-top: 60px;
    width: 100%;
  }
}
@media only screen and (max-width: 576px) {
  .regions {
    padding-top: 30px;
  }
  .regions__title {
    font-size: 20px;
    width: 260px;
    color: #2F318B;
    font-family: "Roboto-Bold";
    line-height: 25px;
    margin-bottom: 20px;
  }
  .regions__wrapper {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
  }
  .regions__item {
    width: 90%;
    margin-left: 30px;
  }
  .regions__item p {
    color: #2F318B;
    position: relative;
  }
  .regions__item p::before {
    content: "";
    position: absolute;
    top: 0px;
    left: -30px;
    width: 20px;
    height: 20px;
    background: url("/GizDesign2023/media/woman/marker.svg") no-repeat;
  }
}
@media only screen and (min-width: 992px) {
  .regions {
    padding-top: 30px;
  }
  .regions__title {
    font-size: 20px;
    width: 260px;
    color: #2F318B;
    font-family: "Roboto-Bold";
    line-height: 25px;
    margin-bottom: 20px;
  }
  .regions__wrapper {
    display: flex;
    flex-wrap: wrap;
  }
  .regions__item {
    width: 40.5%;
  }
  .regions__item p {
    margin-left: 30px;
    color: #2F318B;
    position: relative;
  }
  .regions__item p::before {
    content: "";
    position: absolute;
    top: 0px;
    left: -30px;
    width: 20px;
    height: 20px;
    background: url("/GizDesign2023/media/woman/marker.svg") no-repeat;
  }
}
@media only screen and (max-width: 576px) {
  .info {
    padding-bottom: 40px;
    position: relative;
  }
  .info__wrapper {
    display: flex;
  }
  .info__descr {
    margin-top: 20px;
    font-size: 24px;
    line-height: 25px;
    color: #009C4D;
    font-family: "Roboto-Bold";
    position: relative;
  }
  .info__img {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    height: 450px;
    width: 100%;
  }
  .info__img img {
    display: none;
  }
  .info__content {
    width: 60%;
  }
  .info__content-title {
    font-size: 20px;
    width: 300px;
    margin-left: 20px;
    color: #2F318B;
    font-family: "Roboto-Bold";
    line-height: 25px;
    margin-top: 30px;
    margin-bottom: 20px;
    position: relative;
  }
  .info__content-title::before {
    content: "";
    width: 20px;
    height: 35px;
    position: absolute;
    background: url("/GizDesign2023/media/woman/woman.svg") no-repeat;
    top: 0px;
    left: -25px;
  }
  .info__content-items {
    display: flex;
    flex-direction: column;
    margin-top: 40px;
    width: 300px;
  }
  .info__content-items_item {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
  }
  .info__content-items_item-img {
    width: 50px;
    height: 50px;
  }
  .info__content-items_item-img img {
    width: 100%;
    height: 100%;
  }
  .info__content-items_item-text {
    width: 300px;
    margin-left: 20px;
  }
}
@media only screen and (min-width: 992px) {
  .info {
    padding-bottom: 40px;
    position: relative;
  }
  .info__wrapper {
    display: flex;
  }
  .info__descr {
    margin-top: 20px;
    font-size: 24px;
    line-height: 25px;
    color: #009C4D;
    font-family: "Roboto-Bold";
    position: relative;
  }
  .info__img {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    height: 450px;
    width: 40%;
  }
  .info__img img {
    margin-left: auto;
    width: 25%;
    height: 100%;
  }
  .info__content {
    width: 60%;
  }
  .info__content-title {
    font-size: 20px;
    width: 500px;
    color: #2F318B;
    font-family: "Roboto-Bold";
    line-height: 25px;
    margin-top: 30px;
    margin-bottom: 20px;
    position: relative;
  }
  .info__content-title::before {
    content: "";
    width: 20px;
    height: 35px;
    position: absolute;
    background: url("/GizDesign2023/media/woman/woman.svg") no-repeat;
    top: 0px;
    left: -25px;
  }
  .info__content-items {
    display: flex;
    flex-direction: column;
    margin-top: 40px;
  }
  .info__content-items_item {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
  }
  .info__content-items_item-img {
    width: 50px;
    height: 50px;
  }
  .info__content-items_item-img img {
    width: 100%;
    height: 100%;
  }
  .info__content-items_item-text {
    width: 400px;
    margin-left: 20px;
  }
}
@media only screen and (max-width: 576px) {
  .migrants {
    padding-top: 40px;
    padding-bottom: 40px;
    position: relative;
    background: #D8E483;
  }
  .migrants__bottom {
    display: none;
  }
  .migrants__header {
    background: #D8E483;
  }
  .migrants_img {
    width: 100%;
    height: 50px;
  }
  .migrants_img img {
    width: 100%;
    height: 100%;
  }
  .migrants__wrapper {
    display: flex;
  }
  .migrants__media {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .migrants__media-main {
    display: none;
  }
  .migrants__media-sub {
    display: none;
  }
  .migrants__main {
    padding-bottom: 40px;
  }
  .migrants__main-gallery {
    display: flex;
    justify-content: space-between;
    overflow: hidden;
    width: 300px !important;
  }
  .migrants__main-gallery_main {
    position: relative;
  }
  .migrants__main-gallery_main img {
    border-radius: 20px;
    width: 300px !important;
    height: 300px !important;
  }
  .migrants__main-gallery_main::before {
    content: "";
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    position: absolute;
    background: #009C4D;
    border-radius: 20px;
    opacity: 0.5;
    transform: translate(-50%, -50%);
  }
  .migrants__main-gallery_slide {
    border-radius: 20px;
    margin-right: 20px;
    position: relative;
  }
  .migrants__main-gallery_slide::before {
    content: "";
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    position: absolute;
    background: rgba(0, 156, 77, 0.4);
    border-radius: 20px;
    transform: translate(-50%, -50%);
  }
  .migrants__main-content {
    margin-top: 40px;
  }
  .migrants__main-content_title {
    color: #2F318B;
    width: px;
    font-size: 20px;
  }
  .migrants__main-content_descr {
    font-size: 20px;
    margin-top: 20px;
    width: 300px;
    color: #2F318B;
  }
  .migrants__main-content_descr a {
    color: #2F318B;
  }
  .migrants__main-content_descr a:hover {
    color: #009C4D;
  }
}
@media only screen and (min-width: 992px) {
  .migrants {
    padding-top: 40px;
    padding-bottom: 40px;
    position: relative;
    background: #D8E483;
  }
  .migrants__bottom {
    width: 100%;
    height: 50px;
    margin-top: 40px;
    position: absolute;
    bottom: -25px;
  }
  .migrants__header {
    background: #D8E483;
  }
  .migrants_img {
    width: 100%;
    height: 50px;
  }
  .migrants_img img {
    width: 100%;
    height: 100%;
  }
  .migrants__wrapper {
    display: flex;
  }
  .migrants__media {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .migrants__media-main img {
    width: 120px;
    height: 120px;
  }
  .migrants__media-sub {
    margin-top: 145px;
  }
  .migrants__media-sub img {
    width: 80px;
    height: 25px;
  }
  .migrants__main {
    margin-left: 50px;
    padding-bottom: 40px;
  }
  .migrants__main-gallery {
    display: flex;
    justify-content: space-between;
    overflow: hidden;
    width: 1020px;
  }
  .migrants__main-gallery_main {
    position: relative;
    margin-right: 40px;
  }
  .migrants__main-gallery_main img {
    border-radius: 20px;
    width: 520px;
    height: 300px;
  }
  .migrants__main-gallery_main::before {
    content: "";
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    position: absolute;
    background: #009C4D;
    border-radius: 20px;
    opacity: 0.5;
    transform: translate(-50%, -50%);
  }
  .migrants__main-gallery_slide {
    border-radius: 20px;
    margin-right: 20px;
    position: relative;
  }
  .migrants__main-gallery_slide::before {
    content: "";
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    position: absolute;
    background: rgba(0, 156, 77, 0.4);
    border-radius: 20px;
    transform: translate(-50%, -50%);
  }
  .migrants__main-content {
    margin-top: 40px;
  }
  .migrants__main-content_title {
    color: #2F318B;
    width: 700px;
    font-size: 20px;
  }
  .migrants__main-content_descr {
    font-size: 20px;
    margin-top: 20px;
    width: 700px;
    color: #2F318B;
  }
  .migrants__main-content_descr a {
    color: #2F318B;
  }
  .migrants__main-content_descr a:hover {
    color: #009C4D;
  }
}
@media only screen and (max-width: 576px) {
  .instruments {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .instruments__title {
    width: 300px;
    font-size: 20px;
    color: #2F318B;
    font-family: "Roboto-Bold";
    margin-bottom: 20px;
  }
  .instruments__wrapper {
    margin-left: 30px;
    display: flex;
    flex-direction: column;
  }
  .instruments__geograph {
    display: flex;
    justify-content: space-between;
  }
  .instruments__geograph img {
    display: none;
  }
  .instruments__geograph-content {
    display: flex;
    flex-direction: column;
  }
  .instruments__geograph-content_item {
    font-size: 16px;
    color: #2F318B;
    position: relative;
    margin-bottom: 15px;
  }
  .instruments__geograph-content_item::before {
    content: "";
    top: 0px;
    left: -20px;
    width: 20px;
    height: 20px;
    transform: translate(-50%);
    position: absolute;
    background: url("/GizDesign2023/media/migrants/marker.svg") no-repeat;
  }
  .instruments__info {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .instruments__info-left {
    width: 100%;
  }
  .instruments__info-left_territories-title {
    font-family: "Roboto-Bold";
    font-size: 20px;
    color: #2F318B;
    position: relative;
    margin-top: 40px;
    line-height: 20px;
    margin-bottom: 30px;
  }
  .instruments__info-left_territories-title::before {
    content: "";
    width: 15px;
    height: 15px;
    top: 0px;
    left: -30px;
    position: absolute;
    background: url("/GizDesign2023/media/migrants/title.svg") no-repeat;
  }
  .instruments__info-left_territories-list {
    display: flex;
    flex-direction: column;
    list-style-type: none;
    padding: 0px;
    padding-left: 30px;
  }
  .instruments__info-left_territories-list_item {
    font-size: 16px;
    color: #2F318B;
    position: relative;
  }
  .instruments__info-left_territories-list_item::before {
    content: "";
    width: 15px;
    height: 15px;
    top: 9px;
    left: -30px;
    position: absolute;
    background: url("/GizDesign2023/media/migrants/arrow.svg") no-repeat;
  }
  .instruments__info-left_participant-title {
    font-size: 20px;
    color: #2F318B;
    width: 300px;
    font-family: "Roboto-Bold";
    margin-bottom: 30px;
    line-height: 20px;
    position: relative;
    margin-top: 40px;
  }
  .instruments__info-left_participant-title::before {
    content: "";
    width: 15px;
    height: 15px;
    top: 0px;
    left: -30px;
    position: absolute;
    background: url("/GizDesign2023/media/migrants/pilot.svg") no-repeat;
  }
  .instruments__info-left_participant-list {
    display: flex;
    flex-direction: column;
    padding: 0px;
    list-style-type: none;
    padding-left: 30px;
  }
  .instruments__info-left_participant-list_item {
    font-size: 16px;
    color: #2F318B;
    position: relative;
  }
  .instruments__info-left_participant-list_item::before {
    content: "";
    width: 10px;
    height: 10px;
    top: 8px;
    left: -30px;
    position: absolute;
    background: url("/GizDesign2023/media/migrants/dot.svg") no-repeat;
  }
  .instruments__info-right {
    width: 100%;
  }
  .instruments__info-right_address-title {
    line-height: 20px;
    font-size: 16px;
    font-family: "Roboto-Bold";
    color: #009C4D;
    width: 300px;
    position: relative;
    margin-bottom: 10px;
  }
  .instruments__info-right_address-title::before {
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0px;
    left: -30px;
    background: url("/GizDesign2023/media/migrants/marker.svg") no-repeat;
  }
  .instruments__info-right_address-list {
    display: flex;
    flex-direction: column;
  }
  .instruments__info-right_address-list_item {
    margin-top: 20px;
  }
  .instruments__info-right_address-list_item-title {
    font-size: 14px;
    color: #009C4D;
    width: 240px;
    line-height: 15px;
    font-family: "Roboto-Bold";
  }
  .instruments__info-right_address-list_item-descr {
    font-size: 12px;
    color: #2F318B;
    width: 300px;
  }
  .instruments__descr {
    font-size: 20px;
    color: #2F318B;
    margin-top: 40px;
    width: 300px;
  }
  .instruments__descr span {
    color: #009C4D;
    font-family: "Roboto-Bold";
  }
}
@media only screen and (min-width: 992px) {
  .instruments {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .instruments__title {
    margin-left: 30px;
    width: 380px;
    font-size: 20px;
    color: #2F318B;
    font-family: "Roboto-Bold";
    margin-bottom: 20px;
  }
  .instruments__wrapper {
    margin-left: 30px;
    display: flex;
    flex-direction: column;
  }
  .instruments__geograph {
    display: flex;
    justify-content: space-between;
  }
  .instruments__geograph img {
    width: 500px;
  }
  .instruments__geograph-content {
    display: flex;
    flex-direction: column;
  }
  .instruments__geograph-content_item {
    font-size: 16px;
    color: #2F318B;
    position: relative;
    margin-left: 30px;
    margin-bottom: 15px;
  }
  .instruments__geograph-content_item::before {
    content: "";
    top: 0px;
    left: -20px;
    width: 20px;
    height: 20px;
    transform: translate(-50%);
    position: absolute;
    background: url("/GizDesign2023/media/migrants/marker.svg") no-repeat;
  }
  .instruments__info {
    display: flex;
    justify-content: space-between;
  }
  .instruments__info-left {
    width: 40%;
  }
  .instruments__info-left_territories-title {
    font-family: "Roboto-Bold";
    font-size: 20px;
    color: #2F318B;
    position: relative;
    margin-top: 40px;
    line-height: 20px;
    margin-bottom: 30px;
  }
  .instruments__info-left_territories-title::before {
    content: "";
    width: 15px;
    height: 15px;
    top: 0px;
    left: -30px;
    position: absolute;
    background: url("/GizDesign2023/media/migrants/title.svg") no-repeat;
  }
  .instruments__info-left_territories-list {
    display: flex;
    flex-direction: column;
    list-style-type: none;
    padding: 0px;
    padding-left: 30px;
  }
  .instruments__info-left_territories-list_item {
    font-size: 16px;
    color: #2F318B;
    position: relative;
  }
  .instruments__info-left_territories-list_item::before {
    content: "";
    width: 15px;
    height: 15px;
    top: 9px;
    left: -30px;
    position: absolute;
    background: url("/GizDesign2023/media/migrants/arrow.svg") no-repeat;
  }
  .instruments__info-left_participant-title {
    font-size: 20px;
    color: #2F318B;
    width: 220px;
    font-family: "Roboto-Bold";
    margin-bottom: 30px;
    line-height: 20px;
    position: relative;
    margin-top: 40px;
  }
  .instruments__info-left_participant-title::before {
    content: "";
    width: 15px;
    height: 15px;
    top: 0px;
    left: -30px;
    position: absolute;
    background: url("/GizDesign2023/media/migrants/pilot.svg") no-repeat;
  }
  .instruments__info-left_participant-list {
    display: flex;
    flex-direction: column;
    padding: 0px;
    list-style-type: none;
    padding-left: 30px;
  }
  .instruments__info-left_participant-list_item {
    font-size: 16px;
    color: #2F318B;
    position: relative;
  }
  .instruments__info-left_participant-list_item::before {
    content: "";
    width: 10px;
    height: 10px;
    top: 8px;
    left: -30px;
    position: absolute;
    background: url("/GizDesign2023/media/migrants/dot.svg") no-repeat;
  }
  .instruments__info-right {
    width: 45%;
  }
  .instruments__info-right_address-title {
    line-height: 20px;
    font-size: 16px;
    font-family: "Roboto-Bold";
    color: #009C4D;
    width: 400px;
    position: relative;
    margin-bottom: 10px;
  }
  .instruments__info-right_address-title::before {
    content: "";
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0px;
    left: -60px;
    background: url("/GizDesign2023/media/migrants/marker.svg") no-repeat;
  }
  .instruments__info-right_address-list {
    display: flex;
    flex-direction: column;
  }
  .instruments__info-right_address-list_item {
    margin-top: 20px;
  }
  .instruments__info-right_address-list_item-title {
    font-size: 12px;
    color: #009C4D;
    width: 240px;
    line-height: 15px;
    font-family: "Roboto-Bold";
  }
  .instruments__info-right_address-list_item-descr {
    font-size: 12px;
    color: #2F318B;
    width: 320px;
  }
  .instruments__descr {
    font-size: 20px;
    color: #2F318B;
    margin-top: 40px;
    width: 600px;
  }
  .instruments__descr span {
    color: #009C4D;
    font-family: "Roboto-Bold";
  }
}
@media only screen and (max-width: 576px) {
  .lovz {
    padding-top: 40px;
    padding-bottom: 40px;
    position: relative;
    background: #D3ECFA;
  }
  .lovz__bottom {
    display: none;
  }
  .lovz__header {
    background: #D3ECFA;
  }
  .lovz_img {
    width: 100%;
    height: 50px;
  }
  .lovz_img img {
    width: 100%;
    height: 100%;
  }
  .lovz__wrapper {
    display: flex;
  }
  .lovz__media {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .lovz__media-main {
    display: none;
  }
  .lovz__media-sub {
    display: none;
  }
  .lovz__main {
    padding-bottom: 40px;
  }
  .lovz__main-gallery {
    border-radius: 20px;
    display: flex;
    overflow: hidden;
    width: 340px;
    height: 300px;
  }
  .lovz__main-gallery_main {
    position: relative;
    margin-right: 40px;
  }
  .lovz__main-gallery_main img {
    border-radius: 20px;
    width: 520px;
    height: 300px;
  }
  .lovz__main-gallery_main::before {
    content: "";
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    position: absolute;
    background: #009C4D;
    border-radius: 20px;
    opacity: 0.5;
    transform: translate(-50%, -50%);
  }
  .lovz__main-gallery_slide {
    border-radius: 20px;
    margin-right: 20px;
    position: relative;
    width: 300px !important;
    height: 300px !important;
  }
  .lovz__main-gallery_slide::before {
    content: "";
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    position: absolute;
    background: rgba(0, 156, 77, 0.4);
    border-radius: 20px;
    transform: translate(-50%, -50%);
  }
  .lovz__main-content {
    margin-top: 40px;
  }
  .lovz__main-content_title {
    color: #2F318B;
    width: 300px;
    font-size: 20px;
  }
  .lovz__main-content_descr {
    font-size: 20px;
    margin-top: 20px;
    width: 300px;
    color: #2F318B;
  }
  .lovz__main-content_descr a {
    color: #2F318B;
  }
  .lovz__main-content_descr a:hover {
    color: #009C4D;
  }
}
@media only screen and (min-width: 992px) {
  .lovz {
    padding-top: 40px;
    padding-bottom: 40px;
    position: relative;
    background: #D3ECFA;
  }
  .lovz__bottom {
    width: 100%;
    height: 50px;
    position: absolute;
    bottom: -25px;
  }
  .lovz__header {
    background: #D3ECFA;
  }
  .lovz_img {
    width: 100%;
    height: 50px;
  }
  .lovz_img img {
    width: 100%;
    height: 100%;
  }
  .lovz__wrapper {
    display: flex;
  }
  .lovz__media {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .lovz__media-main img {
    width: 120px;
    height: 120px;
  }
  .lovz__media-sub {
    margin-top: 145px;
  }
  .lovz__media-sub img {
    width: 80px;
    height: 30px;
  }
  .lovz__main {
    margin-left: 50px;
    padding-bottom: 40px;
  }
  .lovz__main-gallery {
    display: flex;
    justify-content: space-between;
    overflow: hidden;
    width: 1020px;
  }
  .lovz__main-gallery_main {
    position: relative;
    margin-right: 40px;
  }
  .lovz__main-gallery_main img {
    border-radius: 20px;
    width: 520px;
    height: 300px;
  }
  .lovz__main-gallery_main::before {
    content: "";
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    position: absolute;
    background: #009C4D;
    border-radius: 20px;
    opacity: 0.5;
    transform: translate(-50%, -50%);
  }
  .lovz__main-gallery_slide {
    border-radius: 20px;
    margin-right: 20px;
    position: relative;
  }
  .lovz__main-gallery_slide::before {
    content: "";
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    position: absolute;
    background: rgba(0, 156, 77, 0.4);
    border-radius: 20px;
    transform: translate(-50%, -50%);
  }
  .lovz__main-content {
    margin-top: 40px;
  }
  .lovz__main-content_title {
    color: #2F318B;
    width: 700px;
    font-size: 20px;
  }
  .lovz__main-content_descr {
    font-size: 20px;
    margin-top: 20px;
    width: 700px;
    color: #2F318B;
  }
  .lovz__main-content_descr a {
    color: #2F318B;
  }
  .lovz__main-content_descr a:hover {
    color: #009C4D;
  }
}
@media only screen and (max-width: 576px) {
  .work {
    position: relative;
    padding: 40px 0px;
  }
  .work__wrapper {
    display: flex;
    flex-direction: column;
    flex-direction: column;
  }
  .work__banner-item {
    width: 300px;
    height: 350px;
  }
  .work__banner-item_banner {
    height: 100%;
    margin-bottom: 40px;
  }
  .work__banner-item_text {
    position: relative;
    padding: 20px;
    color: #FFFFFF;
    font-size: 22px;
  }
  .work__banner-item_text span {
    color: #FFFFFF;
    font-family: "FiraSans-Bold";
  }
  .work__banner-item_img {
    display: none;
  }
  .work__block {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .work__block-item {
    margin-bottom: 40px;
  }
  .work__block-item_img {
    width: 70px;
    height: 70px;
    margin-bottom: 20px;
  }
  .work__block-item_img img {
    height: 100%;
    margin-left: -20px;
  }
  .work__block-item-wrapper {
    display: flex;
    flex-direction: column;
  }
  .work__block-item_text {
    width: 300px;
    font-size: 18px;
    color: #2F318B;
    position: relative;
    font-family: "Roboto";
  }
  .work__block-item_text span {
    font-family: "FiraSans-Bold";
  }
  .work__reg {
    margin-top: 40px;
    position: relative;
    display: flex;
    flex-direction: column;
  }
  .work__reg::before {
    content: "";
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translate(-50%);
    width: 100%;
    height: 5px;
    background-image: url("/GizDesign2023/media/lovz/line.svg");
    background-repeat: no-repeat;
    background-size: 100%;
  }
  .work__reg-item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .work__reg-item_wrapper {
    margin-top: 40px;
  }
  .work__reg-item_wrapper-img {
    width: 300px;
  }
  .work__reg-item_wrapper-img img {
    width: 100%;
    height: 100%;
  }
  .work__reg-item_text {
    font-size: 18px;
    color: #2F318B;
    width: 300px;
  }
  .work__descr {
    margin-top: 40px;
    font-size: 18px;
    color: #2F318B;
  }
  .work__descr span {
    font-family: "FiraSans-Bold";
  }
}
@media only screen and (min-width: 992px) {
  .work {
    position: relative;
    padding: 40px 0px;
  }
  .work__wrapper {
    display: flex;
    flex-direction: column;
  }
  .work__banner-item {
    width: 540px;
    height: 350px;
  }
  .work__banner-item_banner {
    height: 100%;
    margin-bottom: 40px;
  }
  .work__banner-item_text {
    position: relative;
    padding: 20px;
    color: #FFFFFF;
    font-size: 22px;
  }
  .work__banner-item_text span {
    color: #FFFFFF;
    font-family: "FiraSans-Bold";
  }
  .work__banner-item_img {
    height: 50px;
  }
  .work__banner-item_img img {
    height: 100%;
  }
  .work__block {
    display: flex;
    justify-content: space-between;
  }
  .work__block-item {
    margin-bottom: 40px;
  }
  .work__block-item_img {
    width: 70px;
    height: 70px;
    margin-bottom: 20px;
  }
  .work__block-item_img img {
    height: 100%;
    margin-left: -20px;
  }
  .work__block-item_text {
    width: 540px;
    font-size: 18px;
    color: #2F318B;
    position: relative;
    font-family: "Roboto";
  }
  .work__block-item_text span {
    font-family: "FiraSans-Bold";
  }
  .work__reg {
    margin-top: 40px;
    position: relative;
    width: 100%;
    display: flex;
  }
  .work__reg::before {
    content: "";
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translate(-50%);
    width: 100%;
    height: 5px;
    background-image: url("/GizDesign2023/media/lovz/line.svg");
    background-repeat: no-repeat;
    background-size: 100%;
  }
  .work__reg-item {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
  .work__reg-item_wrapper-img {
    width: 480px;
  }
  .work__reg-item_wrapper-img img {
    width: 100%;
    height: 100%;
  }
  .work__reg-item_text {
    font-size: 18px;
    color: #2F318B;
    width: 600px;
  }
  .work__descr {
    margin-top: 40px;
    font-size: 18px;
    color: #2F318B;
  }
  .work__descr span {
    font-family: "FiraSans-Bold";
  }
}
@media only screen and (max-width: 576px) {
  .guidance {
    padding: 40px 0px;
  }
  .guidance__wrapper {
    display: flex;
    flex-direction: column;
  }
  .guidance__main-title {
    font-size: 20px;
    font-family: "Roboto-Bold";
    color: #2F318B;
    margin-bottom: 10px;
  }
  .guidance__main-descr {
    font-size: 18px;
    color: #2F318B;
    margin-bottom: 40px;
  }
  .guidance__btn {
    display: flex;
    align-items: center;
    border-radius: 20px;
    border: 2px solid #009C4D;
    height: 40px;
    position: relative;
    width: 220px;
    margin-bottom: 30px;
  }
  .guidance__btn-img {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    width: 40px;
    height: 40px;
    margin-left: -10px;
    background: #F7B600;
  }
  .guidance__btn-img img {
    width: 25px;
    height: 25px;
  }
  .guidance__btn-text {
    font-size: 12px;
    line-height: 10px;
    width: 185px;
    padding-left: 10px;
    color: #009C4D;
    font-family: "Roboto-Bold";
  }
  .guidance__block {
    display: flex;
  }
  .guidance__block-content {
    width: 100%;
    font-size: 16px;
    color: #2F318B;
  }
  .guidance__block-design {
    display: none;
  }
  .guidance__descr {
    margin-top: 20px;
    width: 100%;
    font-size: 16px;
    color: #009C4D;
  }
  .guidance__banner {
    margin-top: 60px;
  }
  .guidance__step-title {
    font-size: 18px;
    width: 100%;
    color: #009C4D;
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .guidance__step-wrapper {
    display: flex;
    flex-direction: column;
  }
  .guidance__step-item {
    width: 100%;
    display: flex;
    margin-bottom: 30px;
  }
  .guidance__step-item_img {
    width: 50px;
    height: 50px;
  }
  .guidance__step-item_img img {
    width: 100%;
    height: 100%;
  }
  .guidance__step-item_text {
    margin-left: 20px;
    width: 300px;
    font-size: 16px;
    color: #B6B7B7;
  }
  .guidance__step-item_guid {
    display: flex;
    width: 70%;
    align-items: center;
    justify-content: center;
  }
}
@media only screen and (min-width: 992px) {
  .guidance {
    padding: 40px 0px;
  }
  .guidance__wrapper {
    display: flex;
    justify-content: space-between;
  }
  .guidance__main-title {
    font-size: 20px;
    font-family: "Roboto-Bold";
    color: #2F318B;
    margin-bottom: 10px;
  }
  .guidance__main-descr {
    font-size: 18px;
    color: #2F318B;
    margin-bottom: 40px;
  }
  .guidance__btn {
    display: flex;
    align-items: center;
    border-radius: 20px;
    border: 2px solid #009C4D;
    height: 40px;
    position: relative;
  }
  .guidance__btn-img {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    width: 40px;
    height: 40px;
    margin-left: -10px;
    background: #F7B600;
  }
  .guidance__btn-img img {
    width: 25px;
    height: 25px;
  }
  .guidance__btn-text {
    font-size: 12px;
    line-height: 10px;
    width: 185px;
    padding-left: 10px;
    color: #009C4D;
    font-family: "Roboto-Bold";
  }
  .guidance__block {
    display: flex;
  }
  .guidance__block-content {
    width: 85%;
    font-size: 16px;
    color: #2F318B;
  }
  .guidance__block-design {
    display: flex;
    width: 15%;
    height: 360px;
    justify-content: flex-end;
  }
  .guidance__block-design img {
    height: 100%;
  }
  .guidance__descr {
    margin-top: 20px;
    width: 85%;
    font-size: 16px;
    color: #009C4D;
  }
  .guidance__banner {
    margin-top: 60px;
  }
  .guidance__step-title {
    font-size: 18px;
    width: 440px;
    color: #009C4D;
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .guidance__step-wrapper {
    display: flex;
    flex-wrap: wrap;
  }
  .guidance__step-item {
    width: 45.5%;
    display: flex;
  }
  .guidance__step-item_img {
    width: 50px;
    height: 50px;
  }
  .guidance__step-item_img img {
    width: 100%;
    height: 100%;
  }
  .guidance__step-item_text {
    margin-left: 20px;
    width: 300px;
    font-size: 16px;
    color: #B6B7B7;
  }
  .guidance__step-item_guid {
    display: flex;
    width: 40%;
    align-items: center;
    justify-content: center;
  }
}
@media only screen and (max-width: 576px) {
  .allowance {
    padding: 40px 0px;
  }
  .allowance__wrapper {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  }
  .allowance__main-title {
    font-size: 18px;
    color: #2F318B;
    font-family: "Roboto-Bold";
    line-height: 25px;
  }
  .allowance__main-descr {
    font-size: 16px;
    color: #2F318B;
    margin-top: 20px;
  }
  .allowance__btn {
    display: flex;
    width: 200px;
    align-items: center;
    border-radius: 20px;
    border: 2px solid #2F318B;
    height: 40px;
    position: relative;
    margin-top: 20px;
  }
  .allowance__btn_bottom {
    display: flex;
    align-items: center;
    border-radius: 20px;
    border: 2px solid #2F318B;
    height: 40px;
    margin-top: 40px;
    width: 220px;
    position: relative;
  }
  .allowance__btn-img {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    width: 40px;
    height: 40px;
    margin-left: -10px;
    background: #009C4D;
  }
  .allowance__btn-img img {
    width: 25px;
    height: 25px;
  }
  .allowance__btn-text {
    font-size: 12px;
    line-height: 10px;
    width: 185px;
    padding-left: 10px;
    color: #009C4D;
    font-family: "Roboto-Bold";
  }
  .allowance__items {
    display: flex;
    margin-top: 40px;
    justify-content: space-between;
    flex-direction: column;
    margin-bottom: 40px;
  }
  .allowance__items-item {
    display: flex;
    width: 100%;
    margin-bottom: 20px;
  }
  .allowance__items-item_img img {
    width: 30px;
  }
  .allowance__items-item_text {
    font-size: 16px;
    color: #2F318B;
    margin-left: 20px;
  }
  .allowance__items_des {
    display: none;
  }
  .allowance__term-title {
    font-size: 18px;
    color: #009C4D;
    font-family: "Roboto-Bold";
    margin-bottom: 20px;
    position: relative;
    margin-left: 10px;
  }
  .allowance__term-title::before {
    content: "";
    position: absolute;
    width: 15px;
    height: 15px;
    background: url("/GizDesign2023/media/allowance/service_1.svg") no-repeat;
    top: 5px;
    left: -25px;
  }
  .allowance__term-descr {
    margin-left: 10px;
    font-size: 18px;
    color: #009C4D;
    margin-top: 20px;
    width: 300px;
    margin-bottom: 40px;
    position: relative;
  }
  .allowance__category-descr {
    display: flex;
    margin-top: 20px;
  }
  .allowance__category-descr_img {
    margin-right: 40px;
  }
  .allowance__category-descr_img img {
    width: 50px;
    height: 50px;
  }
  .allowance__category-descr_text {
    font-size: 18px;
    color: #2F318B;
  }
  .allowance__category-descr_text a {
    color: #009C4D;
    text-decoration: underline;
  }
  .allowance__category-title {
    font-size: 18px;
    color: #2F318B;
    font-family: "Roboto-Bold";
    margin-bottom: 20px;
    position: relative;
    margin-left: 10px;
  }
  .allowance__category-title::before {
    content: "";
    position: absolute;
    width: 15px;
    height: 15px;
    background: url("/GizDesign2023/media/allowance/service_2.svg") no-repeat;
    top: 5px;
    left: -25px;
  }
  .allowance__category-wrapper {
    display: flex;
    flex-direction: column;
  }
  .allowance__category-item {
    display: flex;
    border-radius: 20px;
    border: 2px solid #B6B7B7;
    padding: 20px;
    margin-bottom: 20px;
  }
  .allowance__category-item_img {
    margin-right: 20px;
  }
  .allowance__category-item_img img {
    width: 40px;
    height: 40px;
  }
  .allowance__category-item_content-num {
    color: #009C4D;
    font-family: "Roboto-Bold";
    margin-bottom: 10px;
  }
  .allowance__category-item_content-descr {
    color: #B6B7B7;
  }
}
@media only screen and (min-width: 576px) and (max-width: 991px) {
  .allowance {
    padding: 40px 0px;
  }
  .allowance__wrapper {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  }
  .allowance__main-title {
    font-size: 18px;
    color: #2F318B;
    font-family: "Roboto-Bold";
    line-height: 25px;
  }
  .allowance__main-descr {
    font-size: 16px;
    color: #2F318B;
    margin-top: 20px;
  }
  .allowance__btn {
    display: flex;
    width: 200px;
    align-items: center;
    border-radius: 20px;
    border: 2px solid #2F318B;
    height: 40px;
    position: relative;
    margin-top: 20px;
  }
  .allowance__btn_bottom {
    display: flex;
    align-items: center;
    border-radius: 20px;
    border: 2px solid #2F318B;
    height: 40px;
    margin-top: 40px;
    width: 220px;
    position: relative;
  }
  .allowance__btn-img {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    width: 40px;
    height: 40px;
    margin-left: -10px;
    background: #009C4D;
  }
  .allowance__btn-img img {
    width: 25px;
    height: 25px;
  }
  .allowance__btn-text {
    font-size: 12px;
    line-height: 10px;
    width: 185px;
    padding-left: 10px;
    color: #009C4D;
    font-family: "Roboto-Bold";
  }
  .allowance__items {
    display: flex;
    margin-top: 40px;
    justify-content: space-between;
    flex-direction: column;
    margin-bottom: 40px;
  }
  .allowance__items-item {
    display: flex;
    width: 100%;
    margin-bottom: 20px;
  }
  .allowance__items-item_img img {
    width: 30px;
  }
  .allowance__items-item_text {
    font-size: 16px;
    color: #2F318B;
    margin-left: 20px;
  }
  .allowance__items_des {
    display: none;
  }
  .allowance__term-title {
    font-size: 18px;
    color: #009C4D;
    font-family: "Roboto-Bold";
    margin-bottom: 20px;
    position: relative;
    margin-left: 10px;
  }
  .allowance__term-title::before {
    content: "";
    position: absolute;
    width: 15px;
    height: 15px;
    background: url("/GizDesign2023/media/allowance/service_1.svg") no-repeat;
    top: 5px;
    left: -25px;
  }
  .allowance__term-descr {
    margin-left: 10px;
    font-size: 18px;
    color: #009C4D;
    margin-top: 20px;
    width: 300px;
    margin-bottom: 40px;
    position: relative;
  }
  .allowance__category-descr {
    display: flex;
    margin-top: 20px;
  }
  .allowance__category-descr_img {
    margin-right: 40px;
  }
  .allowance__category-descr_img img {
    width: 50px;
    height: 50px;
  }
  .allowance__category-descr_text {
    font-size: 18px;
    color: #2F318B;
  }
  .allowance__category-descr_text a {
    color: #009C4D;
    text-decoration: underline;
  }
  .allowance__category-title {
    font-size: 18px;
    color: #2F318B;
    font-family: "Roboto-Bold";
    margin-bottom: 20px;
    position: relative;
    margin-left: 10px;
  }
  .allowance__category-title::before {
    content: "";
    position: absolute;
    width: 15px;
    height: 15px;
    background: url("/GizDesign2023/media/allowance/service_2.svg") no-repeat;
    top: 5px;
    left: -25px;
  }
  .allowance__category-wrapper {
    display: flex;
    flex-direction: column;
  }
  .allowance__category-item {
    display: flex;
    border-radius: 20px;
    border: 2px solid #B6B7B7;
    padding: 20px;
    margin-bottom: 20px;
  }
  .allowance__category-item_img {
    margin-right: 20px;
  }
  .allowance__category-item_img img {
    width: 40px;
    height: 40px;
  }
  .allowance__category-item_content-num {
    color: #009C4D;
    font-family: "Roboto-Bold";
    margin-bottom: 10px;
  }
  .allowance__category-item_content-descr {
    color: #B6B7B7;
  }
}
@media only screen and (min-width: 992px) {
  .allowance {
    padding: 40px 0px;
  }
  .allowance__wrapper {
    display: flex;
    justify-content: space-between;
  }
  .allowance__main-title {
    font-size: 20px;
    color: #2F318B;
    font-family: "Roboto-Bold";
    line-height: 25px;
  }
  .allowance__main-descr {
    font-size: 18px;
    color: #2F318B;
    margin-top: 20px;
  }
  .allowance__btn {
    display: flex;
    align-items: center;
    border-radius: 20px;
    border: 2px solid #2F318B;
    height: 40px;
    position: relative;
  }
  .allowance__btn_bottom {
    display: flex;
    align-items: center;
    border-radius: 20px;
    border: 2px solid #2F318B;
    height: 40px;
    margin-top: 40px;
    width: 220px;
    position: relative;
  }
  .allowance__btn-img {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    width: 40px;
    height: 40px;
    margin-left: -10px;
    background: #009C4D;
  }
  .allowance__btn-img img {
    width: 25px;
    height: 25px;
  }
  .allowance__btn-text {
    font-size: 12px;
    line-height: 10px;
    width: 185px;
    padding-left: 10px;
    color: #009C4D;
    font-family: "Roboto-Bold";
  }
  .allowance__items {
    display: flex;
    margin-top: 40px;
    justify-content: space-between;
    margin-bottom: 40px;
  }
  .allowance__items-item {
    display: flex;
    width: 40%;
  }
  .allowance__items-item_img img {
    width: 30px;
  }
  .allowance__items-item_text {
    font-size: 16px;
    color: #2F318B;
    margin-left: 20px;
  }
  .allowance__items_des {
    width: 50px;
  }
  .allowance__items_des img {
    width: 100%;
    height: 100%;
  }
  .allowance__term-title {
    font-size: 20px;
    color: #009C4D;
    font-family: "Roboto-Bold";
    margin-bottom: 20px;
    position: relative;
  }
  .allowance__term-title::before {
    content: "";
    position: absolute;
    width: 15px;
    height: 15px;
    background: url("/GizDesign2023/media/allowance/service_1.svg") no-repeat;
    top: 5px;
    left: -25px;
  }
  .allowance__term-descr {
    font-size: 18px;
    color: #009C4D;
    margin-top: 20px;
    width: 580px;
    margin-bottom: 40px;
    position: relative;
  }
  .allowance__category-descr {
    display: flex;
    margin-top: 20px;
    width: 85%;
  }
  .allowance__category-descr_img {
    margin-right: 40px;
  }
  .allowance__category-descr_img img {
    width: 50px;
    height: 50px;
  }
  .allowance__category-descr_text {
    font-size: 18px;
    color: #2F318B;
  }
  .allowance__category-descr_text a {
    color: #009C4D;
    text-decoration: underline;
  }
  .allowance__category-title {
    font-size: 20px;
    color: #2F318B;
    font-family: "Roboto-Bold";
    margin-bottom: 20px;
    position: relative;
  }
  .allowance__category-title::before {
    content: "";
    position: absolute;
    width: 15px;
    height: 15px;
    background: url("/GizDesign2023/media/allowance/service_2.svg") no-repeat;
    top: 5px;
    left: -25px;
  }
  .allowance__category-wrapper {
    display: flex;
    flex-direction: column;
  }
  .allowance__category-item {
    display: flex;
    border-radius: 20px;
    border: 2px solid #B6B7B7;
    padding: 20px;
    margin-bottom: 20px;
  }
  .allowance__category-item_img {
    margin-right: 20px;
  }
  .allowance__category-item_img img {
    width: 40px;
    height: 40px;
  }
  .allowance__category-item_content-num {
    color: #009C4D;
    font-family: "Roboto-Bold";
    margin-bottom: 10px;
  }
  .allowance__category-item_content-descr {
    color: #B6B7B7;
  }
}
@media only screen and (max-width: 576px) {
  .foremp {
    padding: 40px 0px;
  }
  .foremp__wrapper-design {
    display: none;
  }
  .foremp__title {
    font-size: 18px;
    color: #2F318B;
    font-family: "Roboto-Bold";
    line-height: 25px;
  }
  .foremp__descr {
    font-size: 16px;
    color: #2F318B;
    margin-top: 20px;
    margin-bottom: 40px;
  }
  .foremp__block {
    display: flex;
    justify-content: space-between;
  }
  .foremp__block-content {
    margin-top: 40px;
  }
  .foremp__block-title {
    font-size: 18px;
    color: #009C4D;
    font-family: "Roboto-Bold";
    line-height: 25px;
    margin-bottom: 10px;
    position: relative;
  }
  .foremp__block-title::before {
    content: "";
    width: 15px;
    height: 15px;
    position: absolute;
    top: -20px;
    left: 0px;
    background: url("/GizDesign2023/media/foremp/design_1.svg");
  }
  .foremp__block-descr {
    width: 300px;
    font-size: 18px;
    color: #2F318B;
  }
  .foremp__block-design {
    display: none;
  }
  .foremp__items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 40px;
  }
  .foremp__items-item {
    display: flex;
    margin-bottom: 40px;
  }
  .foremp__items-item img {
    width: 20px;
    height: 20px;
    margin-right: 20px;
  }
  .foremp__items-item_text {
    font-size: 14px;
    color: #2F318B;
  }
  .foremp__link a {
    color: #2F318B;
    text-decoration: underline;
  }
}
@media only screen and (min-width: 576px) and (max-width: 991px) {
  .foremp {
    padding: 40px 0px;
  }
  .foremp__wrapper-design {
    display: none;
  }
  .foremp__title {
    font-size: 18px;
    color: #2F318B;
    font-family: "Roboto-Bold";
    line-height: 25px;
  }
  .foremp__descr {
    font-size: 16px;
    color: #2F318B;
    margin-top: 20px;
    margin-bottom: 40px;
  }
  .foremp__block {
    display: flex;
    justify-content: space-between;
  }
  .foremp__block-content {
    margin-top: 40px;
  }
  .foremp__block-title {
    font-size: 18px;
    color: #009C4D;
    font-family: "Roboto-Bold";
    line-height: 25px;
    margin-bottom: 10px;
    position: relative;
  }
  .foremp__block-title::before {
    content: "";
    width: 15px;
    height: 15px;
    position: absolute;
    top: -20px;
    left: 0px;
    background: url("/GizDesign2023/media/foremp/design_1.svg");
  }
  .foremp__block-descr {
    width: 300px;
    font-size: 18px;
    color: #2F318B;
  }
  .foremp__block-design {
    display: none;
  }
  .foremp__items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 40px;
  }
  .foremp__items-item {
    display: flex;
    margin-bottom: 40px;
  }
  .foremp__items-item img {
    width: 20px;
    height: 20px;
    margin-right: 20px;
  }
  .foremp__items-item_text {
    font-size: 14px;
    color: #2F318B;
  }
  .foremp__link a {
    color: #2F318B;
    text-decoration: underline;
  }
}
@media only screen and (min-width: 992px) {
  .foremp {
    padding: 40px 0px;
  }
  .foremp__title {
    font-size: 20px;
    color: #2F318B;
    font-family: "Roboto-Bold";
    line-height: 25px;
  }
  .foremp__wrapper {
    display: flex;
    justify-content: space-between;
  }
  .foremp__wrapper-design {
    width: 800px;
  }
  .foremp__descr {
    font-size: 18px;
    color: #2F318B;
    margin-top: 20px;
    margin-bottom: 40px;
  }
  .foremp__block {
    display: flex;
    justify-content: space-between;
  }
  .foremp__block-content {
    margin-top: 40px;
  }
  .foremp__block-title {
    font-size: 20px;
    color: #009C4D;
    font-family: "Roboto-Bold";
    line-height: 25px;
    position: relative;
  }
  .foremp__block-title::before {
    content: "";
    width: 15px;
    height: 15px;
    position: absolute;
    top: -20px;
    left: 0px;
    background: url("/GizDesign2023/media/foremp/design_1.svg");
  }
  .foremp__block-descr {
    width: 900px;
    font-size: 18px;
    color: #2F318B;
  }
  .foremp__block-design {
    margin-top: 40px;
  }
  .foremp__block-design img {
    width: 70px;
  }
  .foremp__items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 40px;
  }
  .foremp__items-item {
    display: flex;
    width: 30%;
    margin-bottom: 40px;
  }
  .foremp__items-item img {
    width: 20px;
    height: 20px;
    margin-right: 20px;
  }
  .foremp__items-item_text {
    font-size: 14px;
    color: #2F318B;
  }
  .foremp__link a {
    color: #2F318B;
    text-decoration: underline;
  }
}
@media only screen and (max-width: 576px) {
  .frequency {
    padding: 40px 0px;
  }
  .frequency__content {
    display: flex;
    margin-bottom: 40px;
    position: relative;
    margin-left: 20px;
  }
  .frequency__content-design {
    display: none;
  }
  .frequency__content::before {
    content: "";
    width: 100%;
    height: 1px;
    background: #009C4D;
    bottom: -40px;
    position: absolute;
    left: 50%;
    transform: translate(-50%);
  }
  .frequency__title {
    font-size: 18px;
    font-family: "Roboto-Bold";
    line-height: 25px;
    color: #009C4D;
    position: relative;
    margin-bottom: 40px;
  }
  .frequency__title::before {
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    top: 2px;
    left: -35px;
    background: url("/GizDesign2023/media/frequency/title.svg") no-repeat;
  }
  .frequency__descr {
    font-size: 18px;
    color: #2F318B;
    font-family: "Roboto-Bold";
    line-height: 25px;
    margin: 20px 0px;
    position: relative;
  }
  .frequency__descr::before {
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0px;
    left: -30px;
    background: url("/GizDesign2023/media/frequency/list_1.svg") no-repeat;
  }
  .frequency__sub {
    font-size: 16px;
    color: #B6B7B7;
    font-family: "Roboto-Bold";
  }
  .frequency__wrapper {
    display: flex;
    flex-direction: column;
    margin-left: 20px;
  }
  .frequency__item {
    position: relative;
  }
  .frequency__item:last-child::before {
    content: none !important;
  }
  .frequency__item::before {
    content: "";
    width: 100%;
    height: 1px;
    background: #009C4D;
    bottom: 0px;
    position: absolute;
    left: 50%;
    transform: translate(-50%);
  }
  .frequency__item:nth-child(1) .frequency__item-title {
    color: #EA5B25;
    font-size: 16px;
    margin-top: 20px;
    margin-bottom: 20px;
    font-family: "Roboto-Bold";
    position: relative;
  }
  .frequency__item:nth-child(1) .frequency__item-title::before {
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0px;
    left: -30px;
    background: url("/GizDesign2023/media/frequency/list_1.svg") no-repeat;
  }
  .frequency__item:nth-child(2) .frequency__item-title {
    color: #008ED6;
    font-size: 16px;
    margin-top: 20px;
    margin-bottom: 20px;
    font-family: "Roboto-Bold";
    position: relative;
  }
  .frequency__item:nth-child(2) .frequency__item-title::before {
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0px;
    left: -30px;
    background: url("/GizDesign2023/media/frequency/list_2.svg") no-repeat;
  }
  .frequency__item:nth-child(3) .frequency__item-title {
    color: #009B4D;
    font-size: 16px;
    margin-top: 20px;
    margin-bottom: 20px;
    font-family: "Roboto-Bold";
    position: relative;
  }
  .frequency__item:nth-child(3) .frequency__item-title::before {
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0px;
    left: -30px;
    background: url("/GizDesign2023/media/frequency/list_3.svg") no-repeat;
  }
  .frequency__item:nth-child(4) .frequency__item-title {
    color: #ED89B4;
    font-size: 16px;
    margin-top: 20px;
    margin-bottom: 20px;
    font-family: "Roboto-Bold";
    position: relative;
  }
  .frequency__item:nth-child(4) .frequency__item-title::before {
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0px;
    left: -30px;
    background: url("/GizDesign2023/media/frequency/list_4.svg") no-repeat;
  }
  .frequency__item:nth-child(5) .frequency__item-title {
    color: #63C2D0;
    font-size: 16px;
    margin-top: 20px;
    margin-bottom: 20px;
    font-family: "Roboto-Bold";
    position: relative;
  }
  .frequency__item:nth-child(5) .frequency__item-title::before {
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0px;
    left: -30px;
    background: url("/GizDesign2023/media/frequency/list_5.svg") no-repeat;
  }
  .frequency__item:nth-child(6) .frequency__item-title {
    color: #ACCD24;
    font-size: 16px;
    margin-top: 20px;
    margin-bottom: 20px;
    font-family: "Roboto-Bold";
    position: relative;
  }
  .frequency__item:nth-child(6) .frequency__item-title::before {
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0px;
    left: -30px;
    background: url("/GizDesign2023/media/frequency/list_6.svg") no-repeat;
  }
  .frequency__item-descr {
    font-size: 16px;
    font-family: "Roboto-Bold";
    color: #B6B7B7;
    margin-bottom: 40px;
  }
  .frequency__item-descr_list {
    margin-top: 20px;
    padding: 0px;
  }
  .frequency__item-descr_list-li {
    font-size: 16px;
    font-family: "Roboto-Bold";
    position: relative;
  }
  .frequency__item-descr_list-li::before {
    content: "";
    width: 10px;
    height: 10px;
    background: url("/GizDesign2023/media/frequency/link.svg") no-repeat;
    position: absolute;
    left: -20px;
    top: 10px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 991px) {
  .frequency {
    padding: 40px 0px;
  }
  .frequency__content {
    display: flex;
    margin-bottom: 40px;
    position: relative;
    margin-left: 20px;
  }
  .frequency__content-design {
    display: none;
  }
  .frequency__content::before {
    content: "";
    width: 100%;
    height: 1px;
    background: #009C4D;
    bottom: -40px;
    position: absolute;
    left: 50%;
    transform: translate(-50%);
  }
  .frequency__title {
    font-size: 18px;
    font-family: "Roboto-Bold";
    line-height: 25px;
    color: #009C4D;
    position: relative;
    margin-bottom: 40px;
  }
  .frequency__title::before {
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    top: 2px;
    left: -35px;
    background: url("/GizDesign2023/media/frequency/title.svg") no-repeat;
  }
  .frequency__descr {
    font-size: 18px;
    color: #2F318B;
    font-family: "Roboto-Bold";
    line-height: 25px;
    margin: 20px 0px;
    position: relative;
  }
  .frequency__descr::before {
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0px;
    left: -30px;
    background: url("/GizDesign2023/media/frequency/list_1.svg") no-repeat;
  }
  .frequency__sub {
    font-size: 16px;
    color: #B6B7B7;
    font-family: "Roboto-Bold";
  }
  .frequency__wrapper {
    display: flex;
    flex-direction: column;
    margin-left: 20px;
  }
  .frequency__item {
    position: relative;
  }
  .frequency__item:last-child::before {
    content: none !important;
  }
  .frequency__item::before {
    content: "";
    width: 100%;
    height: 1px;
    background: #009C4D;
    bottom: 0px;
    position: absolute;
    left: 50%;
    transform: translate(-50%);
  }
  .frequency__item:nth-child(1) .frequency__item-title {
    color: #EA5B25;
    font-size: 16px;
    margin-top: 20px;
    margin-bottom: 20px;
    font-family: "Roboto-Bold";
    position: relative;
  }
  .frequency__item:nth-child(1) .frequency__item-title::before {
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0px;
    left: -30px;
    background: url("/GizDesign2023/media/frequency/list_1.svg") no-repeat;
  }
  .frequency__item:nth-child(2) .frequency__item-title {
    color: #008ED6;
    font-size: 16px;
    margin-top: 20px;
    margin-bottom: 20px;
    font-family: "Roboto-Bold";
    position: relative;
  }
  .frequency__item:nth-child(2) .frequency__item-title::before {
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0px;
    left: -30px;
    background: url("/GizDesign2023/media/frequency/list_2.svg") no-repeat;
  }
  .frequency__item:nth-child(3) .frequency__item-title {
    color: #009B4D;
    font-size: 16px;
    margin-top: 20px;
    margin-bottom: 20px;
    font-family: "Roboto-Bold";
    position: relative;
  }
  .frequency__item:nth-child(3) .frequency__item-title::before {
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0px;
    left: -30px;
    background: url("/GizDesign2023/media/frequency/list_3.svg") no-repeat;
  }
  .frequency__item:nth-child(4) .frequency__item-title {
    color: #ED89B4;
    font-size: 16px;
    margin-top: 20px;
    margin-bottom: 20px;
    font-family: "Roboto-Bold";
    position: relative;
  }
  .frequency__item:nth-child(4) .frequency__item-title::before {
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0px;
    left: -30px;
    background: url("/GizDesign2023/media/frequency/list_4.svg") no-repeat;
  }
  .frequency__item:nth-child(5) .frequency__item-title {
    color: #63C2D0;
    font-size: 16px;
    margin-top: 20px;
    margin-bottom: 20px;
    font-family: "Roboto-Bold";
    position: relative;
  }
  .frequency__item:nth-child(5) .frequency__item-title::before {
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0px;
    left: -30px;
    background: url("/GizDesign2023/media/frequency/list_5.svg") no-repeat;
  }
  .frequency__item:nth-child(6) .frequency__item-title {
    color: #ACCD24;
    font-size: 16px;
    margin-top: 20px;
    margin-bottom: 20px;
    font-family: "Roboto-Bold";
    position: relative;
  }
  .frequency__item:nth-child(6) .frequency__item-title::before {
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0px;
    left: -30px;
    background: url("/GizDesign2023/media/frequency/list_6.svg") no-repeat;
  }
  .frequency__item-descr {
    font-size: 16px;
    font-family: "Roboto-Bold";
    color: #B6B7B7;
    margin-bottom: 40px;
  }
  .frequency__item-descr_list {
    margin-top: 20px;
    padding: 0px;
  }
  .frequency__item-descr_list-li {
    font-size: 16px;
    font-family: "Roboto-Bold";
    position: relative;
  }
  .frequency__item-descr_list-li::before {
    content: "";
    width: 10px;
    height: 10px;
    background: url("/GizDesign2023/media/frequency/link.svg") no-repeat;
    position: absolute;
    left: -20px;
    top: 10px;
  }
}
@media only screen and (min-width: 992px) {
  .frequency {
    padding: 40px 0px;
  }
  .frequency__content {
    display: flex;
    margin-bottom: 40px;
    position: relative;
    margin-left: 50px;
  }
  .frequency__content-design img {
    width: 50px;
  }
  .frequency__content::before {
    content: "";
    width: 100%;
    height: 1px;
    background: #009C4D;
    bottom: -40px;
    position: absolute;
    left: 50%;
    transform: translate(-50%);
  }
  .frequency__title {
    font-size: 20px;
    font-family: "Roboto-Bold";
    line-height: 25px;
    color: #009C4D;
    position: relative;
    margin-bottom: 40px;
  }
  .frequency__title::before {
    content: "";
    width: 30px;
    height: 30px;
    position: absolute;
    top: 0px;
    left: -45px;
    background: url("/GizDesign2023/media/frequency/title.svg") no-repeat;
  }
  .frequency__descr {
    font-size: 18px;
    color: #2F318B;
    font-family: "Roboto-Bold";
    line-height: 25px;
    margin: 20px 0px;
    position: relative;
  }
  .frequency__descr::before {
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0px;
    left: -30px;
    background: url("/GizDesign2023/media/frequency/list_1.svg") no-repeat;
  }
  .frequency__sub {
    font-size: 16px;
    color: #B6B7B7;
    font-family: "Roboto-Bold";
    width: 90%;
  }
  .frequency__wrapper {
    display: flex;
    flex-direction: column;
    margin-left: 50px;
  }
  .frequency__item {
    position: relative;
  }
  .frequency__item:last-child::before {
    content: none !important;
  }
  .frequency__item::before {
    content: "";
    width: 100%;
    height: 1px;
    background: #009C4D;
    bottom: 0px;
    position: absolute;
    left: 50%;
    transform: translate(-50%);
  }
  .frequency__item:nth-child(1) .frequency__item-title {
    color: #EA5B25;
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 20px;
    font-family: "Roboto-Bold";
    position: relative;
  }
  .frequency__item:nth-child(1) .frequency__item-title::before {
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0px;
    left: -30px;
    background: url("/GizDesign2023/media/frequency/list_1.svg") no-repeat;
  }
  .frequency__item:nth-child(2) .frequency__item-title {
    color: #008ED6;
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 20px;
    font-family: "Roboto-Bold";
    position: relative;
  }
  .frequency__item:nth-child(2) .frequency__item-title::before {
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0px;
    left: -30px;
    background: url("/GizDesign2023/media/frequency/list_2.svg") no-repeat;
  }
  .frequency__item:nth-child(3) .frequency__item-title {
    color: #009B4D;
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 20px;
    font-family: "Roboto-Bold";
    position: relative;
  }
  .frequency__item:nth-child(3) .frequency__item-title::before {
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0px;
    left: -30px;
    background: url("/GizDesign2023/media/frequency/list_3.svg") no-repeat;
  }
  .frequency__item:nth-child(4) .frequency__item-title {
    color: #ED89B4;
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 20px;
    font-family: "Roboto-Bold";
    position: relative;
  }
  .frequency__item:nth-child(4) .frequency__item-title::before {
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0px;
    left: -30px;
    background: url("/GizDesign2023/media/frequency/list_4.svg") no-repeat;
  }
  .frequency__item:nth-child(5) .frequency__item-title {
    color: #63C2D0;
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 20px;
    font-family: "Roboto-Bold";
    position: relative;
  }
  .frequency__item:nth-child(5) .frequency__item-title::before {
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0px;
    left: -30px;
    background: url("/GizDesign2023/media/frequency/list_5.svg") no-repeat;
  }
  .frequency__item:nth-child(6) .frequency__item-title {
    color: #ACCD24;
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 20px;
    font-family: "Roboto-Bold";
    position: relative;
  }
  .frequency__item:nth-child(6) .frequency__item-title::before {
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0px;
    left: -30px;
    background: url("/GizDesign2023/media/frequency/list_6.svg") no-repeat;
  }
  .frequency__item-descr {
    font-family: 16px;
    color: #B6B7B7;
    margin-bottom: 40px;
  }
  .frequency__item-descr_list {
    margin-top: 20px;
    padding: 0px;
  }
  .frequency__item-descr_list-li {
    position: relative;
  }
  .frequency__item-descr_list-li::before {
    content: "";
    width: 10px;
    height: 10px;
    background: url("/GizDesign2023/media/frequency/link.svg") no-repeat;
    position: absolute;
    left: -20px;
    top: 10px;
  }
}
@media only screen and (max-width: 576px) {
  .teach {
    padding: 40px 0px;
  }
  .teach__title {
    font-size: 20px;
    color: #2F318B;
    position: relative;
    font-family: "Roboto-Bold";
    line-height: 25px;
    margin-bottom: 40px;
  }
  .teach__title::before {
    display: none;
  }
  .teach__content {
    display: flex;
    justify-content: space-between;
  }
  .teach__content-text {
    width: 100%;
    font-size: 16px;
    color: #2F318B;
    position: relative;
    margin-bottom: 20px;
  }
  .teach__content-text::before {
    content: "";
    width: 100%;
    bottom: -20px;
    left: 50%;
    transform: translate(-50%);
    position: absolute;
    height: 2px;
    background: #2F318B;
  }
  .teach__content-design img {
    display: none;
  }
  .teach__block {
    display: flex;
    flex-direction: column;
    margin-top: 40px;
    position: relative;
  }
  .teach__block-item:nth-child(1) .teach__block-item_text {
    font-size: 18px;
    font-family: "Roboto-Bold";
    color: #2F318A;
    position: relative;
    margin-left: 40px;
    margin-bottom: 20px;
    width: 300px;
  }
  .teach__block-item:nth-child(1) .teach__block-item_text::before {
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0px;
    left: -40px;
    background: url("/GizDesign2023/media/teach/item_1.svg");
  }
  .teach__block-item:nth-child(2) .teach__block-item_text {
    font-size: 18px;
    font-family: "Roboto-Bold";
    color: #009B4D;
    position: relative;
    margin-left: 40px;
    margin-bottom: 20px;
    width: 300px;
  }
  .teach__block-item:nth-child(2) .teach__block-item_text::before {
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0px;
    left: -40px;
    background: url("/GizDesign2023/media/teach/item_2.svg");
  }
  .teach__block-item:nth-child(3) .teach__block-item_text {
    font-size: 18px;
    font-family: "Roboto-Bold";
    color: #008ED6;
    position: relative;
    margin-left: 40px;
    margin-bottom: 20px;
    width: 300px;
  }
  .teach__block-item:nth-child(3) .teach__block-item_text::before {
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0px;
    left: -40px;
    background: url("/GizDesign2023/media/teach/item_3.svg");
  }
  .teach__block-descr {
    font-size: 16px;
    color: #2F318B;
    width: 100%;
    margin-bottom: 40px;
  }
  .teach__block::before {
    content: "";
    width: 100%;
    bottom: 0px;
    left: 50%;
    transform: translate(-50%);
    position: absolute;
    height: 2px;
    background: #2F318B;
  }
  .teach__advantages-title {
    font-size: 20px;
    font-family: "Roboto-Bold";
    color: #009C4D;
    margin: 20px 0px;
  }
  .teach__advantages-list {
    margin-left: 40px;
    font-size: 16px;
    color: #2F318B;
  }
  .teach__advantages-list_item {
    margin-bottom: 20px;
    position: relative;
  }
  .teach__advantages-list_item::before {
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    top: 5px;
    left: -40px;
    background: url("/GizDesign2023/media/teach/list.svg") no-repeat;
  }
}
@media only screen and (min-width: 992px) {
  .teach {
    padding: 40px 0px;
  }
  .teach__title {
    font-size: 20px;
    color: #2F318B;
    margin-left: 50px;
    position: relative;
    font-family: "Roboto-Bold";
    line-height: 25px;
    margin-bottom: 40px;
  }
  .teach__title::before {
    content: "";
    width: 30px;
    height: 30px;
    top: 0px;
    left: -45px;
    background: url("/GizDesign2023/media/teach/teach_1.svg") no-repeat;
    position: absolute;
  }
  .teach__content {
    display: flex;
    margin-left: 50px;
    justify-content: space-between;
  }
  .teach__content-text {
    width: 90%;
    font-size: 16px;
    color: #2F318B;
    position: relative;
  }
  .teach__content-text::before {
    content: "";
    width: 100%;
    bottom: 0px;
    left: 50%;
    transform: translate(-50%);
    position: absolute;
    height: 2px;
    background: #2F318B;
  }
  .teach__content-design img {
    width: 50px;
  }
  .teach__block {
    display: flex;
    flex-direction: column;
    margin-left: 50px;
    margin-top: 40px;
    position: relative;
  }
  .teach__block-item:nth-child(1) .teach__block-item_text {
    font-size: 18px;
    font-family: "Roboto-Bold";
    color: #2F318A;
    position: relative;
    margin-left: 40px;
    margin-bottom: 20px;
    width: 540px;
  }
  .teach__block-item:nth-child(1) .teach__block-item_text::before {
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0px;
    left: -40px;
    background: url("/GizDesign2023/media/teach/item_1.svg");
  }
  .teach__block-item:nth-child(2) .teach__block-item_text {
    font-size: 18px;
    font-family: "Roboto-Bold";
    color: #009B4D;
    position: relative;
    margin-left: 40px;
    margin-bottom: 20px;
    width: 540px;
  }
  .teach__block-item:nth-child(2) .teach__block-item_text::before {
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0px;
    left: -40px;
    background: url("/GizDesign2023/media/teach/item_2.svg");
  }
  .teach__block-item:nth-child(3) .teach__block-item_text {
    font-size: 18px;
    font-family: "Roboto-Bold";
    color: #008ED6;
    position: relative;
    margin-left: 40px;
    margin-bottom: 20px;
    width: 540px;
  }
  .teach__block-item:nth-child(3) .teach__block-item_text::before {
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0px;
    left: -40px;
    background: url("/GizDesign2023/media/teach/item_3.svg");
  }
  .teach__block-descr {
    font-size: 16px;
    color: #2F318B;
    width: 90%;
    margin-bottom: 40px;
  }
  .teach__block::before {
    content: "";
    width: 100%;
    bottom: 0px;
    left: 50%;
    transform: translate(-50%);
    position: absolute;
    height: 2px;
    background: #2F318B;
  }
  .teach__advantages {
    margin-left: 50px;
  }
  .teach__advantages-title {
    font-size: 20px;
    font-family: "Roboto-Bold";
    color: #009C4D;
    margin: 20px 0px;
  }
  .teach__advantages-list {
    margin-left: 40px;
    font-size: 16px;
    color: #2F318B;
  }
  .teach__advantages-list_item {
    margin-bottom: 20px;
    position: relative;
  }
  .teach__advantages-list_item::before {
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    top: 5px;
    left: -40px;
    background: url("/GizDesign2023/media/teach/list.svg") no-repeat;
  }
}
@media only screen and (max-width: 576px) {
  .worker {
    padding: 40px 0px;
  }
  .worker__title {
    font-size: 20px;
    font-family: "Roboto-Bold";
    line-height: 25px;
    color: #2F318B;
  }
  .worker__banner {
    display: none;
  }
  .worker__descr {
    font-size: 18px;
    line-height: 25px;
    color: #2F318B;
    margin: 20px 0px;
  }
  .worker__block-title {
    font-size: 20px;
    font-family: "Roboto-Bold";
    line-height: 25px;
    color: #009C4D;
    width: 300px;
  }
  .worker__block-wrapper {
    display: flex;
    flex-direction: column;
    margin-top: 20px;
    margin-bottom: 40px;
  }
  .worker__block-item {
    display: flex;
    margin-right: 20px;
  }
  .worker__block-item_img {
    width: 20px;
  }
  .worker__block-item_text {
    font-size: 16px;
    color: #2F318B;
    margin-left: 10px;
    width: 300px;
  }
  .worker__block-descr {
    font-size: 18px;
    color: #2F318B;
    width: 300px;
    margin-bottom: 20px;
  }
  .worker__category-wrapper {
    display: flex;
    flex-direction: column;
  }
  .worker__category-item {
    display: flex;
    margin-bottom: 20px;
    border: 2px solid #B6B7B7;
    padding: 20px;
    border-radius: 20px;
  }
  .worker__category-item_img {
    width: 30px;
    margin-right: 20px;
  }
  .worker__category-item_content {
    display: flex;
    flex-direction: column;
  }
  .worker__category-item_content-num {
    font-size: 18px;
    color: #009C4D;
    font-family: "Roboto-Bold";
  }
  .worker__category-item_content-text {
    font-size: 16px;
    color: #B6B7B7;
    margin-top: 10px;
    width: 280px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 991px) {
  .worker {
    padding: 40px 0px;
  }
  .worker__title {
    font-size: 20px;
    font-family: "Roboto-Bold";
    line-height: 25px;
    color: #2F318B;
  }
  .worker__banner {
    display: none;
  }
  .worker__descr {
    font-size: 18px;
    line-height: 25px;
    color: #2F318B;
    margin: 20px 0px;
  }
  .worker__block-title {
    font-size: 20px;
    font-family: "Roboto-Bold";
    line-height: 25px;
    color: #009C4D;
    width: 300px;
  }
  .worker__block-wrapper {
    display: flex;
    flex-direction: column;
    margin-top: 20px;
    margin-bottom: 40px;
  }
  .worker__block-item {
    display: flex;
    margin-right: 20px;
  }
  .worker__block-item_img {
    width: 20px;
  }
  .worker__block-item_text {
    font-size: 16px;
    color: #2F318B;
    margin-left: 10px;
    width: 300px;
  }
  .worker__block-descr {
    font-size: 18px;
    color: #2F318B;
    width: 300px;
    margin-bottom: 20px;
  }
  .worker__category-wrapper {
    display: flex;
    flex-direction: column;
  }
  .worker__category-item {
    display: flex;
    margin-bottom: 20px;
    border: 2px solid #B6B7B7;
    padding: 20px;
    border-radius: 20px;
  }
  .worker__category-item_img {
    width: 30px;
    margin-right: 20px;
  }
  .worker__category-item_content {
    display: flex;
    flex-direction: column;
  }
  .worker__category-item_content-num {
    font-size: 18px;
    color: #009C4D;
    font-family: "Roboto-Bold";
  }
  .worker__category-item_content-text {
    font-size: 16px;
    color: #B6B7B7;
    margin-top: 10px;
    width: 280px;
  }
}
@media only screen and (min-width: 992px) {
  .worker {
    padding: 40px 0px;
  }
  .worker__title {
    font-size: 20px;
    font-family: "Roboto-Bold";
    line-height: 25px;
    color: #2F318B;
  }
  .worker__descr {
    font-size: 18px;
    line-height: 25px;
    color: #2F318B;
    margin: 20px 0px;
  }
  .worker__block-title {
    font-size: 20px;
    font-family: "Roboto-Bold";
    line-height: 25px;
    color: #009C4D;
    width: 400px;
  }
  .worker__block-wrapper {
    display: flex;
    margin-top: 20px;
    margin-bottom: 40px;
  }
  .worker__block-item {
    display: flex;
    margin-right: 20px;
  }
  .worker__block-item_img {
    width: 20px;
  }
  .worker__block-item_text {
    font-size: 16px;
    color: #2F318B;
    margin-left: 10px;
    width: 300px;
  }
  .worker__block-descr {
    font-size: 18px;
    color: #2F318B;
    width: 990px;
    margin-bottom: 20px;
  }
  .worker__category-wrapper {
    display: flex;
    flex-direction: column;
  }
  .worker__category-item {
    display: flex;
    margin-bottom: 20px;
    border: 2px solid #B6B7B7;
    padding: 20px;
    border-radius: 20px;
  }
  .worker__category-item_img {
    width: 30px;
    margin-right: 20px;
  }
  .worker__category-item_content {
    display: flex;
    flex-direction: column;
  }
  .worker__category-item_content-num {
    font-size: 18px;
    color: #009C4D;
    font-family: "Roboto-Bold";
  }
  .worker__category-item_content-text {
    font-size: 16px;
    color: #B6B7B7;
    margin-top: 10px;
    width: 900px;
  }
}
@media only screen and (max-width: 576px) {
  .documents {
    padding-top: 20px;
  }
  .documents__title {
    font-size: 18px;
    font-family: "Roboto-Bold";
    color: #009C4D;
  }
  .documents__wrapper {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
  }
  .documents__item {
    display: flex;
    align-items: center;
    margin-top: 20px;
    margin-right: 20px;
  }
  .documents__item-img {
    width: 40px;
    height: 40px;
    margin-right: 20px;
  }
  .documents__item-img img {
    width: 100%;
    height: 100%;
  }
  .documents__item:nth-child(1) .documents__item-text {
    font-size: 14px;
    font-family: "Roboto-Bold";
    color: #2F318A;
    line-height: 15px;
  }
  .documents__item:nth-child(2) .documents__item-text {
    font-size: 14px;
    font-family: "Roboto-Bold";
    color: #009B4D;
    line-height: 15px;
  }
  .documents__item:nth-child(3) .documents__item-text {
    font-size: 14px;
    font-family: "Roboto-Bold";
    color: #EF851B;
    line-height: 15px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 991px) {
  .documents {
    padding-top: 20px;
  }
  .documents__title {
    font-size: 18px;
    font-family: "Roboto-Bold";
    color: #009C4D;
  }
  .documents__wrapper {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
  }
  .documents__item {
    display: flex;
    align-items: center;
    margin-top: 20px;
    margin-right: 20px;
  }
  .documents__item-img {
    width: 40px;
    height: 40px;
    margin-right: 20px;
  }
  .documents__item-img img {
    width: 100%;
    height: 100%;
  }
  .documents__item:nth-child(1) .documents__item-text {
    font-size: 14px;
    font-family: "Roboto-Bold";
    color: #2F318A;
    line-height: 15px;
  }
  .documents__item:nth-child(2) .documents__item-text {
    font-size: 14px;
    font-family: "Roboto-Bold";
    color: #009B4D;
    line-height: 15px;
  }
  .documents__item:nth-child(3) .documents__item-text {
    font-size: 14px;
    font-family: "Roboto-Bold";
    color: #EF851B;
    line-height: 15px;
  }
}
@media only screen and (min-width: 992px) {
  .documents {
    padding-top: 20px;
  }
  .documents__title {
    font-size: 18px;
    font-family: "Roboto-Bold";
    color: #009C4D;
  }
  .documents__wrapper {
    display: flex;
    margin-bottom: 20px;
  }
  .documents__item {
    display: flex;
    align-items: center;
    margin-top: 20px;
    margin-right: 20px;
  }
  .documents__item-img {
    width: 40px;
    height: 40px;
    margin-right: 20px;
  }
  .documents__item-img img {
    width: 100%;
    height: 100%;
  }
  .documents__item:nth-child(1) .documents__item-text {
    font-size: 14px;
    font-family: "Roboto-Bold";
    color: #2F318A;
    line-height: 15px;
  }
  .documents__item:nth-child(2) .documents__item-text {
    font-size: 14px;
    font-family: "Roboto-Bold";
    color: #009B4D;
    line-height: 15px;
  }
  .documents__item:nth-child(3) .documents__item-text {
    font-size: 14px;
    font-family: "Roboto-Bold";
    color: #EF851B;
    line-height: 15px;
  }
}
@media only screen and (max-width: 576px) {
  .how__title {
    font-size: 18px;
    color: #2F318B;
    font-family: "Roboto-Bold";
    margin-bottom: 20px;
  }
  .how__descr {
    font-family: 16px;
    color: #2F318B;
  }
  .how__service {
    margin-top: 20px;
    font-size: 16px;
    color: #009C4D;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
  }
  .how__service img {
    width: 30px;
    margin-right: 20px;
  }
  .how__wrapper {
    display: flex;
    flex-direction: column;
  }
  .how__item {
    display: flex;
    padding: 20px;
    border: 2px solid #B6B7B7;
    border-radius: 20px;
    margin-bottom: 20px;
  }
  .how__item-img {
    width: 30px;
    margin-right: 20px;
  }
  .how__item-content_num {
    font-size: 18px;
    color: #009C4D;
  }
  .how__item-content_text {
    font-size: 16px;
    color: #B6B7B7;
    width: 280px;
  }
  .how__item-money_content {
    border: 2px solid #B6B7B7;
    border-radius: 20px;
    padding: 20px;
    margin-bottom: 20px;
  }
  .how__item-money_content-item {
    display: flex;
    margin-bottom: 20px;
  }
  .how__item-money_content-item_img {
    width: 30px;
    margin-right: 20px;
  }
  .how__item-money_content-item_main-num {
    font-size: 18px;
    color: #009C4D;
    font-family: "Roboto-Bold";
  }
  .how__item-money_content-item_main-text {
    font-size: 16px;
    color: #B6B7B7;
    width: 280px;
  }
}
@media only screen and (min-width: 992px) {
  .how__title {
    font-size: 18px;
    color: #2F318B;
    font-family: "Roboto-Bold";
    margin-bottom: 20px;
  }
  .how__descr {
    font-family: 16px;
    color: #2F318B;
  }
  .how__service {
    margin-top: 20px;
    font-size: 16px;
    color: #009C4D;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
  }
  .how__service img {
    width: 30px;
    margin-right: 20px;
  }
  .how__wrapper {
    display: flex;
    flex-direction: column;
  }
  .how__item {
    display: flex;
    padding: 20px;
    border: 2px solid #B6B7B7;
    border-radius: 20px;
    margin-bottom: 20px;
  }
  .how__item-img {
    width: 30px;
    margin-right: 20px;
  }
  .how__item-content_num {
    font-size: 18px;
    color: #009C4D;
  }
  .how__item-content_text {
    font-size: 16px;
    color: #B6B7B7;
    width: 900px;
  }
  .how__item-money_content {
    border: 2px solid #B6B7B7;
    border-radius: 20px;
    padding: 20px;
    margin-bottom: 20px;
  }
  .how__item-money_content-item {
    display: flex;
    margin-bottom: 20px;
  }
  .how__item-money_content-item_img {
    width: 30px;
    margin-right: 20px;
  }
  .how__item-money_content-item_main-num {
    font-size: 18px;
    color: #009C4D;
    font-family: "Roboto-Bold";
  }
  .how__item-money_content-item_main-text {
    font-size: 16px;
    color: #B6B7B7;
    width: 900px;
  }
}
@media only screen and (max-width: 576px) {
  .resume {
    padding: 40px 0px;
    width: 100%;
  }
  .resume__title {
    font-size: 20px;
    font-family: "Roboto-Bold";
    color: #2F318B;
    line-height: 25px;
    margin-bottom: 20px;
  }
  .resume__subtitle {
    font-size: 20px;
    font-family: "Roboto";
    color: #2F318B;
    margin-bottom: 20px;
  }
  .resume__description {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .resume__description p {
    font-size: 16px;
    font-family: "Roboto";
    font-weight: 700;
    width: 70%;
    color: #2F318B;
  }
  .resume__description img {
    display: none;
  }
  .resume__content {
    display: flex;
    flex-direction: column;
    margin-top: 40px;
  }
  .resume__content-item {
    display: flex;
    width: 100%;
    border-radius: 20px;
    border: 2px solid #B6B7B7;
    padding: 20px;
    cursor: pointer;
    transition: border 0.6s ease;
    margin-bottom: 20px;
  }
  .resume__content-item:hover {
    border: 2px solid #009C4D;
  }
  .resume__content-item img {
    width: 40px;
    height: 40px;
    margin-right: 20px;
  }
  .resume__content-item__title {
    font-size: 18px;
    color: #2F318B;
    font-family: "Roboto";
    font-weight: 700;
    margin-bottom: 10px;
  }
  .resume__content-item__descr {
    font-size: 16px;
    font-family: "Roboto";
    color: #B6B7B7;
  }
  .resume__bottom-title {
    font-size: 24px;
    font-family: "Roboto-Bold";
    color: #009C4D;
    line-height: 25px;
    margin-top: 20px;
    margin-bottom: 40px;
    position: relative;
  }
  .resume__bottom-title::before {
    content: "";
    width: 20px;
    height: 20px;
    background: url("/GizDesign2023/media/resume/design_2.svg");
    bottom: -30px;
    left: 0px;
    position: absolute;
  }
}
@media only screen and (min-width: 992px) {
  .resume {
    padding: 40px 0px;
    width: 100%;
  }
  .resume__title {
    font-size: 20px;
    font-family: "Roboto-Bold";
    color: #2F318B;
    line-height: 25px;
    margin-bottom: 20px;
  }
  .resume__subtitle {
    font-size: 20px;
    font-family: "Roboto";
    color: #2F318B;
    margin-bottom: 20px;
  }
  .resume__description {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .resume__description p {
    font-size: 16px;
    font-family: "Roboto";
    font-weight: 700;
    width: 70%;
    color: #2F318B;
  }
  .resume__description img {
    width: 100px;
  }
  .resume__content {
    display: flex;
    flex-direction: column;
    margin-top: 40px;
  }
  .resume__content-item {
    display: flex;
    width: 100%;
    border-radius: 20px;
    border: 2px solid #B6B7B7;
    padding: 20px;
    cursor: pointer;
    transition: border 0.6s ease;
    margin-bottom: 20px;
  }
  .resume__content-item:hover {
    border: 2px solid #009C4D;
  }
  .resume__content-item img {
    width: 40px;
    height: 40px;
    margin-right: 20px;
  }
  .resume__content-item__title {
    font-size: 18px;
    color: #2F318B;
    font-family: "Roboto";
    font-weight: 700;
    margin-bottom: 10px;
  }
  .resume__content-item__descr {
    font-size: 16px;
    font-family: "Roboto";
    color: #B6B7B7;
  }
  .resume__bottom-title {
    font-size: 24px;
    font-family: "Roboto-Bold";
    color: #009C4D;
    line-height: 25px;
    margin-top: 20px;
    margin-bottom: 40px;
    position: relative;
  }
  .resume__bottom-title::before {
    content: "";
    width: 20px;
    height: 20px;
    background: url("/GizDesign2023/media/resume/design_2.svg");
    bottom: -30px;
    left: 0px;
    position: absolute;
  }
}
@media only screen and (max-width: 576px) {
  .interview {
    padding: 40px 0px;
    width: 100%;
  }
  .interview__title {
    font-size: 20px;
    font-family: "Roboto-Bold";
    color: #2F318B;
    line-height: 25px;
    margin-bottom: 20px;
  }
  .interview__subtitle {
    font-size: 20px;
    font-family: "Roboto";
    color: #2F318B;
    margin-bottom: 20px;
  }
  .interview__description {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .interview__description p {
    font-size: 16px;
    font-family: "Roboto";
    font-weight: 700;
    width: 100%;
    color: #2F318B;
  }
  .interview__description img {
    display: none;
  }
  .interview__content {
    display: flex;
    flex-direction: column;
    margin-top: 40px;
  }
  .interview__content-item {
    display: flex;
    width: 100%;
    border-radius: 20px;
    border: 2px solid #B6B7B7;
    padding: 20px;
    cursor: pointer;
    transition: border 0.6s ease;
    margin-bottom: 20px;
  }
  .interview__content-item:hover {
    border: 2px solid #2F318B;
  }
  .interview__content-item img {
    width: 40px;
    height: 40px;
    margin-right: 20px;
  }
  .interview__content-item__title {
    font-size: 18px;
    color: #009C4D;
    font-family: "FiraSans-Bold";
    font-weight: 700;
    margin-bottom: 10px;
  }
  .interview__content-item__descr {
    font-size: 16px;
    font-family: "Roboto";
    color: #B6B7B7;
  }
  .interview__bottom {
    display: flex;
    margin-top: 40px;
  }
  .interview__bottom-content {
    display: flex;
    flex-direction: column;
  }
  .interview__bottom-descr {
    font-size: 18px;
    color: #2F318B;
    width: 100%;
  }
  .interview__bottom-descr span {
    font-family: "Roboto-Bold";
  }
  .interview__bottom-design {
    display: none;
  }
  .interview__bottom-title {
    font-size: 24px;
    font-family: "Roboto-Bold";
    color: #009C4D;
    line-height: 25px;
    margin-top: 80px;
    position: relative;
  }
  .interview__bottom-title::before {
    content: "";
    width: 20px;
    height: 20px;
    background: url("/GizDesign2023/media/resume/design_2.svg");
    bottom: -30px;
    left: 0px;
    position: absolute;
  }
}
@media only screen and (min-width: 992px) {
  .interview {
    padding: 40px 0px;
    width: 100%;
  }
  .interview__title {
    font-size: 20px;
    font-family: "Roboto-Bold";
    color: #2F318B;
    line-height: 25px;
    margin-bottom: 20px;
  }
  .interview__subtitle {
    font-size: 20px;
    font-family: "Roboto";
    color: #2F318B;
    margin-bottom: 20px;
  }
  .interview__description {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .interview__description p {
    font-size: 16px;
    font-family: "Roboto";
    font-weight: 700;
    width: 80%;
    color: #2F318B;
  }
  .interview__description img {
    width: 100px;
  }
  .interview__content {
    display: flex;
    flex-direction: column;
    margin-top: 40px;
  }
  .interview__content-item {
    display: flex;
    width: 100%;
    border-radius: 20px;
    border: 2px solid #B6B7B7;
    padding: 20px;
    cursor: pointer;
    transition: border 0.6s ease;
    margin-bottom: 20px;
  }
  .interview__content-item:hover {
    border: 2px solid #2F318B;
  }
  .interview__content-item img {
    width: 40px;
    height: 40px;
    margin-right: 20px;
  }
  .interview__content-item__title {
    font-size: 18px;
    color: #009C4D;
    font-family: "FiraSans-Bold";
    font-weight: 700;
    margin-bottom: 10px;
  }
  .interview__content-item__descr {
    font-size: 16px;
    font-family: "Roboto";
    color: #B6B7B7;
  }
  .interview__bottom {
    display: flex;
    margin-top: 40px;
  }
  .interview__bottom-content {
    display: flex;
    flex-direction: column;
  }
  .interview__bottom-descr {
    font-size: 18px;
    color: #2F318B;
    width: 90%;
  }
  .interview__bottom-descr span {
    font-family: "Roboto-Bold";
  }
  .interview__bottom-design {
    width: 200px;
    height: auto;
  }
  .interview__bottom-design img {
    width: 100%;
    height: 100%;
  }
  .interview__bottom-title {
    font-size: 24px;
    font-family: "Roboto-Bold";
    color: #009C4D;
    line-height: 25px;
    margin-top: 80px;
    position: relative;
  }
  .interview__bottom-title::before {
    content: "";
    width: 20px;
    height: 20px;
    background: url("/GizDesign2023/media/resume/design_2.svg");
    bottom: -30px;
    left: 0px;
    position: absolute;
  }
}
@media only screen and (max-width: 576px) {
  .instruction {
    padding: 40px 0px;
  }
  .instruction__title {
    font-size: 20px;
    color: #2F318B;
    margin-bottom: 20px;
  }
  .instruction__title span {
    font-family: "Roboto-Bold";
  }
  .instruction__content {
    display: flex;
    justify-content: space-between;
    position: relative;
  }
  .instruction__content-text {
    width: 100%;
    position: relative;
  }
  .instruction__content-text p {
    font-size: 18px;
    color: #2F318B;
    margin-top: 20px;
    line-height: 20px;
  }
  .instruction__content-text span {
    font-family: "Roboto-Bold";
  }
  .instruction__content-img {
    display: none;
  }
  .instruction__content::before {
    content: "";
    width: 100%;
    height: 4px;
    background: rgba(182, 183, 183, 0.8);
    border-radius: 20px;
    position: absolute;
    bottom: -30px;
    left: 0px;
  }
  .instruction__steps {
    margin-top: 60px;
    display: flex;
    flex-direction: column;
    position: relative;
    margin-bottom: 40px;
  }
  .instruction__steps-selector {
    display: none;
    margin-right: 40px;
  }
  .instruction__steps-selector_item {
    width: 150px;
    border-radius: 50px;
    border: 4px solid #2F318B;
    margin-bottom: 20px;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  .instruction__steps-selector_item div {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    background: #009C4D;
    color: #FFFFFF;
    width: 150px;
    height: 50px;
    font-size: 20px;
    font-family: "Roboto";
    transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  .instruction__steps-selector_item:hover {
    background: #009C4D;
  }
  .instruction__steps-selector_item:hover div {
    background: #FFFFFF;
    color: #009C4D;
  }
  .instruction__steps-content_item {
    border-radius: 20px;
    border: 2px solid #009C4D;
    padding: 20px;
    width: 100%;
    margin-bottom: 20px;
  }
  .instruction__steps-content_item-wrapper {
    display: flex;
    flex-direction: column;
  }
  .instruction__steps-content_item-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .instruction__steps-content_item-content p {
    font-size: 14px;
    color: #8B8B8B;
    margin-bottom: 0px;
  }
  .instruction__steps-content_item-content span {
    font-family: "Roboto-Bold";
  }
  .instruction__steps-content_item-content_li {
    font-size: 14px;
    color: #8B8B8B;
    margin-left: 40px;
    margin-bottom: 20px;
    position: relative;
  }
  .instruction__steps-content_item-content_li:nth-child(3), .instruction__steps-content_item-content_li:last-child {
    margin-bottom: 0px;
  }
  .instruction__steps-content_item-content_li::before {
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    top: 5px;
    left: -40px;
    background: url("/GizDesign2023/media/instruction/check.svg") no-repeat;
  }
  .instruction__steps-content_item-content_li-left {
    margin-right: 80px;
  }
  .instruction__steps-content_item-img {
    display: flex;
    margin-bottom: 20px;
  }
  .instruction__steps-content_item-img img {
    width: 40px;
    height: 40px;
    margin-right: 20px;
  }
  .instruction__steps-content_item-img p {
    font-size: 16px;
    font-family: "Roboto";
    color: #009C4D;
    width: 450px;
  }
  .instruction__steps::before {
    content: "";
    width: 100%;
    height: 4px;
    background: rgba(182, 183, 183, 0.8);
    border-radius: 20px;
    position: absolute;
    bottom: -30px;
    left: 0px;
  }
  .instruction__info-block {
    margin-top: 60px;
  }
  .instruction__info-block_content {
    display: flex;
    flex-wrap: wrap;
  }
  .instruction__info-block_content-item {
    width: 100%;
    margin-top: 20px;
    display: flex;
    color: #2F318B;
  }
  .instruction__info-block_content-item img {
    width: 40px;
    height: 40px;
    margin-right: 20px;
  }
  .instruction__info-block_content-li {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    color: #2F318B;
    font-size: 16px;
    margin-bottom: 20px;
    position: relative;
    margin-left: 40px;
  }
  .instruction__info-block_content-li::before {
    content: "";
    position: absolute;
    top: 5px;
    left: -40px;
    background: url("/GizDesign2023/media/instruction/check.svg") no-repeat;
    width: 20px;
    height: 20px;
  }
  .instruction__info-block_content-li_external {
    font-size: 18px;
    width: 100%;
    color: #009C4D;
    line-height: 25px;
    position: relative;
    font-family: "Roboto-Bold";
  }
  .instruction__info-block_content-li_external::before {
    content: none;
  }
  .instruction__info-block_content-li_external::after {
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    bottom: -40px;
    background: url("/GizDesign2023/media/instruction/design_2.svg") no-repeat;
    left: 0px;
  }
  .instruction__info-block__title {
    font-size: 22px;
    width: 300px;
    color: #2F318B;
    line-height: 25px;
    font-family: "Roboto-Bold";
    margin-bottom: 20px;
  }
  .instruction__info-block__subtitle {
    font-size: 16px;
    color: #009C4D;
    width: 300px;
  }
  .instruction__info-block__descr {
    font-size: 16px;
    color: #009C4D;
    width: 670px;
    margin-top: 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 991px) {
  .instruction {
    padding: 40px 0px;
  }
  .instruction__title {
    font-size: 20px;
    color: #2F318B;
    margin-bottom: 20px;
  }
  .instruction__title span {
    font-family: "Roboto-Bold";
  }
  .instruction__content {
    display: flex;
    justify-content: space-between;
    position: relative;
  }
  .instruction__content-text {
    width: 100%;
    position: relative;
  }
  .instruction__content-text p {
    font-size: 18px;
    color: #2F318B;
    margin-top: 20px;
    line-height: 20px;
  }
  .instruction__content-text span {
    font-family: "Roboto-Bold";
  }
  .instruction__content-img {
    display: none;
  }
  .instruction__content::before {
    content: "";
    width: 100%;
    height: 4px;
    background: rgba(182, 183, 183, 0.8);
    border-radius: 20px;
    position: absolute;
    bottom: -30px;
    left: 0px;
  }
  .instruction__steps {
    margin-top: 60px;
    display: flex;
    flex-direction: column;
    position: relative;
    margin-bottom: 40px;
  }
  .instruction__steps-selector {
    display: none;
    margin-right: 40px;
  }
  .instruction__steps-selector_item {
    width: 150px;
    border-radius: 50px;
    border: 4px solid #2F318B;
    margin-bottom: 20px;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  .instruction__steps-selector_item div {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    background: #009C4D;
    color: #FFFFFF;
    width: 150px;
    height: 50px;
    font-size: 20px;
    font-family: "Roboto";
    transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  .instruction__steps-selector_item:hover {
    background: #009C4D;
  }
  .instruction__steps-selector_item:hover div {
    background: #FFFFFF;
    color: #009C4D;
  }
  .instruction__steps-content_item {
    border-radius: 20px;
    border: 2px solid #009C4D;
    padding: 20px;
    width: 100%;
    margin-bottom: 20px;
  }
  .instruction__steps-content_item-wrapper {
    display: flex;
    flex-direction: column;
  }
  .instruction__steps-content_item-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .instruction__steps-content_item-content p {
    font-size: 14px;
    color: #8B8B8B;
    margin-bottom: 0px;
  }
  .instruction__steps-content_item-content span {
    font-family: "Roboto-Bold";
  }
  .instruction__steps-content_item-content_li {
    font-size: 14px;
    color: #8B8B8B;
    margin-left: 40px;
    margin-bottom: 20px;
    position: relative;
  }
  .instruction__steps-content_item-content_li:nth-child(3), .instruction__steps-content_item-content_li:last-child {
    margin-bottom: 0px;
  }
  .instruction__steps-content_item-content_li::before {
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    top: 5px;
    left: -40px;
    background: url("/GizDesign2023/media/instruction/check.svg") no-repeat;
  }
  .instruction__steps-content_item-content_li-left {
    margin-right: 80px;
  }
  .instruction__steps-content_item-img {
    display: flex;
    margin-bottom: 20px;
  }
  .instruction__steps-content_item-img img {
    width: 40px;
    height: 40px;
    margin-right: 20px;
  }
  .instruction__steps-content_item-img p {
    font-size: 16px;
    font-family: "Roboto";
    color: #009C4D;
    width: 450px;
  }
  .instruction__steps::before {
    content: "";
    width: 100%;
    height: 4px;
    background: rgba(182, 183, 183, 0.8);
    border-radius: 20px;
    position: absolute;
    bottom: -30px;
    left: 0px;
  }
  .instruction__info-block {
    margin-top: 60px;
  }
  .instruction__info-block_content {
    display: flex;
    flex-wrap: wrap;
  }
  .instruction__info-block_content-item {
    width: 100%;
    margin-top: 20px;
    display: flex;
    color: #2F318B;
  }
  .instruction__info-block_content-item img {
    width: 40px;
    height: 40px;
    margin-right: 20px;
  }
  .instruction__info-block_content-li {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    color: #2F318B;
    font-size: 16px;
    margin-bottom: 20px;
    position: relative;
    margin-left: 40px;
  }
  .instruction__info-block_content-li::before {
    content: "";
    position: absolute;
    top: 5px;
    left: -40px;
    background: url("/GizDesign2023/media/instruction/check.svg") no-repeat;
    width: 20px;
    height: 20px;
  }
  .instruction__info-block_content-li_external {
    font-size: 18px;
    width: 100%;
    color: #009C4D;
    line-height: 25px;
    position: relative;
    font-family: "Roboto-Bold";
  }
  .instruction__info-block_content-li_external::before {
    content: none;
  }
  .instruction__info-block_content-li_external::after {
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    bottom: -40px;
    background: url("/GizDesign2023/media/instruction/design_2.svg") no-repeat;
    left: 0px;
  }
  .instruction__info-block__title {
    font-size: 22px;
    width: 300px;
    color: #2F318B;
    line-height: 25px;
    font-family: "Roboto-Bold";
    margin-bottom: 20px;
  }
  .instruction__info-block__subtitle {
    font-size: 16px;
    color: #009C4D;
    width: 300px;
  }
  .instruction__info-block__descr {
    font-size: 16px;
    color: #009C4D;
    width: 670px;
    margin-top: 20px;
  }
}
@media only screen and (min-width: 992px) {
  .instruction {
    padding: 40px 0px;
  }
  .instruction__title {
    font-size: 20px;
    color: #2F318B;
    margin-bottom: 20px;
  }
  .instruction__title span {
    font-family: "Roboto-Bold";
  }
  .instruction__content {
    display: flex;
    justify-content: space-between;
    position: relative;
  }
  .instruction__content-text {
    width: 80%;
    position: relative;
  }
  .instruction__content-text p {
    font-size: 18px;
    color: #2F318B;
    margin-top: 20px;
    line-height: 20px;
  }
  .instruction__content-text span {
    font-family: "Roboto-Bold";
  }
  .instruction__content-img {
    width: 70px;
  }
  .instruction__content-img img {
    width: 100%;
    height: 100%;
  }
  .instruction__content::before {
    content: "";
    width: 100%;
    height: 4px;
    background: rgba(182, 183, 183, 0.8);
    border-radius: 20px;
    position: absolute;
    bottom: -30px;
    left: 0px;
  }
  .instruction__steps {
    margin-top: 60px;
    display: flex;
    position: relative;
    margin-bottom: 40px;
  }
  .instruction__steps-selector {
    margin-right: 40px;
    display: flex;
    flex-direction: column;
  }
  .instruction__steps-selector_item {
    width: 150px;
    border-radius: 50px;
    border: 4px solid #2F318B;
    margin-bottom: 20px;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  .instruction__steps-selector_item div {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    background: #009C4D;
    color: #FFFFFF;
    width: 150px;
    height: 50px;
    font-size: 20px;
    font-family: "Roboto";
    transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  .instruction__steps-selector_item:hover {
    background: #009C4D;
  }
  .instruction__steps-selector_item:hover div {
    background: #FFFFFF;
    color: #009C4D;
  }
  .instruction__steps-selector_item_active {
    width: 150px;
    border-radius: 50px;
    border: 4px solid #2F318B;
    margin-bottom: 20px;
    background: #009C4D;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
  }
  .instruction__steps-selector_item_active div {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    background: #FFFFFF;
    color: #009C4D;
    width: 150px;
    height: 50px;
    font-size: 20px;
    font-family: "Roboto";
  }
  .instruction__steps-content_item {
    border-radius: 20px;
    border: 2px solid #009C4D;
    padding: 20px;
    width: 700px;
    display: none;
  }
  .instruction__steps-content_item_active {
    display: block;
  }
  .instruction__steps-content_item-wrapper {
    display: flex;
  }
  .instruction__steps-content_item_disable {
    display: none;
  }
  .instruction__steps-content_item-content {
    display: flex;
    justify-content: space-between;
  }
  .instruction__steps-content_item-content p {
    font-size: 14px;
    color: #8B8B8B;
    margin-bottom: 0px;
  }
  .instruction__steps-content_item-content span {
    font-family: "Roboto-Bold";
  }
  .instruction__steps-content_item-content_li {
    font-size: 14px;
    color: #8B8B8B;
    margin-left: 40px;
    margin-bottom: 20px;
    position: relative;
  }
  .instruction__steps-content_item-content_li:nth-child(3), .instruction__steps-content_item-content_li:last-child {
    margin-bottom: 0px;
  }
  .instruction__steps-content_item-content_li::before {
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    top: 5px;
    left: -40px;
    background: url("/GizDesign2023/media/instruction/check.svg") no-repeat;
  }
  .instruction__steps-content_item-content_li-left {
    margin-right: 80px;
  }
  .instruction__steps-content_item-img {
    display: flex;
    margin-bottom: 20px;
  }
  .instruction__steps-content_item-img img {
    width: 40px;
    height: 40px;
    margin-right: 20px;
  }
  .instruction__steps-content_item-img p {
    font-size: 16px;
    font-family: "Roboto";
    color: #009C4D;
    width: 450px;
  }
  .instruction__steps::before {
    content: "";
    width: 100%;
    height: 4px;
    background: rgba(182, 183, 183, 0.8);
    border-radius: 20px;
    position: absolute;
    bottom: -30px;
    left: 0px;
  }
  .instruction__info-block {
    margin-top: 60px;
  }
  .instruction__info-block_content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .instruction__info-block_content-item {
    width: 47.5%;
    margin-top: 20px;
    display: flex;
    color: #2F318B;
  }
  .instruction__info-block_content-item img {
    width: 40px;
    height: 40px;
    margin-right: 20px;
  }
  .instruction__info-block_content-li {
    display: flex;
    flex-wrap: wrap;
    width: 44.5%;
    color: #2F318B;
    font-size: 16px;
    margin-bottom: 20px;
    position: relative;
    margin-left: 40px;
  }
  .instruction__info-block_content-li::before {
    content: "";
    position: absolute;
    top: 5px;
    left: -40px;
    background: url("/GizDesign2023/media/instruction/check.svg") no-repeat;
    width: 20px;
    height: 20px;
  }
  .instruction__info-block_content-li_external {
    font-size: 18px;
    width: 44.5%;
    color: #009C4D;
    line-height: 25px;
    position: relative;
    font-family: "Roboto-Bold";
  }
  .instruction__info-block_content-li_external::before {
    content: none;
  }
  .instruction__info-block_content-li_external::after {
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    bottom: -40px;
    background: url("/GizDesign2023/media/instruction/design_2.svg") no-repeat;
    left: 0px;
  }
  .instruction__info-block__title {
    font-size: 22px;
    width: 500px;
    color: #2F318B;
    line-height: 25px;
    font-family: "Roboto-Bold";
    margin-bottom: 20px;
  }
  .instruction__info-block__subtitle {
    font-size: 16px;
    color: #009C4D;
    width: 420px;
  }
  .instruction__info-block__descr {
    font-size: 16px;
    color: #009C4D;
    width: 670px;
    margin-top: 20px;
  }
}
@media only screen and (max-width: 576px) {
  .top {
    padding: 40px;
  }
  .top__form {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
    padding: 10px;
    width: 100%;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    background: #FFFFFF;
    min-width: 100%;
    border-radius: 10px;
  }
  .top__search {
    width: 100%;
    height: 50px;
    border-radius: 5px;
    outline: none;
    border: none;
    padding: 0px 20px;
    color: #000000;
    background: rgba(182, 183, 183, 0.3);
  }
  .top__search::-moz-placeholder {
    color: #000000;
  }
  .top__search::placeholder {
    color: #000000;
  }
  .top__dropdown {
    width: 100%;
    height: 50px;
    border-radius: 5px;
    margin: 0px;
    cursor: pointer;
    border: none;
    padding: 0px 20px;
    outline: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    margin-top: 20px;
    background: rgba(182, 183, 183, 0.3);
  }
  .top__dropdown-item {
    display: flex;
    align-items: center;
    padding-left: 20px;
    list-style-type: none;
    color: #000000;
    border-radius: 5px;
    height: 50px;
    position: relative;
  }
  .top__dropdown-item::before {
    content: "";
    width: 15px;
    height: 15px;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    background: url("/GizDesign2023/media/desk/arrow_green.svg") center center no-repeat;
  }
  .top__submit {
    width: 100%;
    margin-top: 20px;
    background: #009C4D;
    outline: none;
    border: none;
    border-radius: 5px;
    color: #FFFFFF;
    height: 50px;
    transition: background 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    position: relative;
  }
  .top__submit:hover {
    background: rgba(0, 156, 77, 0.8);
  }
}
@media only screen and (min-width: 992px) {
  .top {
    padding: 40px;
  }
  .top__form {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    width: 100%;
    height: 70px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    background: #FFFFFF;
    min-width: 100%;
    border-radius: 10px;
  }
  .top__search {
    width: 53%;
    height: 50px;
    border-radius: 5px;
    outline: none;
    border: none;
    padding: 0px 20px;
    color: #000000;
    background: rgba(182, 183, 183, 0.3);
  }
  .top__search::-moz-placeholder {
    color: #000000;
  }
  .top__search::placeholder {
    color: #000000;
  }
  .top__dropdown {
    width: 35%;
    height: 50px;
    border-radius: 5px;
    margin: 0px;
    cursor: pointer;
    border: none;
    padding: 0px 20px;
    outline: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background: rgba(182, 183, 183, 0.3);
  }
  .top__dropdown-item {
    display: flex;
    align-items: center;
    padding-left: 20px;
    list-style-type: none;
    color: #000000;
    border-radius: 5px;
    height: 50px;
    position: relative;
  }
  .top__dropdown-item::before {
    content: "";
    width: 15px;
    height: 15px;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    background: url("/GizDesign2023/media/desk/arrow_green.svg") center center no-repeat;
  }
  .top__submit {
    width: 10%;
    background: #009C4D;
    outline: none;
    border: none;
    border-radius: 5px;
    color: #FFFFFF;
    height: 50px;
    transition: background 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    position: relative;
  }
  .top__submit:hover {
    background: rgba(0, 156, 77, 0.8);
  }
  .top__submit::after {
    content: "";
    width: 15px;
    height: 15px;
    position: absolute;
    top: 50%;
    left: -40px;
    transform: translateY(-50%);
    background: url("/GizDesign2023/media/desk/arrow_green.svg") no-repeat;
  }
}
@media only screen and (max-width: 576px) {
  .desk {
    padding-top: 40px;
    position: relative;
  }
  .desk__wrapper {
    display: flex;
  }
  .desk__top {
    background-color: #EEEEEE;
  }
  .desk__search {
    background: #EEEEEE;
  }
  .desk__header {
    background: #EEEEEE;
  }
  .desk__submit {
    background: #2F318B;
  }
  .desk__title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 26px;
    font-family: "FiraSans-Medium";
    color: #000000;
    margin-bottom: 20px;
  }
  .desk__title img {
    width: 30px;
    height: 30px;
  }
  .desk__wrapper {
    display: flex;
  }
  .desk__filter {
    position: fixed;
    background: #FFFFFF;
    overflow: scroll;
    top: 0px;
    left: 0px;
    width: 100%;
    flex-direction: column;
    border: 1px solid #B6B7B7;
    padding: 15px 15px;
    margin-right: 40px;
    height: 100%;
    z-index: 999;
    transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transform: translate(100%);
  }
  .desk__filter-close {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
  }
  .desk__filter-close p {
    font-size: 18px;
    color: #000000;
    font-family: "Roboto-Bold";
  }
  .desk__filter-close img {
    width: 20px;
    height: 20px;
  }
  .desk__filter-region, .desk__filter-profession, .desk__filter-schedule, .desk__filter-employee {
    display: flex;
    flex-direction: column;
    position: relative;
    margin-bottom: 20px;
    overflow: hidden;
    max-height: 700px;
    transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  }
  .desk__filter-region_img, .desk__filter-profession_img, .desk__filter-schedule_img, .desk__filter-employee_img {
    width: 10px;
    height: 10px;
  }
  .desk__filter-region a, .desk__filter-profession a, .desk__filter-schedule a, .desk__filter-employee a {
    display: flex;
    justify-content: space-between;
    color: #000000;
    font-family: "Roboto";
  }
  .desk__filter-region a span, .desk__filter-profession a span, .desk__filter-schedule a span, .desk__filter-employee a span {
    font-size: 14px;
    color: #B6B7B7;
    font-family: "Roboto";
  }
  .desk__filter-region__more, .desk__filter-profession__more, .desk__filter-schedule__more, .desk__filter-employee__more {
    color: #2F318A !important;
    text-decoration: underline;
  }
  .desk__filter-region::before, .desk__filter-profession::before, .desk__filter-schedule::before, .desk__filter-employee::before {
    content: "";
    width: 100%;
    height: 1px;
    background: rgba(182, 183, 183, 0.5);
    bottom: -10px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
  }
  .desk__filter-region-check, .desk__filter-profession-check, .desk__filter-schedule-check, .desk__filter-employee-check {
    display: flex;
    position: relative;
    margin-left: 20px;
  }
  .desk__filter-region-check input[type=checkbox], .desk__filter-profession-check input[type=checkbox], .desk__filter-schedule-check input[type=checkbox], .desk__filter-employee-check input[type=checkbox] {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }
  .desk__filter-region-check input[type=checkbox]::before, .desk__filter-profession-check input[type=checkbox]::before, .desk__filter-schedule-check input[type=checkbox]::before, .desk__filter-employee-check input[type=checkbox]::before {
    content: "";
    width: 15px;
    height: 15px;
    top: 5px;
    left: -20px;
    position: absolute;
    background: url("/GizDesign2023/media/desk/disable.svg") no-repeat;
  }
  .desk__filter-region-check input[type=checkbox]:checked::before, .desk__filter-profession-check input[type=checkbox]:checked::before, .desk__filter-schedule-check input[type=checkbox]:checked::before, .desk__filter-employee-check input[type=checkbox]:checked::before {
    background: url("/GizDesign2023/media/desk/check.svg") no-repeat;
  }
  .desk__filter-region-check span, .desk__filter-profession-check span, .desk__filter-schedule-check span, .desk__filter-employee-check span {
    font-size: "Roboto";
    font-size: 14px;
    color: #B6B7B7;
    margin-left: auto;
  }
  .desk__filter-region-check p, .desk__filter-profession-check p, .desk__filter-schedule-check p, .desk__filter-employee-check p {
    width: 160px;
    margin: 0px !important;
    padding: 0px;
  }
  .desk__filter-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
    color: #000000;
    font-family: "FiraSans-Bold";
    margin-bottom: 10px;
    cursor: pointer;
  }
  .desk__filter-reset_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    height: 50px;
    width: 100%;
    background: transparent;
    font-size: 16px;
    border: 1px solid #2F318A;
    color: #2F318A;
    outline: none;
    transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  .desk__filter-reset_btn:hover {
    background: #2F318A;
    color: #FFFFFF;
    outline: none;
  }
  .desk__content {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .desk__content-container {
    display: flex;
    justify-content: space-between;
    border: 1px solid #B6B7B7;
    margin-bottom: 20px;
    border-radius: 10px;
    height: 70px;
    padding: 10px;
  }
  .desk__content-container img {
    width: 20px;
    height: 20px;
    margin-left: 5px;
    margin-right: 10px;
  }
  .desk__content-wrapper {
    display: flex;
    align-items: center;
  }
  .desk__content-sort {
    display: flex;
    outline: none;
    border: none;
    position: relative;
  }
  .desk__content-sort_item {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
  }
  .desk__content-submit {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    padding: 10px;
    font-size: 12px;
    color: #FFFFFF;
    font-family: "Roboto";
    background: #2F318A;
    outline: none;
    border: none;
  }
  .desk__main {
    display: flex;
    flex-direction: column;
  }
  .desk__main-item {
    display: flex;
    border-radius: 10px;
    border: 1px solid #B6B7B7;
    margin-bottom: 20px;
    padding: 10px;
    cursor: pointer;
  }
  .desk__main-item:hover {
    border-color: #2F318A;
  }
  .desk__main-item__img {
    width: 20px;
    height: 20px;
    margin-right: 15px;
  }
  .desk__main-item__img img {
    width: 100%;
    height: 100%;
  }
  .desk__main-content__title {
    font-size: 18px;
    font-family: "FiraSans-Bold";
  }
  .desk__main-content__category {
    font-family: "Roboto";
    color: #2F318A;
    font-size: 14px;
  }
  .desk__main-content__skill {
    font-family: "Roboto";
    font-size: 16px;
    margin-top: 5px;
  }
  .desk__main-content__place {
    font-size: 14px;
    margin-left: 20px;
    position: relative;
  }
  .desk__main-content__place::before {
    content: "";
    width: 15px;
    height: 15px;
    position: absolute;
    top: 5px;
    left: -20px;
    background: url("/GizDesign2023/media/desk/map.svg") no-repeat;
  }
  .desk__main-content__place span {
    margin-left: 10px;
    color: #2F318A;
  }
  .desk__main-content__education {
    font-size: 14px;
    margin-left: 20px;
    position: relative;
  }
  .desk__main-content__education::before {
    content: "";
    width: 15px;
    height: 15px;
    position: absolute;
    top: 5px;
    left: -22px;
    background: url("/GizDesign2023/media/desk/edcation.svg") no-repeat;
  }
  .desk__main-content__date {
    font-size: 12px;
    color: #B6B7B7;
    font-family: "Roboto";
    margin-top: 10px;
  }
  .desk__pagination {
    min-width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 40px;
  }
  .desk__pagination-tab {
    display: flex;
    margin: 0 auto;
  }
  .desk__pagination-tab__list {
    display: flex;
  }
  .desk__pagination-tab__list-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    margin-right: 10px;
    border-radius: 100%;
    background: rgba(182, 183, 183, 0.5);
    color: #000000;
    font-size: 14px;
    font-family: "FiraSans-Bold";
  }
  .desk__pagination-tab__list-link_active {
    background-color: #2F318A;
    color: #FFFFFF;
  }
  .desk__pagination-tab__list-last {
    display: flex;
  }
  .desk__pagination-tab__list-last_item {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    margin-right: 10px;
    color: #000000;
    font-size: 14px;
    font-family: "FiraSans-Bold";
  }
  .desk__pagination-back, .desk__pagination-last {
    display: none;
  }
  .desk__pagination-back a {
    margin-left: 50px;
    color: #FFFFFF;
    text-decoration: none;
    position: relative;
  }
  .desk__pagination-back a::before {
    content: "";
    width: 20px;
    height: 10px;
    position: absolute;
    top: 50%;
    left: -50px;
    background: url("/GizDesign2023/media/desk/left.svg") no-repeat;
    transform: translateY(-50%);
    transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  .desk__pagination-back a:hover::before {
    left: -55px;
  }
  .desk__pagination-last a {
    margin-right: 50px;
    color: #FFFFFF;
    text-decoration: none;
    position: relative;
  }
  .desk__pagination-last a::before {
    content: "";
    width: 20px;
    height: 10px;
    position: absolute;
    top: 50%;
    right: -50px;
    background: url("/GizDesign2023/media/desk/left.svg") no-repeat;
    transform: translateY(-50%) rotate(180deg);
    transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  .desk__pagination-last a:hover::before {
    right: -55px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 991px) {
  .desk {
    padding-top: 40px;
    position: relative;
  }
  .desk__wrapper {
    display: flex;
  }
  .desk__top {
    background-color: #EEEEEE;
  }
  .desk__search {
    background: #EEEEEE;
  }
  .desk__header {
    background: #EEEEEE;
  }
  .desk__submit {
    background: #2F318B;
  }
  .desk__title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 26px;
    font-family: "FiraSans-Medium";
    color: #000000;
    margin-bottom: 20px;
  }
  .desk__title img {
    width: 30px;
    height: 30px;
  }
  .desk__wrapper {
    display: flex;
  }
  .desk__filter {
    position: fixed;
    background: #FFFFFF;
    overflow: scroll;
    top: 0px;
    left: 0px;
    width: 100%;
    flex-direction: column;
    border: 1px solid #B6B7B7;
    padding: 15px 15px;
    margin-right: 40px;
    height: 100%;
    z-index: 999;
    transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transform: translate(100%);
  }
  .desk__filter-close {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
  }
  .desk__filter-close p {
    font-size: 18px;
    color: #000000;
    font-family: "Roboto-Bold";
  }
  .desk__filter-close img {
    width: 20px;
    height: 20px;
  }
  .desk__filter-region, .desk__filter-profession, .desk__filter-schedule, .desk__filter-employee {
    display: flex;
    flex-direction: column;
    position: relative;
    margin-bottom: 20px;
    overflow: hidden;
    max-height: 700px;
    transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  }
  .desk__filter-region_img, .desk__filter-profession_img, .desk__filter-schedule_img, .desk__filter-employee_img {
    width: 10px;
    height: 10px;
  }
  .desk__filter-region a, .desk__filter-profession a, .desk__filter-schedule a, .desk__filter-employee a {
    display: flex;
    justify-content: space-between;
    color: #000000;
    font-family: "Roboto";
  }
  .desk__filter-region a span, .desk__filter-profession a span, .desk__filter-schedule a span, .desk__filter-employee a span {
    font-size: 14px;
    color: #B6B7B7;
    font-family: "Roboto";
  }
  .desk__filter-region__more, .desk__filter-profession__more, .desk__filter-schedule__more, .desk__filter-employee__more {
    color: #2F318A !important;
    text-decoration: underline;
  }
  .desk__filter-region::before, .desk__filter-profession::before, .desk__filter-schedule::before, .desk__filter-employee::before {
    content: "";
    width: 100%;
    height: 1px;
    background: rgba(182, 183, 183, 0.5);
    bottom: -10px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
  }
  .desk__filter-region-check, .desk__filter-profession-check, .desk__filter-schedule-check, .desk__filter-employee-check {
    display: flex;
    position: relative;
    margin-left: 20px;
  }
  .desk__filter-region-check input[type=checkbox], .desk__filter-profession-check input[type=checkbox], .desk__filter-schedule-check input[type=checkbox], .desk__filter-employee-check input[type=checkbox] {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }
  .desk__filter-region-check input[type=checkbox]::before, .desk__filter-profession-check input[type=checkbox]::before, .desk__filter-schedule-check input[type=checkbox]::before, .desk__filter-employee-check input[type=checkbox]::before {
    content: "";
    width: 15px;
    height: 15px;
    top: 5px;
    left: -20px;
    position: absolute;
    background: url("/GizDesign2023/media/desk/disable.svg") no-repeat;
  }
  .desk__filter-region-check input[type=checkbox]:checked::before, .desk__filter-profession-check input[type=checkbox]:checked::before, .desk__filter-schedule-check input[type=checkbox]:checked::before, .desk__filter-employee-check input[type=checkbox]:checked::before {
    background: url("/GizDesign2023/media/desk/check.svg") no-repeat;
  }
  .desk__filter-region-check span, .desk__filter-profession-check span, .desk__filter-schedule-check span, .desk__filter-employee-check span {
    font-size: "Roboto";
    font-size: 14px;
    color: #B6B7B7;
    margin-left: auto;
  }
  .desk__filter-region-check p, .desk__filter-profession-check p, .desk__filter-schedule-check p, .desk__filter-employee-check p {
    width: 160px;
    margin: 0px !important;
    padding: 0px;
  }
  .desk__filter-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
    color: #000000;
    font-family: "FiraSans-Bold";
    margin-bottom: 10px;
    cursor: pointer;
  }
  .desk__filter-reset_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    height: 50px;
    width: 100%;
    background: transparent;
    font-size: 16px;
    border: 1px solid #2F318A;
    color: #2F318A;
    outline: none;
    transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  .desk__filter-reset_btn:hover {
    background: #2F318A;
    color: #FFFFFF;
    outline: none;
  }
  .desk__content {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .desk__content-container {
    display: flex;
    justify-content: space-between;
    border: 1px solid #B6B7B7;
    margin-bottom: 20px;
    border-radius: 10px;
    height: 70px;
    padding: 10px;
  }
  .desk__content-container img {
    width: 20px;
    height: 20px;
    margin-left: 5px;
    margin-right: 10px;
  }
  .desk__content-wrapper {
    display: flex;
    align-items: center;
  }
  .desk__content-sort {
    display: flex;
    outline: none;
    border: none;
    position: relative;
  }
  .desk__content-sort_item {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
  }
  .desk__content-submit {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    padding: 10px;
    font-size: 12px;
    color: #FFFFFF;
    font-family: "Roboto";
    background: #2F318A;
    outline: none;
    border: none;
  }
  .desk__main {
    display: flex;
    flex-direction: column;
  }
  .desk__main-item {
    display: flex;
    border-radius: 10px;
    border: 1px solid #B6B7B7;
    margin-bottom: 20px;
    padding: 10px;
    cursor: pointer;
  }
  .desk__main-item:hover {
    border-color: #2F318A;
  }
  .desk__main-item__img {
    width: 20px;
    height: 20px;
    margin-right: 15px;
  }
  .desk__main-item__img img {
    width: 100%;
    height: 100%;
  }
  .desk__main-content__title {
    font-size: 18px;
    font-family: "FiraSans-Bold";
  }
  .desk__main-content__category {
    font-family: "Roboto";
    color: #2F318A;
    font-size: 14px;
  }
  .desk__main-content__skill {
    font-family: "Roboto";
    font-size: 16px;
    margin-top: 5px;
  }
  .desk__main-content__place {
    font-size: 14px;
    margin-left: 20px;
    position: relative;
  }
  .desk__main-content__place::before {
    content: "";
    width: 15px;
    height: 15px;
    position: absolute;
    top: 5px;
    left: -20px;
    background: url("/GizDesign2023/media/desk/map.svg") no-repeat;
  }
  .desk__main-content__place span {
    margin-left: 10px;
    color: #2F318A;
  }
  .desk__main-content__education {
    font-size: 14px;
    margin-left: 20px;
    position: relative;
  }
  .desk__main-content__education::before {
    content: "";
    width: 15px;
    height: 15px;
    position: absolute;
    top: 5px;
    left: -22px;
    background: url("/GizDesign2023/media/desk/edcation.svg") no-repeat;
  }
  .desk__main-content__date {
    font-size: 12px;
    color: #B6B7B7;
    font-family: "Roboto";
    margin-top: 10px;
  }
  .desk__pagination {
    min-width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 40px;
  }
  .desk__pagination-tab {
    display: flex;
    margin: 0 auto;
  }
  .desk__pagination-tab__list {
    display: flex;
  }
  .desk__pagination-tab__list-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    margin-right: 10px;
    border-radius: 100%;
    background: rgba(182, 183, 183, 0.5);
    color: #000000;
    font-size: 14px;
    font-family: "FiraSans-Bold";
  }
  .desk__pagination-tab__list-link_active {
    background-color: #2F318A;
    color: #FFFFFF;
  }
  .desk__pagination-tab__list-last {
    display: flex;
  }
  .desk__pagination-tab__list-last_item {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    margin-right: 10px;
    color: #000000;
    font-size: 14px;
    font-family: "FiraSans-Bold";
  }
  .desk__pagination-back, .desk__pagination-last {
    display: none;
  }
  .desk__pagination-back a {
    margin-left: 50px;
    color: #FFFFFF;
    text-decoration: none;
    position: relative;
  }
  .desk__pagination-back a::before {
    content: "";
    width: 20px;
    height: 10px;
    position: absolute;
    top: 50%;
    left: -50px;
    background: url("/GizDesign2023/media/desk/left.svg") no-repeat;
    transform: translateY(-50%);
    transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  .desk__pagination-back a:hover::before {
    left: -55px;
  }
  .desk__pagination-last a {
    margin-right: 50px;
    color: #FFFFFF;
    text-decoration: none;
    position: relative;
  }
  .desk__pagination-last a::before {
    content: "";
    width: 20px;
    height: 10px;
    position: absolute;
    top: 50%;
    right: -50px;
    background: url("/GizDesign2023/media/desk/left.svg") no-repeat;
    transform: translateY(-50%) rotate(180deg);
    transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  .desk__pagination-last a:hover::before {
    right: -55px;
  }
}
@media only screen and (min-width: 992px) {
  .desk {
    padding-top: 40px;
  }
  .desk__wrapper {
    display: flex;
  }
  .desk__header {
    background: #EEEEEE;
  }
  .desk__search {
    background: #EEEEEE;
  }
  .desk__top {
    background: #EEEEEE;
  }
  .desk__title {
    font-size: 26px;
    font-family: "FiraSans-Medium";
    color: #000000;
    margin-bottom: 20px;
  }
  .desk__title img {
    display: none;
  }
  .desk__wrapper {
    display: flex;
  }
  .desk__filter {
    display: flex;
    width: 30%;
    flex-direction: column;
    border-radius: 10px;
    border: 1px solid #B6B7B7;
    padding: 15px 15px;
    margin-right: 40px;
    height: 100%;
  }
  .desk__filter-close {
    display: none;
  }
  .desk__filter-region, .desk__filter-profession, .desk__filter-schedule, .desk__filter-employee {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    position: relative;
    margin-bottom: 20px;
    transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    max-height: 700px;
  }
  .desk__filter-region_img, .desk__filter-profession_img, .desk__filter-schedule_img, .desk__filter-employee_img {
    width: 10px;
    height: 10px;
  }
  .desk__filter-region a, .desk__filter-profession a, .desk__filter-schedule a, .desk__filter-employee a {
    display: flex;
    justify-content: space-between;
    color: #000000;
    font-family: "Roboto";
  }
  .desk__filter-region a span, .desk__filter-profession a span, .desk__filter-schedule a span, .desk__filter-employee a span {
    font-size: 14px;
    color: #B6B7B7;
    font-family: "Roboto";
  }
  .desk__filter-region__more, .desk__filter-profession__more, .desk__filter-schedule__more, .desk__filter-employee__more {
    color: #009C4D !important;
    text-decoration: underline;
  }
  .desk__filter-region::before, .desk__filter-profession::before, .desk__filter-schedule::before, .desk__filter-employee::before {
    content: "";
    width: 100%;
    height: 1px;
    background: rgba(182, 183, 183, 0.5);
    bottom: -10px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
  }
  .desk__filter-region-check, .desk__filter-profession-check, .desk__filter-schedule-check, .desk__filter-employee-check {
    display: flex;
    position: relative;
    margin-left: 20px;
  }
  .desk__filter-region-check input[type=checkbox], .desk__filter-profession-check input[type=checkbox], .desk__filter-schedule-check input[type=checkbox], .desk__filter-employee-check input[type=checkbox] {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }
  .desk__filter-region-check input[type=checkbox]::before, .desk__filter-profession-check input[type=checkbox]::before, .desk__filter-schedule-check input[type=checkbox]::before, .desk__filter-employee-check input[type=checkbox]::before {
    content: "";
    width: 15px;
    height: 15px;
    top: 5px;
    left: -20px;
    position: absolute;
    background: url("/GizDesign2023/media/desk/disable.svg") no-repeat;
  }
  .desk__filter-region-check input[type=checkbox]:checked::before, .desk__filter-profession-check input[type=checkbox]:checked::before, .desk__filter-schedule-check input[type=checkbox]:checked::before, .desk__filter-employee-check input[type=checkbox]:checked::before {
    background: url("/GizDesign2023/media/desk/check.svg") no-repeat;
  }
  .desk__filter-region-check span, .desk__filter-profession-check span, .desk__filter-schedule-check span, .desk__filter-employee-check span {
    font-size: "Roboto";
    font-size: 14px;
    color: #B6B7B7;
    margin-left: auto;
  }
  .desk__filter-region-check p, .desk__filter-profession-check p, .desk__filter-schedule-check p, .desk__filter-employee-check p {
    width: 160px;
    margin: 0px !important;
    padding: 0px;
  }
  .desk__filter-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 16px;
    color: #000000;
    font-family: "FiraSans-Bold";
    margin-bottom: 10px;
    position: relative;
    cursor: pointer;
  }
  .desk__filter-reset_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    height: 50px;
    width: 100%;
    background: transparent;
    font-size: 16px;
    border: 1px solid #009C4D;
    color: #009C4D;
    outline: none;
    transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  .desk__filter-reset_btn:hover {
    background: #009C4D;
    color: #FFFFFF;
    outline: none;
  }
  .desk__content {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .desk__content-container {
    display: flex;
    justify-content: space-between;
    border: 1px solid #B6B7B7;
    margin-bottom: 20px;
    border-radius: 10px;
    height: 70px;
    padding: 10px;
  }
  .desk__content-container img {
    width: 20px;
    height: 20px;
    margin-left: 5px;
    margin-right: 10px;
  }
  .desk__content-wrapper {
    display: flex;
    align-items: center;
  }
  .desk__content-sort {
    display: flex;
    outline: none;
    border: none;
    position: relative;
  }
  .desk__content-sort_item {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
  }
  .desk__content-submit {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    padding: 10px;
    color: #FFFFFF;
    font-family: "Roboto";
    background: #009C4D;
    outline: none;
    border: none;
  }
  .desk__main {
    display: flex;
    flex-direction: column;
  }
  .desk__main-item {
    display: flex;
    border-radius: 10px;
    border: 1px solid #B6B7B7;
    margin-bottom: 20px;
    padding: 10px;
    cursor: pointer;
  }
  .desk__main-item:hover {
    border-color: #009C4D;
  }
  .desk__main-item__img {
    width: 20px;
    height: 20px;
    margin-right: 15px;
  }
  .desk__main-item__img img {
    width: 100%;
    height: 100%;
  }
  .desk__main-content__title {
    font-size: 18px;
    font-family: "FiraSans-Bold";
  }
  .desk__main-content__category {
    font-family: "Roboto";
    color: #009C4D;
    font-size: 14px;
  }
  .desk__main-content__skill {
    font-family: "Roboto";
    font-size: 16px;
    margin-top: 5px;
  }
  .desk__main-content__place {
    font-size: 14px;
    margin-left: 20px;
    position: relative;
  }
  .desk__main-content__place::before {
    content: "";
    width: 15px;
    height: 15px;
    position: absolute;
    top: 5px;
    left: -20px;
    background: url("/GizDesign2023/media/desk/map.svg") no-repeat;
  }
  .desk__main-content__place span {
    margin-left: 10px;
    color: #009C4D;
  }
  .desk__main-content__education {
    font-size: 14px;
    margin-left: 20px;
    position: relative;
  }
  .desk__main-content__education::before {
    content: "";
    width: 15px;
    height: 15px;
    position: absolute;
    top: 5px;
    left: -22px;
    background: url("/GizDesign2023/media/desk/edcation.svg") no-repeat;
  }
  .desk__main-content__date {
    font-size: 12px;
    color: #B6B7B7;
    font-family: "Roboto";
    margin-top: 10px;
  }
  .desk__pagination {
    min-width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 40px;
  }
  .desk__pagination-tab__list {
    display: flex;
  }
  .desk__pagination-tab__list-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    margin-right: 10px;
    border-radius: 100%;
    background: rgba(182, 183, 183, 0.5);
    color: #000000;
    font-size: 14px;
    font-family: "FiraSans-Bold";
  }
  .desk__pagination-tab__list-link_active {
    background-color: #009C4D;
    color: #FFFFFF;
  }
  .desk__pagination-tab__list-last {
    display: flex;
  }
  .desk__pagination-tab__list-last_item {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    margin-right: 10px;
    color: #000000;
    font-size: 14px;
    font-family: "FiraSans-Bold";
  }
  .desk__pagination-back, .desk__pagination-last {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #009C4D;
    border-radius: 10px;
    width: 200px;
    height: 40px;
    padding: 5px;
  }
  .desk__pagination-back a {
    margin-left: 50px;
    color: #FFFFFF;
    text-decoration: none;
    position: relative;
  }
  .desk__pagination-back a::before {
    content: "";
    width: 20px;
    height: 10px;
    position: absolute;
    top: 50%;
    left: -50px;
    background: url("/GizDesign2023/media/desk/left.svg") no-repeat;
    transform: translateY(-50%);
    transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  .desk__pagination-back a:hover::before {
    left: -55px;
  }
  .desk__pagination-last a {
    margin-right: 50px;
    color: #FFFFFF;
    text-decoration: none;
    position: relative;
  }
  .desk__pagination-last a::before {
    content: "";
    width: 20px;
    height: 10px;
    position: absolute;
    top: 50%;
    right: -50px;
    background: url("/GizDesign2023/media/desk/left.svg") no-repeat;
    transform: translateY(-50%) rotate(180deg);
    transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  .desk__pagination-last a:hover::before {
    right: -55px;
  }
}
@media only screen and (max-width: 576px) {
  .employee {
    padding-top: 40px;
    position: relative;
  }
  .employee__wrapper {
    display: flex;
  }
  .employee__top {
    background-color: #EEEEEE;
  }
  .employee__search {
    background: #EEEEEE;
  }
  .employee__header {
    background: #EEEEEE;
  }
  .employee__submit {
    background: #2F318B;
  }
  .employee__title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 26px;
    font-family: "FiraSans-Medium";
    color: #000000;
    margin-bottom: 20px;
  }
  .employee__title img {
    width: 30px;
    height: 30px;
  }
  .employee__wrapper {
    display: flex;
  }
  .employee__filter {
    position: fixed;
    background: #FFFFFF;
    overflow: scroll;
    top: 0px;
    left: 0px;
    width: 100%;
    flex-direction: column;
    border: 1px solid #B6B7B7;
    padding: 15px 15px;
    margin-right: 40px;
    height: 100%;
    z-index: 999;
    transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transform: translate(100%);
  }
  .employee__filter-close {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
  }
  .employee__filter-close p {
    font-size: 18px;
    color: #000000;
    font-family: "Roboto-Bold";
  }
  .employee__filter-close img {
    width: 20px;
    height: 20px;
  }
  .employee__filter-region, .employee__filter-profession, .employee__filter-schedule, .employee__filter-employee {
    display: flex;
    flex-direction: column;
    position: relative;
    margin-bottom: 20px;
    overflow: hidden;
    max-height: 700px;
    transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  }
  .employee__filter-region_img, .employee__filter-profession_img, .employee__filter-schedule_img, .employee__filter-employee_img {
    width: 10px;
    height: 10px;
  }
  .employee__filter-region a, .employee__filter-profession a, .employee__filter-schedule a, .employee__filter-employee a {
    display: flex;
    justify-content: space-between;
    color: #000000;
    font-family: "Roboto";
  }
  .employee__filter-region a span, .employee__filter-profession a span, .employee__filter-schedule a span, .employee__filter-employee a span {
    font-size: 14px;
    color: #B6B7B7;
    font-family: "Roboto";
  }
  .employee__filter-region__more, .employee__filter-profession__more, .employee__filter-schedule__more, .employee__filter-employee__more {
    color: #2F318A !important;
    text-decoration: underline;
  }
  .employee__filter-region::before, .employee__filter-profession::before, .employee__filter-schedule::before, .employee__filter-employee::before {
    content: "";
    width: 100%;
    height: 1px;
    background: rgba(182, 183, 183, 0.5);
    bottom: -10px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
  }
  .employee__filter-region-check, .employee__filter-profession-check, .employee__filter-schedule-check, .employee__filter-employee-check {
    display: flex;
    position: relative;
    margin-left: 20px;
  }
  .employee__filter-region-check input[type=checkbox], .employee__filter-profession-check input[type=checkbox], .employee__filter-schedule-check input[type=checkbox], .employee__filter-employee-check input[type=checkbox] {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }
  .employee__filter-region-check input[type=checkbox]::before, .employee__filter-profession-check input[type=checkbox]::before, .employee__filter-schedule-check input[type=checkbox]::before, .employee__filter-employee-check input[type=checkbox]::before {
    content: "";
    width: 15px;
    height: 15px;
    top: 5px;
    left: -20px;
    position: absolute;
    background: url("/GizDesign2023/media/desk/disable.svg") no-repeat;
  }
  .employee__filter-region-check input[type=checkbox]:checked::before, .employee__filter-profession-check input[type=checkbox]:checked::before, .employee__filter-schedule-check input[type=checkbox]:checked::before, .employee__filter-employee-check input[type=checkbox]:checked::before {
    background: url("/GizDesign2023/media/desk/check.svg") no-repeat;
  }
  .employee__filter-region-check span, .employee__filter-profession-check span, .employee__filter-schedule-check span, .employee__filter-employee-check span {
    font-size: "Roboto";
    font-size: 14px;
    color: #B6B7B7;
    margin-left: auto;
  }
  .employee__filter-region-check p, .employee__filter-profession-check p, .employee__filter-schedule-check p, .employee__filter-employee-check p {
    width: 160px;
    margin: 0px !important;
    padding: 0px;
  }
  .employee__filter-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
    color: #000000;
    font-family: "FiraSans-Bold";
    margin-bottom: 10px;
    cursor: pointer;
  }
  .employee__filter-reset_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    height: 50px;
    width: 100%;
    background: transparent;
    font-size: 16px;
    border: 1px solid #2F318A;
    color: #2F318A;
    outline: none;
    transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  .employee__filter-reset_btn:hover {
    background: #2F318A;
    color: #FFFFFF;
    outline: none;
  }
  .employee__content {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .employee__content-container {
    display: flex;
    justify-content: space-between;
    border: 1px solid #B6B7B7;
    margin-bottom: 20px;
    border-radius: 10px;
    height: 70px;
    padding: 10px;
  }
  .employee__content-container img {
    width: 20px;
    height: 20px;
    margin-left: 5px;
    margin-right: 10px;
  }
  .employee__content-wrapper {
    display: flex;
    align-items: center;
  }
  .employee__content-sort {
    display: flex;
    outline: none;
    border: none;
    position: relative;
  }
  .employee__content-sort_item {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
  }
  .employee__content-submit {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    padding: 10px;
    font-size: 12px;
    color: #FFFFFF;
    font-family: "Roboto";
    background: #2F318A;
    outline: none;
    border: none;
  }
  .employee__main {
    display: flex;
    flex-direction: column;
  }
  .employee__main-item {
    display: flex;
    border-radius: 10px;
    border: 1px solid #B6B7B7;
    margin-bottom: 20px;
    padding: 10px;
    cursor: pointer;
  }
  .employee__main-item:hover {
    border-color: #2F318A;
  }
  .employee__main-item__img {
    width: 20px;
    height: 20px;
    margin-right: 15px;
  }
  .employee__main-item__img img {
    width: 100%;
    height: 100%;
  }
  .employee__main-content__title {
    font-size: 18px;
    font-family: "FiraSans-Bold";
  }
  .employee__main-content__category {
    font-family: "Roboto";
    color: #2F318A;
    font-size: 14px;
  }
  .employee__main-content__skill {
    font-family: "Roboto";
    font-size: 16px;
    margin-top: 5px;
  }
  .employee__main-content__place {
    font-size: 14px;
    margin-left: 20px;
    position: relative;
  }
  .employee__main-content__place::before {
    content: "";
    width: 15px;
    height: 15px;
    position: absolute;
    top: 5px;
    left: -20px;
    background: url("/GizDesign2023/media/desk/map.svg") no-repeat;
  }
  .employee__main-content__place span {
    margin-left: 10px;
    color: #2F318A;
  }
  .employee__main-content__education {
    font-size: 14px;
    margin-left: 20px;
    position: relative;
  }
  .employee__main-content__education::before {
    content: "";
    width: 15px;
    height: 15px;
    position: absolute;
    top: 5px;
    left: -22px;
    background: url("/GizDesign2023/media/desk/edcation.svg") no-repeat;
  }
  .employee__main-content__date {
    font-size: 12px;
    color: #B6B7B7;
    font-family: "Roboto";
    margin-top: 10px;
  }
  .employee__pagination {
    min-width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 40px;
  }
  .employee__pagination-tab {
    display: flex;
    margin: 0 auto;
  }
  .employee__pagination-tab__list {
    display: flex;
  }
  .employee__pagination-tab__list-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    margin-right: 10px;
    border-radius: 100%;
    background: rgba(182, 183, 183, 0.5);
    color: #000000;
    font-size: 14px;
    font-family: "FiraSans-Bold";
  }
  .employee__pagination-tab__list-link_active {
    background-color: #2F318A;
    color: #FFFFFF;
  }
  .employee__pagination-tab__list-last {
    display: flex;
  }
  .employee__pagination-tab__list-last_item {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    margin-right: 10px;
    color: #000000;
    font-size: 14px;
    font-family: "FiraSans-Bold";
  }
  .employee__pagination-back, .employee__pagination-last {
    display: none;
  }
  .employee__pagination-back a {
    margin-left: 50px;
    color: #FFFFFF;
    text-decoration: none;
    position: relative;
  }
  .employee__pagination-back a::before {
    content: "";
    width: 20px;
    height: 10px;
    position: absolute;
    top: 50%;
    left: -50px;
    background: url("/GizDesign2023/media/desk/left.svg") no-repeat;
    transform: translateY(-50%);
    transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  .employee__pagination-back a:hover::before {
    left: -55px;
  }
  .employee__pagination-last a {
    margin-right: 50px;
    color: #FFFFFF;
    text-decoration: none;
    position: relative;
  }
  .employee__pagination-last a::before {
    content: "";
    width: 20px;
    height: 10px;
    position: absolute;
    top: 50%;
    right: -50px;
    background: url("/GizDesign2023/media/desk/left.svg") no-repeat;
    transform: translateY(-50%) rotate(180deg);
    transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  .employee__pagination-last a:hover::before {
    right: -55px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 991px) {
  .employee {
    padding-top: 40px;
    position: relative;
  }
  .employee__wrapper {
    display: flex;
  }
  .employee__top {
    background-color: #EEEEEE;
  }
  .employee__search {
    background: #EEEEEE;
  }
  .employee__header {
    background: #EEEEEE;
  }
  .employee__submit {
    background: #2F318B;
  }
  .employee__title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 26px;
    font-family: "FiraSans-Medium";
    color: #000000;
    margin-bottom: 20px;
  }
  .employee__title img {
    width: 30px;
    height: 30px;
  }
  .employee__wrapper {
    display: flex;
  }
  .employee__filter {
    position: fixed;
    background: #FFFFFF;
    overflow: scroll;
    top: 0px;
    left: 0px;
    width: 100%;
    flex-direction: column;
    border: 1px solid #B6B7B7;
    padding: 15px 15px;
    margin-right: 40px;
    height: 100%;
    z-index: 999;
    transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transform: translate(100%);
  }
  .employee__filter-close {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
  }
  .employee__filter-close p {
    font-size: 18px;
    color: #000000;
    font-family: "Roboto-Bold";
  }
  .employee__filter-close img {
    width: 20px;
    height: 20px;
  }
  .employee__filter-region, .employee__filter-profession, .employee__filter-schedule, .employee__filter-employee {
    display: flex;
    flex-direction: column;
    position: relative;
    margin-bottom: 20px;
    overflow: hidden;
    max-height: 700px;
    transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  }
  .employee__filter-region_img, .employee__filter-profession_img, .employee__filter-schedule_img, .employee__filter-employee_img {
    width: 10px;
    height: 10px;
  }
  .employee__filter-region a, .employee__filter-profession a, .employee__filter-schedule a, .employee__filter-employee a {
    display: flex;
    justify-content: space-between;
    color: #000000;
    font-family: "Roboto";
  }
  .employee__filter-region a span, .employee__filter-profession a span, .employee__filter-schedule a span, .employee__filter-employee a span {
    font-size: 14px;
    color: #B6B7B7;
    font-family: "Roboto";
  }
  .employee__filter-region__more, .employee__filter-profession__more, .employee__filter-schedule__more, .employee__filter-employee__more {
    color: #2F318A !important;
    text-decoration: underline;
  }
  .employee__filter-region::before, .employee__filter-profession::before, .employee__filter-schedule::before, .employee__filter-employee::before {
    content: "";
    width: 100%;
    height: 1px;
    background: rgba(182, 183, 183, 0.5);
    bottom: -10px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
  }
  .employee__filter-region-check, .employee__filter-profession-check, .employee__filter-schedule-check, .employee__filter-employee-check {
    display: flex;
    position: relative;
    margin-left: 20px;
  }
  .employee__filter-region-check input[type=checkbox], .employee__filter-profession-check input[type=checkbox], .employee__filter-schedule-check input[type=checkbox], .employee__filter-employee-check input[type=checkbox] {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }
  .employee__filter-region-check input[type=checkbox]::before, .employee__filter-profession-check input[type=checkbox]::before, .employee__filter-schedule-check input[type=checkbox]::before, .employee__filter-employee-check input[type=checkbox]::before {
    content: "";
    width: 15px;
    height: 15px;
    top: 5px;
    left: -20px;
    position: absolute;
    background: url("/GizDesign2023/media/desk/disable.svg") no-repeat;
  }
  .employee__filter-region-check input[type=checkbox]:checked::before, .employee__filter-profession-check input[type=checkbox]:checked::before, .employee__filter-schedule-check input[type=checkbox]:checked::before, .employee__filter-employee-check input[type=checkbox]:checked::before {
    background: url("/GizDesign2023/media/desk/check.svg") no-repeat;
  }
  .employee__filter-region-check span, .employee__filter-profession-check span, .employee__filter-schedule-check span, .employee__filter-employee-check span {
    font-size: "Roboto";
    font-size: 14px;
    color: #B6B7B7;
    margin-left: auto;
  }
  .employee__filter-region-check p, .employee__filter-profession-check p, .employee__filter-schedule-check p, .employee__filter-employee-check p {
    width: 160px;
    margin: 0px !important;
    padding: 0px;
  }
  .employee__filter-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
    color: #000000;
    font-family: "FiraSans-Bold";
    margin-bottom: 10px;
    cursor: pointer;
  }
  .employee__filter-reset_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    height: 50px;
    width: 100%;
    background: transparent;
    font-size: 16px;
    border: 1px solid #2F318A;
    color: #2F318A;
    outline: none;
    transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  .employee__filter-reset_btn:hover {
    background: #2F318A;
    color: #FFFFFF;
    outline: none;
  }
  .employee__content {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .employee__content-container {
    display: flex;
    justify-content: space-between;
    border: 1px solid #B6B7B7;
    margin-bottom: 20px;
    border-radius: 10px;
    height: 70px;
    padding: 10px;
  }
  .employee__content-container img {
    width: 20px;
    height: 20px;
    margin-left: 5px;
    margin-right: 10px;
  }
  .employee__content-wrapper {
    display: flex;
    align-items: center;
  }
  .employee__content-sort {
    display: flex;
    outline: none;
    border: none;
    position: relative;
  }
  .employee__content-sort_item {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
  }
  .employee__content-submit {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    padding: 10px;
    font-size: 12px;
    color: #FFFFFF;
    font-family: "Roboto";
    background: #2F318A;
    outline: none;
    border: none;
  }
  .employee__main {
    display: flex;
    flex-direction: column;
  }
  .employee__main-item {
    display: flex;
    border-radius: 10px;
    border: 1px solid #B6B7B7;
    margin-bottom: 20px;
    padding: 10px;
    cursor: pointer;
  }
  .employee__main-item:hover {
    border-color: #2F318A;
  }
  .employee__main-item__img {
    width: 20px;
    height: 20px;
    margin-right: 15px;
  }
  .employee__main-item__img img {
    width: 100%;
    height: 100%;
  }
  .employee__main-content__title {
    font-size: 18px;
    font-family: "FiraSans-Bold";
  }
  .employee__main-content__category {
    font-family: "Roboto";
    color: #2F318A;
    font-size: 14px;
  }
  .employee__main-content__skill {
    font-family: "Roboto";
    font-size: 16px;
    margin-top: 5px;
  }
  .employee__main-content__place {
    font-size: 14px;
    margin-left: 20px;
    position: relative;
  }
  .employee__main-content__place::before {
    content: "";
    width: 15px;
    height: 15px;
    position: absolute;
    top: 5px;
    left: -20px;
    background: url("/GizDesign2023/media/desk/map.svg") no-repeat;
  }
  .employee__main-content__place span {
    margin-left: 10px;
    color: #2F318A;
  }
  .employee__main-content__education {
    font-size: 14px;
    margin-left: 20px;
    position: relative;
  }
  .employee__main-content__education::before {
    content: "";
    width: 15px;
    height: 15px;
    position: absolute;
    top: 5px;
    left: -22px;
    background: url("/GizDesign2023/media/desk/edcation.svg") no-repeat;
  }
  .employee__main-content__date {
    font-size: 12px;
    color: #B6B7B7;
    font-family: "Roboto";
    margin-top: 10px;
  }
  .employee__pagination {
    min-width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 40px;
  }
  .employee__pagination-tab {
    display: flex;
    margin: 0 auto;
  }
  .employee__pagination-tab__list {
    display: flex;
  }
  .employee__pagination-tab__list-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    margin-right: 10px;
    border-radius: 100%;
    background: rgba(182, 183, 183, 0.5);
    color: #000000;
    font-size: 14px;
    font-family: "FiraSans-Bold";
  }
  .employee__pagination-tab__list-link_active {
    background-color: #2F318A;
    color: #FFFFFF;
  }
  .employee__pagination-tab__list-last {
    display: flex;
  }
  .employee__pagination-tab__list-last_item {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    margin-right: 10px;
    color: #000000;
    font-size: 14px;
    font-family: "FiraSans-Bold";
  }
  .employee__pagination-back, .employee__pagination-last {
    display: none;
  }
  .employee__pagination-back a {
    margin-left: 50px;
    color: #FFFFFF;
    text-decoration: none;
    position: relative;
  }
  .employee__pagination-back a::before {
    content: "";
    width: 20px;
    height: 10px;
    position: absolute;
    top: 50%;
    left: -50px;
    background: url("/GizDesign2023/media/desk/left.svg") no-repeat;
    transform: translateY(-50%);
    transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  .employee__pagination-back a:hover::before {
    left: -55px;
  }
  .employee__pagination-last a {
    margin-right: 50px;
    color: #FFFFFF;
    text-decoration: none;
    position: relative;
  }
  .employee__pagination-last a::before {
    content: "";
    width: 20px;
    height: 10px;
    position: absolute;
    top: 50%;
    right: -50px;
    background: url("/GizDesign2023/media/desk/left.svg") no-repeat;
    transform: translateY(-50%) rotate(180deg);
    transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  .employee__pagination-last a:hover::before {
    right: -55px;
  }
}
@media only screen and (min-width: 992px) {
  .employee {
    padding-top: 40px;
  }
  .employee__wrapper {
    display: flex;
  }
  .employee__top {
    background-color: #EEEEEE;
  }
  .employee__search {
    background: #EEEEEE;
  }
  .employee__header {
    background: #EEEEEE;
  }
  .employee__submit {
    background: #2F318B;
  }
  .employee__title {
    font-size: 26px;
    font-family: "FiraSans-Medium";
    color: #000000;
    margin-bottom: 20px;
  }
  .employee__title img {
    display: none;
  }
  .employee__wrapper {
    display: flex;
  }
  .employee__filter {
    display: flex;
    width: 30%;
    flex-direction: column;
    border-radius: 10px;
    border: 1px solid #B6B7B7;
    padding: 15px 15px;
    margin-right: 40px;
    height: 100%;
  }
  .employee__filter-close {
    display: none;
  }
  .employee__filter-region, .employee__filter-profession, .employee__filter-schedule, .employee__filter-employee {
    display: flex;
    flex-direction: column;
    position: relative;
    margin-bottom: 20px;
    overflow: hidden;
    max-height: 700px;
    transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  }
  .employee__filter-region_img, .employee__filter-profession_img, .employee__filter-schedule_img, .employee__filter-employee_img {
    width: 10px;
    height: 10px;
  }
  .employee__filter-region a, .employee__filter-profession a, .employee__filter-schedule a, .employee__filter-employee a {
    display: flex;
    justify-content: space-between;
    color: #000000;
    font-family: "Roboto";
  }
  .employee__filter-region a span, .employee__filter-profession a span, .employee__filter-schedule a span, .employee__filter-employee a span {
    font-size: 14px;
    color: #B6B7B7;
    font-family: "Roboto";
  }
  .employee__filter-region__more, .employee__filter-profession__more, .employee__filter-schedule__more, .employee__filter-employee__more {
    color: #2F318A !important;
    text-decoration: underline;
  }
  .employee__filter-region::before, .employee__filter-profession::before, .employee__filter-schedule::before, .employee__filter-employee::before {
    content: "";
    width: 100%;
    height: 1px;
    background: rgba(182, 183, 183, 0.5);
    bottom: -10px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
  }
  .employee__filter-region-check, .employee__filter-profession-check, .employee__filter-schedule-check, .employee__filter-employee-check {
    display: flex;
    position: relative;
    margin-left: 20px;
  }
  .employee__filter-region-check input[type=checkbox], .employee__filter-profession-check input[type=checkbox], .employee__filter-schedule-check input[type=checkbox], .employee__filter-employee-check input[type=checkbox] {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }
  .employee__filter-region-check input[type=checkbox]::before, .employee__filter-profession-check input[type=checkbox]::before, .employee__filter-schedule-check input[type=checkbox]::before, .employee__filter-employee-check input[type=checkbox]::before {
    content: "";
    width: 15px;
    height: 15px;
    top: 5px;
    left: -20px;
    position: absolute;
    background: url("/GizDesign2023/media/desk/disable.svg") no-repeat;
  }
  .employee__filter-region-check input[type=checkbox]:checked::before, .employee__filter-profession-check input[type=checkbox]:checked::before, .employee__filter-schedule-check input[type=checkbox]:checked::before, .employee__filter-employee-check input[type=checkbox]:checked::before {
    background: url("/GizDesign2023/media/desk/check.svg") no-repeat;
  }
  .employee__filter-region-check span, .employee__filter-profession-check span, .employee__filter-schedule-check span, .employee__filter-employee-check span {
    font-size: "Roboto";
    font-size: 14px;
    color: #B6B7B7;
    margin-left: auto;
  }
  .employee__filter-region-check p, .employee__filter-profession-check p, .employee__filter-schedule-check p, .employee__filter-employee-check p {
    width: 160px;
    margin: 0px !important;
    padding: 0px;
  }
  .employee__filter-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
    color: #000000;
    font-family: "FiraSans-Bold";
    margin-bottom: 10px;
    cursor: pointer;
  }
  .employee__filter-reset_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    height: 50px;
    width: 100%;
    background: transparent;
    font-size: 16px;
    border: 1px solid #2F318A;
    color: #2F318A;
    outline: none;
    transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  .employee__filter-reset_btn:hover {
    background: #2F318A;
    color: #FFFFFF;
    outline: none;
  }
  .employee__content {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .employee__content-container {
    display: flex;
    justify-content: space-between;
    border: 1px solid #B6B7B7;
    margin-bottom: 20px;
    border-radius: 10px;
    height: 70px;
    padding: 10px;
  }
  .employee__content-container img {
    width: 20px;
    height: 20px;
    margin-left: 5px;
    margin-right: 10px;
  }
  .employee__content-wrapper {
    display: flex;
    align-items: center;
  }
  .employee__content-sort {
    display: flex;
    outline: none;
    border: none;
    position: relative;
  }
  .employee__content-sort_item {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
  }
  .employee__content-submit {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    padding: 10px;
    color: #FFFFFF;
    font-family: "Roboto";
    background: #2F318A;
    outline: none;
    border: none;
  }
  .employee__main {
    display: flex;
    flex-direction: column;
  }
  .employee__main-item {
    display: flex;
    border-radius: 10px;
    border: 1px solid #B6B7B7;
    margin-bottom: 20px;
    padding: 10px;
    cursor: pointer;
  }
  .employee__main-item:hover {
    border-color: #2F318A;
  }
  .employee__main-item__img {
    width: 20px;
    height: 20px;
    margin-right: 15px;
  }
  .employee__main-item__img img {
    width: 100%;
    height: 100%;
  }
  .employee__main-content__title {
    font-size: 18px;
    font-family: "FiraSans-Bold";
  }
  .employee__main-content__category {
    font-family: "Roboto";
    color: #2F318A;
    font-size: 14px;
  }
  .employee__main-content__skill {
    font-family: "Roboto";
    font-size: 16px;
    margin-top: 5px;
  }
  .employee__main-content__place {
    font-size: 14px;
    margin-left: 20px;
    position: relative;
  }
  .employee__main-content__place::before {
    content: "";
    width: 15px;
    height: 15px;
    position: absolute;
    top: 5px;
    left: -20px;
    background: url("/GizDesign2023/media/desk/map.svg") no-repeat;
  }
  .employee__main-content__place span {
    margin-left: 10px;
    color: #2F318A;
  }
  .employee__main-content__education {
    font-size: 14px;
    margin-left: 20px;
    position: relative;
  }
  .employee__main-content__education::before {
    content: "";
    width: 15px;
    height: 15px;
    position: absolute;
    top: 5px;
    left: -22px;
    background: url("/GizDesign2023/media/desk/edcation.svg") no-repeat;
  }
  .employee__main-content__date {
    font-size: 12px;
    color: #B6B7B7;
    font-family: "Roboto";
    margin-top: 10px;
  }
  .employee__pagination {
    min-width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 40px;
  }
  .employee__pagination-tab__list {
    display: flex;
  }
  .employee__pagination-tab__list-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    margin-right: 10px;
    border-radius: 100%;
    background: rgba(182, 183, 183, 0.5);
    color: #000000;
    font-size: 14px;
    font-family: "FiraSans-Bold";
  }
  .employee__pagination-tab__list-link_active {
    background-color: #2F318A;
    color: #FFFFFF;
  }
  .employee__pagination-tab__list-last {
    display: flex;
  }
  .employee__pagination-tab__list-last_item {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    margin-right: 10px;
    color: #000000;
    font-size: 14px;
    font-family: "FiraSans-Bold";
  }
  .employee__pagination-back, .employee__pagination-last {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #2F318A;
    border-radius: 10px;
    width: 200px;
    height: 40px;
    padding: 5px;
  }
  .employee__pagination-back a {
    margin-left: 50px;
    color: #FFFFFF;
    text-decoration: none;
    position: relative;
  }
  .employee__pagination-back a::before {
    content: "";
    width: 20px;
    height: 10px;
    position: absolute;
    top: 50%;
    left: -50px;
    background: url("/GizDesign2023/media/desk/left.svg") no-repeat;
    transform: translateY(-50%);
    transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  .employee__pagination-back a:hover::before {
    left: -55px;
  }
  .employee__pagination-last a {
    margin-right: 50px;
    color: #FFFFFF;
    text-decoration: none;
    position: relative;
  }
  .employee__pagination-last a::before {
    content: "";
    width: 20px;
    height: 10px;
    position: absolute;
    top: 50%;
    right: -50px;
    background: url("/GizDesign2023/media/desk/left.svg") no-repeat;
    transform: translateY(-50%) rotate(180deg);
    transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  .employee__pagination-last a:hover::before {
    right: -55px;
  }
}
@media only screen and (max-width: 576px) {
  .footer {
    padding: 40px 0px;
    background: rgba(230, 230, 230, 0.4);
  }
  .footer__wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .footer__info-logo {
    width: 150px;
    height: 150px;
  }
  .footer__info-logo img {
    width: 100%;
    height: 100%;
  }
  .footer__info-giz {
    width: 350px;
  }
  .footer__info-giz img {
    width: 100%;
    height: 100%;
  }
  .footer__info-text {
    font-size: 14px;
    color: #2F318B;
    width: 280px;
    margin-top: 20px;
    font-family: "FiraSans-Medium";
    line-height: 17px;
  }
  .footer__gerb {
    display: flex;
    width: 100px;
    height: 100px;
    margin-right: 20px;
  }
  .footer__gerb img {
    width: 100%;
    height: 100%;
  }
  .footer__content-wrapper {
    display: flex;
    align-items: center;
  }
  .footer__content-social {
    display: flex;
    margin-bottom: 20px;
  }
  .footer__content-social_link {
    margin-right: 20px;
  }
  .footer__content-social_link:last-child {
    margin-right: 0px;
  }
  .footer__content-social_link img {
    width: 25px;
    height: 25px;
  }
  .footer__content-contact {
    color: #2F318B;
    font-family: "FiraSans-Medium";
  }
  .footer__content-contact a {
    font-family: "FiraSans-Medium";
    color: #2F318B;
    width: 100px;
  }
  .footer__content-address {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 200px;
    height: 30px;
    margin: 60px 0px;
    border-radius: 50px;
    border: 2px solid #009C4D;
    transition: all 0.6 cubic-bezier(0.075, 0.82, 0.165, 1);
    cursor: pointer;
  }
  .footer__content-address a {
    color: #009C4D;
    font-size: 14px;
    transition: all 0.6 cubic-bezier(0.075, 0.82, 0.165, 1);
  }
  .footer__content-address:hover {
    background: #009C4D;
  }
  .footer__content-address:hover a {
    color: #FFFFFF;
    text-decoration: none;
  }
  .footer__content-text {
    font-size: 16px;
    color: #2F318B;
    width: 280px;
    line-height: 17px;
    font-family: "FiraSans-Medium";
  }
  .footer__content-design {
    margin-top: 60px;
    width: 80px;
    height: 25px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 991px) {
  .footer {
    padding: 40px 0px;
    background: rgba(230, 230, 230, 0.4);
  }
  .footer__wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .footer__info-logo {
    width: 150px;
    height: 150px;
  }
  .footer__info-logo img {
    width: 100%;
    height: 100%;
  }
  .footer__info-giz {
    width: 350px;
  }
  .footer__info-giz img {
    width: 100%;
    height: 100%;
  }
  .footer__info-text {
    font-size: 14px;
    color: #2F318B;
    width: 280px;
    margin-top: 20px;
    font-family: "FiraSans-Medium";
    line-height: 17px;
  }
  .footer__gerb {
    display: flex;
    width: 100px;
    height: 100px;
    margin-right: 20px;
  }
  .footer__gerb img {
    width: 100%;
    height: 100%;
  }
  .footer__content-wrapper {
    display: flex;
    align-items: center;
  }
  .footer__content-social {
    display: flex;
    margin-bottom: 20px;
  }
  .footer__content-social_link {
    margin-right: 20px;
  }
  .footer__content-social_link:last-child {
    margin-right: 0px;
  }
  .footer__content-social_link img {
    width: 25px;
    height: 25px;
  }
  .footer__content-contact {
    color: #2F318B;
    font-family: "FiraSans-Medium";
  }
  .footer__content-contact a {
    font-family: "FiraSans-Medium";
    color: #2F318B;
    width: 100px;
  }
  .footer__content-address {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 200px;
    height: 30px;
    margin: 60px 0px;
    border-radius: 50px;
    border: 2px solid #009C4D;
    transition: all 0.6 cubic-bezier(0.075, 0.82, 0.165, 1);
    cursor: pointer;
  }
  .footer__content-address a {
    color: #009C4D;
    font-size: 14px;
    transition: all 0.6 cubic-bezier(0.075, 0.82, 0.165, 1);
  }
  .footer__content-address:hover {
    background: #009C4D;
  }
  .footer__content-address:hover a {
    color: #FFFFFF;
    text-decoration: none;
  }
  .footer__content-text {
    font-size: 16px;
    color: #2F318B;
    width: 280px;
    line-height: 17px;
    font-family: "FiraSans-Medium";
  }
  .footer__content-design {
    margin-top: 60px;
    width: 80px;
    height: 25px;
  }
}
@media only screen and (min-width: 992px) {
  .footer {
    padding: 40px 0px;
    background: rgba(230, 230, 230, 0.4);
  }
  .footer__wrapper {
    display: flex;
    justify-content: space-between;
  }
  .footer__info-logo {
    width: 150px;
    height: 150px;
  }
  .footer__info-logo img {
    width: 100%;
    height: 100%;
  }
  .footer__info-giz {
    width: 350px;
  }
  .footer__info-giz img {
    width: 100%;
    height: 100%;
  }
  .footer__info-text {
    font-size: 14px;
    color: #2F318B;
    width: 280px;
    margin-top: 20px;
    font-family: "FiraSans-Medium";
    line-height: 17px;
  }
  .footer__gerb {
    display: flex;
    width: 100px;
    height: 100px;
    margin-right: 20px;
    margin-left: -100px;
  }
  .footer__gerb img {
    width: 100%;
    height: 100%;
  }
  .footer__content-wrapper {
    display: flex;
    align-items: center;
  }
  .footer__content-social {
    display: flex;
    margin-bottom: 20px;
  }
  .footer__content-social_link {
    margin-right: 20px;
  }
  .footer__content-social_link:last-child {
    margin-right: 0px;
  }
  .footer__content-social_link img {
    width: 25px;
    height: 25px;
  }
  .footer__content-contact {
    color: #2F318B;
    font-family: "FiraSans-Medium";
  }
  .footer__content-contact a {
    font-family: "FiraSans-Medium";
    color: #2F318B;
    width: 100px;
  }
  .footer__content-address {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 200px;
    height: 30px;
    margin: 60px 0px;
    border-radius: 50px;
    border: 2px solid #009C4D;
    transition: all 0.6 cubic-bezier(0.075, 0.82, 0.165, 1);
    cursor: pointer;
  }
  .footer__content-address a {
    color: #009C4D;
    font-size: 14px;
    transition: all 0.6 cubic-bezier(0.075, 0.82, 0.165, 1);
  }
  .footer__content-address:hover {
    background: #009C4D;
  }
  .footer__content-address:hover a {
    color: #FFFFFF;
    text-decoration: none;
  }
  .footer__content-text {
    font-size: 16px;
    color: #2F318B;
    width: 280px;
    line-height: 17px;
    font-family: "FiraSans-Medium";
  }
  .footer__content-design {
    margin-top: 60px;
    width: 80px;
    height: 25px;
  }
}
@media only screen and (max-width: 576px) {
  .header {
    display: none;
    position: relative;
  }
  .header__mobile {
    padding: 0px !important;
    position: relative;
  }
  .header__mobile__wrapper {
    display: flex;
  }
  .header__mobile-logotypes {
    display: flex;
    justify-content: space-between;
  }
  .header__mobile-logotypes_main {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }
  .header__mobile-logotypes_main-logo {
    width: 150px;
  }
  .header__mobile-logotypes_main-logo img {
    width: 100%;
    height: 100%;
  }
  .header__mobile-logotypes_main-menu {
    margin-left: auto;
    width: 40px;
    height: 40px;
  }
  .header__mobile-logotypes_main-menu img {
    width: 100%;
    height: 100%;
  }
  .header__mobile-logotypes_ministry {
    width: 120px;
  }
  .header__mobile-logotypes_ministry img {
    width: 100%;
    height: 100%;
  }
  .header__mobile-logotypes_ministry {
    width: 250px;
  }
  .header__mobile-menu {
    display: flex;
    flex-direction: column;
    position: fixed;
    top: 0px;
    padding: 10px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: #FFFFFF;
    overflow: scroll;
    transform: translate(100%);
    transition: all 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    z-index: 9999;
  }
  .header__mobile-menu_close {
    width: 25px;
    height: 25px;
    position: absolute;
    top: 20px;
    right: 15px;
  }
  .header__mobile-menu_close img {
    width: 100%;
    height: 100%;
  }
  .header__mobile-menu_item {
    padding: 5px 20px;
    margin: 0px;
    list-style-type: none;
    align-items: center;
    margin-top: 10px;
  }
  .header__mobile-menu_item-img_service {
    width: 15px;
    height: 15px;
    transform: rotate(180deg);
  }
  .header__mobile-menu_item-service {
    position: relative;
    overflow: hidden;
    max-height: 60px;
    transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .header__mobile-menu_item-service::before {
    content: "";
  }
  .header__mobile-menu_item-service a {
    padding: 5px;
    font-size: 20px;
    color: #000000;
    font-family: "FiraSans-Bold";
    position: relative;
  }
  .header__mobile-menu_item-service a::before {
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    background: rgba(182, 183, 183, 0.6);
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
  }
  .header__mobile-menu_item a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px;
    color: #000000;
    font-size: 20px;
    position: relative;
  }
  .header__mobile-menu_item a::before {
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    background: rgba(182, 183, 183, 0.6);
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
  }
  .header__mobile-menu_item-dropdown_citizen {
    margin-top: 20px;
    overflow: hidden;
    height: 60px;
    transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .header__mobile-menu_item-dropdown_citizen-img {
    width: 15px;
    height: 15px;
  }
  .header__mobile-menu_item-dropdown_citizen-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 20px;
    padding: 5px;
    font-family: "FiraSans-Bold";
    position: relative;
  }
  .header__mobile-menu_item-dropdown_citizen-title::before {
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    background: rgba(182, 183, 183, 0.6);
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
  }
  .header__mobile-menu_item-dropdown_citizen-list {
    margin-top: 10px;
    padding: 0px;
    list-style-type: none;
  }
  .header__mobile-menu_item-dropdown_citizen-list a {
    margin-top: 10px;
    padding: 5px;
    font-family: "Roboto";
  }
  .header__mobile-menu_item-dropdown_employer {
    overflow: hidden;
    margin-top: 10px;
    height: 60px;
    transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .header__mobile-menu_item-dropdown_employer-img {
    width: 15px;
    height: 15px;
  }
  .header__mobile-menu_item-dropdown_employer-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 20px;
    padding: 5px;
    font-family: "FiraSans-Bold";
    position: relative;
  }
  .header__mobile-menu_item-dropdown_employer-title::before {
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    background: rgba(182, 183, 183, 0.6);
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
  }
  .header__mobile-menu_item-dropdown_employer-list {
    margin-top: 10px;
    padding: 0px;
    margin: 0px;
    list-style-type: none;
  }
  .header__mobile-menu_item-dropdown_employer-list a {
    margin-top: 10px;
    padding: 5px;
    font-family: "Roboto";
  }
}
@media only screen and (min-width: 576px) and (max-width: 991px) {
  .header {
    display: none;
  }
  .header__mobile {
    padding: 0px !important;
    position: relative;
  }
  .header__mobile__wrapper {
    display: flex;
  }
  .header__mobile-logotypes {
    display: flex;
    justify-content: space-between;
  }
  .header__mobile-logotypes_main {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }
  .header__mobile-logotypes_main-logo {
    width: 150px;
  }
  .header__mobile-logotypes_main-logo img {
    width: 100%;
    height: 100%;
  }
  .header__mobile-logotypes_main-menu {
    margin-left: auto;
    width: 40px;
    height: 40px;
  }
  .header__mobile-logotypes_main-menu img {
    width: 100%;
    height: 100%;
  }
  .header__mobile-logotypes_ministry {
    width: 120px;
  }
  .header__mobile-logotypes_ministry img {
    width: 100%;
    height: 100%;
  }
  .header__mobile-logotypes_ministry {
    width: 250px;
  }
  .header__mobile-menu {
    display: flex;
    flex-direction: column;
    position: fixed;
    top: 0px;
    padding: 10px;
    left: 0px;
    width: 100vw;
    height: 100%;
    background: white;
    overflow-x: scroll;
    transform: translate(100%);
    transition: all 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    z-index: 9999;
  }
  .header__mobile-menu_close {
    width: 25px;
    height: 25px;
    position: absolute;
    top: 20px;
    right: 15px;
  }
  .header__mobile-menu_close img {
    width: 100%;
    height: 100%;
  }
  .header__mobile-menu_item {
    padding: 5px 20px;
    margin: 0px;
    list-style-type: none;
    align-items: center;
    margin-top: 10px;
  }
  .header__mobile-menu_item-img_service {
    width: 15px;
    height: 15px;
    transform: rotate(180deg);
  }
  .header__mobile-menu_item-service {
    position: relative;
    overflow: hidden;
    max-height: 60px;
    transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .header__mobile-menu_item-service::before {
    content: "";
  }
  .header__mobile-menu_item-service a {
    padding: 5px;
    font-size: 20px;
    color: #000000;
    font-family: "FiraSans-Bold";
    position: relative;
  }
  .header__mobile-menu_item-service a::before {
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    background: rgba(182, 183, 183, 0.6);
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
  }
  .header__mobile-menu_item a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px;
    color: #000000;
    font-size: 20px;
    position: relative;
  }
  .header__mobile-menu_item a::before {
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    background: rgba(182, 183, 183, 0.6);
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
  }
  .header__mobile-menu_item-dropdown_citizen {
    margin-top: 20px;
    overflow: hidden;
    height: 60px;
    transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .header__mobile-menu_item-dropdown_citizen-img {
    width: 15px;
    height: 15px;
  }
  .header__mobile-menu_item-dropdown_citizen-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 20px;
    padding: 5px;
    font-family: "FiraSans-Bold";
    position: relative;
  }
  .header__mobile-menu_item-dropdown_citizen-title::before {
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    background: rgba(182, 183, 183, 0.6);
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
  }
  .header__mobile-menu_item-dropdown_citizen-list {
    margin-top: 10px;
    padding: 0px;
    list-style-type: none;
  }
  .header__mobile-menu_item-dropdown_citizen-list a {
    margin-top: 10px;
    padding: 5px;
    font-family: "Roboto";
  }
  .header__mobile-menu_item-dropdown_employer {
    overflow: hidden;
    margin-top: 10px;
    height: 60px;
    transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .header__mobile-menu_item-dropdown_employer-img {
    width: 15px;
    height: 15px;
  }
  .header__mobile-menu_item-dropdown_employer-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 20px;
    padding: 5px;
    font-family: "FiraSans-Bold";
    position: relative;
  }
  .header__mobile-menu_item-dropdown_employer-title::before {
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    background: rgba(182, 183, 183, 0.6);
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
  }
  .header__mobile-menu_item-dropdown_employer-list {
    margin-top: 10px;
    padding: 0px;
    margin: 0px;
    list-style-type: none;
  }
  .header__mobile-menu_item-dropdown_employer-list a {
    margin-top: 10px;
    padding: 5px;
    font-family: "Roboto";
  }
}
@media only screen and (min-width: 992px) {
  .header {
    position: relative;
  }
  .header__mobile {
    display: none;
  }
  .header__wrapper {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    padding: 5px;
    min-width: 44px;
    padding-top: 10px;
  }
  .header__colors_container {
    display: flex;
    min-width: 100%;
  }
  .header__logotypes {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
  }
  .header__logotypes-main {
    margin-right: 20px;
    height: 60px;
  }
  .header__logotypes-main_logo {
    width: 100%;
    height: 100%;
  }
  .header__logotypes-ministry {
    margin-left: 20px;
    height: 60px;
  }
  .header__logotypes-ministry_img {
    width: 100%;
    height: 100%;
  }
  .header__menu {
    display: flex;
    padding: 0;
    list-style-type: none;
    margin-left: auto;
  }
  .header__menu-languages {
    display: none;
  }
  .header__menu-item {
    display: flex;
    justify-self: center;
    align-items: center;
    position: relative;
    margin: 0px 13px 0px 13px;
  }
  .header__menu-item:last-child {
    margin-right: 0px;
  }
  .header__menu-item a {
    line-height: 15px;
    color: black;
  }
  .header__menu-item a:hover {
    color: #009C4D;
    text-decoration: none;
  }
  .header__menu-item_active {
    border: 2px solid #2F318B;
    border-radius: 20px;
    padding: 5px 15px 5px 15px;
  }
  .header__menu-item_active a {
    line-height: 15px !important;
    color: #000000;
    text-decoration: none;
  }
  .header__menu-item_service {
    padding: 0px 15px 0px 15px;
  }
  .header__menu-item_service a {
    color: #000000;
    text-decoration: none !important;
  }
  .header__menu-item_service img {
    transform: translateX(5px);
  }
  .header__menu-item_service:hover .header__menu-item_dropdown {
    visibility: visible;
    opacity: 1;
  }
  .header__menu-item_dropdown {
    position: absolute;
    right: 0px;
    top: 100%;
    transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    visibility: hidden;
    z-index: 99999;
    opacity: 0;
  }
  .header__menu-item_dropdown-container {
    min-width: 450px;
    height: 320px;
  }
  .header__menu-item_dropdown-wrapper {
    display: flex;
    justify-content: space-between;
    width: 500px;
    margin-top: 10px;
    padding: 20px 30px;
    box-shadow: 0px 0px 20px #B6B7B7;
    border-radius: 10px;
    background-color: #FFFFFF;
  }
  .header__menu-item_dropdown-citizen-title {
    position: relative;
    color: #009C4D;
    font-size: 16px;
    width: 100px;
    line-height: 20px;
    font-family: "Roboto-Medium" !important;
    margin-top: 10px;
  }
  .header__menu-item_dropdown-citizen-title::before {
    content: "";
    position: absolute;
    background: url("/GizDesign2023/media/about/user_green.svg") no-repeat;
    width: 12px;
    height: 12px;
    top: -12px;
    left: 0px;
  }
  .header__menu-item_dropdown-citizen-list {
    list-style-type: none !important;
    padding: 0px;
  }
  .header__menu-item_dropdown-citizen-list_item {
    width: 200px;
    padding: 5px 0px;
    line-height: 1.2rem;
  }
  .header__menu-item_dropdown-citizen-list_item a {
    color: #B6B7B7;
    font-family: "Roboto-Light";
  }
  .header__menu-item_dropdown-citizen-list_item a:hover {
    color: #009C4D;
  }
  .header__menu-item_dropdown-citizen-list_item_active a {
    color: #009C4D;
  }
  .header__menu-item_dropdown-employer-title {
    position: relative;
    color: #2F318B;
    font-size: 16px;
    width: 100px;
    line-height: 20px;
    font-family: "Roboto-Medium" !important;
    margin-top: 10px;
  }
  .header__menu-item_dropdown-employer-title::before {
    content: "";
    position: absolute;
    background: url("/GizDesign2023/media/about/user_purple.svg") no-repeat;
    width: 12px;
    height: 12px;
    top: -12px;
    left: 0px;
  }
  .header__menu-item_dropdown-employer-list {
    list-style-type: none;
    padding: 0px;
  }
  .header__menu-item_dropdown-employer-list_item {
    width: 200px;
    padding: 5px 0px;
    line-height: 1.2rem;
  }
  .header__menu-item_dropdown-employer-list_item a {
    color: #B6B7B7;
    font-family: "Roboto-Light";
  }
  .header__menu-item_dropdown-employer-list_item a:hover {
    color: #2F318B;
  }
  .header__menu-item_dropdown-employer-list_item_active a {
    color: #2F318B;
  }
}
@media only screen and (max-width: 576px) {
  .blog {
    padding: 20px 0px;
  }
  .blog__wrapper {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: space-between;
  }
  .blog__title {
    font-size: 20px;
    font-family: "Roboto-Medium";
    color: #2F318B;
    margin-bottom: 20px;
  }
  .blog__item {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 400px;
    border-radius: 20px;
    margin-bottom: 40px;
  }
  .blog__header {
    height: 230px;
    border-radius: 20px;
    padding: 20px;
    position: relative;
  }
  .blog__header p {
    font-size: 20px;
    color: #FFFFFF;
    font-family: "Roboto-bold";
    position: relative;
  }
  .blog__header::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    border-radius: 20px;
    background: rgba(0, 156, 77, 0.5);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .blog__content {
    padding: 0px 20px;
  }
  .blog__content-title {
    font-size: 18px;
    font-family: "Roboto-Medium";
    color: #2F318B;
    margin-top: 20px;
  }
  .blog__content-descr {
    font-size: 16px;
    font-family: "Roboto";
    color: #8B8B8B;
    margin-top: 10px;
  }
  .blog__content-descr span {
    display: block;
    margin-top: 20px;
    font-size: 16px;
    color: #8B8B8B;
  }
}
@media only screen and (min-width: 576px) and (max-width: 991px) {
  .blog {
    padding: 20px 0px;
  }
  .blog__wrapper {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: space-between;
  }
  .blog__title {
    font-size: 20px;
    font-family: "Roboto-Medium";
    color: #2F318B;
    margin-bottom: 20px;
  }
  .blog__item {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 400px;
    border-radius: 20px;
    margin-bottom: 40px;
  }
  .blog__header {
    height: 230px;
    border-radius: 20px;
    padding: 20px;
    position: relative;
  }
  .blog__header p {
    font-size: 20px;
    color: #FFFFFF;
    font-family: "Roboto-bold";
    position: relative;
  }
  .blog__header::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    border-radius: 20px;
    background: rgba(0, 156, 77, 0.5);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .blog__content {
    padding: 0px 20px;
  }
  .blog__content-title {
    font-size: 18px;
    font-family: "Roboto-Medium";
    color: #2F318B;
    margin-top: 20px;
  }
  .blog__content-descr {
    font-size: 16px;
    font-family: "Roboto";
    color: #8B8B8B;
    margin-top: 10px;
  }
  .blog__content-descr span {
    display: block;
    margin-top: 20px;
    font-size: 16px;
    color: #8B8B8B;
  }
}
@media only screen and (min-width: 992px) {
  .blog {
    padding: 20px 0px;
  }
  .blog__wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .blog__title {
    font-size: 20px;
    font-family: "Roboto-Medium";
    color: #2F318B;
    margin-bottom: 20px;
  }
  .blog__item {
    display: flex;
    flex-direction: column;
    width: 30.5%;
    height: 400px;
    border-radius: 20px;
    margin-bottom: 40px;
  }
  .blog__item:hover {
    cursor: pointer;
    box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.4);
  }
  .blog__header {
    height: 230px;
    border-radius: 20px;
    padding: 20px;
    position: relative;
  }
  .blog__header p {
    font-size: 20px;
    color: #FFFFFF;
    font-family: "Roboto-bold";
    position: relative;
  }
  .blog__header::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    border-radius: 20px;
    background: rgba(0, 156, 77, 0.5);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .blog__content {
    padding: 0px 20px;
  }
  .blog__content-title {
    font-size: 18px;
    font-family: "Roboto-Medium";
    color: #2F318B;
    margin-top: 20px;
  }
  .blog__content-descr {
    padding-bottom: 20px;
    font-size: 16px;
    font-family: "Roboto";
    color: #8B8B8B;
    margin-top: 10px;
  }
  .blog__content-descr span {
    display: block;
    margin-top: 20px;
    font-size: 16px;
    color: #8B8B8B;
  }
}
@media only screen and (max-width: 576px) {
  .contacts {
    padding: 40px 0px;
  }
  .contacts__title-bishkek, .contacts__title-chui, .contacts__title-issyk, .contacts__title-talas, .contacts__title-naryn, .contacts__title-jalal, .contacts__title-osh, .contacts__title-oshreg, .contacts__title-batken {
    font-size: 18px;
    margin-bottom: 20px;
    position: relative;
    color: #2F318B;
  }
  .contacts__title-bishkek::before, .contacts__title-chui::before, .contacts__title-issyk::before, .contacts__title-talas::before, .contacts__title-naryn::before, .contacts__title-jalal::before, .contacts__title-osh::before, .contacts__title-oshreg::before, .contacts__title-batken::before {
    content: "";
    width: 100%;
    height: 1px;
    background: #2F318B;
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
  }
  .contacts__title-chui::before {
    background: #FF6600;
  }
  .contacts__title-issyk::before {
    background: #009C4D;
  }
  .contacts__title-talas::before {
    background: #FF0000;
  }
  .contacts__title-naryn::before {
    background: #00CCFF;
  }
  .contacts__title-jalal::before {
    background: #6666FF;
  }
  .contacts__title-osh::before {
    background: #FFCC00;
  }
  .contacts__title-oshreg::before {
    background: #FFCC00;
  }
  .contacts__title-batken::before {
    background: #33CC99;
  }
  .contacts__block-wrapper {
    display: flex;
    flex-direction: column;
  }
  .contacts__block-item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: 40px;
    position: relative;
  }
  .contacts__block-item::before {
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    background: #B6B7B7;
  }
  .contacts__block-item:last-child::before {
    display: none;
  }
  .contacts__block-item_main {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .contacts__block-item_title-bishkek, .contacts__block-item_title-chui, .contacts__block-item_title-issyk, .contacts__block-item_title-talas, .contacts__block-item_title-naryn, .contacts__block-item_title-jalal, .contacts__block-item_title-osh, .contacts__block-item_title-oshreg, .contacts__block-item_title-batken {
    margin-left: 30px;
    color: #8B8B8B;
    position: relative;
    font-size: 16px;
    font-family: "Roboto";
    width: 180px;
    margin-bottom: 10px;
  }
  .contacts__block-item_title-bishkek::before, .contacts__block-item_title-chui::before, .contacts__block-item_title-issyk::before, .contacts__block-item_title-talas::before, .contacts__block-item_title-naryn::before, .contacts__block-item_title-jalal::before, .contacts__block-item_title-osh::before, .contacts__block-item_title-oshreg::before, .contacts__block-item_title-batken::before {
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    left: -30px;
    top: 3px;
  }
  .contacts__block-item_title-bishkek::before {
    background: url("/GizDesign2023/media/contacts/purple.svg") no-repeat;
  }
  .contacts__block-item_title-chui::before {
    background: url("/GizDesign2023/media/contacts/orange.svg") no-repeat;
  }
  .contacts__block-item_title-issyk::before {
    background: url("/GizDesign2023/media/contacts/green.svg") no-repeat;
  }
  .contacts__block-item_title-talas::before {
    background: url("/GizDesign2023/media/contacts/red.svg") no-repeat;
  }
  .contacts__block-item_title-naryn::before {
    background: url("/GizDesign2023/media/contacts/blue.svg") no-repeat;
  }
  .contacts__block-item_title-jalal::before {
    background: url("/GizDesign2023/media/contacts/light_purple.svg") no-repeat;
  }
  .contacts__block-item_title-osh::before {
    background: url("/GizDesign2023/media/contacts/yellow.svg") no-repeat;
  }
  .contacts__block-item_title-oshreg::before {
    background: url("/GizDesign2023/media/contacts/yellow.svg") no-repeat;
  }
  .contacts__block-item_title-batken::before {
    background: url("/GizDesign2023/media/contacts/light_green.svg") no-repeat;
  }
  .contacts__block-item_subtitle-bishkek, .contacts__block-item_subtitle-chui, .contacts__block-item_subtitle-issyk, .contacts__block-item_subtitle-talas, .contacts__block-item_subtitle-naryn, .contacts__block-item_subtitle-jalal, .contacts__block-item_subtitle-osh, .contacts__block-item_subtitle-oshreg, .contacts__block-item_subtitle-batken {
    color: #8B8B8B;
    font-size: 16px;
    font-family: "Roboto";
    margin-bottom: 20px;
  }
  .contacts__block-item_content {
    flex-direction: column;
    display: flex;
    width: 30%;
    justify-content: space-between;
  }
  .contacts__block-item_content-top {
    display: flex;
    margin-bottom: 20px;
    justify-content: space-between;
    width: 300px;
  }
  .contacts__block-item_content-top_phone a, .contacts__block-item_content-top_email a, .contacts__block-item_content-top_fax a {
    font-size: 16px;
    color: #8B8B8B;
    font-family: "Roboto";
  }
  .contacts__block-item_content-top_phone span, .contacts__block-item_content-top_email span, .contacts__block-item_content-top_fax span {
    font-size: 16px;
    color: #2F318B;
    font-family: "Roboto";
  }
  .contacts__block-item_content-top_email {
    width: 220px;
    margin-left: 40px;
  }
  .contacts__block-item_content-bottom {
    display: flex;
    width: 300px;
  }
  .contacts__block-item_content-bottom_fax {
    width: 220px;
  }
  .contacts__block-item_content-bottom_fax span {
    color: #009C4D;
  }
  .contacts__block-item_content-bottom_social {
    width: 220px;
    display: flex;
    margin-left: 40px;
  }
  .contacts__block-item_content-bottom_social a {
    margin-right: 20px;
  }
  .contacts__block-item_content-bottom_social a:last-child {
    margin-right: 0px;
  }
  .contacts__block-item_content-bottom_social a img {
    width: 20px;
    height: 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 991px) {
  .contacts {
    padding: 40px 0px;
  }
  .contacts__title-bishkek, .contacts__title-chui, .contacts__title-issyk, .contacts__title-talas, .contacts__title-naryn, .contacts__title-jalal, .contacts__title-osh, .contacts__title-oshreg, .contacts__title-batken {
    font-size: 18px;
    margin-bottom: 20px;
    position: relative;
    color: #2F318B;
  }
  .contacts__title-bishkek::before, .contacts__title-chui::before, .contacts__title-issyk::before, .contacts__title-talas::before, .contacts__title-naryn::before, .contacts__title-jalal::before, .contacts__title-osh::before, .contacts__title-oshreg::before, .contacts__title-batken::before {
    content: "";
    width: 100%;
    height: 1px;
    background: #2F318B;
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
  }
  .contacts__title-chui::before {
    background: #FF6600;
  }
  .contacts__title-issyk::before {
    background: #009C4D;
  }
  .contacts__title-talas::before {
    background: #FF0000;
  }
  .contacts__title-naryn::before {
    background: #00CCFF;
  }
  .contacts__title-jalal::before {
    background: #6666FF;
  }
  .contacts__title-osh::before {
    background: #FFCC00;
  }
  .contacts__title-oshreg::before {
    background: #FFCC00;
  }
  .contacts__title-batken::before {
    background: #33CC99;
  }
  .contacts__block-wrapper {
    display: flex;
    flex-direction: column;
  }
  .contacts__block-item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: 40px;
    position: relative;
  }
  .contacts__block-item::before {
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    background: #B6B7B7;
  }
  .contacts__block-item:last-child::before {
    display: none;
  }
  .contacts__block-item_main {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .contacts__block-item_title-bishkek, .contacts__block-item_title-chui, .contacts__block-item_title-issyk, .contacts__block-item_title-talas, .contacts__block-item_title-naryn, .contacts__block-item_title-jalal, .contacts__block-item_title-osh, .contacts__block-item_title-oshreg, .contacts__block-item_title-batken {
    margin-left: 30px;
    color: #8B8B8B;
    position: relative;
    font-size: 16px;
    font-family: "Roboto";
    width: 180px;
    margin-bottom: 10px;
  }
  .contacts__block-item_title-bishkek::before, .contacts__block-item_title-chui::before, .contacts__block-item_title-issyk::before, .contacts__block-item_title-talas::before, .contacts__block-item_title-naryn::before, .contacts__block-item_title-jalal::before, .contacts__block-item_title-osh::before, .contacts__block-item_title-oshreg::before, .contacts__block-item_title-batken::before {
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    left: -30px;
    top: 3px;
  }
  .contacts__block-item_title-bishkek::before {
    background: url("/GizDesign2023/media/contacts/purple.svg") no-repeat;
  }
  .contacts__block-item_title-chui::before {
    background: url("/GizDesign2023/media/contacts/orange.svg") no-repeat;
  }
  .contacts__block-item_title-issyk::before {
    background: url("/GizDesign2023/media/contacts/green.svg") no-repeat;
  }
  .contacts__block-item_title-talas::before {
    background: url("/GizDesign2023/media/contacts/red.svg") no-repeat;
  }
  .contacts__block-item_title-naryn::before {
    background: url("/GizDesign2023/media/contacts/blue.svg") no-repeat;
  }
  .contacts__block-item_title-jalal::before {
    background: url("/GizDesign2023/media/contacts/light_purple.svg") no-repeat;
  }
  .contacts__block-item_title-osh::before {
    background: url("/GizDesign2023/media/contacts/yellow.svg") no-repeat;
  }
  .contacts__block-item_title-oshreg::before {
    background: url("/GizDesign2023/media/contacts/yellow.svg") no-repeat;
  }
  .contacts__block-item_title-batken::before {
    background: url("/GizDesign2023/media/contacts/light_green.svg") no-repeat;
  }
  .contacts__block-item_subtitle-bishkek, .contacts__block-item_subtitle-chui, .contacts__block-item_subtitle-issyk, .contacts__block-item_subtitle-talas, .contacts__block-item_subtitle-naryn, .contacts__block-item_subtitle-jalal, .contacts__block-item_subtitle-osh, .contacts__block-item_subtitle-oshreg, .contacts__block-item_subtitle-batken {
    color: #8B8B8B;
    font-size: 16px;
    font-family: "Roboto";
    margin-bottom: 20px;
  }
  .contacts__block-item_content {
    flex-direction: column;
    display: flex;
    width: 30%;
    justify-content: space-between;
  }
  .contacts__block-item_content-top {
    display: flex;
    margin-bottom: 20px;
    justify-content: space-between;
    width: 300px;
  }
  .contacts__block-item_content-top_phone a, .contacts__block-item_content-top_email a, .contacts__block-item_content-top_fax a {
    font-size: 16px;
    color: #8B8B8B;
    font-family: "Roboto";
  }
  .contacts__block-item_content-top_phone span, .contacts__block-item_content-top_email span, .contacts__block-item_content-top_fax span {
    font-size: 16px;
    color: #2F318B;
    font-family: "Roboto";
  }
  .contacts__block-item_content-top_email {
    width: 220px;
    margin-left: 40px;
  }
  .contacts__block-item_content-bottom {
    display: flex;
    width: 300px;
  }
  .contacts__block-item_content-bottom_fax {
    width: 220px;
  }
  .contacts__block-item_content-bottom_fax span {
    color: #009C4D;
  }
  .contacts__block-item_content-bottom_social {
    width: 220px;
    display: flex;
    margin-left: 40px;
  }
  .contacts__block-item_content-bottom_social a {
    margin-right: 20px;
  }
  .contacts__block-item_content-bottom_social a:last-child {
    margin-right: 0px;
  }
  .contacts__block-item_content-bottom_social a img {
    width: 20px;
    height: 20px;
  }
}
@media only screen and (min-width: 992px) {
  .contacts {
    padding: 40px 0px;
  }
  .contacts__title-bishkek, .contacts__title-chui, .contacts__title-issyk, .contacts__title-talas, .contacts__title-naryn, .contacts__title-jalal, .contacts__title-osh, .contacts__title-oshreg, .contacts__title-batken {
    font-size: 24px;
    margin-bottom: 20px;
    position: relative;
    color: #2F318B;
  }
  .contacts__title-bishkek::before, .contacts__title-chui::before, .contacts__title-issyk::before, .contacts__title-talas::before, .contacts__title-naryn::before, .contacts__title-jalal::before, .contacts__title-osh::before, .contacts__title-oshreg::before, .contacts__title-batken::before {
    content: "";
    width: 100%;
    height: 1px;
    background: #2F318B;
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
  }
  .contacts__title-chui::before {
    background: #FF6600;
  }
  .contacts__title-issyk::before {
    background: #009C4D;
  }
  .contacts__title-talas::before {
    background: #FF0000;
  }
  .contacts__title-naryn::before {
    background: #00CCFF;
  }
  .contacts__title-jalal::before {
    background: #6666FF;
  }
  .contacts__title-osh::before {
    background: #FFCC00;
  }
  .contacts__title-oshreg::before {
    background: #FFCC00;
  }
  .contacts__title-batken::before {
    background: #33CC99;
  }
  .contacts__block-wrapper {
    display: flex;
    flex-direction: column;
  }
  .contacts__block-item {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
    position: relative;
  }
  .contacts__block-item::before {
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    background: #B6B7B7;
  }
  .contacts__block-item:last-child::before {
    display: none;
  }
  .contacts__block-item_main {
    display: flex;
    width: 70%;
  }
  .contacts__block-item_title-bishkek, .contacts__block-item_title-chui, .contacts__block-item_title-issyk, .contacts__block-item_title-talas, .contacts__block-item_title-naryn, .contacts__block-item_title-jalal, .contacts__block-item_title-osh, .contacts__block-item_title-oshreg, .contacts__block-item_title-batken {
    color: #8B8B8B;
    position: relative;
    font-size: 18px;
    font-family: "Roboto";
    width: 180px;
    margin-right: 40px;
  }
  .contacts__block-item_title-bishkek::before, .contacts__block-item_title-chui::before, .contacts__block-item_title-issyk::before, .contacts__block-item_title-talas::before, .contacts__block-item_title-naryn::before, .contacts__block-item_title-jalal::before, .contacts__block-item_title-osh::before, .contacts__block-item_title-oshreg::before, .contacts__block-item_title-batken::before {
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    left: -30px;
    top: 3px;
  }
  .contacts__block-item_title-bishkek::before {
    background: url("/GizDesign2023/media/contacts/purple.svg") no-repeat;
  }
  .contacts__block-item_title-chui::before {
    background: url("/GizDesign2023/media/contacts/orange.svg") no-repeat;
  }
  .contacts__block-item_title-issyk::before {
    background: url("/GizDesign2023/media/contacts/green.svg") no-repeat;
  }
  .contacts__block-item_title-talas::before {
    background: url("/GizDesign2023/media/contacts/red.svg") no-repeat;
  }
  .contacts__block-item_title-naryn::before {
    background: url("/GizDesign2023/media/contacts/blue.svg") no-repeat;
  }
  .contacts__block-item_title-jalal::before {
    background: url("/GizDesign2023/media/contacts/light_purple.svg") no-repeat;
  }
  .contacts__block-item_title-osh::before {
    background: url("/GizDesign2023/media/contacts/yellow.svg") no-repeat;
  }
  .contacts__block-item_title-oshreg::before {
    background: url("/GizDesign2023/media/contacts/yellow.svg") no-repeat;
  }
  .contacts__block-item_title-batken::before {
    background: url("/GizDesign2023/media/contacts/light_green.svg") no-repeat;
  }
  .contacts__block-item_subtitle-bishkek, .contacts__block-item_subtitle-chui, .contacts__block-item_subtitle-issyk, .contacts__block-item_subtitle-talas, .contacts__block-item_subtitle-naryn, .contacts__block-item_subtitle-jalal, .contacts__block-item_subtitle-osh, .contacts__block-item_subtitle-oshreg, .contacts__block-item_subtitle-batken {
    color: #8B8B8B;
    font-size: 18px;
    font-family: "Roboto";
  }
  .contacts__block-item_content {
    flex-direction: column;
    display: flex;
    width: 30%;
    justify-content: space-between;
  }
  .contacts__block-item_content-top {
    display: flex;
    margin-bottom: 20px;
    justify-content: space-between;
  }
  .contacts__block-item_content-top_phone a, .contacts__block-item_content-top_email a, .contacts__block-item_content-top_fax a {
    font-size: 16px;
    color: #8B8B8B;
    font-family: "Roboto";
  }
  .contacts__block-item_content-top_phone span, .contacts__block-item_content-top_email span, .contacts__block-item_content-top_fax span {
    font-size: 16px;
    color: #2F318B;
    font-family: "Roboto";
  }
  .contacts__block-item_content-top_email {
    width: 220px;
  }
  .contacts__block-item_content-bottom {
    display: flex;
    justify-content: space-between;
  }
  .contacts__block-item_content-bottom_fax span {
    color: #009C4D;
  }
  .contacts__block-item_content-bottom_social {
    width: 220px;
    display: flex;
  }
  .contacts__block-item_content-bottom_social a {
    margin-right: 20px;
  }
  .contacts__block-item_content-bottom_social a:last-child {
    margin-right: 0px;
  }
  .contacts__block-item_content-bottom_social a img {
    width: 20px;
    height: 20px;
  }
}/*# sourceMappingURL=style.css.map */