body,
html {
    font-family: 'Futura PT';
    padding: 0;
    margin: 0;
}

* {
    box-sizing: border-box;
}

input,
button,
select {
    font-family: 'Futura PT';
}

input::placeholder,
button::placeholder,
select::placeholder {
    color: #363636;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.container {
    margin-left: auto;
    margin-right: auto;
}


@media (min-width: 0) {
    .container {
        padding-left: 15px;
        padding-right: 15px;
        max-width: 100%;
    }
}

@media (min-width: 576px) {
    .container {
        padding-left: 0;
        padding-right: 0;
        max-width: 574px;
    }
}

@media (min-width: 790px) {
    .container {
        max-width: 788px;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 980px;
    }
}

@media (min-width: 1221px) {
    .container {
        width: 100%;
        max-width: 1170px;
    }
}

p {
    margin: 0;
}

.titles {
    text-align: center;
    padding-top: 110px;
}

@media (min-width: 0) {
    .titles {
        padding-top: 50px;
    }
}

@media (min-width: 576px) {
    .titles {
        padding-top: 60px;
    }
}

@media (min-width: 790px) {
    .titles {
        padding-top: 70px;
    }
}

@media (min-width: 992px) {
    .titles {
        padding-top: 80px;
    }
}

@media (min-width: 1221px) {
    .titles {
        padding-top: 110px;
    }
}

.titles__title {
    font-weight: 900;
    color: #ff8b00;
    font-size: 40px;
    text-transform: uppercase;
}

@media (min-width: 0) {
    .titles__title {
        font-size: 30px;
        line-height: 30px;
    }
}

@media (min-width: 992px) {
    .titles__title {
        font-size: 40px;
        line-height: normal;
    }
}

.titles__subtitle {
    font-weight: 500;
    font-size: 24px;
    text-transform: uppercase;
}

@media (min-width: 0) {
    .titles__subtitle {
        font-size: 18px;
        margin-top: 10px;
    }
}

@media (min-width: 992px) {
    .titles__subtitle {
        font-size: 24px;
        margin-top: 0;
    }
}

.m-t-30 {
    margin-top: 30px;
}

.m-t-35 {
    margin-top: 35px;
}

.m-t-40 {
    margin-top: 40px;
}

.m-t-45 {
    margin-top: 45px;
}

.m-t-50 {
    margin-top: 50px;
}

.m-t-55 {
    margin-top: 55px;
}

.m-b-30 {
    margin-bottom: 30px;
}

.m-b-35 {
    margin-bottom: 35px;
}

.m-b-40 {
    margin-bottom: 40px;
}

.m-b-45 {
    margin-bottom: 45px;
}

.m-b-50 {
    margin-bottom: 50px;
}

.m-b-55 {
    margin-bottom: 55px;
}

.main {
    padding: 100px 0;
}

@media (min-width: 0) {
    .main {
        padding: 70px 0 50px;
    }
}

@media (min-width: 576px) {
    .main {
        padding: 80px 0 50px;
    }
}

@media (min-width: 790px) {
    .main {
        padding: 90px 0 50px;
    }
}

@media (min-width: 992px) {
    .main {
        padding: 100px 0 50px;
    }
}

@media (min-width: 1221px) {
    .main {
        padding: 120px 0 50px;
    }
}

.main h1 {
    margin: 0 0 50px;
    font-size: 40px;
    line-height: normal;
    font-weight: 900;
    color: #ff8b00;
}

.text p {
    font-size: 16px;
    margin-bottom: 30px;
    line-height: 24px;
}

.text ul,
.text ol {
    padding: 0 0 0 20px;
    margin: -25px 0 30px;
}

.text ul li,
.text ol li {
    margin-bottom: 3px;
}

.text ul li {
    list-style: disc;
}

.text img {
    max-width: 100%;
    height: auto;
}

.center {
    text-align: center;
}

.animation {
    transition: all 0.3s ease-in-out 0s;
    opacity: 0;
}

.animation__complete {
    opacity: 1 !important;
    transform: translate(0, 0) !important;
}

.lds-ring {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}

.lds-ring div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 64px;
    height: 64px;
    margin: 8px;
    border: 8px solid #ff8b00;
    border-radius: 50%;
    animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: #ff8b00 transparent transparent transparent;
}

.lds-ring div:nth-child(1) {
    animation-delay: -0.45s;
}

.lds-ring div:nth-child(2) {
    animation-delay: -0.3s;
}

.lds-ring div:nth-child(3) {
    animation-delay: -0.15s;
}

@keyframes lds-ring {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.promo {
    background: url('../img/promo-bg.jpg') center center no-repeat;
    height: 1002px;
    text-align: center;
    position: relative;
}

@media (min-width: 0) {
    .promo {
        overflow: hidden;
        height: 560px;
    }
}

@media (min-width: 992px) {
    .promo {
        overflow: visible;
    }
}

@media (min-width: 1221px) {
    .promo {
        height: 1002px;
    }
}

.promo .container {
    position: relative;
    z-index: 5;
}

.promo:before,
.promo:after {
    content: '';
    position: absolute;
}

.promo__inner {
    position: relative;
    height: 100%;
    padding-top: 200px;
}

@media (min-width: 0) {
    .promo__inner {
        padding-top: 100px;
    }
}

@media (min-width: 992px) {
    .promo__inner {
        padding-top: 200px;
    }
}

.promo_sale {
    padding-top: 70px;
}

@media (min-width: 0) {
    .promo_sale {
        padding-top: 20px;
    }
}

@media (min-width: 992px) {
    .promo_sale {
        padding-top: 40px;
    }
}

.promo__inner:after {
    content: '';
    position: absolute;
    background: url('../img/hands.png');
    width: 1163px;
    height: 645px;
    left: 50%;
    transform: translate(-50%, 0);
    right: 0;
    margin: auto;
    bottom: 0;
}

@media (min-width: 0) {
    .promo__inner:after {
        zoom: 0.35;
    }
}

@media (min-width: 576px) {
    .promo__inner:after {
        zoom: 0.6;
    }
}

@media (min-width: 790px) {
    .promo__inner:after {
        zoom: 0.75;
    }
}

@media (min-width: 992px) {
    .promo__inner:after {
        zoom: 0.85;
    }
}

@media (min-width: 1221px) {
    .promo__inner:after {
        zoom: 1;
    }
}

.promo h1 {
    font-size: 60px;
    line-height: 75px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 30px;
}

@media (min-width: 0) {
    .promo h1 {
        font-size: 40px;
        line-height: 40px;
    }
}

@media (min-width: 1221px) {
    .promo h1 {
        font-size: 60px;
        line-height: 75px;
    }
}

.promo h1 span {
    color: #ff8b00;
}

.promo__subtitle {
    font-size: 28px;
    font-weight: 500;
}

@media (min-width: 0) {
    .promo__subtitle {
        font-size: 22px;
    }
}

@media (min-width: 992px) {
    .promo__subtitle {
        font-size: 28px;
    }
}

.promo__btn {
    margin-top: 100px;
    width: 335px;
    height: 85px;
    font-size: 22px;
    position: relative;
    z-index: 1;
    max-width: 100%;
}

@media (min-width: 0) {
    .promo__btn {
        margin-top: 30px;
    }
}

@media (min-width: 576px) {
    .promo__btn {
        margin-top: 50px;
    }
}

@media (min-width: 790px) {
    .promo__btn {
        margin-top: 70px;
    }
}


@media (min-width: 992px) {
    .promo__btn {
        margin-top: 90px;
    }
}

@media (min-width: 1221px) {
    .promo__btn {
        margin-top: 100px;
    }
}

.promo__money {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    overflow: hidden;
}

@media (min-width: 0) {
    .promo__money {
        display: none;
    }
}

@media (min-width: 1221px) {
    .promo__money {
        display: block;
    }
}

.promo__money-1,
.promo__money-2,
.promo__money-3,
.promo__money-4,
.promo__money-5,
.promo__money-6,
.promo__money-7,
.promo__money-8 {
    position: absolute;
    left: 0;
    top: 0;
}

.promo__money-1 {
    position: absolute;
    left: 111px;
    top: 101px;
}

.promo__money-1 img {
    max-width: 305px;
}

.promo__money-2 {
    left: -230px;
    top: 372px;
}

.promo__money-2 img {
    max-width: 400px;
}

.promo__money-3 {
    left: -154px;
    top: 460px;
}

.promo__money-3 img {
    max-width: 485px;
}

.promo__money-4 {
    left: 5px;
    top: -168px;
}

.promo__money-4 img {
    max-width: 460px;
}

.promo__money-5 {
    right: -59px;
    left: auto;
    top: 105px;
}

.promo__money-6 {
    left: auto;
    right: 85px;
    top: -263px;
}

.promo__money-7 {
    left: auto;
    right: 0;
    top: 400px;
}

.promo__money-7 img {
    max-width: 350px;
}

.mobile-menu {
    position: fixed;
    left: 0;
    width: 280px;
    transform: translate(-280px, 0);
    top: 0;
    background: #fff;
    transition: all 0.35s cubic-bezier(0.95, 0, 0.01, 0.96) 0s;
    height: 100%;
    z-index: 102;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 20px 0;
    overflow: auto;
    border-right: 1px solid #d9d9d9;
}

.mobile-menu.active {
    transform: translate(0, 0);
}

.mobile-menu__logo {
    padding: 0 20px;
    margin-bottom: 20px;
}

.mobile-menu__contacts {
    padding: 20px 20px 0px;
    margin-top: 50px;
}

.mobile-menu__contacts a {
    font-size: 23px;
    color: #ff8b00;
    text-decoration: none;
    font-weight: 500;
    display: block;
    margin-bottom: -5px;
}

.mobile-menu__contacts a:hover {
    text-decoration: underline;
}

.mobile-menu__contacts a:hover {
    text-decoration: underline;
}

.mobile-menu__contacts span {
    font-size: 15px;
    color: #aeaeae;
    display: block;
    text-align: left;
}

.mobile-menu__list {
    padding: 0;
    list-style: none;
    border-bottom: 1px solid #d9d9d9;
    border-top: 1px solid #d9d9d9;
}

.mobile-menu__list:first-of-type {
    border-bottom: none;
}

.mobile-menu__list:last-of-type {
    border-bottom: 1px solid #d9d9d9;
}

.mobile-menu__list li {
    border-bottom: 1px solid #d9d9d9;
}

.mobile-menu__list li:last-of-type {
    border-bottom: none;
}

.mobile-menu__list li a {
    padding: 14px 0;
    display: block;
    font-weight: 600;
    color: #000;
    text-decoration: none;
    line-height: 17px;
}

.mobile-menu__list li a:hover {
    text-decoration: none;
}

.mobile-menu__list > li {
    position: relative;
}

.mobile-menu__list > li > a {
    padding-left: 20px;
    padding-right: 50px;
}

.mobile-menu__list > li.active > a {
    border-bottom: 1px solid #d9d9d9;
}

.mobile-menu__list > li.menu-item-has-children ul {
    display: none;
}

.mobile-menu__list > li.menu-item-has-children:after {
    content: '+';
    position: absolute;
    right: 16px;
    font-size: 31px;
    color: #d9d9d9;
    top: 0;
    transition: all 0.25s 0s ease-in-out;
    transform: rotate(0deg);
}

.mobile-menu__list > li.menu-item-has-children.active:after {
    transform: rotate(45deg);
}

.mobile-menu__list ul {
    list-style: none;
    padding: 0;
}

.mobile-menu__list ul li {
    padding-left: 40px;
}

.mobile-menu .messangers {
    margin-bottom: 10px;
}

.overlay {
    position: fixed;
    z-index: 101;
    background: rgba(0, 0, 0, 0.56);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    cursor: pointer;
    display: none;
}

.how {
    background: url('../img/block-3-bg.jpg') center center no-repeat;
    height: 817px;
    overflow: hidden;
}

@media (min-width: 0) {
    .how {
        height: auto;
        background-size: cover;
        padding-bottom: 50px;
    }
}

@media (min-width: 576px) {
    .how {
        padding-bottom: 60px;
    }
}

@media (min-width: 790px) {
    .how {
        padding-bottom: 70px;
    }
}

@media (min-width: 992px) {
    .how {
        height: 817px;
        padding-bottom: 0;
    }
}

.how__list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 110px;
    margin-bottom: -50px;
}

@media (min-width: 0) {
    .how__list {
        justify-content: center;
        margin-top: 50px;
    }
}

@media (min-width: 576px) {
    .how__list {
        margin-top: 60px;
    }
}

@media (min-width: 790px) {
    .how__list {
        justify-content: space-between;
        margin-top: 70px;
    }
}

@media (min-width: 992px) {
    .how__list {
        margin-bottom: 0;
        margin-top: 80px;
    }
}

@media (min-width: 1221px) {
    .how__list {
        margin-top: 110px;
    }
}

.how__item {
    background: #fff;
    border-radius: 10px;
    text-align: center;
    padding-top: 20px;
    width: 300px;
    box-shadow: 0 22px 20px 4px rgba(109, 109, 109, 0.18);
    position: relative;
}

@media (min-width: 0) {
    .how__item {
        margin-bottom: 50px;
    }
}

@media (min-width: 992px) {
    .how__item {
        margin-bottom: 0;
    }
}

.how__item:before {
    content: '';
    position: absolute;
    background: url('../img/right.png');
    width: 64px;
    height: 43px;
    left: -100px;
    top: 0;
    bottom: 0;
    margin: auto;
}

@media (min-width: 0) {
    .how__item:before {
        display: none;
    }
}

@media (min-width: 1221px) {
    .how__item:before {
        display: block;
    }
}

.how__item--first:before {
    display: none;
}

.how__item--big {
    height: 433px;
}

.how__item--small {
    height: 200px;
}

.how__item--small .how__item-image {
    text-align: right;
    position: absolute;
    bottom: 75px;
    height: 89px;
    overflow: hidden;
    width: 100%;
}

.how__item--small:after {
    content: '';
    position: absolute;
    width: 32px;
    height: 32px;
    top: 13px;
    right: 13px;
    background: url('../img/check.png');
}

.how__item span {
    color: #ff8b00;
    font-weight: 900;
    font-size: 24px;
    display: block;
    margin-bottom: 10px;
}

.how__item p {
    margin: 0 40px;
    color: #414141;
    font-weight: 300;
    font-size: 16px;
    line-height: 20px;
}

.how__item .button {
    width: 240px;
    height: 60px;
    font-size: 16px;
    margin-top: 10px;
}

.how__item-small {
    color: #9f9f9f !important;
    font-size: 12px !important;
    font-weight: 300 !important;
    display: block;
    margin-top: 5px !important;
}

.how__item-image {
    text-align: left;
    margin: 10px 0 -75px;
}

.how__subtitle {
    color: #414141 !important;
    font-size: 16px !important;
    font-weight: 500 !important;
}

.how__container {
    justify-content: space-between;
    flex-direction: column;
    display: flex;
}

@media (min-width: 790px) {
    .how__container {
        flex-direction: row;
        width: 100%;
    }
}

@media (min-width: 992px) {
    .how__container {
        flex-direction: column;
        width: auto;
    }
}

.header {
    position: relative;
    left: 0;
    width: 100%;
    top: 0;
    z-index: 10;
    padding: 15px 0;
    background: transparent;
    transition: all 0.3s ease-in-out 0s;
}

.header .container {
    position: relative;
}

.header__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media (min-width: 0) {
    .header__inner {
        flex-direction: column;
    }
}

@media (min-width: 992px) {
    .header__inner {
        flex-direction: row;
    }
}

@media (min-width: 0) {
    .header__logo img {
        max-width: 120px;
    }
}

@media (min-width: 992px) {
    .header__logo img {
        max-width: none;
    }
}

.header__burger {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translate(0, -50%);
}

.header__burger svg {
    max-width: 30px;
    height: auto;
    display: block;
}

@media (min-width: 0) {
    .header__burger {
        display: block;
    }
}

@media (min-width: 992px) {
    .header__burger {
        display: none;
    }
}

.header__menu {
    display: flex;
}

@media (min-width: 0) {
    .header__menu {
        display: none;
    }
}

@media (min-width: 992px) {
    .header__menu {
        display: flex;
    }
}

.header__menu li {
    margin-right: 70px;
}

@media (min-width: 0) {
    .header__menu li {
        margin-right: 0;
    }
}

@media (min-width: 992px) {
    .header__menu li {
        margin-right: 45px;
    }
}

.header__menu li:last-of-type {
    margin-right: 0;
}

.header__menu li a {
    color: #353535;
    text-decoration: none;
    font-size: 20px;
    font-weight: 500;
}

.header__menu li a:hover {
    text-decoration: underline;
}

.header__menu li a:hover {
    text-decoration: underline;
}

.header__contacts {
    text-align: right;
}

@media (min-width: 0) {
    .header__contacts {
        display: none;
    }
}

@media (min-width: 1221px) {
    .header__contacts {
        display: block;
    }
}

.header__contacts p {
    font-size: 12px;
}

.header__contacts a {
    color: #ff8b00;
    text-decoration: none;
    font-size: 20px;
    font-weight: 600;
}

.header__contacts a:hover {
    text-decoration: underline;
}

.header__contacts a:hover {
    text-decoration: underline;
}

.header--fixed {
    position: fixed;
}

.header--white {
    background: #fff;
}

.button {
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    border: 1px solid #f2b771;
    background: none;
    color: #fff;
    background: #ff8b00;
    border-radius: 15px;
    border-bottom: 5px solid #e88005;
    cursor: pointer;
    box-shadow: 0 0 17px 6px #ffa328 inset, 0 37px 32px 4px rgba(109, 109, 109, 0.29);
    margin-left: auto;
    margin-right: auto;
    outline: none;
}

.button:hover {
    background: #ff971a;
}

.button:active {
    top: 5px;
    border-bottom: none;
}

.button--flash {
    overflow: hidden;
    position: relative;
}

.button--flash:after {
    content: "";
    background-color: rgba(255, 255, 255, 0.5);
    height: 100%;
    width: 3em;
    display: block;
    position: absolute;
    top: 0;
    left: -4.5em;
    -webkit-transform: skewX(-45deg) translateX(0);
    transform: skewX(-45deg) translateX(0);
    -webkit-transition: none;
    transition: none;
    webkit-animation: moving 3s ease-in-out infinite;
    -moz-animation: moving 3s ease-in-out infinite;
    -ms-animation: moving 3s ease-in-out infinite;
    -o-animation: moving 3s ease-in-out infinite;
    animation: moving 3s ease-in-out infinite;
}

@keyframes moving {
    30% {
        webkit-transform: skewX(-45deg) translateX(33.5em);
        transform: skewX(-45deg) translateX(33.5em);
    }
    100% {
        webkit-transform: skewX(-45deg) translateX(33.5em);
        transform: skewX(-45deg) translateX(33.5em);
    }
}

.mfo {
    height: 1201px;
    background: url('../img/blog-bg-big.jpg') right no-repeat;
    position: relative;
}

.mfo .promo__money {
    overflow: visible;
}

@media (min-width: 0) {
    .mfo {
        height: auto;
        background-size: cover;
        padding-bottom: 50px;
    }
}

@media (min-width: 576px) {
    .mfo {
        padding-bottom: 60px;
    }
}

@media (min-width: 790px) {
    .mfo {
        padding-bottom: 70px;
    }
}

@media (min-width: 992px) {
    .mfo {
        height: 1201px;
        padding-bottom: 0;
    }
}

.mfo__list {
    margin-top: 110px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: -40px;
}

@media (min-width: 0) {
    .mfo__list {
        justify-content: space-between;
        margin-top: 50px;
    }
}

@media (min-width: 576px) {
    .mfo__list {
        justify-content: center;
        margin-top: 60px;
    }
}

@media (min-width: 1221px) {
    .mfo__list {
        justify-content: space-between;
        margin-top: 110px;
    }
}

.mfo__list li {
    margin-bottom: 40px;
    transform-style: preserve-3d;
    perspective: 600px;
    transition: 0.5s;
}

@media (min-width: 0) {
    .mfo__list li {
        max-width: calc((100% / 2) - 10px);
    }
}

@media (min-width: 576px) {
    .mfo__list li {
        max-width: none;
    }
}

@media (min-width: 1221px) {
    .mfo__list li {
        margin: 0 0 40px;
    }
}

.mfo__list li .front {
    backface-visibility: hidden;
    transform: rotateX(0deg);
    transition: 0.5s;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 22px 20px 4px rgba(109, 109, 109, 0.18);
}

.mfo__list li .back {
    backface-visibility: hidden;
    transform: rotateX(180deg);
    transition: 0.5s;
    background: url('../img/logo.png') center center no-repeat #fff;
    background-size: 50%;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 22px 20px 4px rgba(109, 109, 109, 0.18);
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.mfo__list li:hover .front {
    transform: rotateX(-180deg);
}

.mfo__list li:hover .back {
    transform: rotateX(0deg);
}

.mfo__list li img {
    display: block;
    max-width: 100%;
    height: auto;
}

.mfo .promo__btn {
    margin-top: 70px;
}

.mfo__video {
    border: 10px solid #fff;
    position: relative;
    display: inline-block;
    border-radius: 10px;
    overflow: hidden;
    margin-top: 80px;
    box-shadow: 0 22px 65px 15px rgba(109, 109, 109, 0.18);
}

.mfo__video-image {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}

.mfo__video-image:before {
    content: '';
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    z-index: 9;
    position: absolute;
    background: rgba(0, 0, 0, 0.45);
}

.mfo__video-image:after {
    content: '';
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#7db9e8+3,9e9e9e+99&0+3,0+49,1+97 */
    background: -moz-linear-gradient(top, rgba(125, 185, 232, 0) 3%, rgba(141, 172, 197, 0) 49%, #9d9fa0 97%, #9e9e9e 77%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(125, 185, 232, 0) 3%, rgba(141, 172, 197, 0) 49%, #9d9fa0 97%, #9e9e9e 77%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(125, 185, 232, 0) 3%, rgba(141, 172, 197, 0) 49%, #9d9fa0 97%, #9e9e9e 77%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#007db9e8', endColorstr='#9e9e9e', GradientType=0);
    /* IE6-9 */
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    z-index: 10;
}

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

.mfo__video-play {
    background: #ff8b00;
    width: 74px;
    height: 74px;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 12;
    border: none;
    border-bottom: 3px solid #e88005;
    box-shadow: 0 1px 18px 3px rgba(253, 247, 180, 0.6) inset;
    cursor: pointer;
    outline: none;
}

.mfo__video-play:after {
    content: '';
    position: absolute;
    left: calc(50% + 1px);
    top: 50%;
    transform: translate(-50%, -50%);
    background: url('../img/play.png');
    width: 14px;
    height: 19px;
}

.mfo__video-play:active {
    border-bottom: 0;
    top: calc(50% + 3px);
}

.features {
    padding-bottom: 110px;
    background: url('../img/features-bg.jpg') right center no-repeat;
    background-size: cover;
}

@media (min-width: 0) {
    .features {
        padding-bottom: 50px;
    }
}

@media (min-width: 576px) {
    .features {
        padding-bottom: 60px;
    }
}

@media (min-width: 790px) {
    .features {
        padding-bottom: 70px;
    }
}

@media (min-width: 992px) {
    .features {
        padding-bottom: 80px;
    }
}

@media (min-width: 1221px) {
    .features {
        padding-bottom: 110px;
    }
}

.features__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 80px;
}

@media (min-width: 0) {
    .features__list {
        justify-content: center;
        margin-top: 50px;
    }
}

@media (min-width: 576px) {
    .features__list {
        margin-top: 60px;
        margin-bottom: -110px;
    }
}

@media (min-width: 790px) {
    .features__list {
        margin-top: 70px;
    }
}

@media (min-width: 992px) {
    .features__list {
        margin-top: 80px;
    }
}

@media (min-width: 1221px) {
    .features__list {
        justify-content: center;
    }
}

.features__item {
    max-width: 320px;
    background: #fff;
    box-shadow: 0 22px 20px 4px rgba(109, 109, 109, 0.18);
    border-radius: 10px;
    overflow: hidden;
    height: 620px;
    position: relative;
}

@media (min-width: 0) {
    .features__item {
        margin: 0 0px 30px;
        width: 100%;
        max-width: none;
    }
}

@media (min-width: 576px) {
    .features__item {
        max-width: 320px;
        margin: 0 30px 110px;
    }
}

@media (min-width: 1221px) {
    .features__item {
        margin: 0 35px 110px;
    }
}

.features__item-header {
    height: 85px;
    background: #00c76c;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 900;
    text-align: center;
}

.features__item-header span {
    font-size: 14px !important;
    color: #fff !important;
    display: block;
}

.features__item span {
    font-weight: 500;
    color: #414141;
    font-size: 16px;
    display: block;
    margin: 0 15px;
}

.features__item p {
    color: #414141;
    font-size: 16px;
    font-weight: 300;
    margin: 5px 15px;
}

.features__item .button {
    font-size: 16px;
}

.features__btn {
    max-width: calc(100% - 30px);
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.features__btn .button {
    height: 60px;
    width: 100%;
}

.features__btn .button:active {
    height: 55px;
}

.features__price {
    color: #414141 !important;
    font-weight: 900 !important;
    font-size: 20px !important;
    text-align: center;
    position: absolute;
    bottom: 105px;
    width: calc(100% - 30px);
    left: 0;
}

.features__image {
    margin: 10px 0;
    text-align: center;
}

.closed {
    height: 899px;
    background: url('../img/closed-bg.jpg') center center no-repeat;
}

@media (min-width: 0) {
    .closed {
        height: auto;
        background-size: cover;
        padding-bottom: 50px;
    }
}

@media (min-width: 576px) {
    .closed {
        padding-bottom: 60px;
    }
}

@media (min-width: 790px) {
    .closed {
        padding-bottom: 70px;
    }
}

@media (min-width: 992px) {
    .closed {
        height: 899px;
        padding-bottom: 0;
    }
}

.closed__slider {
    margin-top: 85px;
    position: relative;
    overflow: hidden;
}

@media (min-width: 0) {
    .closed__slider {
        overflow: hidden;
        margin-top: 50px;
    }
}

@media (min-width: 576px) {
    .closed__slider {
        margin-top: 60px;
    }
}

@media (min-width: 790px) {
    .closed__slider {
        margin-top: 70px;
    }
}

@media (min-width: 992px) {
    .closed__slider {
        overflow: visible;
        margin-top: 80px;
    }
}

@media (min-width: 1221px) {
    .closed__slider {
        margin-top: 85px;
    }
}

.closed__slider .swiper-slide {
    position: relative;
}

.closed__slider .swiper-slide img {
    display: block;
    width: 100%;
    border-radius: 10px;
}

.closed__slider .swiper-slide a:before {
    content: '';
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#1e5799+0,9e9e9e+100&0+49,1+100 */
    background: -moz-linear-gradient(top, rgba(30, 87, 153, 0) 0%, rgba(93, 122, 155, 0) 49%, #9e9e9e 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(30, 87, 153, 0) 0%, rgba(93, 122, 155, 0) 49%, #9e9e9e 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(30, 87, 153, 0) 0%, rgba(93, 122, 155, 0) 49%, #9e9e9e 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#001e5799', endColorstr='#9e9e9e', GradientType=0);
    /* IE6-9 */
    height: 100%;
    width: 100%;
    position: absolute;
    border-radius: 10px;
}

.closed__slider .swiper-button-prev,
.closed__slider .swiper-button-next {
    margin-top: 0;
    top: 50%;
    transform: translate(0, -50%);
    width: 8px;
    height: 14px;
    left: -28px;
    background: url('../img/arrow-left.png');
}

@media (min-width: 0) {
    .closed__slider .swiper-button-prev,
    .closed__slider .swiper-button-next {
        display: none;
    }
}

@media (min-width: 992px) {
    .closed__slider .swiper-button-prev,
    .closed__slider .swiper-button-next {
        display: block;
    }
}

.closed__slider .swiper-button-prev.swiper-button-disabled,
.closed__slider .swiper-button-next.swiper-button-disabled {
    display: none;
}

.closed__slider .swiper-button-prev:after,
.closed__slider .swiper-button-next:after {
    display: none;
}

.closed__slider .swiper-button-next {
    transform: translate(0, -50%) rotate(180deg);
    left: auto;
    right: -28px;
}

.closed__slider .swiper-container.swiper-container-initialized.swiper-container-horizontal {
    overflow: visible;
}

@media (min-width: 0) {
    .closed__slider .swiper-container.swiper-container-initialized.swiper-container-horizontal {
        width: 80%;
        margin: 0;
        overflow: visible;
    }
}

@media (min-width: 992px) {
    .closed__slider .swiper-container.swiper-container-initialized.swiper-container-horizontal {
        width: 100%;
        margin: auto;
        overflow: hidden;
    }
}

.closed__numbers {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

@media (min-width: 992px) {
    .closed__numbers {
        flex-direction: row;
    }
}

.closed__numbers li {
    width: calc(100% / 4);
    text-align: center;
}

@media (min-width: 0) {
    .closed__numbers li {
        width: calc(100% / 2);
    }
}

@media (min-width: 992px) {
    .closed__numbers li {
        width: calc(100% / 4);
    }
}

.closed__numbers li span {
    color: #ff8c02;
    font-weight: bold;
    font-size: 46px;
}

.closed__numbers li p {
    color: #414141;
    font-size: 18px;
    font-weight: 300;
    line-height: 18px;
}

.closed__icon {
    margin-top: 50px;
}

.closed__icon svg {
    max-width: 55px;
    height: auto;
    fill: #ff8c02;
    margin-bottom: 10px;
}

.pagination {
    margin-top: 75px;
    margin-bottom: 60px;
}

.pagination .page-numbers {
    display: flex;
    justify-content: center;
    align-items: center;
}

.pagination .page-numbers li {
    width: 44px;
    height: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 22px;
    margin: 0 5px;
}

@media (min-width: 0) {
    .pagination .page-numbers li {
        width: 30px;
        height: 30px;
        font-size: 16px;
        margin: 0 2px;
    }
}

@media (min-width: 576px) {
    .pagination .page-numbers li {
        width: 44px;
        height: 44px;
        font-size: 22px;
        margin: 0 5px;
    }
}

.pagination .page-numbers li a {
    color: #000;
    text-decoration: none;
}

.pagination .page-numbers li a:hover {
    text-decoration: underline;
}

.pagination .page-numbers li a:hover {
    text-decoration: underline;
}

.pagination .page-numbers li a.next,
.pagination .page-numbers li a.prev {
    position: relative;
}

.pagination .page-numbers li a.next {
    left: 15px;
}

.pagination .page-numbers li a.prev {
    left: auto;
    right: 15px;
}

.pagination .page-numbers li span {
    color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pagination .page-numbers li span.current {
    color: #fff;
    width: 100%;
    height: 100%;
    background: #ff8b00;
    border-radius: 50%;
}

.breadcrumbs {
    padding: 20px 0 10px;
}

.breadcrumbs__list {
    display: flex;
    margin-bottom: -20px;
    flex-wrap: wrap;
}

.breadcrumbs__list li {
    font-size: 16px;
    margin-right: 35px;
    color: #a6a6a6;
    margin-bottom: 20px;
}

.breadcrumbs__list li:last-of-type {
    margin-right: 0;
}

.breadcrumbs__list li a {
    color: #1f1f1f;
    text-decoration: none;
    position: relative;
}

.breadcrumbs__list li a:hover {
    text-decoration: underline;
}

.breadcrumbs__list li a:hover {
    text-decoration: underline;
}

.breadcrumbs__list li a:after {
    content: '';
    position: absolute;
    background: url('../img/breadcrumbs-divider.png');
    width: 16px;
    height: 1px;
    right: -25px;
    top: 10px;
}

.center .breadcrumbs__list {
    justify-content: flex-start;
}

.news__list {
    display: grid;
    column-gap: 60px;
    row-gap: 70px;
    grid-template-columns: repeat(3, 360px);
}

@media (min-width: 0) {
    .news__list {
        grid-template-columns: repeat(1, 1fr);
    }
}

@media (min-width: 576px) {
    .news__list {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 992px) {
    .news__list {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (min-width: 1221px) {
    .news__list {
        grid-template-columns: repeat(3, 360px);
    }
}

.news__image {
    overflow: hidden;
    margin-bottom: 20px;
    border-radius: 15px;
}

.news__image img {
    display: block;
    width: 100%;
    height: auto;
}

.news__title {
    font-size: 16px;
    max-width: 300px;
    text-transform: uppercase;
    font-weight: 600;
}

@media (min-width: 0) {
    .news__title {
        font-size: 14px;
    }
}

@media (min-width: 790px) {
    .news__title {
        font-size: 16px;
    }
}

.news__title a {
    color: #000;
    text-decoration: none;
}

.news__title a:hover {
    text-decoration: underline;
}

.news__title a:hover {
    text-decoration: underline;
}

.news__other-title {
    font-size: 29px;
    font-weight: 700;
    margin-bottom: 45px;
    color: #ff8b00;
}

.news__date {
    color: #0d0d0d;
    font-size: 13px;
    margin-top: 20px;
    display: block;
}

.single__image {
    margin-bottom: 30px;
}

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

.single__image-image {
    padding: 16px;
    background: #fff;
}

.single__image-image:empty {
    display: none;
}

.single__image-image img {
    display: block;
}

.media .mfo__video {
    box-shadow: none;
    margin-top: 0;
}

.media .mfo__video-play {
    width: 54px;
    height: 54px;
}

.media__slider {
    margin-top: 80px;
    margin-bottom: 80px;
    position: relative;
    overflow: hidden;
}

.shakhraiv_video {
    width: 50%;
}

@media (max-width: 767px) {
    .shakhraiv_video {
        width: 100%;
    }
}


@media (min-width: 0) {
    .media__slider {
        overflow: hidden;
        margin-top: 50px;
    }
}

@media (min-width: 576px) {
    .media__slider {
        margin-top: 60px;
    }
}

@media (min-width: 790px) {
    .media__slider {
        margin-top: 70px;
    }
}

@media (min-width: 992px) {
    .media__slider {
        overflow: visible;
        margin-top: 80px;
    }
}

@media (min-width: 1221px) {
    .media__slider {
        margin-top: 85px;
    }
}

.media__slider .swiper-button-prev,
.media__slider .swiper-button-next {
    margin-top: 0;
    top: 50%;
    transform: translate(0, -50%);
    width: 8px;
    height: 14px;
    left: -28px;
    background: url('../img/arrow-left.png');
}

@media (min-width: 0) {
    .media__slider .swiper-button-prev,
    .media__slider .swiper-button-next {
        display: none;
    }
}

@media (min-width: 992px) {
    .media__slider .swiper-button-prev,
    .media__slider .swiper-button-next {
        display: block;
    }
}

.media__slider .swiper-button-prev.swiper-button-disabled,
.media__slider .swiper-button-next.swiper-button-disabled {
    display: none;
}

.media__slider .swiper-button-prev:after,
.media__slider .swiper-button-next:after {
    display: none;
}

.media__slider .swiper-button-next {
    transform: translate(0, -50%) rotate(180deg);
    left: auto;
    right: -28px;
}

.media__slider .swiper-container.swiper-container-initialized.swiper-container-horizontal {
    overflow: visible;
}

@media (min-width: 0) {
    .media__slider .swiper-container.swiper-container-initialized.swiper-container-horizontal {
        width: 80%;
        margin: 0;
        overflow: visible;
    }
}

@media (min-width: 992px) {
    .media__slider .swiper-container.swiper-container-initialized.swiper-container-horizontal {
        width: 100%;
        margin: auto;
        overflow: hidden;
    }
}

.order {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.order > form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.order__input {
    margin-bottom: 20px;
    display: flex;
    background: #f5f5f7;
    border: 1px solid transparent;
    height: 62px;
    border-radius: 10px;
    align-items: center;
    position: relative;
    width: 100%;
}

.order__input--half {
    width: calc((100% / 2) - 10px);
}

@media (min-width: 0) {
    .order__input--half {
        width: 100%;
    }
}

@media (min-width: 790px) {
    .order__input--half {
        width: calc((100% / 2) - 10px);
    }
}

.order__input--third {
    width: calc((100% / 3) - 10px);
}

@media (min-width: 0) {
    .order__input--third {
        width: 100%;
    }
}

@media (min-width: 790px) {
    .order__input--third {
        width: calc((100% / 3) - 10px);
    }
}

.order__input--five {
    width: calc((100% / 5) - 10px);
}

@media (min-width: 0) {
    .order__input--five {
        width: 100%;
    }
}

@media (min-width: 790px) {
    .order__input--five {
        width: calc((100% / 5) - 10px);
    }
}

.order__input-block {
    min-width: 70px;
    position: relative;
    color: #808080;
    text-align: center;
}

.order__input-block:before {
    content: '';
    height: 100%%;
    width: 1px;
    background: #c9c9c9;
    left: 0px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}

.order__input input,
.order__input select {
    width: 100%;
    height: 60px;
    border: none;
    outline: none;
    border-radius: 10px;
    font-size: 16px;
    padding: 0 20px;
    background: #f5f5f7;
    transition: all 0.5s linear;
}

.order__input .nice-select {
    width: 100%;
    height: 100%;
    background: #f5f5f7;
    border: none;
    display: flex;
    align-items: center;
    font-size: 16px;
    padding: 0 20px;
    border-radius: 10px;
}

.order__input .nice-select .list {
    width: 100%;
    max-height: 300px;
    overflow: auto;
}

.order__input.error {
    border: 1px solid red;
}

.order .promo__btn {
    margin-top: 30px;
}

.order__policy {
    width: 100%;
    text-align: center;
    margin-top: 20px;
    font-size: 14px;
}

.order__policy p {
    max-width: 300px;
    display: inline-block;
}

.order__second {
    margin-top: 100px;
}

.order__coupon {
    margin: 50px 0 30px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.order__coupon .order__input {
    margin-bottom: 0 !important;
}

.order__coupon .button {
    width: 200px;
    height: 62px !important;
    margin: 0 0 0 20px !important;
    font-size: 18px;
}

.order__coupon-text {
    width: 100%;
    margin-top: 10px;
    text-align: left;
}

.order__coupon-text.success {
    color: green;
}

.order__coupon-text.error {
    color: red;
}

.order__last {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 25px;
    margin-top: 100px;
}

.order__last .button {
    width: 250px;
    height: 80px;
    font-size: 18px;
    margin-top: 30px;
}

.order__iframe {
    margin: 50px auto;
}

.order__iframe iframe {
    width: 100%;
    max-width: 700px;
    height: 750px;
    display: block;
    margin: auto;
}

.order__iframe a {
    text-align: center;
    display: block;
    margin-top: 20px;
}

.contacts {
    min-height: 600px;
    padding-bottom: 0;
}

.contacts__list {
    display: flex;
    justify-content: space-between;
    margin: 30px 0 60px;
    flex-wrap: wrap;
}

.contacts__list li {
    width: 300px;
}

@media (min-width: 0) {
    .contacts__list li {
        width: 100%;
        margin-bottom: 20px;
    }
}

@media (min-width: 790px) {
    .contacts__list li {
        width: calc(100% / 2);
    }
}

@media (min-width: 992px) {
    .contacts__list li {
        width: calc(100% / 4);
        margin-bottom: 0;
    }
}

.contacts__list li span {
    font-size: 16px;
    color: #8a8a8a;
    display: block;
    margin-bottom: 5px;
}

@media (min-width: 992px) {
    .contacts__list li span {
        font-size: 14px;
    }
}

@media (min-width: 1221px) {
    .contacts__list li span {
        font-size: 16px;
    }
}

.contacts__list li p {
    font-weight: bold;
    font-size: 24px;
    color: #000;
}

@media (min-width: 992px) {
    .contacts__list li p {
        font-size: 18px;
    }
}

@media (min-width: 1221px) {
    .contacts__list li p {
        font-size: 24px;
    }
}

.contacts__list li p a {
    color: #000;
    text-decoration: none;
}

.contacts__list li p a:hover {
    text-decoration: underline;
}

.contacts__list li p a:hover {
    text-decoration: underline;
}

.team {
    padding-bottom: 100px;
}

.team .swiper-slide a:before {
    display: none;
}

.team .swiper-slide p {
    font-size: 20px;
    font-weight: 600;
    margin-top: 30px;
    padding-right: 30px;
    margin-bottom: 10px;
    padding-left: 10px;
}

.team .swiper-slide span {
    padding-left: 10px;
    display: block;
    padding-right: 30px;
    line-height: 1.2;
}

.team .swiper-slide img {
    height: auto;
}

.result__details {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.result__details-item {
    margin-bottom: 20px;
    width: 50%;
}

.result__details-item span {
    font-size: 14px;
    color: #a8a4a4;
}

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

.result__step {
    display: none;
    margin-top: 50px;
}

.result__step iframe {
    width: 100%;
    max-width: 700px;
    height: 750px;
    display: block;
}

.result__step--2 .total {
    margin-top: 80px;
    font-size: 35px;
}

.result__step--2 .button {
    width: 250px;
    height: 80px;
    font-size: 18px;
    margin: 30px 0;
}

.result__step--2 .manager {
    font-size: 25px;
    color: #ff8b00;
    text-decoration: none;
    margin-left: 100px;
}

.result__step--2 .manager:hover {
    text-decoration: underline;
}

.result__step--2 .manager:hover {
    text-decoration: underline;
}

.result__step--2 form {
    display: flex;
    align-items: center;
}

.result__title {
    margin: 0 0 50px;
    font-size: 40px;
    line-height: normal;
    font-weight: 900;
    color: #ff8b00;
}

.result__documents-list {
    display: flex;
    margin-right: -30px;
}

.result__documents-item {
    margin-right: 30px;
}

.result__documents-item-link {
    border: 3px solid #c4c4c4;
    display: flex;
    align-items: center;
    padding: 15px 30px 10px;
    text-decoration: none;
    color: #000;
    transition: all 0.2s linear;
}

.result__documents-item-link:hover {
    border-color: #ff8b00;
    color: #ff8b00;
}

.result__documents-item-link:hover .result__documents-item-icon svg path {
    fill: #ff8b00;
}

.result__documents-item-icon {
    margin-right: 30px;
}

.result__documents-item-icon svg {
    max-width: 50px;
    height: auto;
}

.result__documents-item-icon svg path {
    fill: #000;
    transition: all 0.15s linear;
}

.result__documents-item-download {
    display: block;
    text-align: center;
    color: #000;
    text-decoration: none;
    margin-top: 10px;
}

.result__documents-item-download:hover {
    text-decoration: underline;
}

.result__documents-item-download:hover {
    text-decoration: underline;
}

.result__description {
    margin-bottom: 30px;
    font-size: 18px;
}

.payment {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    min-height: 300px;
}

.payment__error {
    display: none;
}

.payment__error svg {
    width: 64px;
    height: 64px;
}

.payment__error svg path {
    fill: #ff8b00;
}

.payment__success {
    display: none;
}

.payment__success svg {
    width: 64px;
    height: 64px;
}

.payment__success svg path {
    fill: #ff8b00;
}

.payment p {
    font-size: 20px;
    margin-top: 20px;
}

.payment p a {
    color: #ff8b00;
}

.payment .button {
    margin-top: 50px;
    width: 260px;
    height: 65px;
}

.modal {
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: none;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.modal__close {
    position: absolute;
    right: 20px;
    top: 20px;
}

.modal__close svg {
    width: 30px;
    height: 30px;
}

.modal__inner {
    background: #fff;
    padding: 70px 50px 50px;
    border-radius: 15px;
    text-align: center;
    cursor: default;
    position: relative;
}

.modal__title {
    margin-bottom: 50px;
}

.modal__title p {
    font-size: 24px;
}

.modal__title span {
    display: block;
    color: #ff8b00;
    font-size: 30px;
    font-weight: bold;
}

.modal .order {
    display: flex;
    flex-direction: column;
}

.modal .order .button {
    width: 240px;
    height: 60px;
    font-size: 18px;
}

.more_service_url {
    color: #5cc86d;
    text-decoration: unset;
}

.more_service_url:active, .more_service_url:hover {
    color: #1e4e26;
}

.thankyou {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    justify-content: center;
    align-items: center;
    font-size: 26px;
    text-align: center;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    z-index: 1000;
}

.footer {
    padding: 24px 0;
}

.footer__logo p {
    margin-top: 10px;
}

.footer__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

@media (min-width: 0) {
    .footer__inner {
        flex-direction: column;
    }
}

@media (min-width: 576px) {
    .footer__inner {
        flex-direction: row;
    }
}

.footer__links {
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
}

@media (min-width: 0) {
    .footer__links {
        margin: 30px 0;
    }
}

@media (min-width: 576px) {
    .footer__links {
        margin: 0;
    }
}



.footer__links a {
    color: #656565;
    font-size: 14px;
    margin-bottom: 15px;
}

.footer__links a:last-of-type {
    margin-bottom: 0px;
}

.footer__author {
    text-align: right;
}

.footer__author p {
    font-weight: 300;
    font-size: 14px;
    color: #656565;
}

.footer__author a {
    font-size: 16px;
    font-weight: 500;
    color: #3c3c3c;
    text-decoration: none;
}

.footer__author a:hover {
    text-decoration: underline;
}

.footer__author a:hover {
    text-decoration: underline;
}

/*# sourceMappingURL=main.css.map */