@font-face {
    font-weight: 400;
    font-family: Nunito;
    font-style: normal;
    src: url(../../fonts/Nunito-Regular.woff2) format("woff2"), url(../../fonts/Nunito-Regular.woff) format("woff"), url(../../fonts/Nunito-Regular.ttf) format("truetype");
    font-display: swap;
    unicode-range: U+000-5FF
}

@font-face {
    font-weight: 700;
    font-family: Nunito;
    font-style: normal;
    src: url(../../fonts/Nunito-Bold.woff2) format("woff2"), url(../../fonts/Nunito-Bold.woff) format("woff"), url(../../fonts/Nunito-Bold.ttf) format("truetype");
    font-display: swap;
    unicode-range: U+000-5FF
}

@font-face {
    font-weight: 400;
    font-family: Raleway;
    font-style: normal;
    src: url(../../fonts/Raleway-Regular.woff2) format("woff2"), url(../../fonts/Raleway-Regular.woff) format("woff"), url(../../fonts/Raleway-Regular.ttf) format("truetype");
    font-display: swap;
    unicode-range: U+000-5FF
}

@font-face {
    font-weight: 700;
    font-family: PlayfairDisplay;
    font-style: normal;
    src: url(../../fonts/PlayfairDisplay-Bold.woff2) format("woff2"), url(../../fonts/PlayfairDisplay-Bold.woff) format("woff"), url(../../fonts/PlayfairDisplay-Bold.ttf) format("truetype");
    font-display: swap;
    unicode-range: U+000-5FF
}

*,
::after,
::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

body,
html {
    height: 100%;
    scroll-behavior: smooth
}

body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    min-width: 320px;
    height: 100vh;
    margin: 0 auto;
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    font-family: Nunito, Arial, sans-serif;
    color: #1c2440
}

ol,
ul {
    margin: 0;
    padding: 0
}

li {
    list-style: none
}

h1,
h2,
h3 {
    position: relative;
    font-weight: 700;
    font-family: PlayfairDisplay, "Times New Roman", serif;
    text-align: center;
    color: #1c2440
}

h4 {
    position: relative;
    font-weight: 700;
    color: #1c2440
}

h2 {
    font-size: 24px;
    line-height: 36px
}

.button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 14px 0;
    max-width: 245px;
    width: 100%;
    border-radius: 5px;
    font-weight: 700;
    font-size: 18px;
    line-height: 27px;
    font-family: Nunito, Arial, sans-serif;
    color: #fff;
    text-decoration: none;
    background-color: #ff7a00;
    border: 2px solid #ff7a00;
    cursor: pointer;
    -webkit-transition: border-color .2s ease-out, color .2s ease-out, background-color .2s ease-out, -webkit-box-shadow .2s ease-out;
    transition: border-color .2s ease-out, box-shadow .2s ease-out, color .2s ease-out, background-color .2s ease-out, -webkit-box-shadow .2s ease-out
}

.button:focus,
.button:hover {
    color: #fff;
    border-color: #ff961c;
    background-color: #ff961c;
    -webkit-box-shadow: 0 0 6px 0 #ff961c;
    box-shadow: 0 0 6px 0 #ff961c;
    text-decoration: none
}

.button--white {
    color: #ff7a00;
    background-color: #fff;
    border-color: #fff
}

.button--white:focus,
.button--white:hover {
    color: #ff7a00;
    border-color: #f4f4f4;
    background-color: #f4f4f4;
    -webkit-box-shadow: 0 0 6px 0 #f4f4f4;
    box-shadow: 0 0 6px 0 #f4f4f4;
    text-decoration: none
}

.button--border {
    background-color: transparent
}

.button--border:focus,
.button--border:hover {
    background-color: transparent;
    text-decoration: none
}

.scroll-up {
    position: fixed;
    bottom: 10%;
    left: 90%;
    z-index: 10;
    display: none;
    width: 50px;
    height: 50px;
    font-size: 0;
    background-color: transparent;
    border-radius: 50%;
    border: 1px solid #ff7a00;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: -webkit-box-shadow .15s;
    transition: box-shadow .15s;
    transition: box-shadow .15s, -webkit-box-shadow .15s
}

.scroll-up:focus,
.scroll-up:hover {
    -webkit-box-shadow: 0 0 6px 0 #ff961c;
    box-shadow: 0 0 6px 0 #ff961c
}

.scroll-up::after {
    content: "";
    position: absolute;
    top: calc(50% + 2px);
    left: 50%;
    width: 12px;
    height: 12px;
    border-bottom: 2px solid #ff7a00;
    border-left: 2px solid #ff7a00;
    -webkit-transform: translate(-50%, -50%) rotate(135deg);
    transform: translate(-50%, -50%) rotate(135deg)
}

.ownership-statement {
    width: 100%;
    height: 103px;
    margin-bottom: 40px;
    background: url(../../img/ownership_xs.png) center top no-repeat
}

.discount {
    width: 287px;
    margin: 0 auto;
    padding: 45px 5px 24px;
    text-align: center;
    background: #1c2440
}

.discount__title {
    margin: 0 0 15px;
    font-weight: 400;
    font-size: 28px;
    line-height: 1.6;
    color: #fff
}

.discount__text {
    margin: 0 0 10px;
    font-weight: 700;
    font-size: 26px;
    color: #fff;
    text-transform: uppercase
}

.discount__text span {
    color: #ff7a00
}

.discount .button {
    width: 206px;
    margin: 150px auto 35px;
    background: #ff7a00;
    border: 1px solid #ff7a00
}

.discount .button a,
.discount .button a:focus,
.discount .button a:hover {
    color: #fff;
    text-decoration: none
}

.container {
    position: relative;
    width: 100%;
    max-width: 1160px;
    margin: 0 auto;
    padding: 0 15px
}

.container::after,
.container::before {
    display: none
}

.header {
    position: absolute;
    z-index: 1000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    min-height: 80px;
    background-color: #1c2440;
    -webkit-transition: background-color .15s linear;
    transition: background-color .15s linear
}

.header__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto
}

.header--open {
    background-color: #1c2440
}

.header--sticky {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
    min-height: 80px;
    background-color: #1c2440;
    -webkit-transition: background-color .15s;
    transition: background-color .15s
}

.header--sticky .main-menu__btn-wrapper li:last-child .button,
.header--sticky .main-menu__btn-wrapper li:last-child a.button {
    background-color: #ff7a00
}

.header__logo--center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.header .navbar-toggle {
    position: relative;
    width: 32px;
    height: 21px;
    padding: 0;
    font-size: 0;
    background-color: transparent;
    border: none;
    margin: 0
}

.header .navbar-toggle:focus,
.header .navbar-toggle:hover {
    -webkit-box-shadow: none;
    box-shadow: none
}

.header .navbar-toggle::after,
.header .navbar-toggle::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #ff7a00;
    -webkit-box-shadow: 0 10px 0 0 #ff7a00, 0 20px 0 0 #ff7a00;
    box-shadow: 0 10px 0 0 #ff7a00, 0 20px 0 0 #ff7a00;
    -webkit-transition: top .15s linear, left .15s linear, -webkit-box-shadow .15s linear, -webkit-transform .15s linear;
    transition: box-shadow .15s linear, top .15s linear, left .15s linear, transform .15s linear, -webkit-box-shadow .15s linear, -webkit-transform .15s linear
}

.header .navbar-toggle--closed {
    position: relative;
    z-index: 2100
}

.header .navbar-toggle--closed::after,
.header .navbar-toggle--closed::before {
    top: 50%;
    left: 50%;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg)
}

.header .navbar-toggle--closed::after {
    -webkit-transform: translate(-50%, -50%) rotate(135deg);
    transform: translate(-50%, -50%) rotate(135deg)
}

.auth_mode .header {
    top: 46px !important
}

.main-menu {
    display: none
}

.main-menu .navbar-nav {
    display: none;
    margin: 0;
    padding: 0;
    list-style: none
}

.main-menu .navbar-nav::after,
.main-menu .navbar-nav::before {
    display: none
}

.main-menu .navbar-nav li:last-child {
    margin-right: 0
}

.main-menu .navbar-nav.nav a {
    padding: 0
}

.main-menu .navbar-nav.nav a:focus,
.main-menu .navbar-nav.nav a:hover {
    background-color: transparent
}

.main-menu .navbar-nav a {
    color: #fff;
    text-decoration: none;
    -webkit-transition: color .15s;
    transition: color .15s
}

.main-menu .navbar-nav a.active {
    font-weight: 700;
    text-decoration: underline;
    color: #ff7a00
}

.main-menu .navbar-nav a:focus,
.main-menu .navbar-nav a:hover {
    color: #ff961c;
    background-color: transparent
}

.main-menu__btn-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    padding: 0;
    list-style-type: none
}

.main-menu__btn-wrapper .button {
    width: 140px;
    min-height: 53px;
    margin-left: 15px
}

.main-menu__btn-wrapper .button:focus,
.main-menu__btn-wrapper .button:hover {
    color: #fff;
    border-color: #ff961c;
    background-color: #ff961c;
    -webkit-box-shadow: 0 0 6px 0 #ff961c;
    box-shadow: 0 0 6px 0 #ff961c;
    text-decoration: none
}

.main-menu--open {
    position: absolute;
    top: calc(100% - 1px);
    left: 0;
    z-index: 2000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    padding: 20px 0;
    background-color: #1c2440
}

.main-menu--open .navbar-nav {
    display: block;
    text-align: center
}

.main-menu--open .navbar-nav li {
    margin-bottom: 15px
}

.main-menu--open .main-menu__btn-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.main-menu--open .main-menu__btn-wrapper li:first-child .button {
    margin-right: 15px
}

.main-menu--open .main-menu__btn-wrapper .button {
    margin: 0
}

.main-menu--open a {
    margin-bottom: 15px
}

.intro {
    position: relative;
    margin-top: 80px;
    padding-top: 240px;
    padding-bottom: 105px;
    color: #fff;
    background-color: #1c2440;
    background-image: -webkit-gradient(linear, left top, left bottom, to(rgba(34, 30, 75, .7))), url(../../img/intro-mb.webp);
    background-image: linear-gradient(rgba(34, 30, 75, .7) 100%), url(../../img/intro-mb.webp);
    background-repeat: no-repeat;
    background-size: cover
}

.intro--alt {
    padding: 0;
    background-image: none
}

.intro__title {
    margin-top: 0;
    margin-bottom: 5px;
    color: #fff;
    font-size: 36px;
    line-height: 54px
}

.intro__text {
    margin-bottom: 30px;
    text-align: center
}

.intro__list {
    margin-bottom: 5px;
    list-style: none;
    font-weight: 700
}

.intro__list li {
    position: relative;
    margin-bottom: 12px;
    padding-left: 92px;
    background-repeat: no-repeat;
    background-position: 40px 2px
}

.intro__list li:nth-child(1) {
    background-image: url(../../img/icons/badge.svg)
}

.intro__list li:nth-child(2) {
    background-image: url(../../img/icons/lock.svg)
}

.intro__list li:nth-child(3) {
    background-image: url(../../img/icons/coin.svg)
}

.intro__list-btn {
    text-decoration: none
}

.intro__scroll-btn {
    position: absolute;
    bottom: 30px;
    left: 50%;
    width: 50px;
    height: 50px;
    font-size: 0;
    border: 1px solid #fff;
    border-radius: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: border-color .15s;
    transition: border-color .15s
}

.intro__scroll-btn::after {
    content: "";
    position: absolute;
    top: calc(50% - 2px);
    left: 50%;
    width: 12px;
    height: 12px;
    border-bottom: 1px solid #fff;
    border-left: 1px solid #fff;
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
    -webkit-transition: border-color .15s;
    transition: border-color .15s
}

.intro__scroll-btn:focus,
.intro__scroll-btn:focus::after,
.intro__scroll-btn:hover,
.intro__scroll-btn:hover::after {
    border-color: #ff961c
}

.intro__chat-btn,
.intro__order-btn {
    margin: 0 auto
}

.intro__chat-btn a {
    margin-top: 30px;
    color: #ff7a00;
    text-decoration: none
}

.intro__chat-btn a:focus,
.intro__chat-btn a:hover {
    color: #ff7a00;
    text-decoration: none
}

.intro__order-btn a {
    margin-top: 28px;
    color: #fff;
    text-decoration: none
}

.intro__order-btn a:focus,
.intro__order-btn a:hover {
    color: #fff;
    text-decoration: none
}

.benefits__wrapper {
    padding-top: 45px;
    padding-bottom: 60px
}

.benefits__title {
    max-width: 380px;
    margin: 0 auto 25px
}

.benefits__title::after,
.benefits__title::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 60px;
    height: 1px;
    background-color: #ff7a00;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.benefits__title::after {
    right: 0;
    left: auto
}

.benefits__list li {
    padding-left: 45px;
    margin-bottom: 10px;
    background-image: url(../../img/icons/success.svg);
    background-repeat: no-repeat;
    background-position: 20px 10px
}

.benefits--bg {
    background: #f3f3f3
}

.reasons {
    background-color: #c6cad5;
    background-image: url(../../img/reason-mb.jpg);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: contain
}

.reasons__wrapper {
    padding-top: 70px;
    padding-bottom: 468px
}

.reasons__title {
    margin-bottom: 28px;
    text-align: left
}

.reasons__subtitle {
    margin-bottom: 12px
}
.floating-side-icons {
	padding-left: 20px;
	position: fixed;
	bottom: 100px;
	z-index: 1;
}
.f-ico-p img {
    width: 6% !important;
}

.reasons__list:last-of-type {
    margin-bottom: 25px
}

.reasons__list li {
    padding-left: 30px;
    margin-bottom: 18px;
    background-image: url(../../img/icons/star.svg);
    background-repeat: no-repeat;
    background-position: 0 4px;
    color: #000 !important;
}

.reasons__question {
    text-align: center;
    margin-bottom: 8px
}

.reasons__chat-btn {
    margin: 0 auto
}

.hire__wrapper {
    padding-top: 70px;
    padding-bottom: 80px
}

.hire__title {
    max-width: 380px;
    margin: 0 auto 30px
}

.hire__title::after,
.hire__title::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 60px;
    height: 1px;
    background-color: #ff7a00;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.hire__title::after {
    right: 0;
    left: auto
}

.hire__list li {
    padding-top: 85px;
    background-repeat: no-repeat;
    background-position: top left
}

.hire__list li:nth-child(1) {
    background-image: url(../../img/icons/support.svg)
}

.hire__list li:nth-child(2) {
    background-image: url(../../img/icons/docs.svg)
}

.hire__list li:nth-child(3) {
    background-image: url(../../img/icons/question.png)
}

.hire__list li:not(:last-child) {
    margin-bottom: 40px
}

.taker {
    color: #fff;
    background-color: #1c2440
}

.taker__wrapper {
    padding-top: 70px;
    padding-bottom: 40px
}

.taker__title {
    color: #fff;
    margin-bottom: 25px
}

.taker__title span {
    display: block
}

.taker__list h3,
.taker__list h4 {
    color: #fff;
    text-align: left
}

.taker__list li:not(:last-child) {
    margin-bottom: 25px
}

.taker__list--success .taker__list-item {
    padding-left: 20px;
    background-image: url(../../img/icons/success.svg);
    background-repeat: no-repeat;
    background-position: 0 6px;
    margin-bottom: 25px
}

.checklist {
    background-color: #f1f3fb
}

.checklist__wrapper {
    padding-top: 35px;
    padding-bottom: 80px
}

.checklist .price-calc {
    margin: 0 auto
}

.checklist__list {
    margin-bottom: 8px
}

.checklist__list li {
    padding-left: 25px;
    background-image: url(../../img/icons/success.svg);
    background-repeat: no-repeat;
    background-position: 0 10px
}

.checklist__list li:not(:last-child) {
    margin-bottom: 9px
}

.checklist__text {
    margin-bottom: 26px
}

.quiz__wrapper {
    padding-top: 70px;
    padding-bottom: 58px
}

.quiz__title {
    max-width: 200px;
    margin: 0 auto 27px
}

.quiz__title::after,
.quiz__title::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -40px;
    width: 18px;
    height: 1px;
    background-color: #ff7a00;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.quiz__title::after {
    right: -40px;
    left: auto
}

.quiz__title--small {
    max-width: 100%
}

.quiz__title--small::after,
.quiz__title--small::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -14px;
    width: 18px;
    height: 1px;
    background-color: #ff7a00;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.quiz__title--small::after {
    right: -14px;
    left: auto
}

.quiz__list span {
    font-weight: 700;
    display: block
}

.quiz__list li {
    margin-bottom: 10px
}

.quiz__list--expert .quiz__list-item {
    padding-left: 20px;
    background-image: url(../../img/icons/success.svg);
    background-repeat: no-repeat;
    background-position: 0 6px
}

.discounts {
    background-color: #c6cad5
}

.discounts__wrapper {
    padding-top: 66px;
    padding-bottom: 72px
}

.discounts__title {
    max-width: 250px;
    margin: 0 auto 12px
}

.discounts__title span {
    color: #ff7a00
}

.discounts__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 17px
}

.discounts__list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 120px;
    width: 100%;
    height: 54px;
    margin-bottom: 7px;
    font-weight: 700;
    font-size: 24px;
    line-height: 36px;
    color: #1c2440;
    background: #fff
}

.discounts__text {
    margin-bottom: 10px;
    text-align: center
}

.discounts__button {
    margin: 0 auto
}

.online__wrapper {
    padding-top: 68px;
    padding-bottom: 24px
}

.online__title {
    max-width: 515px;
    margin: 0 auto 24px
}

.online__title::after,
.online__title::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -10px;
    width: 18px;
    height: 1px;
    background-color: #ff7a00;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.online__title::after {
    right: -10px;
    left: auto
}

.online__list li {
    margin-bottom: 10px
}

.help {
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: #f1f3fb
}

.help__wrapper {
    padding-top: 20px;
    padding-bottom: 20px
}

.help__text {
    color: #ff7a00;
    font-weight: 700;
    font-family: PlayfairDisplay, "Times New Roman", serif;
    margin-bottom: 27px
}

.help__flex:not(:last-child) {
    margin-bottom: 68px
}

.help__list li {
    background-repeat: no-repeat;
    background-position: 0 4px
}

.help__list li:not(:last-child) {
    margin-bottom: 12px
}

.help__list--star li {
    padding-left: 30px;
    background-image: url(../../img/icons/star.svg)
}

.help__list--marker .help__list-item,
.help__list--success li {
    padding-left: 30px;
    background-position: 2px 6px;
    background-image: url(../../img/icons/success.svg)
}

.info__wrapper {
    padding-top: 74px;
    padding-bottom: 70px
}

.info__list li:not(:last-child) {
    margin-right: 30px
}

.test {
    background-color: #f1f3fb
}

.test--white {
    background-color: #fff
}

.test__wrapper {
    padding-top: 70px;
    padding-bottom: 80px
}

.test__title {
    max-width: 380px;
    margin: 0 auto 25px
}

.test__title::after,
.test__title::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 60px;
    height: 1px;
    background-color: #ff7a00;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.test__title::after {
    right: 0;
    left: auto
}

.test__title--small {
    max-width: 250px
}

.test__title--small::after,
.test__title--small::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -25px;
    width: 30px;
    height: 1px;
    background-color: #ff7a00;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.test__title--small::after {
    right: -25px;
    left: auto
}

.test__list span {
    font-weight: 700;
    display: block
}

.test__list li {
    margin-bottom: 25px
}

.test__list--online .test__list-item {
    padding-left: 20px;
    background-image: url(../../img/icons/success.svg);
    background-repeat: no-repeat;
    background-position: 0 6px
}

.banner__wrapper {
    padding: 70px 0;
    text-align: center;
    max-width: 750px;
    margin: 0 auto
}

.banner h4 {
    font-size: 24px;
    line-height: 36px
}

.banner__title {
    margin-bottom: 10px
}

.banner__title span {
    color: #ff7a00
}

.banner__order-btn {
    margin: 15px auto 0
}

.price-calc {
    color: #fff;
    background-color: #f1f3fb;
    max-width: 460px
}

.price-calc__title {
    margin-bottom: 15px;
    text-align: left
}

.price-calc__form {
    background-color: #fff;
    padding: 40px 22px
}

.price-calc__label {
    display: block
}

.price-calc__label:nth-of-type(2),
.price-calc__label:nth-of-type(3),
.price-calc__label:nth-of-type(4) {
    display: none
}

.price-calc__label:not(:last-of-type) {
    margin-bottom: 16px
}

.price-calc__field {
    width: 100%;
    padding: 14px 0 14px 20px;
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    font-family: Nunito, Arial, sans-serif;
    color: #1c2440;
    background-color: #f4f4f4;
    background-image: url(data:image/svg+xml,%3Csvg%20width%3D%2211%22%20height%3D%225%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M5.5%204.457L10.263.065H.737L5.5%204.457z%22%20fill%3D%22%23171D32%22%2F%3E%3C%2Fsvg%3E);
    background-repeat: no-repeat;
    background-position: 95% center;
    border: none;
    cursor: pointer;
    -webkit-transition: background-color .15s;
    transition: background-color .15s;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.price-calc__field:focus,
.price-calc__field:hover {
    background-color: #eaeaea
}

.price-calc__promocode {
    width: 100%;
    padding: 12px 0 12px 20px;
    font-weight: 400;
    font-style: italic;
    font-family: Nunito, Arial, sans-serif;
    color: #1c2440;
    border-color: #1c2440
}

.price-calc__button {
    margin: 35px auto 0
}

.details {
    padding: 56px 0;
    color: #fff;
    background-color: #141d3a
}

.details a {
    color: #fff;
    text-decoration: none
}

.details a:focus,
.details a:hover {
    text-decoration: underline
}

.details__list {
    list-style: none;
    text-align: center
}

.details__list li {
    margin-bottom: 40px
}

.details__list li:last-child {
    margin-bottom: 0
}

.landing {
    padding: 30px 40px
}

.landing--bg {
    background-color: #f1f3fb
}

.landing__title {
    max-width: 380px;
    margin: 0 auto 25px
}

.landing__title::after,
.landing__title::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 60px;
    height: 1px;
    background-color: #ff7a00;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.landing__title::after {
    right: 0;
    left: auto
}

.landing__title--small {
    max-width: 250px
}

.landing__title--small::after,
.landing__title--small::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -25px;
    width: 30px;
    height: 1px;
    background-color: #ff7a00;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.landing__title--small::after {
    right: -25px;
    left: auto
}

.footer {
    padding-top: 54px;
    padding-bottom: 49px;
    color: #fff;
    background-color: #09122c
}

.footer__logo--center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.footer__nav {
    margin-top: 42px
}

.footer__nav-list {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center
}

.footer__nav-list li {
    margin-bottom: 24px
}

.footer__nav-list li:last-child {
    margin-bottom: 0
}

.footer__nav a {
    color: #fff;
    text-decoration: none;
    -webkit-transition: color .15s;
    transition: color .15s
}

.footer__nav a.active {
    font-weight: 700;
    text-decoration: underline;
    color: #ff7a00
}

.footer__nav a:focus,
.footer__nav a:hover {
    color: #ff961c
}

.footer__bottom {
    padding-top: 60px;
    text-align: center;
    border-top: 1px solid #4f5d84
}

.footer__pravicy {
    margin-top: 0;
    margin-bottom: 8px;
    text-transform: capitalize
}

.footer__pravicy a {
    color: #fff;
    text-decoration: none
}

.footer__pravicy a:focus,
.footer__pravicy a:hover {
    text-decoration: underline
}

.footer__copyright {
    margin-top: 0
}

.footer__copyright a {
    color: #fff;
    text-decoration: none
}

.footer__copyright a:focus,
.footer__copyright a:hover {
    text-decoration: underline
}

.footer__navigation {
    margin-bottom: 65px
}

.page-content {
    padding: 50px 0 35px
}

.page-content .post_data {
    display: none
}

.page-content__main {
    padding: 0 0 80px
}

.page-content__main--page h1:first-child,
.page-content__main--page h2:first-child,
.page-content__main--page h3:first-child,
.page-content__main--page h4:first-child,
.page-content__main--page h5:first-child,
.page-content__main--page h6:first-child {
    margin-top: 0
}

.page-content__main--page ul {
    list-style: disc inside
}

.page-content__main--page ol {
    list-style: decimal inside
}

.page-content__main--page a:not(.button) {
    color: inherit;
    text-decoration: underline;
    word-break: break-all;
    outline: 0;
    -webkit-transition: -webkit-box-shadow .2s;
    transition: box-shadow .2s;
    transition: box-shadow .2s, -webkit-box-shadow .2s
}

.page-content__main--page a:not(.button):focus,
.page-content__main--page a:not(.button):hover {
    text-decoration: none
}

.page-content__main--page img {
    max-width: 100%;
    height: auto !important;
    margin-bottom: 10px
}

.page-content__sidebar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.page-content__discount {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    max-width: 287px;
    margin: 0 auto
}

.page-content .widget-posts {
    margin: 0 auto 50px
}

.page-content__categories {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 100%
}

#blog_list {
    margin: 0 0 80px
}

#blog_list a:not(.continue-reading) {
    color: #8bbfff;
    text-decoration: none;
    outline: 0;
    -webkit-transition: color .15s, -webkit-box-shadow .2s;
    transition: color .15s, box-shadow .2s, -webkit-box-shadow .2s
}

#blog_list a:not(.continue-reading):focus,
#blog_list a:not(.continue-reading):hover {
    color: #ff961c
}

#blog_list .item {
    padding: 35px 20px 40px;
    background: #f4f4f4;
    border-radius: 5px
}

#blog_list .item:nth-of-type(n+2) {
    margin: 40px 0 0
}

#blog_list .item h2 {
    margin: 0 0 15px;
    font-weight: 700;
    font-size: 1em
}

#blog_list .item h2 a {
    line-height: 1.5;
    color: #1c2440
}

#blog_list .item p {
    margin: 0;
    font-size: 18px
}

#blog_list .item--with-img {
    padding: 0
}

#blog_list .item--with-img .item__img {
    margin: 0;
    padding: 0
}

#blog_list .item--with-img .item__img img {
    width: 100%;
    height: auto
}

#blog_list .item--with-img .item__content {
    padding: 30px 20px 25px
}

#blog_list .item--with-img .item__content h2 {
    width: 100%;
    margin: 30px 0 15px
}

#blog_list .continue-reading {
    display: block;
    width: 230px;
    margin: 30px 0;
    padding: 1.06em .5em;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    color: #1c2440;
    text-decoration: none;
    white-space: nowrap;
    border: 1px solid #ff961c;
    border-radius: 45px;
    outline: 0;
    -webkit-transition: background .15s, border .15s;
    transition: background .15s, border .15s
}

#blog_list .continue-reading:focus,
#blog_list .continue-reading:hover {
    background: #fff1e0;
    border: 1px solid #ff961c
}

#blog_list+.pager-panel {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    max-width: 445px;
    margin: 0 auto;
    padding: 0 25px;
    text-align: center;
    border: none
}

#blog_list+.pager-panel li {
    list-style: none
}

#blog_list+.pager-panel a {
    display: block;
    margin: 0;
    font-weight: 400;
    font-size: 18px;
    color: #1c2440;
    text-decoration: none;
    background: 0 0;
    border: none;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: color .15s, -webkit-box-shadow .2s;
    transition: color .15s, box-shadow .2s, -webkit-box-shadow .2s
}

#blog_list+.pager-panel .selected a,
#blog_list+.pager-panel a:focus,
#blog_list+.pager-panel a:hover {
    color: #ff961c;
    background: 0 0;
    border: none
}

#blog_list+.pager-panel .page {
    margin: 0 15px 5px
}

#blog_list+.pager-panel .first,
#blog_list+.pager-panel .last {
    display: none;
    visibility: hidden
}

#blog_list+.pager-panel .next,
#blog_list+.pager-panel .previous {
    position: absolute;
    top: 50%;
    width: 30px;
    height: 30px
}

#blog_list+.pager-panel .previous {
    left: 0;
    -webkit-transform: translate(0, -50%) rotate(180deg);
    transform: translate(0, -50%) rotate(180deg)
}

#blog_list+.pager-panel .next {
    right: 0;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%)
}

#blog_list+.pager-panel .next a,
#blog_list+.pager-panel .previous a {
    position: relative;
    display: block;
    padding: 0;
    font-size: 0;
    width: inherit;
    height: inherit
}

#blog_list+.pager-panel .next a:hover::after,
#blog_list+.pager-panel .next a:hover::before,
#blog_list+.pager-panel .previous a:hover::after,
#blog_list+.pager-panel .previous a:hover::before {
    border-color: #1c2440
}

#blog_list+.pager-panel .next a::after,
#blog_list+.pager-panel .next a::before,
#blog_list+.pager-panel .previous a::after,
#blog_list+.pager-panel .previous a::before {
    content: "";
    position: absolute;
    -webkit-transition: border-color .15s;
    transition: border-color .15s
}

#blog_list+.pager-panel .next a::before,
#blog_list+.pager-panel .previous a::before {
    top: 50%;
    left: 10px;
    border-top: 1px solid #1c2440;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 17px;
    height: 0
}

#blog_list+.pager-panel .next a::after,
#blog_list+.pager-panel .previous a::after {
    top: 50%;
    left: 21px;
    border-bottom: 1px solid #1c2440;
    border-left: 1px solid #1c2440;
    -webkit-transform: translate(0, -50%) rotate(-135deg);
    transform: translate(0, -50%) rotate(-135deg);
    width: 6px;
    height: 6px
}

#blog_detail img {
    max-width: 100%;
    height: auto !important;
    margin: 0 0 35px
}

#blog_detail h1 {
    margin: 0 0 10px;
    font-weight: 700;
    font-size: 28px;
    line-height: 1.3;
    color: #1c2440
}

#blog_detail .item h1,
#blog_detail .item h2,
#blog_detail .item h3,
#blog_detail .item h4,
#blog_detail .item h5,
#blog_detail .item h6 {
    font-weight: 700;
    line-height: 1.3
}

#blog_detail .item h1,
#blog_detail .item h2 {
    font-size: 22px
}

#blog_detail .item h3 {
    font-size: 21px
}

#blog_detail .item h4,
#blog_detail .item h5,
#blog_detail .item h6 {
    font-size: 20px
}

#blog_detail .item img {
    margin: 0 0 20px
}

#blog_detail .item li {
    margin: 0 0 5px
}

#blog_detail .item ol,
#blog_detail .item p,
#blog_detail .item ul {
    margin: 0 0 10px;
    line-height: 1.5
}

#blog_detail .item ul {
    list-style: disc inside
}

#blog_detail .item ol {
    list-style: decimal inside
}

#faq_list .accordion-container,
#faq_list .accordion-content,
#faq_list .accordion-header,
#faq_list .title {
    font-size: 1em;
    color: #1c2440
}

#faq_list a {
    color: inherit;
    text-decoration: underline
}

#faq_list a:hover {
    text-decoration: none
}

.window_popup_text h1,
.window_popup_text h2,
.window_popup_text ol,
.window_popup_text p,
.window_popup_text ul {
    font-size: 1em
}

.window_popup_text a {
    color: inherit;
    text-decoration: underline;
    -webkit-transition: -webkit-box-shadow .2s;
    transition: box-shadow .2s;
    transition: box-shadow .2s, -webkit-box-shadow .2s
}

.window_popup_text a:hover {
    text-decoration: none
}

.window_popup_text a:focus {
    outline: 0
}

.ui-widget a,
.ui-widget p {
    font-size: .85em
}

.sidebar .price-calc {
    margin: 0 auto 30px
}

.sidebar .price-calc .price-calc__label {
    margin: 0 20px
}

.sidebar .price-calc .price-calc__label:nth-of-type(n+2) {
    margin-top: 15px
}

.sidebar .price-calc .price-calc__title {
    margin: 0 auto 25px;
    font-size: 20px;
    color: #1c2440
}

.sidebar .price-calc .price-calc__field {
    padding: .55em 45px .55em 20px;
    background: url(../../img/svg/price-calc-icon.svg) top 52% right 23px/9px 5px no-repeat #f0f3f8;
    border: 1px solid transparent
}

.sidebar .price-calc .price-calc__field:hover {
    background-color: #fff;
    border: 1px solid #ff961c
}

.sidebar .price-calc .price-calc__field:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5);
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5)
}

.sidebar .price-calc .price-calc__count>span,
.sidebar .price-calc .price-calc__sum {
    color: #1c2440
}

.sidebar .price-calc .price-calc__sum {
    padding: 20px 25px 5px
}

@media screen and (min-width:425px) {
    .reasons {
        background-image: none
    }
.f-ico-p img {
    width: 15%;
}
    .reasons__wrapper {
        padding-bottom: 70px
    }
}

@media screen and (min-width:576px) {
    .auth_mode .header {
        top: 34px !important
    }
.f-ico-p img {
    width: 15%;
}
    .details__list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .details__list li {
        width: 49%
    }
}

@media screen and (min-width:768px) {
    .ownership-statement {
        height: 40px;
        background-image: url(../../img/ownership_lg.png)
    }

    .header__logo {
        margin-left: 0
    }
.f-ico-p img {
    width: 12%;
}
    .header .navbar-toggle {
        display: none
    }

    .main-menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .main-menu .navbar-nav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .main-menu .navbar-nav li {
        margin-right: 15px
    }

    .main-menu .navbar-nav a {
        font-size: 16px;
        line-height: 24px
    }

    .intro {
        padding-top: 1px;
        padding-bottom: 65px;
        background-image: linear-gradient(-253deg, transparent 0, rgba(34, 30, 75, .7) 100%, rgba(34, 30, 75, .7) 100%), url(../../img/intro-dt.webp);
        background-color: #fff
    }

    .intro--alt {
        padding: 0;
        background-image: none
    }

    .intro__wrapper {
        margin-top: 104px;
        max-width: 550px;
        margin-left: auto
    }

    .intro__title {
        margin-bottom: 16px;
        font-size: 50px;
        line-height: 75px;
        text-align: left
    }

    .intro__text {
        text-align: left
    }

    .intro__list li {
        padding-left: 46px;
        background-position: 0 2px
    }

    .intro__list-btn {
        margin-top: 30px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .intro__scroll-btn {
        bottom: 8px;
        left: 45%
    }

    .intro__chat-btn a {
        margin: 0 15px 0 0
    }

    .intro__order-btn a {
        margin: 0
    }

    .benefits__wrapper {
        padding-top: 50px;
        padding-bottom: 80px
    }

    .benefits__flex {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .benefits__title {
        margin-bottom: 54px;
        font-size: 36px;
        line-height: 54px
    }

    .benefits__list {
        width: 33.33%
    }

    .benefits__list:not(:last-child) {
        margin-right: 30px
    }

    .benefits__list li {
        padding-left: 25px;
        background-position: 0 10px
    }

    .reasons {
        background-image: url(../../img/reason-dt.webp);
        background-position: top;
        background-size: cover
    }

    .reasons__flex {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .reasons__wrapper {
        padding-top: 107px;
        padding-bottom: 104px;
        max-width: 600px;
        /* margin-left: auto */
    }

    .reasons__title {
        margin-bottom: 32px;
        font-size: 36px;
        line-height: 54px
    }

    .reasons__subtitle {
        margin-bottom: 37px
    }

    .reasons__list li {
        padding-left: 25px
    }

    .reasons__chat-btn {
        margin-top: 32px
    }

    .hire__wrapper {
        padding-top: 104px;
        padding-bottom: 65px
    }

    .hire__title {
        margin-bottom: 58px;
        font-size: 36px;
        line-height: 54px
    }

    .hire__list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .hire__list li {
        max-width: 322px;
        width: 33.33%;
        padding-top: 90px
    }

    .hire__list li:not(:last-child) {
        margin-right: 30px
    }

    .taker__wrapper {
        padding-top: 102px;
        padding-bottom: 85px
    }

    .taker__flex {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .taker__title {
        margin-bottom: 26px;
        font-size: 36px;
        line-height: 54px
    }

    .taker__list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .taker__list li {
        max-width: 530px;
        width: 50%
    }

    .taker__list li:not(:last-child) {
        margin-right: 30px
    }

    .taker__list--success {
        display: block;
        width: 50%
    }

    .taker__list--success:not(:last-child) {
        margin-right: 30px
    }

    .taker__list--success li {
        max-width: 100%;
        width: 100%
    }

    .checklist__wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding-top: 66px;
        padding-bottom: 82px
    }

    .checklist__flex {
        max-width: 555px;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        margin-left: 30px;
        width: 50%
    }

    .checklist .price-calc {
        width: 50%
    }

    .checklist__list {
        margin-bottom: 30px
    }

    .checklist__list li:not(:last-child) {
        margin-bottom: 14px
    }

    .quiz__wrapper {
        padding-top: 105px;
        padding-bottom: 98px
    }

    .quiz__flex {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .quiz__title {
        max-width: 525px;
        margin: 0 auto 42px;
        font-size: 36px;
        line-height: 54px
    }

    .quiz__title::after,
    .quiz__title::before {
        content: "";
        position: absolute;
        top: 50%;
        left: -75px;
        width: 60px;
        height: 1px;
        background-color: #ff7a00;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }

    .quiz__title::after {
        right: -75px;
        left: auto
    }

    .quiz__list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .quiz__list:not(:last-child) {
        margin-right: 30px
    }

    .quiz__list li {
        width: calc(50% - 15px)
    }

    .quiz__list li:not(:last-child) {
        margin-right: 30px
    }

    .quiz__list--expert {
        display: block;
        width: calc(50% - 15px)
    }

    .quiz__list--expert li {
        width: 100%
    }

    .discounts__wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding-top: 56px;
        padding-bottom: 40px
    }

    .discounts__title {
        max-width: 100%;
        margin-bottom: 18px
    }

    .discounts__title span {
        color: #1c2440
    }

    .discounts__flex:not(:last-child) {
        margin-right: 30px
    }

    .discounts__list {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .discounts__list li:not(:last-child) {
        margin-right: 14px;
        margin-bottom: 14px
    }

    .discounts__text {
        margin-top: 10px;
        margin-bottom: 12px
    }

    .discounts__button {
        margin: 0 0 0 auto
    }

    .online__wrapper {
        padding-top: 107px;
        padding-bottom: 5px
    }

    .online__title {
        margin-bottom: 48px;
        font-size: 36px;
        line-height: 54px
    }

    .online__title::after,
    .online__title::before {
        content: "";
        position: absolute;
        top: 50%;
        left: -10px;
        width: 60px;
        height: 1px;
        background-color: #ff7a00;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }

    .online__title::after {
        right: -10px;
        left: auto
    }

    .online__flex {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .online__list {
        max-width: 530px;
        width: 50%
    }

    .online__list:not(:last-child) {
        margin-right: 30px
    }

    .online__list li {
        margin-bottom: 32px
    }

    .help__wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .help__text {
        font-size: 24px;
        line-height: 36px;
        margin-bottom: 35px
    }

    .help__flex {
        max-width: 500px;
        width: 50%
    }

    .help__flex:not(:last-child) {
        margin: 0 30px 0 0
    }

    .info__wrapper {
        padding-top: 46px;
        padding-bottom: 114px
    }

    .info__list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .info__list li {
        max-width: 530px;
        width: 50%
    }

    .test__wrapper {
        padding-top: 50px;
        padding-bottom: 100px
    }

    .test__flex {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .test__title--small {
        max-width: 500px
    }

    .test__title--small::after,
    .test__title--small::before {
        content: "";
        position: absolute;
        top: 50%;
        left: -60px;
        width: 60px;
        height: 1px;
        background-color: #ff7a00;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }

    .test__title--small::after {
        right: -60px;
        left: auto
    }

    .test__title {
        margin-bottom: 54px;
        font-size: 36px;
        line-height: 54px
    }

    .test__list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .test__list li {
        width: calc(50% - 15px)
    }

    .test__list li:nth-child(odd) {
        margin-right: 30px
    }

    .test__list--online {
        display: block;
        width: 50%;
        margin-right: 30px
    }

    .test__list--online li {
        width: 100%
    }

    .banner__title {
        margin-bottom: 0;
        font-size: 50px;
        line-height: 75px
    }

    .price-calc__title {
        margin-bottom: 35px;
        font-size: 24px;
        line-height: 36px
    }

    .price-calc__title span {
        color: #ff7a00
    }

    .price-calc__form {
        padding: 45px 30px
    }

    .price-calc__field {
        padding-top: 18px;
        padding-bottom: 18px
    }

    .price-calc__promocode {
        padding-top: 16px;
        padding-bottom: 16px
    }

    .details {
        padding: 45px 0
    }

    .details__list li {
        width: 32%;
        margin-bottom: 0
    }

    .landing__title--small {
        max-width: 500px
    }

    .landing__title--small::after,
    .landing__title--small::before {
        content: "";
        position: absolute;
        top: 50%;
        left: -60px;
        width: 60px;
        height: 1px;
        background-color: #ff7a00;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }

    .landing__title--small::after {
        right: -60px;
        left: auto
    }

    .landing__title {
        margin-bottom: 54px;
        font-size: 36px;
        line-height: 54px
    }

    .footer {
        padding-top: 84px;
        padding-bottom: 60px
    }

    .footer__logo {
        margin-left: 0
    }

    .footer__nav {
        margin-top: 0
    }

    .footer__nav-list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .footer__nav-list li {
        margin: 0 58px 0 0
    }

    .footer__nav-list li:last-child {
        margin-right: 0;
        line-height: 24px
    }

    .footer__bottom {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding-top: 40px;
        font-weight: 400
    }

    .footer__pravicy {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        margin-bottom: 0;
        text-transform: none
    }

    .footer__copyright {
        margin-bottom: 0
    }

    .footer__navigation {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 36px
    }

    .page-content .widget-posts {
        margin: 0
    }
}

@media screen and (min-width:992px) {
    .discount__text {
        margin-bottom: 30px;
        line-height: 1
    }
.f-ico-p img {
    width: 15%;
}
    .main-menu .navbar-nav li {
        margin-right: 55px
    }

    .main-menu__btn-wrapper .button {
        width: 206px
    }

    .details__list li {
        width: 24%
    }

    .footer__nav-list li:last-child {
        margin-right: 0
    }

    .page-content {
        padding: 45px 0 85px
    }

    #blog_list {
        margin-bottom: 40px
    }

    #blog_list .item {
        padding: 30px 45px 15px 30px
    }

    #blog_list .item:nth-of-type(n+2) {
        margin-top: 40px
    }

    #blog_list .item h2 {
        width: 75%;
        margin-bottom: 10px;
        font-size: 1.2em;
        line-height: 1.9
    }

    #blog_list .item--with-img {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 0
    }

    #blog_list .item--with-img .item__content {
        width: 55%
    }

    #blog_list .continue-reading {
        width: 240px;
        margin-top: 20px;
        padding: .7em .5em;
        font-size: 20px
    }

    #blog_detail h1 {
        margin-right: 170px;
        margin-bottom: 20px;
        font-size: 48px
    }

    #blog_detail .item ol,
    #blog_detail .item p,
    #blog_detail .item ul {
        margin-bottom: 15px
    }

    .sidebar .price-calc .price-calc__button {
        min-width: 205px;
        padding: 1.2em .5em
    }
}

@media screen and (min-width:1125px) {
    .intro {
        padding-bottom: 54px;
        background-image: linear-gradient(-253deg, transparent 45%, rgba(34, 30, 75, .7) 71px, rgba(34, 30, 75, .7) 100%), url(../../img/intro-dt.webp)
    }

    .intro--alt {
        padding: 0;
        background-image: none
    }

    .intro__scroll-btn {
        bottom: 55px
    }
}

@media screen and (min-width:1200px) {
    .page-content .container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .page-content__main {
        width: 70%;
        margin-right: auto;
        padding-bottom: 0
    }

    .page-content__sidebar {
        display: block;
        width: 26.5%
    }

    .page-content__discount {
        max-width: 100%
    }

    #blog_list .item--with-img .item__content {
        width: 43%;
        padding: 0
    }

    .sidebar .price-calc .price-calc__button {
        min-width: 240px
    }
}

@media screen and (max-width:12450px) {
    .sidebar .price-calc {
        width: 287px;
        margin: 0 auto 45px;
        padding: 40px 0 20px;
        background: #d9dadf
    }
}