html, body {
    max-width: 100%;
    overflow-x: hidden;
}

body {
    font-family: "Futura PT";
    font-weight: 300;
    font-size: 18px;
    line-height: 1.3;
    background: #ffffff;
    color: #060532;
}

img {
    max-width: 100%;
}

b {
    font-family: "Futura PT Demi";
}

strong {
    font-weight: 500;
}

a:hover {
    text-decoration: none;
    color: #f8a52e;
}

a:focus {
    outline: none;
}

.button {
    display: inline-block;
    background: #f8a52e;
    color: #fff;
    text-transform: uppercase;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    font-weight: 900;
    padding: 16px 20px;
    border: none;
    -webkit-border-radius: 40px;
    border-radius: 40px;
    cursor: pointer;
    position: relative;
    z-index: 2;
}

.button:hover {
    background: #fff;
    color: #f8a52e;
}

.button:focus {
    outline: none;
}

input:focus, button:focus {
    outline: none;
}

.keyword {
    color: #f8a52e;
}

h1 {
    font-size: 52px;
    line-height: 1.1;
    margin-bottom: 34px;
    font-weight: 300;
}

h2 {
    font-size: 40px;
    font-weight: 300;
    text-align: center;
    color: #060532;
    margin-bottom: 50px;
}

h3 {
    font-size: 28px;
    font-weight: 500;
    margin-bottom: 19px;
}

#preloader {
    position: fixed;
    background: linear-gradient(45deg, #060532, #222161);
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 1000;
}

.preloader__inner {
    width: 400px;
}

.preloader__logo {
    position: relative;
}

.preloader__moon {
    position: absolute;
    top: 0;
    left: 0;
    width: 66px;
    -webkit-animation: rotating 1s linear infinite;
    animation: rotating 1s linear infinite;
}

.preloader__nav {
    max-width: none;
    height: 10px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    background-color: rgba(239, 239, 239, 0.6);
    position: relative;
    margin-top: 20px;
}

.preloader__progress {
    position: absolute;
    left: 0;
    top: 0;
    height: 10px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    background-image: -webkit-gradient(linear, left top, right top, from(#f8a52e), to(#ff1a40));
    background-image: -webkit-linear-gradient(left, #f8a52e 0%, #ff1a40 100%);
    background-image: -o-linear-gradient(left, #f8a52e 0%, #ff1a40 100%);
    background-image: linear-gradient(90deg, #f8a52e 0%, #ff1a40 100%)
}

.preloader__progress span {
    display: inline-block;
    position: absolute;
    left: 100%;
    top: 100%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    line-height: 24px;
    color: #ff1a40;
}

@-webkit-keyframes rotating {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotating {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

header {
    position: fixed;
    width: 100%;
    background-image: url(../img/bl-1-main/bg-main.png);
    -webkit-background-size: 101% 101%;
    background-size: 101%;
    background-position: top center;
    background-repeat: no-repeat;
    z-index: 3;
}

header .menu {
    background: #fff;
    padding: 0;
    height: 0px;
    overflow: hidden;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

header .menu a {
    color: #0c0c46;
}

header .menu a:hover {
    text-decoration: underline;
}

header .menu.active {
    height: 62px;
    padding: 20px 0;
}

header .logo {
    position: relative;
    cursor: pointer;
}

header .logo .bg-logo {
    width: 165px;
}

header .logo .bg-logo-down {
    width: 165px;
    position: absolute;
    top: 0px;
    left: 0px;
}

header .logo .moonway {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 125px;
}

header .logo i {
    position: absolute;
    top: 20px;
    left: 142px;
    font-size: 12px;
}

header .headline {
    font-size: 18px;
    font-weight: 300;
    color: #fff;
    padding-top: 10px;
    line-height: 1.3;
    opacity: .7;
}

header .button-light {
    display: inline-block;
    background: transparent;
    color: #fff;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    font-weight: 300;
    padding: 6px 19px;
    -webkit-border-radius: 40px;
    border-radius: 40px;
    border: 1px dashed #fff;
    margin-top: 15px;
    font-size: 20px;
}

header .button-light:hover {
    color: #f8a52e;
    border: 1px dashed #f8a52e;
}

header .links {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-top: 24px;
}

header .links a {
    background: #fff;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    color: #0c0c46;
    width: 26px;
    height: 26px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    margin-left: 19px;
}

header .links a:hover {
    background: #f8a52e;
    color: #fff;
}

header .phone {
    text-align: right;
    padding-top: 17px;
}

header .phone a {
    font-size: 30px;
}

main {
    background: #131254 url(../img/bl-1-main/bg-main.png);
    -webkit-background-size: cover;
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    height: 729px;
    color: #fff;
    padding-top: 157px;
    position: relative;
    z-index: 1;
}

main .text {
    margin-bottom: 42px;
    font-size: 28px;
}

main p {
    margin-bottom: 0;
}

main p span {
    display: inline-block;
    border-bottom: 1px solid #61557f;
}

main .sale {
    position: relative;
    padding: 10px 0;
}

main .sale:hover img, main .sale:hover span {
    -webkit-transform: rotateZ(20deg);
    -ms-transform: rotateZ(20deg);
    transform: rotateZ(20deg);
}

main .sale a {
    font-size: 24px;
    border-bottom: 1px solid #61557f;
    display: inline-block;
}

main .sale img {
    width: 60px;
    position: absolute;
    top: 0px;
    right: 21px;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

main .sale span {
    font-size: 25px;
    font-weight: 700;
    color: #fff;
    position: absolute;
    right: 37px;
    top: 16px;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

main .rocket {
    position: relative;
}

main .rocket img {
    position: absolute;
    left: 133px;
    bottom: -268px;
}

main .clouds {
    position: absolute;
    bottom: -1px;
    z-index: 1;
    width: 100%;
}

section.about {
    background-image: url(../img/new/cosmoman.png);
    background-repeat: no-repeat;
    background-position: center top 142px;
    background-color: #fff;
    -webkit-background-size: 426px 426px;
    background-size: 426px;
    padding-top: 24px;
    margin-bottom: 40px;
    position: relative;
    z-index: 1;
}

section.about .text:nth-child(2) {
    text-align: right;
    line-height: 1.2;
}

section.about p {
    margin-bottom: 36px;
    font-size: 22px;
}

section.about p b {
    font-weight: 900;
}

section.help {
    background-color: #111152;
    background-image: url("../img/new/people.png");
    -webkit-background-size: 530px 530px;
    background-size: 530px;
    background-repeat: no-repeat;
    background-position: right 31% top 188px;
    color: #fff;
    padding-bottom: 96px;
}

section.help .sky {
    margin-bottom: 38px;
}

section.help h2 {
    color: #fff;
    margin-bottom: 76px;
}

section.help ul {
    padding-left: 0;
    list-style: none;
    font-size: 22px;
    margin-bottom: 72px;
}

section.help ul li {
    padding-left: 26px;
    background-image: url("../img/new/list.png");
    background-repeat: no-repeat;
    background-position: top 5px left;
    margin-bottom: 32px;
}

/*section.adv
  background: #f6f6f6
  color: $dark-violet
  .followers
    background: #fff
    width: 126px
    height: 126px
    border-radius: 50%
    margin: 0 auto -26px
    text-align: center
    position: relative
    top: -62px
    img
      width: 78px
      position: relative
      top: 32px
  .item
    position: relative
    background: #fff
    border-radius: 20px
    box-shadow: 0px 1px 22.5px 2.5px rgba(0, 0, 0, 0.1)
    padding: 14px 28px
    height: 230px
    margin-bottom: 30px
    h3
      position: relative
      font-size: 26px
      margin-bottom: 10px
      span
        position: relative
        z-index: 2
      &:before
        content: ''
        display: block
        width: 32px
        height: 32px
        background: $yellow
        border-radius: 50%
        position: absolute
        top: 2px
        left: -10px
        z-index: 1
    p
      font-size: 18px
  p.note
    font-size: 20px
    margin-bottom: 0
    span
      font-family: "Futura PT Demi"
      font-size: 24px
      color: $red */
section.plans {
    background-image: url(../img/new/bg_plans.png);
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: #fff;
    margin-bottom: 6px;
    position: relative;
}

section.plans .sky {
    width: 100%;
    margin-bottom: 18px;
}

section.plans h2 {
    color: #fff;
    margin-top: -20px;
    margin-bottom: 38px;
}

section.plans .items {
    margin-bottom: 20px;
}

section.plans .item {
    border: 2px dotted #524b6f;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    padding: 2px 20px 2px 22px;
    margin-bottom: 30px;
}

section.plans .item .top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: -12px;
}

section.plans .item .top .headline {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

section.plans .item h3 {
    color: #f8a52e;
    font-size: 22px;
    font-weight: 500;
    padding-top: 16px;
    margin: 0 10px 0 0;
}

section.plans .item h3.more {
    font-size: 18px;
    padding-bottom: 10px;
}

section.plans .item .round {
    width: 58px;
    height: 58px;
    background: rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 50%;
    border-radius: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

section.plans .item .round .inner {
    border: 1px solid #aba000;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-image: -webkit-linear-gradient(90deg, #f8a52e 0%, #f3c857 100%);
    background-image: -ms-linear-gradient(90deg, #f8a52e 0%, #f3c857 100%);
    -webkit-box-shadow: inset 0px 2px 4.8px 0.2px rgba(255, 255, 255, 0.004);
    box-shadow: inset 0px 2px 4.8px 0.2px rgba(255, 255, 255, 0.004);
    width: 36px;
    height: 36px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

section.plans .item .round .inner i {
    font-size: 16px;
    color: #0c0c46;
}

section.plans .item .price {
    font-size: 16px;
    padding: 10px 6px;
}

section.plans .item .price b, section.plans .item .price span {
    font-size: 28px;
    font-weight: 900;
    color: #ff1a40;
}

section.plans .item .text {
    margin-bottom: 20px;
}

section.plans .item .text p {
    margin-bottom: 5px;
}

section.plans .item .text p b {
    color: #ff1a40;
}

section.plans .item .button {
    font-size: 14px;
    padding: 12px 36px;
    margin-bottom: 20px;
    color: #060532;
}

section.plans .own {
    font-size: 26px;
    text-align: center;
    margin-top: -26px;
    line-height: 1.1;
    padding-bottom: 50px;
}

section.plans .own p {
    margin-bottom: 12px;
}

section.plans .own p b {
    color: #ff1a40;
}

section.plans .own .button {
    font-size: 14px;
    padding: 12px 36px;
    margin-bottom: 26px;
    background: #ff1a40;
    color: #fff;
    -webkit-box-shadow: 0px 1px 45px 5px rgba(249, 225, 113, 0.2);
    box-shadow: 0px 1px 45px 5px rgba(249, 225, 113, 0.2);
}

section.plans .own .button:hover {
    background: #fff;
    color: #f8a52e;
}

section.plans .own span {
    display: block;
    font-size: 18px;
    position: relative;
    z-index: 1;
}

section.plans .arrow {
    text-align: center;
    padding-bottom: 24px;
    width: 126px;
    height: 126px;
    background: url(../img/new/bg_plans.png) bottom;
    margin: 0 auto;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    padding-top: 40px;
    position: absolute;
    bottom: -60px;
    left: 0;
    right: 0;
}

section.plans .arrow img {
    height: 52px;
}

section.sale {
    margin-bottom: 60px;
}

section.sale .gift {
    position: relative;
    width: 230px;
    margin: 0 auto -40px;
}

section.sale .gift .top {
    position: absolute;
    top: 84px;
}

section.sale .item {
    background: #ececec;
    -webkit-border-radius: 16px;
    border-radius: 16px;
    -webkit-box-shadow: 0px 1px 28.5px 1.5px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 1px 28.5px 1.5px rgba(0, 0, 0, 0.15);
    height: 300px;
    margin-bottom: 20px;
    pointer-events: none;
}

section.sale .item.first {
    background: #f6f6f6;
    position: relative;
    padding: 45px 20px 20px 196px;
    color: #cecece;
}

section.sale .item.first h3 {
    font-family: "Futura PT Demi";
    margin-bottom: 11px;
}

section.sale .item.first p {
    margin-bottom: 35px;
    position: relative;
    z-index: 1;
}

section.sale .item.first .button {
    font-size: 14px;
    padding: 12px 36px;
    margin-bottom: 20px;
    background: #e1e1e1;
}

section.sale .item.first img {
    position: absolute;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
}

section.sale .item.first img.notebook {
    top: 64px;
    left: -56px;
    width: 350px;
}

section.sale .item.first img.click {
    top: 142px;
    right: 38px;
    width: 102px;
}

section.sale .item.second {
    padding: 22px 30px;
    color: #cecece;
}

section.sale .item.second h3 {
    font-family: "Futura PT Demi";
    font-size: 25px;
    margin-bottom: 15px;
}

section.sale .item.second form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

section.sale .item.second form label {
    width: 200px;
    font-size: 16px;
    font-weight: 500;
    position: relative;
    margin-right: 30px;
    padding-top: 24px;
}

section.sale .item.second form label select, section.sale .item.second form label input[type="text"] {
    opacity: .5;
}

section.sale .item.second form label span {
    position: absolute;
    top: 0;
}

section.sale .item.second form label select {
    background: #fff;
    width: 100%;
    height: 40px;
    border: 1px solid #ebebeb;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    font-weight: 300;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
    z-index: 1;
    padding: 0 40px 0 10px;
    cursor: pointer;
}

section.sale .item.second form label .arrow {
    position: absolute;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #cccccc;
    bottom: 0;
    right: 0;
    height: 40px;
    width: 38px;
    text-align: center;
    padding: 10px 0 0;
    z-index: 1;
}

section.sale .item.second form label .arrow i {
    font-size: 14px;
    color: #fff;
}

section.sale .item.second form label input[type="text"] {
    background: #fff;
    border: 1px solid #ebebeb;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    width: 100%;
    height: 40px;
    font-weight: 300;
    color: #000;
    padding: 0 10px;
}

section.sale .item.second form label input[type="text"]::-webkit-input-placeholder {
    color: #000;
}

section.sale .item.second form label input[type="text"]::-moz-placeholder {
    color: #000;
}

section.sale .item.second form label input[type="text"]::-ms-input-placeholder {
    color: #000;
}

section.sale .item.second form label input[type="text"]::placeholder {
    color: #000;
}

section.sale .item.second form .button {
    background: #e1e1e1;
    font-size: 14px;
    padding: 12px 14px;
    margin: 16px 0 20px;
    border: none;
    width: 162px;
    text-align: center;
}

section.sale .item.third {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

section.sale .item.active {
    background: #f6f6f6;
    color: #0c0c46;
    pointer-events: auto;
    opacity: 1;
}

section.sale .item.active h3 {
    font-family: "Futura PT Demi";
    color: #0c0c46;
}

section.sale .item.active form label select, section.sale .item.active form label input[type="text"] {
    opacity: 1;
}

section.sale .item.active form .button {
    background: #f8a52e;
    color: #fff;
}

section.sale .item.active img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}

section.sale .item.active .button {
    background: #f8a52e;
}

section.sale .item.active .button:hover {
    background: #0c0c46;
}

section.dialog {
    background-image: -webkit-gradient(linear, left bottom, left top, from(#07074e), color-stop(86%, #20206e));
    background-image: -webkit-linear-gradient(bottom, #07074e 0%, #20206e 86%);
    background-image: -o-linear-gradient(bottom, #07074e 0%, #20206e 86%);
    background-image: linear-gradient(0deg, #07074e 0%, #20206e 86%);
    margin-bottom: 82px;
}

section.dialog .inner {
    background: url("../img/new/dialog.png") center top 164px no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
}

section.dialog .sky:nth-child(1) {
    margin-bottom: -58px;
}

section.dialog h2 {
    color: #fff;
}

section.dialog .message {
    -webkit-border-radius: 30px;
    border-radius: 30px;
    color: #060532;
    font-size: 20px;
    padding: 15px 22px;
    margin-bottom: 21px;
    max-width: 580px;
    line-height: 1.4;
}

section.dialog .message.inbox {
    background: #ffffff;
}

section.dialog .message.send {
    background: #d0e9ff;
}

section.dialog .message p {
    margin-bottom: 0;
}

section.myth {
    margin-bottom: 16px;
}

section.myth h2 {
    margin-bottom: 26px;
}

section.myth #mythTab {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 46px;
}

section.myth #mythTab .nav-item:not(:first-child) .nav-link:before {
    content: '';
    position: absolute;
    width: 15px;
    height: 5px;
    background-color: #d0e9ff;
    top: 26px;
    left: -15px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

section.myth #mythTab .nav-item:not(:last-child) .nav-link:after {
    content: '';
    position: absolute;
    width: 15px;
    height: 5px;
    background-color: #d0e9ff;
    top: 26px;
    right: -15px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

section.myth #mythTab .nav-item .nav-link {
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: transparent;
    width: 60px;
    height: 60px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    position: relative;
}

section.myth #mythTab .nav-item .nav-link span {
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: #d0e9ff;
    width: 40px;
    height: 40px;
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 30px;
    font-weight: 500;
    color: #fff;
}

section.myth #mythTab .nav-item .nav-link.active {
    background-color: rgba(248, 172, 24, 0.3);
}

section.myth #mythTab .nav-item .nav-link.active:before, section.myth #mythTab .nav-item .nav-link.active:after {
    background-color: rgba(248, 172, 24, 0.3);
}

section.myth #mythTab .nav-item .nav-link.active span {
    background-color: #f8a52e;
}

section.myth #mythTabContent {
    min-height: 400px;
}

section.myth #mythTabContent .image {
    text-align: center;
}

section.myth #mythTabContent .image img {
    max-width: 300px;
}

section.myth #mythTabContent .number {
    color: #fde6b9;
    font-size: 85px;
    font-weight: 500;
    line-height: 1;
}

section.myth #mythTabContent h3 {
    font-size: 30px;
}

section.myth #mythTabContent p,
section.myth #mythTabContent ul {
    font-size: 22px;
}

section.additional {
    margin-bottom: 60px;
}

section.additional h2 {
    text-align: center;
    margin-bottom: 34px;
}

section.additional .inner {
    background: #f6f6f6;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-shadow: 0px 1px 45px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 45px 5px rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 20px;
    border-radius: 20px;
    overflow: hidden;
}

section.additional .inner .nav {
    width: 38%;
    -webkit-border-top-left-radius: 5px;
    border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

section.additional .inner .nav .nav-link {
    background: #fff;
    color: #0c0c46;
    padding: 6px 18px 8px 64px;
    position: relative;
    -webkit-border-radius: 0;
    border-radius: 0;
}

section.additional .inner .nav .nav-link.active {
    background: #f6f6f6;
}

section.additional .inner .nav .nav-link:first-child {
    -webkit-border-top-left-radius: 20px;
    border-top-left-radius: 20px;
}

section.additional .inner .nav .nav-link:last-child {
    -webkit-border-bottom-left-radius: 20px;
    border-bottom-left-radius: 20px;
}

section.additional .inner .nav img {
    position: absolute;
    top: 16px;
    left: 16px;
    width: 32px;
}

section.additional .inner .nav h4 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 0;
}

section.additional .inner .nav p.price {
    text-align: left;
    color: #ff1a40;
    margin-bottom: 3px;
}

section.additional .inner .tab-content {
    width: 60%;
}

section.additional .inner .tab-content .info {
    padding: 17px 31px 11px 10px;
}

section.additional .inner .tab-content .info .image {
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 217px;
    margin-bottom: 16px;
}

section.additional .inner .tab-content .info .header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

section.additional .inner .tab-content .info h3 {
    font-size: 24px;
    margin-bottom: 10px;
}

section.additional .inner .tab-content .info p {
    text-align: left;
    line-height: 1.2;
    margin-bottom: 22px;
}

section.additional .inner .tab-content .info p.price {
    font-size: 20px;
    color: #ff1a40;
    margin-bottom: 10px;
}

section.additional .inner .tab-content .info p.price b {
    font-size: 22px;
}

section.additional .inner .tab-content .info .button {
    width: 163px;
    padding: 10px;
    font-size: 14px;
}

section.result {
    background-image: url(../img/bl-7/bg-bl-7-adv.jpg);
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
    color: #fff;
    padding: 35px 0 39px;
    text-align: center;
}

section.result h2 {
    margin-bottom: 29px;
    color: #fff;
}

section.result p {
    font-size: 26px;
    margin-bottom: 0;
}

section.review {
    background: #f6f6f6;
    padding: 68px 0px 126px;
}

section.review .left {
    position: relative;
    padding-left: 15px;
    margin-bottom: 40px;
}

section.review .left .stop {
    position: absolute;
    top: -13px;
    left: -21px;
    -webkit-animation-name: rotate;
    animation-name: rotate;
    animation-direction: alternate-reverse;
    -webkit-animation-duration: 6s;
    animation-duration: 6s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
}

section.review .left h2 {
    font-size: 36px;
    text-align: left;
    padding-top: 16px;
    position: relative;
    z-index: 1;
    margin-bottom: 15px;
}

section.review .left h3 {
    font-size: 36px;
    font-weight: 300;
    line-height: 1.1;
    margin-bottom: 36px;
}

section.review .left h4 {
    font-size: 20px;
    position: relative;
}

section.review .left h4 i {
    color: #f8a52e;
}

section.review .left h4 img {
    position: absolute;
    width: 46px;
    right: 97px;
    top: 3px;
}

section.review .left ul {
    list-style: none;
    padding-left: 0;
    font-size: 20px;
    font-weight: 500;
    color: #939393;
    margin-bottom: 43px;
}

section.review .left ul li {
    margin-bottom: 8px;
}

section.review .right {
    margin-bottom: 40px;
}

section.review .right .item {
    -webkit-border-radius: 15px;
    border-radius: 15px;
    background: #fff;
    height: 206px;
    position: relative;
    padding: 22px 20px 20px 192px;
    overflow: hidden;
    margin-bottom: 30px;
    -webkit-box-shadow: 0px 1px 3.5px 0.5px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 3.5px 0.5px rgba(0, 0, 0, 0.1);
}

section.review .right .item img {
    position: absolute;
    width: 140px;
    bottom: -21px;
    left: 25px;
}

section.review .right .item h5 {
    font-size: 18px;
    color: #0c0c46;
    margin-bottom: 13px;
}

section.review .right .item p {
    font-size: 16px;
    font-style: italic;
    margin-bottom: 10px;
}

section.review .right .item a {
    position: absolute;
    color: #f8a52e;
    font-size: 15px;
    font-weight: 500;
    display: inline-block;
    border-bottom: 1px solid #f8a52e;
    bottom: 30px;
}

section.review .right .item a:hover {
    color: #0c0c46;
    border-bottom: 1px solid #0c0c46;
}

section.review .owl-prev, section.review .owl-next {
    color: #d3d3d3;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-color: #f6f6f6;
    -webkit-box-shadow: 0px 1px 9.5px 0.5px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 9.5px 0.5px rgba(0, 0, 0, 0.1);
    position: absolute;
    width: 29px;
    height: 29px;
    text-align: center;
    font-size: 14px;
    padding-top: 5px;
}

section.review .owl-prev:hover, section.review .owl-next:hover {
    color: #060532;
    background: #fff;
}

section.review .owl-prev {
    right: 37px;
    bottom: -24px;
}

section.review .owl-next {
    right: 0px;
    bottom: -24px;
}

section.sins {
    background: -webkit-gradient(linear, left bottom, left top, from(#07074e), color-stop(86%, #20206e));
    background: -webkit-linear-gradient(bottom, #07074e 0%, #20206e 86%);
    background: -o-linear-gradient(bottom, #07074e 0%, #20206e 86%);
    background: linear-gradient(0deg, #07074e 0%, #20206e 86%);
    color: #fff;
}

section.sins h2 {
    color: #fff;
}

section.sins .inner {
    background: url("../img/new/sins.png") no-repeat top 66px center;
}

section.sins .item {
    position: relative;
}

section.sins .item:not(:last-child) {
    margin-bottom: 64px;
}

section.sins .item .number {
    position: absolute;
    top: -53px;
    left: -5px;
    font-size: 76px;
    font-weight: 500;
    color: #fffdfd;
    opacity: .1;
}

section.sins .item h3 {
    font-size: 25px;
    margin-bottom: 6px;
}

section.sins .item p {
    font-size: 20px;
}

section.cases {
    background: #f6f6f6;
    color: #0c041f;
    position: relative;
    padding: 46px 0 70px;
}

section.cases .container {
    position: relative;
}

section.cases h2 {
    margin-bottom: 36px;
}

section.cases .nav-tabs {
    display: block;
    margin: 0 auto 26px;
    text-align: center;
}

section.cases .nav-tabs .nav-item {
    display: inline-block;
}

section.cases .nav-tabs .nav-link {
    border: 2px solid #dfdfdf;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 6px 14px;
    margin: 4px 7px;
}

section.cases .nav-tabs .nav-link.active {
    border: 2px solid #f8a52e;
}

section.cases h3 {
    font-size: 20px;
    margin-bottom: 12px;
}

section.cases h3 span {
    font-weight: 300;
}

section.cases h3 span img {
    width: 40px;
    position: relative;
    bottom: 8px;
}

section.cases h3 span.site img {
    width: 23px;
    bottom: 2px;
}

section.cases p {
    font-size: 20px;
    margin-bottom: 18px;
}

section.cases a {
    color: #0c041f;
}

section.cases a:hover {
    cursor: pointer;
    color: #f8a52e;
}

section.cases table {
    width: 100%;
    background: #fff;
}

section.cases table th:not(:first-child),
section.cases table td:not(:first-child) {
    text-align: center;
}

section.cases table th,
section.cases table td {
    padding: 5px;
    border: 1px solid;
}

section.cases table img {
    height: 20px;
}

section.cases .owl-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: -50px;
    left: 0;
    right: 0;
}

section.cases .owl-prev, section.cases .owl-next {
    color: #d3d3d3;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-color: #f6f6f6;
    -webkit-box-shadow: 0px 1px 9.5px 0.5px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 9.5px 0.5px rgba(0, 0, 0, 0.1);
    width: 29px;
    height: 29px;
    text-align: center;
    font-size: 14px;
    padding-top: 5px;
    margin: 0 5px;
}

section.cases .owl-prev:hover, section.cases .owl-next:hover {
    color: #060532;
    background: #fff;
}

section.cases .owl-prev {
    left: 0px;
    bottom: -14px;
}

section.cases .owl-next {
    left: 37px;
    bottom: -14px;
}

section.cases .navigation {
    font-size: 18px;
    color: #0c041f;
    text-align: center;
    margin-top: 5px;
    margin-bottom: 60px;
}

section.cases .navigation p {
    display: inline-block;
    font-size: 15px;
    margin-bottom: -6px;
}

section.cases .navigation p span {
    font-weight: 500;
}

section.questions {
    background: url(../img/bl-10-question/bg-bl-questions.png) no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: bottom;
    padding-bottom: 250px;
    color: #fff;
    position: relative;
    z-index: 2;
}

section.questions .round {
    background: #f6f6f6;
    width: 126px;
    height: 126px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin: 0 auto -26px;
    text-align: center;
    position: relative;
    top: -62px;
    padding-top: 30px;
}

section.questions h2 {
    color: #fff;
}

section.questions .accordion {
    border: 2px dashed #68689c;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    padding: 6px 22px 0;
}

section.questions .accordion .item {
    border-bottom: 2px dashed #68689c;
    position: relative;
    padding-left: 64px;
    min-height: 56px;
    margin-bottom: 10px;
}

section.questions .accordion .item:last-child {
    border: none;
}

section.questions .accordion .item button {
    font-size: 24px;
    color: #fff;
    padding: 0;
    margin-bottom: 10px;
    white-space: normal;
}

section.questions .accordion .item .rounds {
    width: 42px;
    height: 42px;
    background: rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 50%;
    border-radius: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    top: 6px;
    left: 12px;
    font-weight: 700;
    color: #0c0c46;
}

section.questions .accordion .item .rounds .inner {
    border: 1px solid #aba000;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-image: -webkit-linear-gradient(90deg, #f8a52e 0%, #f3c857 100%);
    background-image: -ms-linear-gradient(90deg, #f8a52e 0%, #f3c857 100%);
    -webkit-box-shadow: inset 0px 2px 4.8px 0.2px rgba(255, 255, 255, 0.004);
    box-shadow: inset 0px 2px 4.8px 0.2px rgba(255, 255, 255, 0.004);
    width: 30px;
    height: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

section.questions .accordion .item .rounds .inner i {
    font-size: 12px;
}

section.questions .accordion .item h3 {
    color: #ffffff;
    font-size: 18px;
    font-weight: 300;
}

section.questions .accordion .item p,
section.questions .accordion .item ul {
    font-size: 18px;
}

section.questions .accordion .item ul {
    font-size: 18px;
    list-style: none;
    padding-left: 0;
}

section.questions .accordion .item ul li {
    padding-left: 10px;
    position: relative;
}

section.questions .accordion .item ul li:before {
    content: '-';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    color: #f8a52e;
}

section.questions .accordion .item span {
    color: #f8a52e;
    font-weight: 500;
}

section.contacts {
    position: relative;
    margin-top: -160px;
}

section.contacts .sky {
    position: absolute;
    top: -1px;
    z-index: 2;
    width: 100%;
}

section.contacts .map {
    padding-left: 0;
}

section.contacts .right {
    padding-top: 175px;
    color: #0c0c46;
}

section.contacts .right h2 {
    color: #f8a52e;
    font-family: "Futura PT Demi";
    text-align: left;
    margin-bottom: 22px;
}

section.contacts .right p {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 0;
}

section.contacts .right .phones {
    margin: 35px 0 52px;
}

section.contacts .right .phones div {
    display: inline-block;
    width: 290px;
}

section.contacts .right .phones a {
    color: #0c0c46;
}

section.contacts .right .phones a:hover {
    color: #f8a52e;
}

section.contacts .right .phones a.tel {
    display: block;
    font-size: 30px;
    font-weight: 500;
}

section.contacts .right .phones a.email {
    display: inline-block;
    font-size: 22px;
    border-bottom: 1px solid #89829f;
}

section.contacts .right .phones a.email:hover {
    border-bottom: 1px solid #f8a52e;
}

section.contacts .right .links {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 45px;
}

section.contacts .right .links a {
    background: #0c0c46;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    color: #fff;
    width: 26px;
    height: 26px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    margin-right: 14px;
}

section.contacts .right .links a:hover {
    background: #f8a52e;
    color: #fff;
}

footer {
    background: #0c0c46;
    color: #fff;
    padding: 10px 0 0;
}

footer a {
    color: #f8a52e;
    display: inline-block;
    border-bottom: 1px solid #f8a52e;
}

footer a:hover {
    color: #ff1a40;
    border-bottom: 1px solid #ff1a40;
}

#mainModal .modal-dialog {
    max-width: 360px;
    height: 440px;
}

#mainModal .modal-content {
    background-image: url(../img/bgmodal.png);
    -webkit-background-size: cover;
    background-size: cover;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    text-align: center;
    padding: 36px 50px;
}

#mainModal .modal-content .close {
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: 2px solid;
    width: 26px;
    height: 26px;
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 22px;
}

#mainModal .modal-content h2 {
    font-family: "Futura PT Demi";
    font-size: 28px;
    color: #f8a52e;
    margin-bottom: 0;
}

#mainModal .modal-content p {
    font-size: 22px;
    margin-bottom: 98px;
}

#mainModal .modal-content form input[type=text] {
    width: 100%;
    height: 44px;
    border: none;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    margin-bottom: 10px;
    padding: 10px;
}

#mainModal .modal-content form label {
    color: #6c6c6c;
    font-size: 13px;
    line-height: 1;
    text-align: left;
    position: relative;
    padding-left: 20px;
}

#mainModal .modal-content form label input[type=checkbox] {
    position: absolute;
    top: 1px;
    left: 0;
}

#mainModal .modal-content form .button {
    font-size: 14px;
}

#modalSuccess {
    position: fixed;
    display: none;
    z-index: 50;
    left: 0;
    right: 0;
    top: 20px;
    -webkit-transition: all 1s linear;
    -o-transition: all 1s linear;
    transition: all 1s linear;
}

@media (max-width: 1200px) {
    .lg-none {
        display: none;
    }

    main {
        margin-bottom: 0;
    }

    main .rocket img {
        bottom: -180px;
        left: 50px;
    }

    section.about {
        padding-top: 24px;
        -webkit-background-size: 34% 34%;
        background-size: 34%;
    }

    section.help {
        background-position: right top 188px;
    }

    section.adv .item-3 {
        padding: 26px 130px 26px 34px;
    }

    section.plans {
        -webkit-background-size: 2060px 2060px;
        background-size: 2060px;
    }

    section.dialog .sky:nth-child(1) {
        margin-bottom: 0;
    }

    section.sale .gift {
        margin: 0 auto;
    }

    section.sale .item {
        margin-bottom: 40px;
    }

    section.sale .item.second form label {
        width: 40%;
    }

    section.review .left h4 img {
        right: 0px;
    }

    section.review .right .item {
        padding: 22px 20px 20px 136px;
    }

    section.review .right .item img {
        width: 100px;
    }

    section.review .right .item p {
        margin-bottom: 0;
    }

    section.review .right .item a {
        bottom: 14px;
    }

    section.result {
        background-attachment: inherit;
    }

    section.contacts {
        margin-top: -100px;
    }

    section.contacts .right {
        padding-top: 108px;
    }

    section.cases .owl-nav {
        left: 158px;
    }
}

@media (max-width: 992px) {
    .md-none {
        display: none;
    }

    h1 {
        font-size: 40px;
    }

    h2 {
        font-size: 32px;
    }

    main p {
        font-size: 20px;
    }

    main .sale {
        z-index: 2;
    }

    main .rocket img {
        bottom: -282px;
        left: 490px;
    }

    section.adv .item-4 img {
        width: 136px;
        top: -60px;
        left: 338px;
    }

    section.help .sky {
        position: relative;
        bottom: 2px;
    }

    section.help {
        background-position: right top 110px;
    }

    section.plans {
        background: #0c0c46;
    }

    section.plans .sky {
        position: relative;
        bottom: 2px;
    }

    section.dialog .sky:first-child {
        position: relative;
        bottom: 2px;
    }

    section.dialog .sky:last-child {
        position: relative;
        top: 2px;
    }

    section.dialog .message {
        max-width: 100%;
    }

    section.cases .owl-nav {
        left: 0;
    }

    section.cases .navigation {
        left: 96px;
    }

    section.myth {
        margin-bottom: 40px;
    }

    section.myth #mythTabContent .image {
        margin-bottom: 20px;
    }

    section.sins .sky:first-child {
        position: relative;
        top: -2px;
    }

    section.sins .sky:last-child {
        position: relative;
        top: 2px;
    }

    section.sins .inner {
        background: url(../img/new/sins.png) no-repeat top 66px left;
    }

    section.sins .item {
        text-shadow: 1px 1px 1px #000;
    }

    section.questions .accordion .item button {
        text-align: left;
    }
}

@media (max-width: 768px) {
    .sm-none {
        display: none;
    }

    header .logo i {
        display: none;
    }

    header .links {
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    header .links a {
        margin-left: 0;
    }

    header .phone {
        padding-top: 22px;
    }

    header .phone a {
        font-size: 20px;
    }

    main .sale {
        max-width: 360px;
    }

    main .rocket img {
        left: auto;
        right: -100px;
    }

    section.about {
        background-position: center top 40px;
        background-size: 200px;
    }

    section.about .text:nth-child(2) {
        text-align: left;
    }

    section.about h2 {
        font-size: 32px;
        margin-bottom: 160px;
    }

    section.about p {
        margin-bottom: 10px;
        font-size: inherit;
    }

    section.about img {
        max-width: 400px;
        margin-bottom: 20px;
    }

    section.help {
        background-position: right top 90px;
    }

    section.help h2 {
        margin-bottom: 50px;
    }

    section.adv .item-3 img {
        bottom: 6px;
    }

    section.contacts .map {
        padding-right: 0;
    }

    section.contacts .right {
        padding-top: 40px;
    }

    section.contacts .right .phones div {
        margin-bottom: 20px;
    }

    section.myth #mythTab .nav-item .nav-link:before,
    section.myth #mythTab .nav-item .nav-link:after {
        display: none;
    }

    section.cases h3, section.cases p, section.cases ul {
        font-size: 16px;
    }

    section.cases .arrow {
        display: none;
    }

    section.myth #mythTabContent h3 {
        font-size: 24px;
    }

    section.myth #mythTabContent p,
    section.myth #mythTabContent ul {
        font-size: 18px;
    }

    section.sins .item {
        margin-bottom: 60px;
    }
}

@media (max-width: 576px) {
    .xs-none {
        display: none;
    }

    body {
        font-size: 14px;
    }

    h1 {
        font-size: 24px;
    }

    h2 {
        font-size: 22px;
        margin-bottom: 24px;
    }

    h3 {
        font-size: 18px;
    }

    header .logo .moonway {
        top: 6px;
        left: 10px;
        width: 82%;
    }

    header .links {
        padding-top: 8px;
    }

    header .phone {
        padding-top: 7px;
    }

    header .phone a {
        font-size: 11px;
    }

    main {
        padding-top: 100px;
        padding-bottom: 60px;
        height: auto;
    }

    main .sale a {
        font-size: 18px;
    }

    main .rocket img {
        width: 132px;
        left: auto;
        right: -31px;
        bottom: -80px;
    }

    section.about h2 {
        font-size: 22px;
    }

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

    section.about p {
        font-size: 14px;
    }

    section.help {
        -webkit-background-size: contain;
        background-size: contain;
        padding-bottom: 30px;
    }

    section.help ul {
        font-size: 14px;
    }

    section.adv .item p {
        font-size: 14px;
    }

    section.adv .item-3 {
        padding: 26px 34px;
    }

    section.adv .item-4 img {
        left: auto;
    }

    section.plans h2 {
        margin-top: 0;
    }

    section.plans .item .top {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    section.plans .item .price {
        padding: 0;
    }

    section.sale .item {
        height: auto;
    }

    section.sale .item.first {
        padding: 22px 30px;
    }

    section.sale .item.second form label {
        width: 100%;
        margin-right: 0;
    }

    section.dialog .inner {
        background: none;
    }

    section.dialog .message {
        line-height: 1;
    }

    section.result p {
        font-size: 14px;
    }

    section.review {
        padding: 68px 0px 62px;
    }

    section.review .left h2 {
        font-size: 24px;
    }

    section.review .left h3 {
        font-size: 22px;
    }

    section.review .left h4 {
        font-size: 18px;
    }

    section.review .left h4 br {
        display: none;
    }

    section.review .left ul {
        font-size: 14px;
    }

    section.review .right .item {
        height: auto;
        padding: 22px 20px 40px 136px;
    }

    section.review .right .item h5 {
        font-size: 16px;
        margin-bottom: 8px;
    }

    section.review .right .item p {
        font-size: 14px;
    }

    section.myth h2 br {
        display: none;
    }

    section.myth #mythTab .nav-item {
        width: 25%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    section.myth #mythTabContent .image img {
        max-width: 100%;
    }

    section.additional .inner {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    section.additional .inner .nav {
        width: 100%;
    }

    section.additional .inner .tab-content {
        width: 100%;
    }

    section.additional .inner .tab-content .info {
        padding: 17px 10px 11px 10px;
    }

    section.additional .inner .tab-content .info .header {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    section.sins h2 {
        padding: 0 15px;
    }

    section.sins .inner {
        background: none;
    }

    section.sins .item {
        margin-bottom: 30px;
    }

    section.sins .item h3 {
        font-size: 18px;
    }

    section.sins .item .number {
        top: -40px;
        left: -5px;
        font-size: 50px;
    }

    section.sins .item:not(:last-child) {
        margin-bottom: 30px;
    }

    section.questions {
        padding-bottom: 180px;
    }

    section.questions .accordion .item {
        padding-left: 46px;
    }

    section.questions .accordion .item .rounds {
        left: 0;
    }

    section.questions .accordion .item button {
        font-size: 20px;
    }

    section.contacts .right p {
        font-size: 14px;
    }

    section.contacts .right .phones {
        margin: 16px 0 20px;
    }

    section.contacts .right .phones a.tel {
        font-size: 18px;
    }

    section.contacts .right .phones a.email {
        font-size: 14px;
    }

    section.contacts .right .links a {
        width: 40px;
        height: 40px;
        font-size: 20px;
    }
}

@media (max-width: 450px) {
    header .links {
        padding-top: 8px;
        width: 90px;
        left: -20px;
        position: relative;
    }

    header .links a {
        font-size: 14px;
        width: 24px;
        height: 24px;
    }

    header .phone {
        padding-top: 12px;
        width: 130px;
        left: -10px;
        position: relative;
    }

    header .phone a {
        font-size: 16px;
    }
}

@media (max-width: 350px) {
    header .links {
        padding-top: 8px;
        width: 82px;
        left: -20px;
        position: relative;
    }

    header .phone {
        width: 120px;
        left: -10px;
        position: relative;
    }

    header .phone a {
        font-size: 15px;
    }
}

.to_top {
    position: fixed;
    right: 25px;
    bottom: 25px;
    cursor: pointer;
    z-index: 100000;
    display: none;
}

.to_top .fas {
    color: #f8a52e;
    font-size: 46px;
}

.to_top .fas:hover {
    opacity: .8;
}

img {
    opacity: 1;
    transition: opacity .3s
}

img[data-src] {
    opacity: 0
}

@media (max-width: 576px) {
    .preloader__inner {
        width: 260px;
    }

    .preloader__moon {
        width: 43px;
    }
}

.company{
	font-size:10px;
}