.logo, .button__link, .page-title, .buy__title, .buy__sub-title, .benefits__title {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

ul[class],
ol[class] {
  padding: 0;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
  font-size: inherit;
}

ul[class] {
  list-style: none;
}

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

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

a {
  text-decoration: none;
}

html,
body {
  height: 100%;
}

body {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  color: #5a5a5a;
  overflow-x: hidden;
  min-width: 320px;
}

.wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100%;
}

.main {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}

.footer {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

.logo {
  color: #363838;
  font-size: 24px;
  line-height: 44px;
}

.logo__color {
  color: #345DEE;
}

.logo_color-invert {
  color: #ffffff;
}

@media (max-width: 870px) {
  .logo_color-invert {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    text-align: center;
  }
}

@media (max-width: 375px) {
  .logo {
    font-size: 16px;
  }
}

.button {
  margin-bottom: 90px;
  text-align: center;
}

@media (max-width: 680px) {
  .button {
    margin-bottom: 70px;
  }
}

@media (max-width: 500px) {
  .button {
    margin-bottom: 40px;
  }
}

.button__link {
  position: relative;
  display: inline-block;
  color: #ffffff;
  font-size: 24px;
  line-height: 35px;
  padding: 27px 22px;
  border-radius: 8px;
  background-color: #345DEE;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}

.button__link:hover {
  -webkit-box-shadow: inset -5px -5px 20px rgba(255, 255, 255, 0.3), inset 5px 5px 20px rgba(255, 255, 255, 0.3);
          box-shadow: inset -5px -5px 20px rgba(255, 255, 255, 0.3), inset 5px 5px 20px rgba(255, 255, 255, 0.3);
}

.page-title {
  color: #363838;
  font-size: 36px;
  line-height: 44px;
  text-align: center;
  margin-bottom: 40px;
}

@media (max-width: 500px) {
  .page-title {
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 25px;
  }
}

.page-description {
  margin-bottom: 30px;
}

.check-input {
  padding: 13px 20px;
  margin-right: 10px;
  margin-bottom: 10px;
  border: 3px solid #345DEE;
  border-radius: 12px;
}

.check-btn {
  display: inline-block;
  color: #ffffff;
  font-weight: 600;
  background-color: #345DEE;
  padding: 16px 22px;
  border: none;
  border-radius: 8px;
  margin-bottom: 30px;
  cursor: pointer;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}

.check-btn:hover {
  -webkit-box-shadow: inset -5px -5px 11px rgba(255, 255, 255, 0.2), inset 5px 5px 11px rgba(255, 255, 255, 0.2);
          box-shadow: inset -5px -5px 11px rgba(255, 255, 255, 0.2), inset 5px 5px 11px rgba(255, 255, 255, 0.2);
}

.header__top {
  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;
  padding: 18px 0px;
  line-height: 36px;
}

.header__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0px 10% 0px 7%;
  text-transform: uppercase;
  font-weight: 600;
}

@media (max-width: 1024px) {
  .header__menu {
    margin: 0px 5% 0px 3.5%;
  }
}

@media (max-width: 680px) {
  .header__menu {
    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-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 24px;
    background-color: rgba(255, 255, 255, 0.95);
    border: 3px solid #345DEE;
    border-radius: 12px;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    margin: 0 auto;
    overflow: auto;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
  }
  .header__menu._active {
    opacity: 1;
    visibility: visible;
    z-index: 5;
  }
}

.header__menu-item {
  white-space: nowrap;
}

@media (max-width: 680px) {
  .header__menu-item {
    margin: 20px 20px;
  }
}

.header__menu-item + .header__menu-item {
  margin-left: 5%;
}

@media (max-width: 680px) {
  .header__menu-item + .header__menu-item {
    margin-left: 20px;
  }
}

.header__link {
  color: #5a5a5a;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
  border-bottom: 1px solid transparent;
}

.header__link:hover {
  color: #345DEE;
  border-bottom: 1px solid #345DEE;
}

.header__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 290px;
          flex: 1 0 290px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 1024px) {
  .header__btn {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 230px;
            flex: 1 0 230px;
  }
}

@media (max-width: 870px) {
  .header__btn {
    position: absolute;
    width: auto;
    height: auto;
    right: 55px;
    top: 65px;
    padding: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background-color: rgba(255, 255, 255, 0.95);
    border: 3px solid #345DEE;
    border-radius: 12px;
    overflow: auto;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
  }
  .header__btn._active {
    opacity: 1;
    visibility: visible;
  }
}

.header__btn-login {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #363838;
  background-color: #ffffff;
  border: 2px solid #345DEE;
  padding: 14px 20px 14px 0px;
  border-radius: 8px;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}

.header__btn-login:hover {
  -webkit-box-shadow: inset -5px -5px 11px rgba(52, 93, 238, 0.2), inset 5px 5px 11px rgba(52, 93, 238, 0.2);
          box-shadow: inset -5px -5px 11px rgba(52, 93, 238, 0.2), inset 5px 5px 11px rgba(52, 93, 238, 0.2);
}

@media (max-width: 870px) {
  .header__btn-login {
    margin-bottom: 20px;
  }
}

.header__btn-login-icon {
  padding-left: 20px;
}

.header__btn-login-text {
  padding-left: 10px;
}

@media (max-width: 1024px) {
  .header__btn-login-text {
    display: none;
  }
}

@media (max-width: 870px) {
  .header__btn-login-text {
    display: block;
  }
}

.header__btn-register {
  display: block;
  color: #ffffff;
  background-color: #345DEE;
  padding: 16px 22px;
  border-radius: 8px;
  margin-left: 22px;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}

.header__btn-register:hover {
  -webkit-box-shadow: inset -5px -5px 11px rgba(255, 255, 255, 0.2), inset 5px 5px 11px rgba(255, 255, 255, 0.2);
          box-shadow: inset -5px -5px 11px rgba(255, 255, 255, 0.2), inset 5px 5px 11px rgba(255, 255, 255, 0.2);
}

@media (max-width: 870px) {
  .header__btn-register {
    margin-left: 0;
  }
}

.header__btn-login, .header__btn-register {
  font-weight: 600;
  line-height: 16px;
}

.header__bottom {
  background-color: #363838;
}

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

@media (max-width: 680px) {
  .header__submenu {
    -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;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    height: 92px;
  }
}

@media (max-width: 375px) {
  .header__submenu {
    height: auto;
  }
}

.header__submenu-item {
  line-height: 25px;
  padding: 10px 0px;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  white-space: nowrap;
}

.header__submenu-item + .header__submenu-item {
  margin-left: 6.5%;
}

@media (max-width: 680px) {
  .header__submenu-item + .header__submenu-item {
    margin-left: 0;
  }
}

.header__submenu-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #ffffff;
  font-weight: 600;
  border-bottom: 1px solid transparent;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}

.header__submenu-link:hover {
  border-bottom: 1px solid #ffffff;
}

.header__submenu-item-icon {
  margin-right: 10px;
}

.user-menu {
  display: none;
}

@media (max-width: 870px) {
  .user-menu {
    display: block;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 48px;
            flex: 0 0 48px;
    height: 48px;
    z-index: 1;
  }
}

.icon-menu {
  display: none;
}

@media (max-width: 680px) {
  .icon-menu {
    display: block;
    position: absolute;
    top: 27px;
    right: 85px;
    width: 44px;
    height: 30px;
    cursor: pointer;
    z-index: 1;
  }
  .icon-menu span {
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    top: calc(50% - 2px);
    left: 0px;
    position: absolute;
    width: 100%;
    height: 4px;
    background: #345DEE;
    border-radius: 10px;
  }
  .icon-menu span:first-child {
    top: 0px;
  }
  .icon-menu span:last-child {
    top: auto;
    bottom: 0px;
  }
  .icon-menu._active span {
    -webkit-transform: scale(0);
        -ms-transform: scale(0);
            transform: scale(0);
  }
  .icon-menu._active span:first-child {
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
    top: calc(50% - 2px);
  }
  .icon-menu._active span:last-child {
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    bottom: calc(50% - 2px);
  }
}

.buy {
  padding: 90px 0px;
}

@media (max-width: 680px) {
  .buy {
    padding: 70px 0px;
  }
}

@media (max-width: 500px) {
  .buy {
    padding: 40px 0px;
  }
}

.buy__title {
  font-weight: normal;
  font-size: 64px;
  line-height: 78px;
  color: #345DEE;
  text-align: center;
  margin-bottom: 30px;
}

@media (max-width: 680px) {
  .buy__title {
    font-size: 44px;
    line-height: 64px;
  }
}

@media (max-width: 500px) {
  .buy__title {
    font-size: 30px;
    line-height: 50px;
    margin-bottom: 20px;
  }
}

.buy__link {
  color: inherit;
  border-bottom: 1px solid transparent;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}

.buy__link:hover {
  border-bottom: 1px solid #345DEE;
}

.buy__sub-title {
  font-weight: normal;
  font-size: 24px;
  line-height: 29px;
  color: #363838;
  text-align: center;
  margin-bottom: 55px;
}

@media (max-width: 680px) {
  .buy__sub-title {
    font-size: 22px;
    line-height: 27px;
    margin-bottom: 45px;
  }
}

@media (max-width: 500px) {
  .buy__sub-title {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }
}

.buy__text {
  font-size: 18px;
  line-height: 30px;
  max-width: 620px;
  margin: 0px 60px 0px auto;
  padding: 40px 60px;
  border: 3px solid #345DEE;
  border-radius: 12px;
}

@media (max-width: 870px) {
  .buy__text {
    margin: 0px auto;
    padding: 30px 30px;
  }
}

@media (max-width: 680px) {
  .buy__text {
    font-size: 16px;
    line-height: 28px;
  }
}

@media (max-width: 500px) {
  .buy__text {
    font-size: 14px;
    line-height: 24px;
    padding: 20px 20px;
  }
}

.benefits {
  padding-bottom: 90px;
}

@media (max-width: 680px) {
  .benefits {
    padding-bottom: 70px;
  }
}

@media (max-width: 500px) {
  .benefits {
    padding-bottom: 40px;
  }
}

.benefits__title {
  color: #363838;
  font-size: 30px;
  line-height: 37px;
  text-align: center;
  padding-bottom: 55px;
}

@media (max-width: 680px) {
  .benefits__title {
    font-size: 26px;
    line-height: 30px;
    padding-bottom: 45px;
  }
}

@media (max-width: 500px) {
  .benefits__title {
    font-size: 18px;
    line-height: 26px;
    padding-bottom: 20px;
  }
}

.benefits__text {
  padding: 40px 60px;
  border: 3px solid #345DEE;
  border-radius: 12px;
  max-width: 700px;
  margin: 0px auto 0px 60px;
}

@media (max-width: 870px) {
  .benefits__text {
    margin: 0px auto;
    padding: 30px 30px;
    max-width: 645px;
  }
}

@media (max-width: 680px) {
  .benefits__text {
    max-width: 590px;
  }
}

.benefits__list {
  font-size: 20px;
  line-height: 27px;
}

@media (max-width: 680px) {
  .benefits__list {
    font-size: 18px;
    line-height: 25px;
  }
}

@media (max-width: 500px) {
  .benefits__list {
    font-size: 16px;
  }
}

.benefits__items {
  margin-bottom: 32px;
  padding-left: 44px;
  background: url(../images/check-square.svg) left center no-repeat;
}

.benefits__items:last-child {
  margin-bottom: 0;
}

@media (max-width: 680px) {
  .benefits__items {
    margin-bottom: 20px;
    background: url(../images/check-square.svg) left top no-repeat;
  }
}

@media (max-width: 500px) {
  .benefits__items {
    margin-bottom: 12px;
  }
}

.price {
  padding: 90px 0;
}

@media (max-width: 680px) {
  .price {
    padding: 70px 0px;
  }
}

@media (max-width: 500px) {
  .price {
    padding: 40px 0px;
  }
}

.table__price {
  margin: 0px auto;
  border-collapse: collapse;
  border-radius: 8px 8px 0 0;
  -webkit-box-shadow: 0 0 0 5px #345DEE;
          box-shadow: 0 0 0 5px #345DEE;
}

.table__price-row {
  text-align: center;
}

.table__price-row:nth-child(even) {
  background-color: #f5f6fe;
}

.table__price-title {
  font-size: 30px;
  font-weight: 600;
  color: #363838;
  padding-bottom: 30px;
}

@media (max-width: 500px) {
  .table__price-title {
    font-size: 24px;
  }
}

.table__price-head {
  font-size: 24px;
  padding: 20px 30px;
  border-right: 3px solid #9caef4;
}

.table__price-head:last-child {
  border-right: none;
}

@media (max-width: 500px) {
  .table__price-head {
    font-size: 18px;
  }
}

.table__price-item {
  font-size: 20px;
  padding: 10px 30px;
  border-top: 5px solid #9caef4;
  border-right: 3px solid #9caef4;
}

.table__price-item:last-child {
  border-right: none;
}

@media (max-width: 500px) {
  .table__price-item {
    font-size: 16px;
  }
}

.faq {
  padding: 90px 0;
}

@media (max-width: 680px) {
  .faq {
    padding: 70px 0px;
  }
}

@media (max-width: 500px) {
  .faq {
    padding: 40px 0px;
  }
}

.faq__item {
  position: relative;
  margin-bottom: 30px;
  border: 5px solid #345DEE;
  border-radius: 12px;
}

.faq__item:last-child {
  margin-bottom: 0;
}

.faq__select {
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0;
}

.faq__select:checked ~ .faq__question::after {
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
}

.faq__select:checked ~ .faq__answer {
  font-size: 16px;
  line-height: 22px;
  text-align: left;
  padding: 20px 20px;
  margin: 0px 30px;
  height: auto;
  border-top: 2px solid #9caef4;
  opacity: 1;
}

@media (max-width: 500px) {
  .faq__select:checked ~ .faq__answer {
    margin: 0px 20px;
    padding: 20px 15px;
  }
}

@media (max-width: 375px) {
  .faq__select:checked ~ .faq__answer {
    font-size: 14px;
  }
}

.faq__question {
  display: block;
  position: relative;
  color: #363838;
  font-size: 26px;
  font-weight: 600;
  letter-spacing: 1px;
  padding: 20px 86px 20px 30px;
  cursor: pointer;
}

.faq__question::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 26px;
  height: 26px;
  margin-top: 26px;
  margin-right: 30px;
  background: url(../images/close.svg) right center no-repeat;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: -webkit-transform .5s ease;
  transition: -webkit-transform .5s ease;
  -o-transition: transform .5s ease;
  transition: transform .5s ease;
  transition: transform .5s ease, -webkit-transform .5s ease;
}

@media (max-width: 680px) {
  .faq__question {
    font-size: 22px;
  }
}

@media (max-width: 500px) {
  .faq__question {
    font-size: 20px;
    padding: 15px 76px 15px 20px;
  }
  .faq__question::after {
    margin-top: 16px;
    margin-right: 20px;
  }
}

@media (max-width: 375px) {
  .faq__question {
    font-size: 18px;
  }
}

.faq__answer {
  font-size: 1px;
  line-height: 1px;
  border-top: 0px solid #9caef4;
  height: 0;
  margin: 0px 30px;
  opacity: 0;
  -webkit-transition: padding-top .5s ease, margin-top .5s ease, border-top .2s ease, opacity .5s ease;
  -o-transition: padding-top .5s ease, margin-top .5s ease, border-top .2s ease, opacity .5s ease;
  transition: padding-top .5s ease, margin-top .5s ease, border-top .2s ease, opacity .5s ease;
}

.faq__answer b, .faq__answer strong {
  color: #363838;
  font-weight: 600;
}

@media (max-width: 500px) {
  .faq__answer {
    margin: 0px 20px;
  }
}

.blog {
  padding: 90px 0;
}

@media (max-width: 680px) {
  .blog {
    padding: 70px 0px;
  }
}

@media (max-width: 500px) {
  .blog {
    padding: 40px 0px;
  }
}

.blog__item {
  position: relative;
  margin-bottom: 30px;
  border: 5px solid #345DEE;
  border-radius: 12px;
}

.blog__item:last-child {
  margin-bottom: 0;
}

.blog__select {
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0;
}

.blog__select:checked ~ .blog__title::after {
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
}

.blog__select:checked ~ .blog__full-post {
  font-size: 16px;
  line-height: 22px;
  text-align: left;
  padding: 0px 20px 20px;
  margin: 0px 30px;
  height: auto;
  opacity: 1;
}

.blog__select:checked ~ .blog__full-post img {
  width: auto;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 500px) {
  .blog__select:checked ~ .blog__full-post {
    margin: 0px 20px;
    padding: 0px 15px 20px;
  }
}

@media (max-width: 375px) {
  .blog__select:checked ~ .blog__full-post {
    font-size: 14px;
  }
}

.blog__title {
  display: block;
  position: relative;
  color: #363838;
  font-size: 26px;
  font-weight: 600;
  letter-spacing: 1px;
  padding: 20px 86px 20px 30px;
  cursor: pointer;
}

.blog__title::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 26px;
  height: 26px;
  margin-top: 26px;
  margin-right: 30px;
  background: url(../images/close.svg) right center no-repeat;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: -webkit-transform .5s ease;
  transition: -webkit-transform .5s ease;
  -o-transition: transform .5s ease;
  transition: transform .5s ease;
  transition: transform .5s ease, -webkit-transform .5s ease;
}

@media (max-width: 680px) {
  .blog__title {
    font-size: 22px;
  }
}

@media (max-width: 500px) {
  .blog__title {
    font-size: 20px;
    padding: 15px 76px 15px 20px;
  }
  .blog__title::after {
    margin-top: 16px;
    margin-right: 20px;
  }
}

@media (max-width: 375px) {
  .blog__title {
    font-size: 18px;
  }
}

.blog__short-post {
  font-size: 16px;
  line-height: 22px;
  text-align: left;
  border-top: 2px solid #9caef4;
  margin: 0px 30px;
  padding: 20px 20px;
  min-height: 142px;
}

.blog__short-post p {
  margin-bottom: 10px;
}

.blog__short-post p:last-child {
  margin-bottom: 0;
}

.blog__short-post b, .blog__short-post strong {
  color: #363838;
  font-weight: 600;
}

.blog__short-post a {
  color: #363838;
  text-decoration: underline;
  -webkit-transition: color .5s ease;
  -o-transition: color .5s ease;
  transition: color .5s ease;
}

.blog__short-post a:hover {
  color: #345DEE;
}

.blog__short-post img {
  float: left;
  margin: 0 20px 20px 0;
  height: 100px;
}

@media (max-width: 375px) {
  .blog__short-post img {
    height: 80px;
  }
}

@media (max-width: 500px) {
  .blog__short-post {
    margin: 0 20px;
    padding: 20px 15px 20px;
  }
}

@media (max-width: 375px) {
  .blog__short-post {
    font-size: 14px;
  }
}

.blog__full-post {
  font-size: 1px;
  line-height: 1px;
  height: 0;
  margin: 0px 30px;
  opacity: 0;
  -webkit-transition: padding-top .5s ease, margin-top .5s ease, border-top .2s ease, opacity .5s ease;
  -o-transition: padding-top .5s ease, margin-top .5s ease, border-top .2s ease, opacity .5s ease;
  transition: padding-top .5s ease, margin-top .5s ease, border-top .2s ease, opacity .5s ease;
}

.blog__full-post p {
  margin-bottom: 10px;
}

.blog__full-post p:last-child {
  margin-bottom: 0;
}

.blog__full-post b, .blog__full-post strong {
  color: #363838;
  font-weight: 600;
}

.blog__full-post a {
  color: #363838;
  text-decoration: underline;
  -webkit-transition: color .5s ease;
  -o-transition: color .5s ease;
  transition: color .5s ease;
  max-width: 100%;
}

.blog__full-post a:hover {
  color: #345DEE;
}

.blog__full-post img {
  margin: 15px auto;
  width: 0;
  height: 0;
}

@media (max-width: 500px) {
  .blog__full-post {
    margin: 0px 20px;
  }
}

.blog__color-text {
  color: red;
}

.proxy-checker {
  padding: 90px 0;
}

@media (max-width: 680px) {
  .proxy-checker {
    padding: 70px 0px;
  }
}

@media (max-width: 500px) {
  .proxy-checker {
    padding: 40px 0px;
  }
}

.proxy-checker__box-cheker {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 30px;
}

.proxy-checker__textarea {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 48%;
          flex: 0 1 48%;
  padding: 30px 20px;
  border: 3px solid #345DEE;
  border-radius: 12px;
  resize: none;
}

@media (max-width: 680px) {
  .proxy-checker__textarea {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
    margin-bottom: 20px;
  }
}

.proxy-checker__how-to-use {
  max-width: 50%;
  padding: 30px 20px;
  border: 3px solid #345DEE;
  border-radius: 12px;
  background-color: rgba(245, 246, 254, 0.4);
}

.proxy-checker__how-to-use p {
  margin-bottom: 10px;
}

@media (max-width: 680px) {
  .proxy-checker__how-to-use {
    max-width: 100%;
  }
}

.proxy-checker__btn {
  color: #ffffff;
  font-weight: 600;
  background-color: #345DEE;
  padding: 16px 22px;
  border: none;
  border-radius: 8px;
  margin-bottom: 50px;
  cursor: pointer;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}

.proxy-checker__btn:hover {
  -webkit-box-shadow: inset -5px -5px 11px rgba(255, 255, 255, 0.2), inset 5px 5px 11px rgba(255, 255, 255, 0.2);
          box-shadow: inset -5px -5px 11px rgba(255, 255, 255, 0.2), inset 5px 5px 11px rgba(255, 255, 255, 0.2);
}

@media (max-width: 680px) {
  .proxy-checker__btn {
    margin-bottom: 30px;
  }
}

.table__proxy-checker {
  margin: 0px auto;
  border-collapse: collapse;
  border-radius: 8px 8px 0 0;
  -webkit-box-shadow: 0 0 0 5px #345DEE;
          box-shadow: 0 0 0 5px #345DEE;
}

.table__proxy-checker-row {
  text-align: center;
}

.table__proxy-checker-row:nth-child(even) {
  background-color: #f5f6fe;
}

.table__proxy-checker-error {
  color: red;
}

.table__proxy-checker-title {
  font-size: 30px;
  font-weight: 600;
  color: #363838;
  padding-bottom: 30px;
}

@media (max-width: 500px) {
  .table__proxy-checker-title {
    font-size: 24px;
  }
}

.table__proxy-checker-head {
  font-size: 24px;
  padding: 20px 30px;
  border-right: 3px solid #9caef4;
}

.table__proxy-checker-head:last-child {
  border-right: none;
}

@media (max-width: 870px) {
  .table__proxy-checker-head {
    padding: 15px 15px;
    font-size: 18px;
  }
}

@media (max-width: 680px) {
  .table__proxy-checker-head {
    padding: 10px 5px;
    font-size: 16px;
  }
}

@media (max-width: 500px) {
  .table__proxy-checker-head {
    font-size: 14px;
    padding: 10px 3px;
  }
}

@media (max-width: 375px) {
  .table__proxy-checker-head {
    font-size: 12px;
  }
}

.table__proxy-checker-item {
  font-size: 20px;
  padding: 10px 30px;
  border-top: 5px solid #9caef4;
  border-right: 3px solid #9caef4;
}

.table__proxy-checker-item:last-child {
  border-right: none;
}

@media (max-width: 870px) {
  .table__proxy-checker-item {
    font-size: 16px;
  }
}

@media (max-width: 680px) {
  .table__proxy-checker-item {
    font-size: 14px;
    padding: 10px 5px;
  }
}

@media (max-width: 500px) {
  .table__proxy-checker-item {
    font-size: 12px;
    padding: 10px 2px;
  }
}

@media (max-width: 375px) {
  .table__proxy-checker-item {
    font-size: 10px;
  }
}

.my-ip {
  padding: 90px 0;
}

@media (max-width: 680px) {
  .my-ip {
    padding: 70px 0px;
  }
}

@media (max-width: 500px) {
  .my-ip {
    padding: 40px 0px;
  }
}

.my-ip__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.my-ip__info {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}

@media (max-width: 870px) {
  .my-ip__info {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin-bottom: 30px;
  }
}

.my-ip__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  line-height: 36px;
}

.my-ip__items:nth-child(even) {
  background-color: #f5f6fe;
}

.my-ip__items:last-child {
  margin-bottom: 0;
}

.my-ip__attribute {
  color: #363838;
  font-weight: 600;
}

@media (max-width: 500px) {
  .my-ip__attribute {
    font-size: 14px;
  }
}

@media (max-width: 500px) {
  .my-ip__value {
    font-size: 14px;
  }
}

.my-ip__map {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  margin: 0 0 0 auto;
}

@media (max-width: 870px) {
  .my-ip__map {
    margin: 0px auto;
  }
}

.blacklist {
  padding: 90px 0;
}

@media (max-width: 680px) {
  .blacklist {
    padding: 70px 0px;
  }
}

@media (max-width: 500px) {
  .blacklist {
    padding: 40px 0px;
  }
}

.blacklist__check-list {
  -webkit-column-count: 3;
     -moz-column-count: 3;
          column-count: 3;
  line-height: 30px;
}

@media (max-width: 870px) {
  .blacklist__check-list {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
  }
}

@media (max-width: 680px) {
  .blacklist__check-list {
    font-size: 14px;
    line-height: 26px;
  }
}

@media (max-width: 500px) {
  .blacklist__check-list {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
  }
}

.blacklist__ok-status {
  position: relative;
  padding-left: 26px;
}

.blacklist__ok-status::before {
  content: '';
  position: absolute;
  width: 16px;
  height: 30px;
  margin-left: -26px;
  background: url(../images/check-ok.svg) left center no-repeat;
}

@media (max-width: 680px) {
  .blacklist__ok-status::before {
    height: 26px;
  }
}

.blacklist__ban-status {
  position: relative;
  padding-left: 26px;
  color: red;
  font-weight: 600;
}

.blacklist__ban-status::before {
  content: '';
  position: absolute;
  width: 16px;
  height: 30px;
  margin-left: -26px;
  background: url(../images/check-ban.svg) left center no-repeat;
}

@media (max-width: 680px) {
  .blacklist__ban-status::before {
    height: 26px;
  }
}

.whois {
  padding: 90px 0;
}

@media (max-width: 680px) {
  .whois {
    padding: 70px 0px;
  }
}

@media (max-width: 500px) {
  .whois {
    padding: 40px 0px;
  }
}

.whois__domain-info {
  font-family: 'Inconsolata', monospace;
  display: block;
  padding: 20px 20px;
  border: 3px solid #345DEE;
  border-radius: 12px;
  font-size: 16px;
  line-height: 20px;
  white-space: pre-wrap;
}

@media (max-width: 680px) {
  .whois__domain-info {
    font-size: 14px;
    line-height: 18px;
  }
}

.footer {
  background-color: #363838;
  padding: 44px 0px;
}

@media (max-width: 1024px) {
  .footer {
    padding: 26px 0px;
  }
}

@media (max-width: 870px) {
  .footer {
    padding: 0px 0px;
  }
}

.footer__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  font-weight: 600;
}

@media (max-width: 870px) {
  .footer__inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media (max-width: 680px) {
  .footer__inner {
    font-size: 12px;
  }
}

.footer__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 65px;
  text-transform: uppercase;
}

@media (max-width: 1024px) {
  .footer__menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 25%;
            flex: 1 1 25%;
    line-height: 40px;
    height: 80px;
    margin-left: 40px;
  }
}

@media (max-width: 870px) {
  .footer__menu {
    margin-left: 0;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 10%;
            flex: 1 1 10%;
  }
}

@media (max-width: 500px) {
  .footer__menu {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
            flex: 1 1 50%;
    height: 100%;
    line-height: 30px;
  }
}

@media (max-width: 870px) {
  .footer__menu-item {
    padding: 0px 10px;
  }
}

.footer__menu-item + .footer__menu-item {
  margin-left: 20px;
}

@media (max-width: 1024px) {
  .footer__menu-item + .footer__menu-item {
    margin-left: 0;
  }
}

.footer__submenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 20px;
}

@media (max-width: 1024px) {
  .footer__submenu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 25%;
            flex: 1 1 25%;
    line-height: 40px;
    height: 80px;
  }
}

@media (max-width: 870px) {
  .footer__submenu {
    margin-left: 0;
  }
}

@media (max-width: 500px) {
  .footer__submenu {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
            flex: 1 1 50%;
    height: 100%;
    line-height: 30px;
  }
}

@media (max-width: 870px) {
  .footer__submenu-item {
    padding: 0px 10px;
  }
}

.footer__submenu-item + .footer__submenu-item {
  margin-left: 20px;
}

@media (max-width: 1024px) {
  .footer__submenu-item + .footer__submenu-item {
    margin-left: 0;
  }
}

.footer__link, .footer__submenu-link {
  color: #ffffff;
  border-bottom: 1px solid transparent;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}

.footer__link:hover, .footer__submenu-link:hover {
  border-bottom: 1px solid #ffffff;
}
