@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap");
@font-face {
  font-family: "GetVoIP Grotesque";
  src: local("GetVoIP Grotesque"), local("GetVoIPGrotesque"), url("../fonts/getvoip/Getvoipgrotesque.woff2") format("woff2"), url("../fonts/getvoip/Getvoipgrotesque.woff") format("woff"), url("../fonts/getvoip/Getvoipgrotesque.ttf") format("truetype");
  font-style: normal;
}
@font-face {
  font-family: "GetVoIP Grotesque";
  src: local("GetVoIP Grotesque Italic"), local("GetVoIPGrotesque-Italic"), url("../fonts/getvoip/Getvoipgrotesqueitalic.woff2") format("woff2"), url("../fonts/getvoip/Getvoipgrotesqueitalic.woff") format("woff"), url("../fonts/getvoip/Getvoipgrotesqueitalic.ttf") format("truetype");
  font-style: italic;
}
@font-face {
  font-family: "Mont";
  src: url("../fonts/mont/Mont-Regular.eot");
  src: local("Mont Regular"), local("Mont-Regular"), url("../fonts/mont/Mont-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/mont/Mont-Regular.woff2") format("woff2"), url("../fonts/mont/Mont-Regular.woff") format("woff"), url("../fonts/mont/Mont-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Mont";
  src: url("../fonts/mont/Mont-SemiBold.eot");
  src: local("Mont SemiBold"), local("Mont-SemiBold"), url("../fonts/mont/Mont-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/mont/Mont-SemiBold.woff2") format("woff2"), url("../fonts/mont/Mont-SemiBold.woff") format("woff"), url("../fonts/mont/Mont-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent !important;
}

a {
  text-decoration: none;
  color: inherit;
  display: inline-block;
  cursor: pointer;
}

img {
  max-width: 100%;
}

span, label {
  display: inline-block;
}

html {
  scroll-behavior: smooth;
}

input, textarea {
  outline: none;
  border: 0;
  background: transparent;
}

button, select {
  border: none;
  cursor: pointer;
  background: transparent;
  outline: 0;
}

address {
  font-style: normal;
}

.wrapper {
  width: 100%;
  overflow: hidden;
  min-height: 100svh;
}

ul, ol, dl {
  list-style: none;
  padding: 0;
  margin: 0;
}

p, h1, h2, h3, h4, h5, h6 {
  padding: 0;
  margin: 0;
  font-weight: 400;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  margin: 0;
}

body {
  font-family: "Mont", sans-serif;
  font-weight: 400;
  color: #292929;
  background: #FFF;
}

button,
input,
select,
textarea {
  font-family: "Mont", sans-serif;
  font-weight: 400;
  color: #292929;
}

.container {
  max-width: 1182px;
  margin: 0 auto;
}
@media screen and (max-width: 1212px) {
  .container {
    max-width: calc(100% - 30px);
  }
}

.btn-red {
  background: #ed1c24;
  color: #fff;
  padding: 14px 25px 12px 26px;
  border-radius: 5px;
  font-size: 16px;
  line-height: 130%;
  transition: 0.2s ease all;
}
.btn-red:hover {
  background: rgb(171, 17, 23);
}
.btn-gr {
  position: relative;
  flex-shrink: 0;
  padding: 33px 35px;
  z-index: 1;
  font-size: 18px;
  line-height: 130%;
  font-weight: 600;
  color: #FFF;
  text-align: center;
}
.btn-gr::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 11px;
  bottom: -5px;
  width: calc(100% - 22px);
  height: 18.5px;
  background: #333333;
  border-radius: 5px;
  filter: blur(7px);
}
.btn-gr::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background: linear-gradient(to right, #ED1C24, #D34D52, #ED1C24);
  box-shadow: 0 4px 2px #B02A2F;
  transition: 0.2s ease all;
}
.btn-gr:hover::after {
  background: linear-gradient(to right, #f74248, #a12b2f, #f8454b);
}

.swp_btn button {
  width: 59px;
  height: 43px;
  background: #ed1c24;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.2s ease all;
}
.swp_btn button:hover {
  background: #ab0d12;
}

.form_inp {
  position: relative;
  z-index: 1;
  width: 100%;
}
.form_inp img {
  position: absolute;
  z-index: -1;
  right: 23px;
  top: 50%;
  transform: translateY(-50%);
}
.form_inp input {
  padding: 22px 21px;
  border: 1px solid #b9b9b9;
  border-radius: 10px;
  width: 100%;
  font-size: 16px;
  line-height: 107%;
}
.form_inp input::-moz-placeholder {
  color: #838383;
}
.form_inp input::placeholder {
  color: #838383;
}

.modal_bg {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 4;
  background: rgba(79, 79, 79, 0.47);
}

.modal_bg.active {
  display: block;
}

.modal_one {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #D8D9E0;
  border-radius: 20px;
  padding: 32px 47px 27px 47px;
  z-index: 5;
  width: 425px;
}
@media screen and (max-width: 993px) {
  .modal_one {
    width: 390px;
  }
}
.modal_one h3 {
  font-family: "GetVoIP Grotesque", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  text-align: center;
  color: #292929;
  margin-bottom: 24px;
}
.modal_one form {
  display: flex;
  flex-direction: column;
  gap: 22px;
}
.modal_one .input {
  padding: 22px 23px 22px 21px;
  border-radius: 10px;
  border: 1px solid #B9B9B9;
  display: flex;
  align-items: center;
  gap: 5px;
}
.modal_one .input input {
  width: 100%;
  font-family: "Mont", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 17.25px;
  color: #838383;
}
.modal_one .input svg {
  flex-shrink: 0;
}
.modal_one p {
  font-family: "Mont", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 16.18px;
  color: #999999;
}

.modal_one.active {
  display: block;
}
.modal_video {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #D8D9E0;
  border-radius: 20px;
  padding: 32px 47px 27px 47px;
  z-index: 5;
  width: 1020px;
}
/*Видео*/
@media (max-width: 768px) {
    .modal_video {
        width: 390px;
    }
}
/*Видео*/
@media screen and (max-width: 993px) {
  .modal_video {
    width: 920px;
  }
}
/*Видео*/
@media screen and (max-width: 768px) {
  .modal_video {
    width: 390px;
  }
}
/*Видео*/

.modal_video h3 {
  font-family: "GetVoIP Grotesque", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  text-align: center;
  color: #292929;
  margin-bottom: 24px;
}
.modal_video form {
  display: flex;
  flex-direction: column;
  gap: 22px;
}
.modal_video .input {
  padding: 22px 23px 22px 21px;
  border-radius: 10px;
  border: 1px solid #B9B9B9;
  display: flex;
  align-items: center;
  gap: 5px;
}
.modal_video .input input {
  width: 100%;
  font-family: "Mont", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 17.25px;
  color: #838383;
}
.modal_video .input svg {
  flex-shrink: 0;
}
.modal_video p {
  font-family: "Mont", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 16.18px;
  color: #999999;
}

.modal_video.active {
  display: block;
}

.modal_two {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #D8D9E0;
  border-radius: 20px;
  padding: 30px 0px 25px 47px;
  z-index: 5;
  width: 750px;
  gap: 42px;
}
@media screen and (max-width: 993px) {
  .modal_two {
    padding: 30px 20px 40px 20px;
    width: 390px;
    flex-direction: column;
  }
}
.modal_two__close {
  position: absolute;
  top: 10px;
  right: 10px;
}
@media screen and (min-width: 992px) {
  .modal_two__close {
    display: none;
  }
}
.modal_two form {
  width: 331px;
}
@media screen and (max-width: 993px) {
  .modal_two form {
    margin: 0 auto;
  }
}
.modal_two .modal_two_right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
}
.modal_two .modal_two_right img {
  position: absolute;
  height: 606px;
  max-width: 492px;
  right: -110px;
  top: -60px;
}
@media screen and (max-width: 993px) {
  .modal_two .modal_two_right img {
    position: absolute;
    left: -10px;
    top: -100px;
    width: 390px;
    height: 455px;
    transform: rotate(90deg);
  }
}
.modal_two .modal_two_right p {
  margin-top: auto;
}
@media screen and (max-width: 993px) {
  .modal_two .modal_two_right p {
    padding-top: 300px;
  }
}
.modal_two h3 {
  font-family: "GetVoIP Grotesque", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  text-align: left;
  color: #292929;
  margin-bottom: 24px;
  width: 355px;
}
.modal_two h3 span {
  color: #ED1C24;
  display: inline;
}
@media screen and (max-width: 993px) {
  .modal_two h3 {
    text-align: center;
  }
}
.modal_two form {
  display: flex;
  flex-direction: column;
  gap: 22px;
}
.modal_two .input {
  padding: 22px 23px 22px 21px;
  border-radius: 10px;
  border: 1px solid #B9B9B9;
  display: flex;
  align-items: center;
  gap: 5px;
}
.modal_two .input input {
  width: 100%;
  font-family: "Mont", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 17.25px;
  color: #838383;
}
.modal_two .input svg {
  flex-shrink: 0;
}
.modal_two .input textarea {
  width: 100%;
  padding-right: 20px;
  font-family: "Mont", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 17.25px;
  color: #838383;
}
.modal_two .input_end {
  height: 89px;
  position: relative;
}
.modal_two .input_end svg {
  position: absolute;
  top: 23px;
  right: 23px;
}
.modal_two .file {
  background-color: #B9B9B9;
  border-radius: 5px;
  width: 199px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 13px;
  padding: 13px;
  position: relative;
}
.modal_two .file span {
  white-space: nowrap;
  font-family: "Mont", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 17.25px;
  color: #838383;
}
.modal_two .file input {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.modal_two p {
  font-family: "Mont", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 16.18px;
  color: #999999;
}

@media (max-width: 992px) and (max-height: 1040px) {
  .modal_two.active {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    overflow-y: scroll;
    height: 100%;
    width: 100%;
    border-radius: 0;
  }
  .modal_two.active::-webkit-scrollbar {
    display: none;
  }
  .modal_two.active .modal_two_right {
    width: 331px;
  }
}
.modal_two.active {
  display: flex;
}

.modal_end {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #D8D9E0;
  border-radius: 20px;
  padding: 32px 47px 27px 47px;
  z-index: 5;
  width: 425px;
}
.modal_end a {
  display: block;
  position: relative;
  flex-shrink: 0;
  padding: 33px 35px;
  margin: 0 auto;
  z-index: 1;
  font-size: 18px;
  line-height: 130%;
  font-weight: 600;
  color: #FFF;
  text-align: center;
}
.modal_end a::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 11px;
  bottom: -5px;
  width: calc(100% - 22px);
  height: 18.5px;
  background: #27a7e7;
  border-radius: 5px;
  filter: blur(7px);
}
.modal_end a::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background: linear-gradient(to right, #27a7e7, #4dc1ef, #27a7e7);
  box-shadow: 0 4px 2px #207fb1;
  transition: 0.2s ease all;
}
.modal_end a:hover::after {
  background: linear-gradient(to right, #27a7e7, #1f88b4, #27a7e7);
  box-shadow: 0 4px 2px #145e80;
}
.modal_end h3 {
  font-family: "GetVoIP Grotesque", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  text-align: center;
  color: #292929;
  margin-bottom: 24px;
}
.modal_end p {
  margin-top: 30px;
  font-family: "Mont", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 16.18px;
  color: #999999;
}

.modal_end.active {
  display: block;
}

.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
}
.header__container {
  max-width: 1052px;
  padding: 18px 18px 13px;
  background: #FFF;
  border-radius: 0 0 50px 50px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 1112px) {
  .header__container {
    width: calc(100% - 60px);
  }
}
@media screen and (max-width: 992px) {
  .header__container {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.header__container::before {
  content: "";
  position: absolute;
  top: 23px;
  left: 0px;
  transform: translateX(-100%);
  width: 9px;
  height: 9px;
  border-radius: 2px 9px 2px 0;
  box-shadow: 3px -3px #FFF;
  background: transparent;
}
.header__container::after {
  content: "";
  position: absolute;
  top: 23px;
  right: 0px;
  transform: translateX(100%);
  width: 9px;
  height: 9px;
  border-radius: 9px 2px 0 2px;
  box-shadow: -3px -3px #FFF;
  background: transparent;
}
.header__logo {
  flex-shrink: 0;
}
@media screen and (max-width: 992px) {
  .header__logo img {
    height: 52px;
  }
}
.header .phone {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 18px;
  color: #ED1C24;
  font-family: "GetVoIP Grotesque", sans-serif;
}
@media screen and (max-width: 992px) {
  .header .phone {
    display: none;
  }
}
.header .phone-mb {
  display: none;
  align-items: center;
  justify-content: center;
  background: #CAD1D9;
  width: 47px;
  height: 47px;
  border-radius: 5px;
}
@media screen and (max-width: 992px) {
  .header .phone-mb {
    display: flex;
  }
}
.header .phone-mb:hover {
  background: #8d96a1;
}
.header .mail {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 18px;
  font-family: "GetVoIP Grotesque", sans-serif;
}
@media screen and (max-width: 992px) {
  .header .mail {
    display: none;
  }
}
.header__right {
  display: flex;
  align-items: center;
  gap: 11px;
}
@media screen and (max-width: 992px) {
  .header__right {
    gap: 7px;
  }
}
@media screen and (max-width: 992px) {
  .header .btn-red {
    display: none;
  }
}
.header .bars {
  width: 47px;
  height: 47px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #CAD1D9;
  border-radius: 5px 5px 30px 5px;
  transition: 0.2s ease all;
}
.header .bars:hover {
  background: #8d96a1;
}

.menu-modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  display: none;
}
.menu-modal__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(79, 79, 79, 0.47);
}
.menu-modal__close {
  position: absolute;
  top: 16px;
  right: 26px;
}
.menu-modal__title {
  font-size: 22px;
  line-height: 107%;
  margin-bottom: 6px;
}
.menu-modal__content {
  max-width: 1030px;
  margin: 23px auto 0;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
}
@media screen and (max-width: 1112px) {
  .menu-modal__content {
    width: calc(100% - 90px);
  }
}
.menu-modal__content_in {
  background: #FFF;
  position: relative;
  border-radius: 20px;
  width: 319px;
  padding: 47px 55px 16px 42px;
}
.menu-modal__content ul {
  display: flex;
  flex-direction: column;
}
.menu-modal__content ul li {
  padding: 16px 0;
  border-top: 1px solid #D8D9E0;
}
.menu-modal__content ul li:last-child {
  padding-bottom: 0;
}
.menu-modal__content ul li a {
  font-size: 16px;
  line-height: 107%;
}
.menu-modal__content ul li a:hover {
  color: #ED1C24;
}
.menu-modal.active {
  display: block;
}

.home {
  position: relative;
  z-index: 1;
  margin-top: 23px;
}
.home__bg {
  position: absolute;
  z-index: -1;
  top: 0%;
  left: 50%;
  transform: translateX(-50%);
  width: 1402px;
  height: 100%;
  border-radius: 20px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1402px) {
  .home__bg {
    border-radius: 0;
  }
}
@media screen and (max-width: 992px) {
  .home__bg {
    border-radius: 20px;
    display: none;
  }
}
.home__bg.sm {
  display: none;
}
@media screen and (max-width: 992px) {
  .home__bg.sm {
    display: block;
  }
}
.home__bg_content {
  width: 1402px;
  height: 711px;
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  overflow: hidden;
}
@media screen and (max-width: 992px) {
  .home__bg_content {
    width: calc(100% - 16px);
    height: 782px;
  }
}
@media screen and (max-width: 420px) {
  .home__bg_content {
    height: 820px;
  }
}
.home__bg_content .play-icon {
  position: absolute;
  right: 350px;
  top: 131px;
  z-index: 2;
  transition: 0.2s ease all;
}
.home__bg_content .play-icon:hover {
  filter: grayscale(20%) brightness(100%);
}
@media screen and (max-width: 992px) {
  .home__bg_content .play-icon {
    width: 157px;
    top: auto;
    bottom: 183px;
    right: 50%;
    transform: translateX(50%);
  }
}
.home__bg_content .content {
  position: absolute;
  right: -65px;
  bottom: 45px;
  z-index: 2;
}
@media screen and (max-width: 992px) {
  .home__bg_content .content {
    width: 414px;
    min-width: 414px;
    bottom: 0;
    right: 50%;
    transform: translateX(50%);
  }
}
.home__container {
  height: 711px;
  padding-top: 137px;
  position: relative;
}
@media screen and (max-width: 992px) {
  .home__container {
    padding: 99px 22px 0;
    height: 782px;
  }
}
@media screen and (max-width: 420px) {
  .home__container {
    height: 820px;
  }
}
.home__title {
  font-size: 50px;
  font-family: "GetVoIP Grotesque", sans-serif;
  line-height: 120%;
  margin-bottom: 33px;
  position: relative;
  text-transform: uppercase;
  max-width: 703px;
  z-index: 1;
}
@media screen and (max-width: 992px) {
  .home__title {
    text-align: center;
    font-size: 26px;
    max-width: 370px;
    margin: 0 auto 15px;
  }
}
.home__title::before {
  content: "";
  width: 470px;
  height: 14px;
  position: absolute;
  top: 97px;
  left: 147px;
  background: #F9FAFA;
  border-radius: 100%;
  filter: blur(10px);
}
@media screen and (max-width: 992px) {
  .home__title::before {
    width: 372px;
    left: 50%;
    top: 51px;
    transform: translateX(-50%);
  }
}
.home__title::after {
  content: "";
  position: absolute;
  bottom: 10px;
  left: 91px;
  width: 330px;
  height: 14px;
  background: #F9FAFA;
  border-radius: 100%;
  filter: blur(10px);
}
@media screen and (max-width: 992px) {
  .home__title::after {
    width: 329px;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
  }
}
.home__description {
  max-width: 511px;
  font-size: 26px;
  line-height: 107%;
  margin-bottom: 42px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 992px) {
  .home__description {
    font-size: 22px;
    text-align: center;
    margin: 0 auto 20px;
    max-width: 370px;
  }
}
.home__description span {
  color: #ED1C24;
  display: inline;
}
.home__bottom {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 992px) {
  .home__bottom {
    background: #FFF;
    border-radius: 20px;
    max-width: 797px;
    padding: 8px 10px 13px;
    display: flex;
    align-items: center;
    gap: 27px;
  }
}
@media screen and (max-width: 992px) {
  .home__bottom {
    text-align: center;
  }
}
.home__bottom p {
  font-size: 16px;
  line-height: 107%;
}
@media screen and (max-width: 992px) {
  .home__bottom p {
    display: none;
  }
}
.home__card {
  max-width: 1163px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 1193px) {
  .home__card {
    max-width: calc(100% - 30px);
  }
}
@media screen and (max-width: 992px) {
  .home__card {
    flex-direction: column;
    background: #D8D9E0;
    gap: 15px;
    border-radius: 0 0 10px 10px;
    padding: 24px 0 35px;
    max-width: calc(100% - 60px);
  }
}
.home__card_wrap {
  max-width: 1402px;
  margin: 26px auto 89px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 992px) {
  .home__card_wrap {
    margin: 0 auto 50px;
  }
}
.home__card_wrap .card-bg {
  position: absolute;
  width: 160px;
  height: 44px;
  background: #FFF;
  z-index: -1;
  top: -26px;
  transform: translateY(-100%);
}
@media screen and (max-width: 992px) {
  .home__card_wrap .card-bg {
    display: none;
  }
}
.home__card_wrap .card-bg-1 {
  left: 0;
}
@media screen and (min-width: 1402px) {
  .home__card_wrap .card-bg-1::before {
    content: "";
    position: absolute;
    top: -20px;
    left: 0px;
    width: 20px;
    height: 20px;
    border-radius: 0 0 0 20px;
    background: transparent;
    box-shadow: -1px 1px #FFF, -2px 2px #FFF, -2px 2px #FFF, -6px 6px #FFF;
  }
}
.home__card_wrap .card-bg-2 {
  right: 0;
}
@media screen and (min-width: 1402px) {
  .home__card_wrap .card-bg-2::before {
    content: "";
    position: absolute;
    top: -20px;
    right: 0px;
    width: 20px;
    height: 20px;
    border-radius: 0 0 20px 0;
    background: transparent;
    box-shadow: 1px 1px #FFF, 2px 2px #FFF, 2px 2px #FFF, 6px 6px #FFF;
  }
}
.home__card_item {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 230px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 992px) {
  .home__card_item {
    flex-direction: column;
    text-align: center;
    align-items: center;
    gap: 9px;
  }
}
.home__card_item:last-child {
  width: 240px;
}
.home__card_item:first-child, .home__card_item:last-child {
  position: relative;
}
@media screen and (min-width: 992px) {
  .home__card_item:first-child, .home__card_item:last-child {
    transform: translateY(-42px);
  }
}
.home__card_item p {
  font-size: 16px;
  line-height: 107%;
}
@media screen and (max-width: 992px) {
  .home__card_item p {
    font-size: 18px;
  }
}
.home__card_item .item-bg {
  position: absolute;
  z-index: -1;
  background: #FFF;
  height: 44px;
  width: 100%;
  top: -28px;
}
@media screen and (max-width: 992px) {
  .home__card_item .item-bg {
    display: none;
  }
}
.home__card_item:nth-child(1) .item-bg {
  right: -34px;
  border-radius: 0 10px 0 0;
}
.home__card_item:nth-child(1) .item-bg::before {
  content: "";
  position: absolute;
  right: -10px;
  top: 34px;
  width: 10px;
  height: 10px;
  background: transparent;
  border-radius: 0 0 0 10px;
  box-shadow: -1px 1px #FFF, -2px 2px #FFF, -2px 2px #FFF, -6px 6px #FFF;
}
.home__card_item:nth-child(4) .item-bg {
  left: -34px;
  border-radius: 10px 0 0 0;
}
.home__card_item:nth-child(4) .item-bg::before {
  content: "";
  position: absolute;
  left: -10px;
  top: 34px;
  width: 10px;
  height: 10px;
  background: transparent;
  border-radius: 0 0 10px 0;
  box-shadow: 1px 1px #FFF, 2px 2px #FFF, 2px 2px #FFF, 6px 6px #FFF;
}

.skills__title {
  text-align: center;
  font-family: "GetVoIP Grotesque", sans-serif;
  font-weight: 400;
  font-size: 40px;
  line-height: 120%;
  text-transform: uppercase;
  margin-bottom: 15px;
  -webkit-text-stroke: 2px #FFF;
}
.skills__title span {
  -webkit-text-stroke: 0px #FFF;
}
@media screen and (max-width: 992px) {
  .skills__title {
    font-size: 24px;
    margin-bottom: 15px;
  }
}
.skills__description {
  font-size: 26px;
  line-height: 107%;
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 992px) {
  .skills__description {
    margin-bottom: 30px;
    font-size: 22px;
  }
}
.skills__card {
  display: flex;
  align-items: flex-start;
  gap: 30px;
  position: relative;
  margin-bottom: 100px;
}
@media screen and (max-width: 992px) {
  .skills__card {
    flex-direction: column-reverse;
    gap: 20px;
    margin-bottom: 30px;
  }
}
.skills__card .swp_btn {
  position: absolute;
  left: 425px;
  top: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 15px;
  background: #fff;
  padding: 0 12px 16px 0;
}
@media screen and (max-width: 992px) {
  .skills__card .swp_btn {
    display: none;
  }
}
.skills__card .swp_btn .b-radius {
  position: absolute;
  bottom: -0.5px;
  left: 0;
  transform: translateX(-100%);
}
.skills__card .swp_btn::after {
  content: "";
  width: 19px;
  height: 19px;
  position: absolute;
  right: 0;
  bottom: -19px;
  background: transparent;
  border-radius: 0 19px 0 0;
  box-shadow: 1px -1px #FFF, 2px -2px #FFF, 3px -3px #FFF, 6px -6px #FFF;
}
.skills__card_img {
  margin-top: 22px;
  width: 570px;
}
@media screen and (max-width: 992px) {
  .skills__card_img {
    width: 100%;
  }
}
.skills__card_img .swiper-slide {
  border-radius: 20px;
  background: #D8D9E0;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  height: 413px;
}
.skills__card_img img {
  mix-blend-mode: darken;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.skills__card_content {
  width: calc(100% - 600px);
  padding-top: 12px;
}
@media screen and (max-width: 992px) {
  .skills__card_content {
    width: 100%;
    text-align: center;
  }
}
.skills__card_content .swiper {
  overflow: visible;
}
.skills__card_content .swiper-slide:not(.swiper-slide-active) {
  height: 0;
  overflow: hidden;
}
.skills__card_content h3 {
  color: #ED1C24;
  font-size: 22px;
  font-weight: 600;
  line-height: 107%;
  margin-bottom: 24px;
}
.skills__card_content p {
  font-size: 16px;
  line-height: 107%;
  margin-bottom: 20px;
}
.skills__card_content ul {
  background: #D8D9E0;
  border-radius: 10px;
  padding: 20px 28px 16px;
  margin-bottom: 21px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  list-style-type: disc;
  text-align: left;
}
@media screen and (max-width: 992px) {
  .skills__card_content ul {
    margin-bottom: 0;
  }
}
.skills__card_content ul li {
  font-size: 16px;
  line-height: 107%;
}
.skills__card_content ul li::marker {
  color: #ED1C24;
  font-size: 20px;
}
@media screen and (max-width: 992px) {
  .skills__card_content .btn-gr {
    display: none;
  }
}
.skills .swp_btn.sm {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -100%);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  z-index: 2;
  top: -60px;
}
.skills .swp_btn_wrap {
  position: relative;
}
@media screen and (min-width: 992px) {
  .skills .swp_btn_wrap {
    display: none;
  }
}
.skills .btn-gr.sm {
  width: 100%;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (min-width: 992px) {
  .skills .btn-gr.sm {
    display: none;
  }
}

.contact {
  margin-bottom: 40px;
}
.contact_in {
  display: flex;
  align-items: stretch;
}
@media screen and (max-width: 993px) {
  .contact_in {
    flex-direction: column;
  }
}
.contact_block {
  width: 50%;
}
@media screen and (max-width: 993px) {
  .contact_block {
    width: 100%;
  }
}
.contact_left {
  padding: 50px 30px 42px 37px;
  background-color: #d8d9e0;
  border-radius: 30px 0 0 30px;
  position: relative;
}
@media screen and (max-width: 993px) {
  .contact_left {
    padding: 40px 20px 76px 20px;
    border-radius: 30px 30px 30px 0;
  }
}
.contact_left__bg {
  position: absolute;
  right: 0;
  top: -0.5px;
  height: calc(100% + 1px);
  transform: translateX(52%);
}
@media screen and (max-width: 992px) {
  .contact_left__bg {
    display: none;
  }
}
.contact_left .bg-1 {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 24px;
  width: calc(50% - 40px);
  background: #FFF;
}
@media screen and (min-width: 992px) {
  .contact_left .bg-1 {
    display: none;
  }
}
.contact_left .bg-1 span:nth-child(1) {
  position: absolute;
  top: -30px;
  left: 0;
  width: 30px;
  height: 30px;
  background: transparent;
  border-radius: 0 0 0 30px;
  box-shadow: -1px 1px #FFF, -2px 2px #FFF, -3px 3px #FFF, -8px 8px #FFF;
}
.contact_left .bg-1 img {
  position: absolute;
  right: 0;
  top: 0;
  transform: translateX(100%);
}
.contact_left .bg-2 {
  position: absolute;
  bottom: 0;
  right: 0;
  width: calc(50% - 40px);
  height: 28px;
  transform: translateY(100%);
  background: #FFF;
}
@media screen and (min-width: 992px) {
  .contact_left .bg-2 {
    display: none;
  }
}
.contact_left .bg-2 span {
  position: absolute;
  right: 0;
  bottom: -30px;
  width: 30px;
  height: 30px;
  background: transparent;
  border-radius: 0 30px 0 0;
  box-shadow: 1px -1px #FFF, 2px -2px #FFF, 3px -3px #FFF, 8px -8px #FFF;
}
.contact_right {
  border-radius: 0 30px 30px 0;
  overflow: hidden;
}
.contact_right iframe {
  width: 100%;
  height: 100%;
  border-color: transparent;
}
@media screen and (max-width: 993px) {
  .contact_right {
    border-radius: 30px 0 30px 30px;
    height: 370px;
  }
}
.contact h3 {
  font-family: "GetVoIP Grotesque", sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 48px;
  color: #292929;
  text-transform: uppercase;
}
@media screen and (max-width: 993px) {
  .contact h3 {
    font-size: 24px;
    font-weight: 700;
    line-height: 28.8px;
    text-align: center;
  }
}
.contact h6 {
  margin: 15px 0 20px 0;
  font-family: "Mont", sans-serif;
  font-size: 26px;
  font-weight: 400;
  line-height: 28.04px;
  color: #292929;
}
@media screen and (max-width: 993px) {
  .contact h6 {
    font-size: 22px;
    line-height: 23px;
    text-align: center;
    margin: 15px 0 40px 0;
  }
}
.contact ul {
  margin-bottom: 36px;
  display: flex;
  flex-direction: column;
  gap: 25px;
}
@media screen and (max-width: 992px) {
  .contact ul {
    margin-bottom: 25px;
  }
}
.contact ul span {
  font-family: "Mont", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 17.25px;
  color: #838383;
}
.contact ul a,
.contact ul address {
  font-family: "GetVoIP Grotesque", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 19.41px;
  color: #292929;
  display: flex;
  align-items: center;
  gap: 7px;
  margin-top: 15px;
}
.contact ul a svg,
.contact ul address svg {
  flex-shrink: 0;
}
.contact .btn-gr {
  width: 331px;
}
@media screen and (max-width: 992px) {
  .contact .btn-gr {
    width: 100%;
  }
}

.footer {
  margin-bottom: 77px;
}
@media screen and (max-width: 993px) {
  .footer {
    margin-bottom: 50px;
  }
}
.footer_in {
  padding: 44px 34px 16px 37px;
  border-radius: 20px;
  background-color: #727272;
}
@media screen and (max-width: 993px) {
  .footer_in {
    padding: 40px 0px 28px 0px;
  }
}
.footer_logo {
  max-width: 263px;
}
.footer_top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 37px;
  border-bottom: 1px solid #d8d9e0;
}
@media screen and (max-width: 993px) {
  .footer_top {
    flex-direction: column;
    gap: 32px;
    padding: 0 10px 40px;
  }
}
@media screen and (max-width: 993px) {
  .footer .btn-red {
    width: 230px;
  }
}
.footer_bottom {
  padding-top: 21px;
  display: flex;
  align-items: start;
  justify-content: space-between;
}
@media screen and (max-width: 993px) {
  .footer_bottom {
    flex-direction: column;
    gap: 17px;
    align-items: center;
    padding: 21px 10px 0 10px;
  }
}
.footer_bottom .text_one {
  max-width: 360px;
}
@media screen and (max-width: 993px) {
  .footer_bottom .text_one {
    max-width: 370px;
    text-align: center;
  }
}
.footer_bottom .text_two {
  text-align: right;
}
@media screen and (max-width: 993px) {
  .footer_bottom .text_two {
    max-width: 370px;
    text-align: center;
  }
}
.footer_bottom .text_two .br_one {
  display: flex;
}
.footer_bottom span {
  font-family: "Mont", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 17.25px;
  color: #d8d9e0;
}
.footer_bottom span .br_one {
  display: none;
}
.footer ul {
  display: flex;
  align-items: center;
  gap: 47px;
}
@media screen and (max-width: 993px) {
  .footer ul {
    flex-direction: column;
    gap: 32px;
  }
}
.footer ul a {
  font-family: "GetVoIP Grotesque", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 19.41px;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 12px;
}
.footer ul a svg {
  flex-shrink: 0;
}

.contact-form {
  margin-bottom: 100px;
}
@media screen and (max-width: 993px) {
  .contact-form {
    margin-bottom: 30px;
    padding-bottom: 590px;
  }
}
.contact-form .media-title {
  display: none;
}
@media screen and (max-width: 993px) {
  .contact-form .media-title {
    display: block;
    font-size: 22px;
    font-weight: 600;
    line-height: 23.72px;
    text-align: center;
  }
}
.contact-form__container {
  background: #d8d9e0;
  position: relative;
  z-index: 1;
  padding: 33px 39px 42px;
  border-radius: 20px;
  display: flex;
  align-items: flex-start;
  gap: 55px;
}
@media screen and (max-width: 993px) {
  .contact-form__container {
    flex-direction: column;
    height: 595px;
  }
}
.contact-form .links {
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  display: flex;
  align-items: center;
  gap: 22px;
  padding: 31px 33px 24px 0;
  border-radius: 0 0 50px 0;
}
.contact-form .links::before {
  content: "";
  position: absolute;
  bottom: -19px;
  left: 0;
  background: transparent;
  width: 19px;
  height: 19px;
  border-radius: 19px 0 0 0;
  box-shadow: -1px -1px #fff, -2px -2px #fff, -3px -3px #fff, -6px -6px #fff;
}
.contact-form .links::after {
  content: "";
  position: absolute;
  top: 0;
  right: -19px;
  background: transparent;
  width: 19px;
  height: 19px;
  border-radius: 19px 0 0 0;
  box-shadow: -1px -1px #fff, -2px -2px #fff, -3px -3px #fff, -6px -6px #fff;
}
@media screen and (max-width: 993px) {
  .contact-form .links {
    display: none;
  }
}
.contact-form .links a {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 18px;
  line-height: 107%;
  font-family: "GetVoIP Grotesque", sans-serif;
}
.contact-form .links li:first-child {
  color: #ed1c24;
}
.contact-form__left {
  padding-top: 83px;
}
@media screen and (max-width: 993px) {
  .contact-form__left {
    padding-top: 17px;
  }
}
.contact-form__left .title {
  font-size: 40px;
  line-height: 120%;
  font-family: "GetVoIP Grotesque", sans-serif;
  margin-bottom: 12px;
}
@media screen and (max-width: 992px) {
  .contact-form__left .title {
    font-size: 24px;
    line-height: 28px;
  }
}
.contact-form__left .subtitle {
  font-size: 40px;
  line-height: 120%;
  font-family: "GetVoIP Grotesque", sans-serif;
  color: #ed1c24;
  margin-bottom: 16px;
}
@media screen and (max-width: 992px) {
  .contact-form__left .subtitle {
    font-size: 24px;
    line-height: 28px;
  }
}
.contact-form__left p {
  font-size: 16px;
  line-height: 107%;
  margin-bottom: 31px;
}
.contact-form__left h4 {
  font-size: 22px;
  line-height: 107%;
}
@media screen and (max-width: 993px) {
  .contact-form__left h4 {
    display: none;
  }
}
.contact-form__left .alert {
  position: absolute;
  right: 49px;
  bottom: 44px;
  width: 251px;
  text-align: center;
  z-index: 1;
  padding-top: 56px;
}
@media screen and (max-width: 993px) {
  .contact-form__left .alert {
    bottom: 60px;
    right: 15px;
  }
  .contact-form__left .alert h4 {
    display: block;
  }
}
.contact-form__left .alert img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
}
.contact-form__left .alert h4 {
  font-size: 20px;
  line-height: 13px;
  font-family: "GetVoIP Grotesque", sans-serif;
  color: #ed1c24;
  margin-bottom: 16px;
}
.contact-form__left .alert h5 {
  font-size: 16px;
  color: #676767;
}
.contact-form__bg {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
  width: 505px;
}
.contact-form__right {
  display: flex;
  flex-direction: column;
  max-width: 331px;
  gap: 22px;
}
@media screen and (max-width: 993px) {
  .contact-form__right {
    margin-top: 315px;
    max-width: 100%;
  }
}
.contact-form__right p {
  font-size: 15px;
  line-height: 107%;
  color: #999999;
  padding: 2px 0 15px;
}
.contact-form__right .network {
  display: flex;
  align-items: center;
  gap: 26px;
}
@media screen and (max-width: 993px) {
  .contact-form__right .network {
    justify-content: center;
  }
  .contact-form__right .network img {
    width: 88px;
    height: 88px;
  }
}
.contact-form__right .network:hover img {
  transition: 0.2s ease all;
}
.contact-form__right .network:hover img:hover {
  filter: grayscale(20%) brightness(100%);
}
/*Рекапча
@media (max-width: 768px) {
    .contact-form {
        min-height: 1335px;
    }
}
Рекапча*/

.direction {
  margin-bottom: 100px;
}
.direction__title {
  max-width: 1063px;
  margin: 0 auto 15px;
  font-size: 40px;
  line-height: 120%;
  font-family: "GetVoIP Grotesque", sans-serif;
  text-align: center;
  text-transform: uppercase;
  -webkit-text-stroke: 2px #FFF;
}
.direction__title span {
  -webkit-text-stroke: 0px #FFF;
}
@media screen and (max-width: 993px) {
  .direction__title {
    font-size: 24px;
    line-height: 28px;
    -webkit-text-stroke: 2px #d8d9e0;
  }
}
.direction__description {
  font-size: 26px;
  line-height: 107%;
  max-width: 803px;
  margin: 0 auto 50px;
}
@media screen and (max-width: 993px) {
  .direction__description {
    text-align: center;
    font-size: 22px;
    line-height: 23px;
    margin-bottom: 30px;
  }
}
.direction__content {
  display: flex;
  align-items: flex-start;
  gap: 32px;
}
@media screen and (max-width: 993px) {
  .direction__content {
    flex-direction: column;
  }
}
.direction__content_swp {
  width: calc(100% - 410px);
  overflow: hidden;
  border-radius: 10px;
  position: relative;
}
@media screen and (max-width: 993px) {
  .direction__content_swp {
    width: 100%;
    padding-left: 0;
    border-radius: 0;
    overflow: visible;
  }
}
.direction__content_swp .swp_btn {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  z-index: 2;
  background: #FFF;
  padding: 12px 15px 0;
  border-radius: 15px 15px 0 0;
}
@media screen and (max-width: 992px) {
  .direction__content_swp .swp_btn {
    background: #d8d9e0;
  }
}
.direction__content_swp .swiper {
  width: 480px;
  margin: 0 auto;
  overflow: visible;
}
@media screen and (max-width: 992px) {
  .direction__content_swp .swiper {
    width: calc(100% - 64px);
    margin: 0 auto;
  }
}
.direction__content_swp .swiper-slide {
  width: 100%;
  border-radius: 10px;
  height: 459px;
  transition: 0.2s ease all;
  background: transparent;
}
.direction__content_swp .swiper-slide .swiper-slide-shadow-right,
.direction__content_swp .swiper-slide .swiper-slide-shadow-left {
  background: transparent;
}
.direction__content_swp .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
  transition: 0.2s ease all;
}
.direction__content_swp .swiper-slide-active {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.direction__content_swp .swiper-slide-active img {
  border-radius: 10px;
}
.direction__content_swp .swiper-slide .swp_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}
.direction__content_right {
  width: 378px;
}
@media screen and (max-width: 993px) {
  .direction__content_right {
    width: 100%;
  }
}
.direction__content_right .swiper {
  overflow: visible;
}
.direction__content_right .swiper-slide:not(.swiper-slide-active) {
  height: 0;
  overflow: hidden;
}
.direction__content_right h3 {
  font-size: 22px;
  font-weight: 600;
  line-height: 107%;
  margin-bottom: 16px;
  color: #ed1c24;
}
@media screen and (max-width: 993px) {
  .direction__content_right h3 {
    text-align: center;
  }
}
.direction__content_right p {
  font-size: 16px;
  line-height: 107%;
  margin-bottom: 21px;
}
@media screen and (max-width: 993px) {
  .direction__content_right p {
    text-align: center;
    margin-bottom: 24px;
  }
}
.direction__content_right ul {
  background: #d8d9e0;
  padding: 20px 12px 19px 24px;
  border-radius: 10px;
  list-style-type: disc;
  margin-bottom: 32px;
}
@media screen and (max-width: 993px) {
  .direction__content_right ul {
    padding: 16px 3px 15px 30px;
    background: #fff;
    margin-bottom: 24px;
  }
}
.direction__content_right ul li {
  font-size: 16px;
  line-height: 107%;
}
.direction__content_right ul li::marker {
  color: #ed1c24;
  font-size: 20px;
}
.direction__content_right .btn-gr {
  padding: 33px 12px;
  width: 100%;
  text-align: center;
  font-size: 18px;
  line-height: 600;
  line-height: 130%;
}
@media screen and (max-width: 993px) {
  .direction__content_right .btn-gr {
    padding: 33px 10px;
  }
}
@media screen and (max-width: 993px) {
  .direction {
    background: #d8d9e0;
    padding: 50px 0 35px 0;
  }
}

.delivery {
  margin-bottom: 80px;
}
@media screen and (max-width: 992px) {
  .delivery {
    margin-bottom: 50px;
  }
}
.delivery__title {
  text-align: center;
  font-size: 40px;
  line-height: 120%;
  font-family: "GetVoIP Grotesque", sans-serif;
  text-transform: uppercase;
  margin-bottom: 19px;
  text-transform: uppercase;
  -webkit-text-stroke: 2px #FFF;
}
.delivery__title span {
  -webkit-text-stroke: 0px #FFF;
}
@media screen and (max-width: 992px) {
  .delivery__title {
    font-size: 24px;
    line-height: 24px;
    max-width: 305px;
    margin: 0 auto;
  }
}
.delivery__content {
  position: relative;
  height: 599px;
}
@media screen and (max-width: 992px) {
  .delivery__content {
    height: unset;
  }
}
.delivery__content_text {
  position: absolute;
  left: 50%;
  top: -4px;
  width: 570px;
  height: 54px;
  transform: translateX(-50%);
  text-align: center;
  background: #fff;
  border-radius: 0 0 50px 50px;
  font-size: 26px;
  line-height: 107%;
}
.delivery__content_text::before {
  content: "";
  width: 10px;
  height: 10px;
  background: transparent;
  position: absolute;
  right: -9px;
  top: 4px;
  border-radius: 10px 0 0 0;
  box-shadow: -1px -1px #fff, -2px -2px #fff, -3px -3px #fff;
}
.delivery__content_text::after {
  content: "";
  width: 10px;
  height: 10px;
  background: transparent;
  position: absolute;
  left: -9px;
  top: 4px;
  border-radius: 0 10px 0 0;
  box-shadow: 1px -1px #fff, 2px -2px #fff, 3px -3px #fff;
}
@media screen and (max-width: 992px) {
  .delivery__content_text {
    position: unset;
    transform: none;
    width: -moz-fit-content;
    width: fit-content;
    text-align: center;
    margin: 15px auto 40px auto;
    font-size: 22px;
    font-weight: 600;
    height: unset;
    line-height: 23.72px;
  }
  .delivery__content_text::before, .delivery__content_text::after {
    display: none;
  }
}
.delivery__content img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}
@media screen and (max-width: 992px) {
  .delivery__content img {
    height: 224px;
    border-radius: 10px;
  }
}/*# sourceMappingURL=style.css.map */