/*FONTS*/
@font-face {
  font-family: "Montserrat";
  font-display: swap;
  src: url("../fonts/Montserrat-UltraLight.eot");
  src: local("O"), url("../fonts/Montserrat-UltraLight.woff") format("woff"),
    url("../fonts/Montserrat-UltraLight.ttf") format("truetype"),
    url("../fonts/Montserrat-UltraLight.svg") format("svg");
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: "Montserrat";
  font-display: swap;
  src: url("../fonts/Montserrat-Medium.eot");
  src: local("O"), url("../fonts/Montserrat-Medium.woff") format("woff"),
    url("../fonts/Montserrat-Medium.ttf") format("truetype"),
    url("../fonts/Montserrat-Medium.svg") format("svg");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Montserrat";
  font-display: swap;
  src: url("../fonts/Montserrat-Regular.eot");
  src: local("O"), url("../fonts/Montserrat-Regular.woff") format("woff"),
    url("../fonts/Montserrat-Regular.ttf") format("truetype"),
    url("../fonts/Montserrat-Regular.svg") format("svg");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Montserrat";
  font-display: swap;
  src: url("../fonts/Montserrat-SemiBold.eot");
  src: local("O"), url("../fonts/Montserrat-SemiBold.woff") format("woff"),
    url("../fonts/Montserrat-SemiBold.ttf") format("truetype"),
    url("../fonts/Montserrat-SemiBold.svg") format("svg");
  font-weight: 600;
  font-style: normal;
}

/*RESET STYLES*/
body {
  min-height: 100vh;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

ul,
ol {
  list-style: none;
}

a {
  color: #f3f6fc;
  font-weight: 600;
}

img {
  max-width: 100%;
  display: block;
}

article > * + * {
  margin-top: 1em;
}

input,
button,
textarea,
select {
  font: inherit;
}

* {
  padding: 0px;
  margin: 0px;
  border: 0px;
}

*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

::-webkit-scrollbar-thumb {
  border-width: 1px 1px 1px 2px;
  border-color: #fff;
  background-color: black;
}

::-webkit-scrollbar-thumb:hover {
  border-width: 1px 1px 1px 2px;
  border-color: #fff;
  background-color: black;
}

::-webkit-scrollbar-track {
  border-width: 1px;
  background-color: #eee;
  border-color: #fff;
}

::-webkit-scrollbar-track:hover {
  border: solid 1px black;
  border-color: #fff;
}

:focus,
:active {
  outline: none;
}

a:focus,
a:active {
  outline: none;
}

button {
  cursor: pointer;
}

button:focus {
  outline: none;
}

img {
  max-width: 100%;
  display: block;
}

body {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  color: rgba(38, 50, 66, 1);
}

h1 {
  font-weight: 500;
  font-size: 50px;
  line-height: 61px;
  color: #df2264;
}

p {
  font-size: 20px;
}
html{
  min-width: 375px;
}
.padding {
  padding: 0 72px 0 20px;
}

header {
  background: #1f2630;
}

.container {
  max-width: 1384px;
  margin: 0 auto;
}

/*HEAD*/
.header {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
  height: 758px;
}

.header__right {
  display: flex;
  align-items: center;
  overflow: hidden;
}
.header__right > img {
  position: relative;
  top: -150px;
}
.header__mobile-2 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.header__right img,
.instructions__imgs img {
  max-width: none;
}

.header__left {
  max-width: 724px;
  min-width: 233px;
  margin-top: 50px;
}

.header__text {
  margin: 78px 0 70px 0;
}

.header__text > h1 {
  margin-bottom: 30px;
}

.header__text > p {
  font-weight: 200;
  font-size: 25px;
  line-height: 30px;
  color: rgba(243, 246, 252, 0.5);
}
.header__app > a > img {
  position: relative;
  left: -15px;
}
/*MAIN*/
.main-title {
  font-style: normal;
  font-weight: 600;
  line-height: 37px;
  color: #df2264;
  margin-bottom: 20px;
}

.main-title > h2 {
  font-size: 30px;
}

.main__advantages-block:last-of-type .main-title {
  max-width: 376px;
}

.main {
  margin-top: 240px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.main__advantages {
  margin-right: 10px;
  max-width: 660px;
}

.main__left {
  padding-left: 60px;
}

.text {
  max-width: 100%;
}

.main__advantages-box .text > p {
  width: 62.7%;
  min-width: 189px;
}

.main__advantages-block:last-of-type .main__advantages-box > .text > p {
  width: 70.5%;
}

.main__advantages-block {
  padding: 0 0 101px 22px;
  border-left: 1px solid rgba(71, 89, 113, 0.22);
  border-bottom: 1px dashed #475971;
  position: relative;
}

.main__advantages-block:last-of-type {
  padding: 0 0 52px 22px;
}

.main__advantages-block::before {
  position: absolute;
  content: "";
  width: 90px;
  height: 90px;
  background-color: #fff;
  border-radius: 50%;
  bottom: -45px;
  left: -45px;
}

.icon {
  width: 76px;
  height: 76px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #475971;
  border-radius: 50%;
  box-shadow: 0px 0px 10px rgba(20, 25, 32, 0.25);
  position: absolute;
  bottom: -40px;
  left: -40px;
}

.main__advantages-block:first-of-type {
  margin-top: 0;
}

.main__advantages-block {
  margin-top: 110px;
}

.main-right {
  overflow: hidden;
}

.main-right > img {
  max-width: none;
}

.instructions {
  position: relative;
  padding: 400px 0;
  overflow: hidden;
}

.instructions .text {
  color: #fff;
}

.instructions::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  background: #1f2630;
  width: 2150px;
  height: 2150px;
  border-radius: 50%;
  overflow: hidden;
  z-index: -1;
  transform: translateX(-50%) translateY(-50%);
}

.instructions__block {
  display: flex;
  justify-content: center;
  align-items: center;
}

.instructions__block:last-of-type {
  margin-top: 100px;
}

.instructions__imgs {
  display: flex;
  align-items: center;
  overflow: hidden;
  justify-content: flex-end;
}
.instructions__imgs:last-of-type {
  justify-content: flex-start;
}

.instructions__text {
  max-width: 549px;
  padding: 0 15px 0 90px;
}

.instructions__block:last-of-type .instructions__text {
  padding: 0 90px 0 15px;
  text-align: right;
}

.instructions__text > .text p:first-of-type {
  margin-bottom: 10px;
}

.instructions__mobile-1 {
  order: 1;
}

.instructions__mobile-2 img:first-of-type {
  margin-left: auto;
}

.instructions__text > .main-title {
  margin-bottom: 69px;
}
.security {
  padding-bottom: 100px;
}

.security__title {
  text-align: center;
  margin-bottom: 70px;
}

.security__box-text {
  display: flex;
  justify-content: center;
  padding: 0 20px;
}

.security__box-text p {
  font-size: 16px;
  line-height: 20px;
}

.security__left-text,
.security__right-text {
  max-width: 596px;
}

.security__left-text {
  margin-right: 17px;
}

.security__right-text {
  margin-left: 17px;
}

.security__left-text p,
.security__right-text p {
  margin-bottom: 20px;
}

.security__left-text p:last-of-type,
.security__right-text .support > p:last-of-type {
  margin-bottom: 0;
}

.security__right-text > p:nth-of-type(2) {
  margin-bottom: 41px;
}

.security__right-text > .support {
  padding: 24px 22px 25px 18px;
  background: #df2264;
  border-radius: 20px;
}

.security__right-text .support > p {
  font-size: 16px;
  line-height: 20px;
  color: #f3f6fc;
  margin-bottom: 7px;
}

/*FOOTER*/
.footer {
  background: #1f2630;
}

.footer__container {
  padding: 50px 0px 85px 0px;
  display: flex;
}
.footer__box {
  display: flex;
  justify-content: space-between;
  width: 90%;
  margin: 0 auto;
}
.footer__left .logo {
  margin-bottom: 32px;
}

.footer__left-text p,
.adress li {
  font-size: 16px;
  line-height: 20px;
  color: rgba(243, 246, 252, 1);
  margin-bottom: 5px;
}

.footer__left-text p:nth-of-type(2) {
  margin-bottom: 0;
}

.footer__left-text p:first-of-type > a {
  text-decoration: none;
  font-weight: 400;
}

.adress {
  text-align: right;
  margin-top: 60px;
}

.footer__mobiles {
  position: relative;
  height: 167px;
  overflow: hidden;
}

.footer__mobiles img {
  position: relative;
  opacity: 0.1;
  max-width: none;
  width: 100%;
}

/*MEDIA*/
@media screen and (max-width: 1265px) {
  .footer__container {
    padding: 50px 20px 85px 20px;
  }
  .footer__box {
    width: 100%;
    margin: 0;
  }
}
@media screen and (max-width: 992px) {
  p {
    font-size: 18px;
  }

  h1 {
    font-size: 40px;
    line-height: 49px;
  }

  .main__advantages-box .text > p {
    width: 78.7%;
    min-width: 189px;
  }

  .main__advantages-block:last-of-type .main__advantages-box > .text > p {
    width: 87.5%;
  }

  .main-right > img {
    width: 342px;
  }

  .main__advantages-block {
    padding: 0 0 48px 22px;
  }

  .main__advantages-block {
    margin-top: 80px;
  }

  .main {
    margin-top: 150px;
  }

  .security__box-text {
    flex-direction: column;
    align-items: center;
  }

  .security__left-text,
  .security__right-text {
    margin: 0;
    max-width: 100%;
  }

  .security__left-text p,
  .security__right-text p {
    margin-bottom: 10px;
  }

  .security__right-text p:first-of-type {
    margin-top: 10px;
  }

  .footer__mobiles img {
    bottom: -80px;
  }
  .instructions__text {
    max-width: 376px;
    padding: 0 15px 0 33px;
  }
  .instructions__block:last-of-type .instructions__text {
    padding: 0 33px 0 15px;
  }
  .padding {
    padding: 0 27px 0 20px;
  }
  .header__left {
    max-width: 429px;
  }
}

@media screen and (max-width: 768px) {
  .main-title {
    line-height: 30px;
  }

  .main-title > p {
    font-size: 25px;
  }

  .main__left {
    padding-left: 50px;
  }

  .footer__mobiles img {
    bottom: -60px;
    left: -115px;
    width: 140%;
  }
  .instructions__block:last-of-type {
    margin-top: 50px;
  }
  .instructions__text > .main-title {
    margin-bottom: 30px;
  }
  .instructions__imgs img {
    width: 423px;
  }
  .instructions::before {
    width: 1472px;
    height: 1512px;
  }
  .header__right > img {
    top: -30px;
    width: 430px;
  }
}

@media screen and (max-width: 600px) {
  .padding {
    padding: 0 6px 0 10px;
  }

  p,
  .security__box-text p,
  .security__right-text .support > p,
  .footer__left-text p {
    font-size: 12px;
    line-height: 15px;
  }

  h1 {
    font-size: 25px;
    line-height: 30px;
  }

  .main-title {
    line-height: 24px;
  }

  .main-title > p {
    font-size: 16px;
  }

  .header__left {
    margin-right: 6px;
  }

  .header__text > p {
    font-size: 14px;
    line-height: 17px;
  }

  .main__advantages-block::before {
    width: 62px;
    height: 62px;
    bottom: -25px;
    left: -25px;
  }

  .icon {
    width: 48px;
    height: 48px;
    bottom: -20px;
    left: -20px;
  }

  .main__left {
    padding-left: 25px;
  }

  .icon > img {
    width: 21.47px;
  }

  .main-right > img {
    width: 258px;
  }

  .main__advantages-block {
    margin-top: 50px;
  }

  .main__advantages-block:last-of-type {
    padding: 0 0 30px 22px;
  }

  .main__advantages-block {
    padding: 0 0 30px 22px;
  }

  .main {
    margin-top: 80px;
  }

  .security__right-text > .support {
    padding: 14px 13px 15px 19px;
  }

  .security {
    padding-top: 0;
    padding-bottom: 43px;
  }

  .footer__left .logo a img {
    margin: 0 auto;
  }

  .footer__container {
    padding: 30px 10px 30px 10px;
  }
  .footer__box {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .footer__left-text {
    text-align: center;
  }

  .adress {
    text-align: center;
    margin-top: 20px;
  }

  .adress li {
    font-size: 8px;
    line-height: 10px;
  }
  .instructions__text {
    width: 260px;
    padding: 0 10px 0 13px;
  }
  .instructions__block:last-of-type .instructions__text {
    padding: 0 13px 0 10px;
  }
  .instructions__text > .main-title {
    margin-bottom: 20px;
  }
  .instructions__imgs img {
    width: 223px;
  }
  .instructions::before {
    width: 861px;
    height: 861px;
  }
  .instructions {
    padding: 200px 0;
  }
  .instructions__text > .text p:first-of-type {
    margin-bottom: 5px;
  }
  .header__right > img {
    top: -30px;
    width: 430px;
  }
  .header {
    height: 585px;
  }
  .header__app > a > img {
    left: -9px;
    width: 150px;
  }
}
