.container:after,
.section:after,
.testimonials:after,
.testimonials li:after,
.testimonials__author:after,
.pricelist:after,
.footer__top:after,
.footer__bottom:after {
  content: "";
  display: block;
  clear: both;
}

/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

@font-face {
  font-family: 'crimson_textroman';
  src: url("/catalog/view/theme/mym/image/fonts/CoreSansD75Black.otf") format("otf");
  font-weight: normal;
  font-style: normal;
}

body,
html {
  width: 100%;
  height: 100%;
  font-size: 20px;
  font-family: sans-serif;
}

@media screen and (max-width: 1024px) {
  body,
  html {
    font-size: 16px;
  }
}

@media screen and (max-width: 590px) {
  body,
  html {
    font-size: 14px;
  }
}

body {
  line-height: 1.42;
  background: #ccc;
  -webkit-font-smoothing: antialiased;
}

.wrapper {
  min-height: 100%;
  position: relative;
}

.wrapper:after {
  content: "";
  display: block;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: sans-serif;
  color: #3a3f52;
}

li {
  list-style: none;
}

ul {
  padding: 0;
  margin: 0;
}

a {
  text-decoration: none;
}

a:hover {
  cursor: pointer;
}

.container {
  width: 1140px;
  margin: 0 auto;
}

@media screen and (max-width: 1024px) {
  .container {
    width: 600px;
  }
}

@media screen and (max-width: 590px) {
  .container {
    width: 300px;
  }
}

p {
  color: #8da2b5;
}

h1 {
  color: #3a3f52;
  font-weight: lighter;
}

.header {
  min-height: 70px;
  background-color: #fff;
  padding-top: 15px;
}

.logo {
  margin-left: 25px;
  position: relative;
}

.logo:before {
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #0095f7;
  position: absolute;
  left: -25px;
  top: 1px;
}

.nav__list {
  float: right;
}

.nav__list li {
  margin-left: 10px;
  display: inline-block;
}

.trigger:hover {
  color: #7a7f92;
}

@media screen and (max-width: 1024px) {
  .nav__list {
    float: none;
    text-align: center;
    padding: 15px 0;
  }
}

@media screen and (max-width: 590px) {
  .nav__list li {
    display: block;
    text-align: left;
    border-top: 1px solid #ccc;
    padding: 10px;
  }

  .nav__list li a {
    padding: 10px 20px;
  }

  .nav__list li:last-child {
    border-bottom: 1px solid #ccc;
  }
}

.section {
  padding: 80px 0;
  background-color: #f6f8f9;
}

.section:nth-child(2n) {
  background-color: white;
}

.section__description {
  margin-bottom: 50px;
}

.button {
  margin-top: 50px;
  color: white;
  background-color: #0095f7;
  padding: 20px 60px;
  border-radius: 5px;
}

.button:hover {
  background-color: #0065b7;
}

.link {
  color: #0095f9;
}

.link:hover {
  color: #0065b7;
}

b {
  font-weight: bold;
}

hr {
  height: 1px;
  background: #edf1f2;
  border: none;
}

@media screen and (max-width: 590px) {
  .section {
    padding: 20px 0;
  }
}

.section-1__left {
  float: left;
  width: 30%;
  text-align: center;
}

.section-1__left img {
  max-height: 590px;
}

.section-1__right {
  float: right;
  width: 70%;
  padding: 90px 0px;
}

@media screen and (max-width: 1024px) {
  .section-1__left {
    width: 40%;
  }

  .section-1__right {
    width: 60%;
  }
}

@media screen and (max-width: 590px) {
  .section-1__left {
    display: none;
  }

  .section-1__right {
    float: none;
    width: 100%;
  }
}

.section-2__left {
  float: left;
  width: 40%;
}

.section-2__right {
  float: right;
  width: 60%;
  text-align: center;
}

.section-2__right img {
  max-width: 100%;
}

@media screen and (max-width: 590px) {
  .section-2__left,
  .section-2__right {
    float: none;
    width: auto;
  }

  .section-2__left {
    margin-bottom: 30px;
  }
}

.section-3 {
  text-align: center;
}

.title {
  font-size: 1.875rem;
  font-weight: bold;
}

.testimonials {
  text-align: left;
}

.testimonials li {
  width: 48%;
  float: left;
  background-color: white;
  padding: 2.5rem 1.25rem 1.25rem 1.25rem;
  -webkit-box-shadow: 0.1875rem 0.1875rem 1.25rem 0rem #eee;
          box-shadow: 0.1875rem 0.1875rem 1.25rem 0rem #eee;
  border-radius: 20px;
}

.testimonials :nth-of-type(2) {
  float: right;
}

.testimonials__author {
  width: 100%;
}

.testimonials__logo {
  width: 20%;
  margin-top: 0;
  text-align: center;
  float: left;
}

.testimonials__name {
  width: 80%;
  float: left;
}

.testimonials__name h4 {
  margin: 0 0 0;
}

.testimonials__name p {
  margin: 0;
  font-size: 15px;
}

@media screen and (max-width: 1024px) {
  .testimonials__logo {
    width: 30%;
  }

  .testimonials__name {
    width: 70%;
  }
}

@media screen and (max-width: 590px) {
  .testimonials li {
    width: 100%;
    float: none;
    margin-bottom: 20px;
  }
}

.section-4 {
  text-align: center;
}

.pricelist li {
  float: left;
  width: 33%;
  text-align: left;
  padding: 50px;
}

.price {
  font-size: 70px;
  font-weight: bold;
}

.price__features {
  padding: 30px;
}

.price__desc {
  min-height: 90px;
}

.price__features li {
  padding: initial;
  float: none;
  width: auto;
}

.price__features li:before {
  content: "";
  padding-right: 25px;
  background-image: url("../content/site-img/004-005-006-000.png");
  background-repeat: no-repeat;
}

@media screen and (max-width: 1024px) {
  .price__features {
    padding: 0;
  }

  .pricelist li {
    padding: 0px;
    padding-bottom: 0px;
    padding-bottom: 10px;
  }
}

@media screen and (max-width: 590px) {
  .pricelist li {
    float: none;
    width: auto;
  }
}

.section-5 {
  background: url("../content/site-img/005-003.png");
  text-align: center;
  padding: 100px 0;
}

.section-5 h2 {
  color: white;
  font-size: 2em;
}

.section-5 p {
  color: white;
  font-size: 15px;
}

.section-5 .button {
  background-color: white;
  color: #2f9ff6;
}

.section-5 .button:hover {
  background-color: #eee;
}

.section-5 .section__description {
  margin-bottom: 130px;
}

@media screen and (max-width: 590px) {
  .section-5 {
    padding: 50px 0;
  }
}

.footer {
  background-color: #292c32;
}

.footer__top {
  border-bottom: 1px solid #5c5f65;
  margin-bottom: 30px;
}

.footer h6 {
  color: #aeb3bd;
}

.footer__list,
.footer__about {
  float: left;
  width: 25%;
}

.footer__list p,
.footer__about p {
  color: #5c5f65;
  font-size: 16px;
  margin-bottom: 0;
}

.footer__about p {
  font-size: 14px;
}

.footer__list a {
  color: #5c5f65;
  font-size: 16px;
}

.footer__list p {
  font-size: 14px;
}

.footer__list a:hover {
  color: #9c9fa5;
}

.footer__bottom {
  padding-bottom: 50px;
}

.footer__bottom_right {
  float: right;
}

li.social__item {
  float: left;
  width: 5%;
}

li.social__item img {
  padding: 0px 27px 0 0;
}

.yb img {
  background-image: url("../content/site-img/006-005-000.png");
  background-repeat: no-repeat;
}

.yb img:hover {
  background-image: url("../content/site-img/106-005-000.png");
}

.tw img {
  background-image: url("../content/site-img/006-005-001.png");
  background-repeat: no-repeat;
}

.tw img:hover {
  background-image: url("../content/site-img/106-005-001.png");
}

.ig img {
  background-image: url("../content/site-img/006-005-002.png");
  background-repeat: no-repeat;
}

.ig img:hover {
  background-image: url("../content/site-img/106-005-002.png");
}

.fb img {
  background-image: url("../content/site-img/006-005-003.png");
  background-repeat: no-repeat;
}

.fb img:hover {
  background-image: url("../content/site-img/106-005-003.png");
}

.copyright {
  font-size: 14px;
  color: #5c5f65;
}

@media screen and (max-width: 590px) {
  .footer__list,
  .footer__about {
    float: none;
    width: auto;
    padding: 10px;
  }

  li.social__item {
    float: none;
    width: auto;
    display: inline-block;
  }

  li.social__item img {
    padding-top: 10px;
  }

  .footer h6 {
    font-size: 15px;
    margin: 0;
  }
}