html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: rgba(0, 0, 0, 0)
}

body {
  line-height: 1
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block
}

nav ul {
  list-style: none
}

blockquote,
q {
  quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: rgba(0, 0, 0, 0)
}

del {
  text-decoration: line-through
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help
}

table {
  border-collapse: collapse;
  border-spacing: 0
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0
}

input,
select {
  vertical-align: middle
}

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

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

:focus,
:active {
  outline: none
}

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

nav,
footer,
header,
aside {
  display: block
}

html,
body {
  height: 100%;
  width: 100%;
  font-size: 100%;
  line-height: 1;
  font-size: 14px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%
}

button {
  font-family: inherit
}

button {
  border: none;
  background-color: rgba(0, 0, 0, 0);
  cursor: pointer;
  color: inherit
}

button::-moz-focus-inner {
  padding: 0;
  border: 0
}

a,
a:visited {
  text-decoration: none
}

a:hover {
  text-decoration: none
}

ul li {
  list-style: none
}

img {
  vertical-align: top
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: 400
}

a {
  color: inherit
}

body {
  font-family: "PT Sans Caption", sans-serif;
  background: #f3f5f7;
  color: #171618
}

.container {
  max-width: 1050px;
  padding: 0 10px;
  margin: 0 auto
}

.header {
  padding: 30px
}

.promo {
  overflow: hidden
}

.promo__wrapper {
  position: relative
}

.promo__img {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1
}

.promo__img img {
  max-width: 100%;
  max-height: 100%;
  -webkit-transition: 2s;
  -o-transition: 2s;
  transition: 2s;
  -o-object-fit: cover;
  object-fit: cover
}

.promo__img img:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: 2s;
  -o-transition: 2s;
  transition: 2s
}

.promo__content {
  padding: 100px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 40px;
  text-align: center;
  z-index: 2;
  position: relative;
  z-index: 10
}

.promo__title {
  font-weight: 700;
  font-size: 64px;
  line-height: 77px;
  color: #171618;
  max-width: 580px;
  margin-bottom: 40px
}

.promo__description {
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  color: #171618
}

.promo__feedback {
  width: 60%
}

.promo__form {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px
}

.promo__input {
  display: block;
  width: 100%;
  padding: 21px;
  background: #fff;
  border: 1px solid #007efc;
  border-radius: 20px
}

.promo__form-btn {
  font-weight: 700;
  font-size: 16px;
  line-height: 21px;
  color: #fff;
  max-width: 262px;
  background: #171618;
  border-radius: 20px;
  padding: 21px 35px
}

@media(max-width: 800px) {
  .promo__img {
    display: none
  }

  .promo__feedback {
    width: 90%
  }
}

@media(max-width: 600px) {
  .promo__content {
    padding: 50px 0
  }

  .promo__title {
    font-size: 35px;
    line-height: 40px
  }
}

.info {
  padding: 50px 0
}

.info__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  gap: 18px;
  margin-bottom: 99px
}

.info__head-two {
  margin: 0
}

.info__overhead {
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: #323c46
}

.info__title {
  font-weight: 700;
  font-size: 48px;
  line-height: 58px
}

.info__description {
  font-weight: 400;
  font-size: 16px;
  line-height: 21px
}

.info__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 100px
}

.info__content .info__item:nth-child(2) {
  background: #323c46;
  -webkit-box-shadow: 0px 2px 4px rgba(25, 28, 31, .15);
  box-shadow: 0px 2px 4px rgba(25, 28, 31, .15)
}

.info__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #007efc;
  -webkit-box-shadow: 0px 2px 4px rgba(25, 28, 31, .15);
  box-shadow: 0px 2px 4px rgba(25, 28, 31, .15);
  border-radius: 20px;
  color: #fff;
  padding: 10px 1px 0 60px;
  overflow: hidden;
  width: 100%
}

.info__item-title {
  font-weight: 700;
  font-size: 32px;
  line-height: 38px;
  color: #fff;
  margin-bottom: 15px
}

.info__item-description {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #fff;
  margin-bottom: 66px
}

.info__item-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  padding: 22px;
  border-radius: 20px;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease
}

.info__item-btn:hover {
  color: #fff;
  background-color: #0760da;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease
}

.info__item-btn span:nth-child(1) {
  font-weight: 700;
  font-size: 14px;
  line-height: 18px
}

.info__text {
  max-width: 406px
}

.info__item-two {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
  -webkit-box-shadow: 0px 2px 4px rgba(25, 28, 31, .15);
  box-shadow: 0px 2px 4px rgba(25, 28, 31, .15);
  border-radius: 20px;
  overflow: hidden;
  padding-right: 60px;
  width: 100%
}

.info__item-two .info__text {
  max-width: 406px;
  margin-left: auto
}

.info__item-two .info__item-title {
  font-weight: 700;
  font-size: 32px;
  line-height: 38px;
  color: #171618
}

.info__item-two .info__item-description {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #171618
}

.info__item-two .info__img {
  overflow: hidden
}

.info__item-two .info__item-btn {
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
  font-size: 14px;
  line-height: 18px
}

.info__img {
  overflow: hidden
}

.info__img img {
  -webkit-transition: 2s;
  -o-transition: 2s;
  transition: 2s
}

.info__img img:hover {
  -webkit-transition: 2s;
  -o-transition: 2s;
  transition: 2s;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1)
}

.info__item-three {
  background: #323c46;
  -webkit-box-shadow: 0px 2px 4px rgba(25, 28, 31, .15);
  box-shadow: 0px 2px 4px rgba(25, 28, 31, .15)
}

.info__item-four {
  background: #323c46;
  -webkit-box-shadow: 0px 2px 4px rgba(25, 28, 31, .15);
  box-shadow: 0px 2px 4px rgba(25, 28, 31, .15)
}

.info__item-four .info__item-title {
  font-size: 25px
}

.info__item-five {
  background: #171618;
  -webkit-box-shadow: 0px 2px 4px rgba(25, 28, 31, .15);
  box-shadow: 0px 2px 4px rgba(25, 28, 31, .15)
}

.info__item-five .info__item-title {
  font-size: 25px
}

@media(max-width: 900px) {
  .info__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 100px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    width: 60%;
    padding-top: 30px
  }

  .info__img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end
  }

  .info__img img {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: cover;
    object-fit: cover
  }

  .info__item-two {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    gap: 100px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    width: 60%;
    padding-top: 30px
  }
}

@media(max-width: 750px) {

  .info__item,
  .info__item-two {
    width: 100%
  }
}

@media(max-width: 500px) {

  .info__item,
  .info__item-two {
    padding-left: 20px
  }

  .info__item-btn {
    padding: 0
  }
}

.coments {
  padding: 50px 0
}

.coments__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  margin-bottom: 50px
}

.coments__title {
  font-weight: 700;
  font-size: 48px;
  line-height: 58px
}

.coments__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px
}

.coments__content .coments__item:nth-child(2) .coments__info {
  margin-left: 30px
}

.coments__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
  -webkit-box-shadow: 0px 2px 4px rgba(25, 28, 31, .15);
  box-shadow: 0px 2px 4px rgba(25, 28, 31, .15);
  border-radius: 20px
}

.coments__info {
  max-width: 400px
}

.coments__text {
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  color: #000;
  margin: 16px 0
}

.coments__description {
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  color: #323c46
}

@media(max-width: 940px) {
  .coments__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 50px;
    width: 50%;
    padding-top: 20px
  }

  .coments__info {
    padding-left: 10px;
    padding-right: 10px
  }

  .coments__content .coments__item:nth-child(2) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }

  .coments img {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: cover;
    object-fit: cover
  }
}

@media(max-width: 740px) {
  .coments__item {
    width: 100%
  }
}

@media(max-width: 400px) {
  .coments__title {
    font-size: 32px;
    line-height: 35px
  }
}

.plan {
  padding: 50px 0
}

.plan__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  margin-bottom: 40px
}

.plan__title {
  font-weight: 700;
  font-size: 48px;
  line-height: 58px
}

.plan__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  gap: 5px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.plan__item {
  padding: 25px;
  padding-bottom: 60px;
  background: #007efc;
  border-radius: 20px;
  color: #fff;
  position: relative
}

.plan__description {
  position: absolute;
  content: "";
  bottom: 15px;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px
}

.plan__item-title {
  font-weight: 700;
  font-size: 32px;
  line-height: 38px
}

.plan__num {
  font-weight: 400;
  font-size: 18px;
  line-height: 35px
}

.plan__text {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  max-width: 276px
}

@media(max-width: 1010px) {
  .plan__content {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 25px
  }
}

@media(max-width: 450px) {
  .plan__title {
    font-size: 38px;
    line-height: 40px
  }
}

.offer {
  padding: 50px 0
}

.offer__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 25px
}

.offer__overhead p {
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: #323c46
}

.offer__title h4 {
  font-weight: 700;
  font-size: 48px;
  line-height: 58px;
  text-align: center
}

.offer__button {
  font-weight: 700;
  font-size: 16px;
  line-height: 21px;
  padding: 21px 35px;
  background: #171618;
  border-radius: 20px;
  color: #fff
}

@media(max-width: 570px) {
  .offer__title h4 {
    font-size: 30px;
    line-height: 35px
  }
}

.footer {
  padding: 50px 0;
  background-color: #171618
}

.footer__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center
}

.footer__btn {
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  color: rgba(255, 255, 255, .8)
}