@charset "UTF-8";
html {
    font-size: 62.5%
}

body, html {
    margin: 0;
    padding: 0;
    height: 100%
}

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

body {
    font-family: "Roboto", sans-serif
}

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

button {
    border: 0;
    padding: 0
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0
}

a {
    text-decoration: none
}

p {
    margin: 0;
    padding: 0
}

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

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

body.no-scroll {
    overflow: hidden
}

[class*=__container] {
    width: 100%;
    padding: 0 15px;
    margin: auto;
    max-width: 1200px
}

.header {
    padding-top: 8px;
    min-height: 110px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    background-color: #fff;
    z-index: 1000
}

.header.fixed {
    position: fixed;
    width: 100%;
    -webkit-box-shadow: 0px 4px 9px rgba(0, 0, 0, 0.09);
    box-shadow: 0px 4px 9px rgba(0, 0, 0, 0.09)
}

@media (max-width: 698px) {
    .header.fixed {
        min-height: 80px
    }
}

.header__container {
    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
}
.fontt {
	font-size: 23px;
}

.header__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 80%;
    flex: 0 1 80%
}

@media (max-width: 901px) {
    .header__body {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 84%;
        flex: 0 1 84%
    }
}

@media (max-width: 801px) {
    .header__body {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 75%;
        flex: 0 1 75%
			.fontt {
	font-size: 18px;
}

    }
}

@media (max-width: 698px) {
    .header__body {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: stretch;
        -ms-flex-pack: stretch;
        justify-content: stretch;
        padding-top: 20px;
        position: absolute;
        top: 100%;
        left: 0;
        background-color: #fff;
        width: 100%;
        z-index: 1000;
        padding-bottom: 2rem;
        display: none
    }
	.fontt {
	font-size: 16px;
}
}

.header__body.show {
    display: block
}

.left-header__logo {
    margin-right: 3rem
}

@media (max-width: 992px) {
    .left-header__logo {
        width: 140px
    }

    .left-header__logo img {
        width: 100%
    }
}

@media (max-width: 901px) {
    .left-header__logo {
        width: 100px
    }
}

@media (max-width: 698px) {
    .left-header__logo {
        width: 140px;
        margin-bottom: 1rem
    }
}

.left-header__text {
    font-size: 1.4rem;
    line-height: 1.1428571429;
    letter-spacing: 0.05em;
    color: #454545
}

@media (max-width: 886px) {
    .left-header__text {
        font-size: 1rem
    }
}

@media (max-width: 698px) {
    .left-header__text {
        font-size: 1.6rem;
        margin-top: 3rem
    }
}

@media (max-height: 660px) {
    .left-header__text {
        margin-top: 1.5rem
    }
}

.header__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 80%;
    flex: 0 1 80%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (max-width: 1081px) {
    .header__content {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 78%;
        flex: 0 1 78%
    }
}

@media (max-width: 992px) {
    .header__content {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 82%;
        flex: 0 1 82%
    }
}

@media (max-width: 852px) {
    .header__content {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%
    }
}

@media (max-width: 801px) {
    .header__content {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 75%;
        flex: 0 1 75%
    }
}

.nav__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.nav__inner li {
    margin-right: 38px
}

.nav__inner li:last-child {
    margin-right: 0
}

@media (max-width: 1081px) {
    .nav__inner li {
        margin-right: 20px
    }
}

@media (max-width: 852px) {
    .nav__inner li {
        margin-right: 15px
    }
}

@media (max-width: 801px) {
    .nav__inner li {
        margin-right: 3rem;
        margin-bottom: 0.7rem
    }
}

@media (max-width: 698px) {
    .nav__inner li {
        margin-right: 0;
        margin-bottom: 4rem
    }

    .nav__inner li:after {
        content: "";
        display: block;
        width: 100%;
        height: 1px;
        background-color: rgba(0, 0, 0, 0.3);
        position: absolute;
        left: 0;
        margin: 2rem 0
    }

    .nav__inner li:first-child:before {
        content: "";
        display: block;
        width: 100%;
        height: 1px;
        background-color: rgba(0, 0, 0, 0.3);
        position: absolute;
        left: 0;
        margin-top: -2rem
    }
}

@media (max-width: 801px) {
    .nav__inner {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: auto auto auto;
        grid-template-columns:auto auto auto;
        text-align: center
    }
}

@media (max-width: 698px) {
    .nav__inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.nav__link {
    font-size: 1.6rem;
    line-height: 1.1875;
    color: #252525;
    position: relative
}

.nav__link:after {
    content: "";
    display: block;
    width: 0;
    height: 3px;
    border-radius: 10px;
    background-color: #252525;
    position: absolute;
    bottom: -5px;
    left: 0;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear
}

.nav__link:hover:after {
    width: 100%
}

@media (max-width: 992px) {
    .nav__link {
        font-size: 1.4rem
    }
}

@media (max-width: 852px) {
    .nav__link {
        font-size: 1.4rem
    }
}

@media (max-width: 698px) {
    .nav__link {
        font-size: 2rem
    }
}

.right-header {
    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: end;
    -ms-flex-align: end;
    align-items: end
}

@media (max-width: 698px) {
    .right-header {
        -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
    }
}

.right-header > :not(:last-child) {
    margin-bottom: 1.5rem
}

.right-header__text {
    font-weight: 500;
    font-size: 2rem;
    line-height: 1.15;
    letter-spacing: 0.05em;
    color: #252525
}

@media (max-width: 992px) {
    .right-header__text {
        font-size: 1.6rem
    }
}

@media (max-width: 886px) {
    .right-header__text {
        font-size: 1.4rem
    }
}

@media (max-width: 698px) {
    .right-header__text {
        font-size: 2rem
    }
}

.social {
    text-align: right
}

@media (max-width: 698px) {
    .social {
        margin-top: 1.4rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

.social__item {
    margin-right: 2rem
}

.social__item:last-child {
    margin-right: 0
}

.social__item img {
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear
}

.social__item img:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px)
}

@media (max-width: 886px) {
    .social__item {
        margin-right: 1.3rem
    }
}

@media (max-width: 698px) {
    .social__item {
        width: 30px;
        margin-right: 4rem
    }

    .social__item img {
        width: 100%
    }
}

.header__menu {
    display: none;
    position: relative;
    width: 30px;
    height: 40px;
    background: none;
    top: 0;
    right: 21px
}

.header__menu span, .header__menu:after, .header__menu:before {
    content: "";
    display: block;
    width: 100%;
    height: 3px;
    background-color: #252525;
    position: absolute;
    right: 0;
    border-radius: 5px;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear
}

.header__menu:before {
    top: 10px
}

.header__menu:after {
    bottom: 7px
}

@media (max-width: 698px) {
    .header__menu {
        display: block
    }
}

.header__menu.active span {
    opacity: 0
}

.header__menu.active:after, .header__menu.active:before {
    top: 50%;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear
}

.header__menu.active:before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.header__menu.active:after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.intro {
    margin-top: 5.8rem
}

.intro__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (max-width: 824px) {
    .intro__container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.intro__content {
    width: 34%
}

@media (max-width: 824px) {
    .intro__content {
        margin-bottom: 3rem;
        width: 100%;
        text-align: center
    }
}

.content-intro > :not(:last-child) {
    margin-bottom: 3.6rem
}

@media (max-width: 371px) {
    .content-intro > :not(:last-child) {
        margin-bottom: 3rem
    }
}

.content-intro__title {
    font-weight: 500;
    font-size: 4.8rem;
    line-height: 1.1666666667;
    color: #252525
}

@media (max-width: 371px) {
    .content-intro__title {
        font-size: 3.2rem
    }
}

.content-intro__text {
    font-size: 2.4rem;
    line-height: 150%;
    color: #454545
}

.content-intro__text span {
    text-transform: uppercase
}

.content-intro__text p {
    margin-bottom: 15px
}

.content-intro__text p:last-child {
    margin-bottom: 0
}

@media (max-width: 371px) {
    .content-intro__text p {
        margin-bottom: 2rem
    }
}

@media (max-width: 371px) {
    .content-intro__text {
        font-size: 2rem
    }
}

.intro__photo {
    width: 65%
}

.intro__photo img {
    width: 100%
}

@media (max-width: 824px) {
    .intro__photo {
        width: 100%;
        max-width: 500px;
        margin: auto
    }
}

.btn {
    background: #252525;
    border-radius: 10px;
    color: #FFFFFF;
    cursor: pointer
}

.btn--bg {
    font-weight: 600;
    font-size: 2rem;
    line-height: 1.15;
    letter-spacing: 0.05em;
    color: #FFFFFF;
    min-height: 75px;
    padding: 0 3.2rem
}

@media (max-width: 371px) {
    .btn--bg {
        font-size: 1.4rem
    }
}

.btn--middle {
    min-height: 64px;
    padding: 0 3.2rem;
    font-weight: 600;
    font-size: 1.6rem;
    line-height: 1.1875;
    letter-spacing: 0.05em
}

.btn--sm {
    min-height: 46px;
    padding: 0 28px;
    font-size: 1.4rem;
    line-height: 150%;
    letter-spacing: 0.05em
}

.btn:hover {
    background-color: #323232
}

.condition {
    margin-top: 8rem;
    border-top: 1px solid #D1D1D1
}

.condition__inner {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 4rem -2.2rem 0;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.condition__col {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 33.333%;
    flex: 0 1 33.333%;
    padding: 0 2.2rem;
    margin-bottom: 4.7rem
}

@media (max-width: 852px) {
    .condition__col {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
        flex: 0 1 50%
    }
}

@media (max-width: 569px) {
    .condition__col {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%
    }
}

.condition__item {
    height: 100%;
    background: #F5F5F5;
    border-radius: 5px;
    text-align: center;
    padding: 75px 18px 61px;
    -webkit-box-shadow: 0 2px #C5C2C2;
    box-shadow: 0 2px #C5C2C2
}

.item-condition__icon {
    margin-bottom: 1.8rem
}

.item-condition__title {
    font-weight: 500;
    font-size: 2.4rem;
    line-height: 150%;
    color: #252525;
    margin-bottom: 1rem
}

.item-condition__text {
    font-size: 2rem;
    line-height: 150%;
    color: #454545
}

.calc {
    margin-top: 8.8rem;
    border-top: 1px solid #D1D1D1
}

.calc__header {
    margin-bottom: 4rem
}

.calc__header-subtitle {
    font-size: 2rem;
    line-height: 150%;
    text-align: center;
    color: #252525;
    margin-top: 1rem
}

.calc__block {
    background: #FFFFFF;
    -webkit-box-shadow: 0px 2px 5px 3px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 2px 5px 3px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    max-width: 691px;
    margin: auto
}

.calc__content {
    max-width: 491px;
    margin: auto;
    padding: 5rem 1rem
}

.block-calc__title {
    font-weight: 500;
    font-size: 2.4rem;
    line-height: 1.1666666667;
    letter-spacing: 0.05em;
    color: #252525;
    position: relative
}

.block-calc__slider {
    -webkit-appearance: none; /* Hides the slider so that custom slider can be made */
    width: 100%; /* Specific width is required for Firefox. */
    display: block;
    height: 10px;
    background: #000;
    border-radius: 10px;
    margin-top: 3.1rem
}

.block-calc__slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 30px;
    height: 30px;
    background-color: #fff;
    border: 3px solid #000;
    border-radius: 50%;
    margin-top: 3.1rem;
    cursor: pointer;
    transform: translateY(-50%);
}

@media (max-width: 463px) {
    .block-calc__title {
        text-align: center
    }
}

.calc-title {
    margin-bottom: 3.1rem;
    position: relative
}

.block-calc__inner {
    margin-bottom: 6rem
}

.calc__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.calc__inner-text {
    font-size: 1.6rem;
    line-height: 1.1875;
    letter-spacing: 0.05em;
    color: #252525;
    opacity: 0.6
}

.block-calc__body {
    margin-top: 5rem;
    margin-bottom: 5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (max-width: 463px) {
    .block-calc__body {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center
    }
}

@media (max-width: 463px) {
    .calc__item {
        margin-bottom: 5rem
    }

    .calc__item:last-child {
        margin-bottom: 0
    }
}

.calc__item-suptitle {
    font-weight: 500;
    font-size: 1.6rem;
    line-height: 1.1875;
    letter-spacing: 0.05em;
    color: #252525;
    opacity: 0.6;
    margin-bottom: 3rem
}

.calc__item-text {
    font-weight: 600;
    font-size: 3.2rem;
    line-height: 1.1875;
    letter-spacing: 0.05em;
    color: #252525
}

.calc__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (max-width: 463px) {
    .calc__bottom {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center
    }
}

@media (max-width: 463px) {
    .calc__bottom-btn .btn {
        width: 100%
    }
}

.calc-graf {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer
}

@media (max-width: 463px) {
    .calc-graf {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-top: 3rem
    }
}

.calc-graf__icon {
    margin-right: 1rem
}

.calc-graf__text {
    font-size: 2rem;
    line-height: 1.15;
    letter-spacing: 0.05em;
    color: #252525
}

#time {
    -webkit-appearance: none;
    background-color: #eee;
    width: 500px;
    height: 10px
}

.services {
    margin-top: 127px;
    border-top: 1px solid #D1D1D1
}

.services__header {
    margin-bottom: 4rem
}

.services__item {
    border-radius: 10px;
    border: 1px solid #CFCFCF;
    margin-bottom: 6rem
}

.services__item:last-child {
    margin-bottom: 0
}

.services__item:last-child .item-services__col {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.item-services {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    min-height: 428px
}

@media (max-width: 621px) {
    .item-services {
        min-height: 358px
    }
}

.item-services__col {
    max-width: 965px;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 1rem
}

.services__content {
    width: 30%
}

@media (max-width: 854px) {
    .services__content {
        width: 35%
    }
}

@media (max-width: 621px) {
    .services__content {
        width: 100%;
        max-width: 400px;
        margin: auto;
        text-align: center
    }
}

.item-services__title {
    font-weight: 500;
    font-size: 2.8rem;
    line-height: 150%;
    color: #252525;
    margin-bottom: 2rem
}

@media (max-width: 808px) {
    .item-services__title {
        font-size: 2rem
    }
}

@media (max-width: 621px) {
    .item-services__title {
        font-size: 2.8rem
    }
}

@media (max-width: 321px) {
    .item-services__title {
        font-size: 2.4rem
    }
}

.item-services__text {
    font-size: 1.6rem;
    line-height: 150%;
    color: #000000;
    margin-bottom: 3rem
}

@media (max-width: 808px) {
    .item-services__text {
        font-size: 1.2rem
    }
}

@media (max-width: 621px) {
    .item-services__text {
        font-size: 1.6rem
    }
}

.item-services__btn .btn {
    width: 100%
}

.services__photo {
    width: 48%
}

.services__photo img {
    width: 100%
}

@media (max-width: 854px) {
    .services__photo {
        width: 60%
    }
}

@media (max-width: 621px) {
    .services__photo {
        display: none
    }
}

.advantages {
    margin-top: 12.9rem;
    width: 100%;
    min-height: 714px;
    background: url("../assets/img/advantages/bg.jpg") center no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    position: relative;
    z-index: 1
}

.advantages:after {
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(86, 86, 86, 0.85);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2
}

@media (max-width: 729px) {
    .advantages {
        padding-bottom: 6.3rem
    }
}

.advantages__container {
    position: relative;
    z-index: 3
}

.advantages__icon {
    background: #F5F5F5;
    border-radius: 50%;
    width: 74px;
    height: 74px;
    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;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: -38px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    -webkit-box-shadow: 0 2px #C5C2C2;
    box-shadow: 0 2px #C5C2C2
}

.advantages__main {
    padding-top: 124px;
    text-align: center
}

.main-advantages {
    max-width: 632px;
    margin: auto;
    margin-bottom: 60px
}

.main-advantages__title {
    font-weight: 600;
    font-size: 4rem;
    line-height: 1.175;
    text-transform: uppercase;
    color: #FFFFFF
}

@media (max-width: 449px) {
    .main-advantages__title {
        font-size: 2.4rem
    }
}

.main-advantages__subtitle {
    font-size: 20px;
    line-height: 150%;
    color: #FFFFFF;
    opacity: 0.65;
    margin-top: 2rem
}

@media (max-width: 449px) {
    .main-advantages__subtitle {
        font-size: 2rem
    }
}

.advantages__inner {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto auto;
    grid-template-columns:auto auto;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (max-width: 729px) {
    .advantages__inner {
        -ms-grid-columns: auto;
        grid-template-columns:auto;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.advantages__item {
    padding: 0 1rem
}

@media (max-width: 729px) {
    .advantages__item {
        margin-bottom: 4rem
    }

    .advantages__item:last-child {
        margin-bottom: 0
    }
}

.item-advantages {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 4rem;
    max-width: 420px
}

.item-advantages__icon {
    margin-right: 2rem
}

.item-advantages__text {
    font-size: 1.6rem;
    line-height: 150%;
    color: #FFFFFF
}

.algorithm__subtitle {
    font-size: 20px;
    line-height: 150%;
    letter-spacing: 0.05em;
    color: #252525;
    opacity: 0.65;
    margin-top: 1rem
}

.algorithm__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 6rem -2.2rem 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.algorithm__col {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 33.333%;
    flex: 0 1 33.333%;
    padding: 0 2.2rem;
    margin-bottom: 4.5rem
}

@media (max-width: 795px) {
    .algorithm__col {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
        flex: 0 1 50%
    }
}

@media (max-width: 539px) {
    .algorithm__col {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%
    }
}

.algorithm__item {
    text-align: center;
    height: 100%;
    background: #F5F5F5;
    border-radius: 5px;
    padding: 2.8rem 2rem;
    -webkit-box-shadow: 0 2px #C5C2C2;
    box-shadow: 0 2px #C5C2C2
}

.item-algorithm > :not(:last-child) {
    margin-bottom: 3rem
}

.item-algorithm__title {
    font-weight: 500;
    font-size: 3.2rem;
    line-height: 150%;
    letter-spacing: 0.05em;
    color: #252525
}

.item-algorithm__text {
    font-size: 1.6rem;
    line-height: 150%;
    color: #454545
}

.money {
    width: 100%;
    min-height: 572px;
    background: url("../assets/img/money/bg.jpg") center no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    margin-top: 129px;
    position: relative;
    z-index: 1
}

.money:after {
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(86, 86, 86, 0.85);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2
}

@media (max-width: 621px) {
    .money {
        padding-bottom: 6.3rem
    }
}

.money__container {
    position: relative;
    z-index: 3
}

.money__icon {
    background: #F5F5F5;
    border-radius: 50%;
    width: 74px;
    height: 74px;
    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;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: -38px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    -webkit-box-shadow: 0 2px #C5C2C2;
    box-shadow: 0 2px #C5C2C2
}

.money__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 112px
}

.money__photo {
    width: 35%
}

.money__photo img {
    width: 100%
}

@media (max-width: 826px) {
    .money__photo {
        width: 45%
    }
}

@media (max-width: 621px) {
    .money__photo {
        display: none
    }
}

.money__content {
    width: 60%
}

@media (max-width: 826px) {
    .money__content {
        width: 50%
    }
}

@media (max-width: 621px) {
    .money__content {
        width: 100%
    }
}

.content-money__title {
    font-weight: 600;
    font-size: 4rem;
    line-height: 1.175;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-bottom: 5.4rem
}

@media (max-width: 826px) {
    .content-money__title {
        font-size: 3rem
    }
}

@media (max-width: 621px) {
    .content-money__title {
        text-align: center
    }
}

.content-money__text {
    font-size: 1.6rem;
    line-height: 150%;
    color: #FFFFFF
}

.content-money__text p {
    margin-bottom: 2rem
}

.content-money__text p:last-child {
    margin-bottom: 0
}

@media (max-width: 826px) {
    .content-money__text p {
        margin-bottom: 1rem
    }
}

@media (max-width: 621px) {
    .content-money__text p {
        margin-bottom: 2rem
    }
}

@media (max-width: 826px) {
    .content-money__text {
        font-size: 1.4rem
    }
}

.plus__header {
    max-width: 578px;
    margin: auto;
    margin-bottom: 9rem
}

.plus__subtitle {
    font-size: 2rem;
    line-height: 150%;
    color: #252525;
    opacity: 0.65;
    margin-top: 1rem
}

.plus__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.content-plus {
    width: 40%
}

@media (max-width: 624px) {
    .content-plus {
        width: 100%
    }
}

.content-plus__item {
    font-size: 1.6rem;
    line-height: 150%;
    color: #252525;
    margin-bottom: 4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.content-plus__item:last-child {
    margin-bottom: 0
}

.content-plus__item:before {
    content: "";
    display: block;
    min-width: 14px;
    height: 14px;
    background-color: #00659D;
    border-radius: 50%;
    margin-right: 14px
}

@media (max-width: 801px) {
    .content-plus__item {
        font-size: 1.4rem
    }
}

.plus__photo {
    width: 54%
}

.plus__photo img {
    width: 100%
}

@media (max-width: 801px) {
    .plus__photo {
        width: 60%
    }
}

@media (max-width: 624px) {
    .plus__photo {
        display: none
    }
}

.reviews {
    margin-top: 127px;
    border-top: 1px solid #d1d1d1
}

.reviews__header {
    margin-bottom: 8rem
}

.reviews__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: auto;
    max-width: 1090px
}

.reviews__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 34%;
    flex: 0 1 34%;
    padding: 0 44px
}

.item-reviews {
    text-align: center;
    position: relative
}

.item-reviews:last-child {
    border-right: 0
}

.item-reviews:after {
    content: "";
    display: inline-block;
    width: 2px;
    height: 194px;
    background-color: #C85D4E;
    position: absolute;
    right: 0;
    top: 0
}

@media (max-width: 672px) {
    .item-reviews:after {
        display: none
    }
}

.item-reviews__name {
    font-weight: 500;
    font-size: 2rem;
    line-height: 150%;
    color: #252525;
    margin-bottom: 0.4rem
}

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

.item-reviews__stars svg {
    width: 13px;
    height: 13px;
    margin-right: 7px
}

.item-reviews__stars svg:last-child {
    margin-right: 0
}

.item-reviews__text {
    font-size: 1.4rem;
    line-height: 150%;
    color: #454545;
    margin-top: 1.8rem
}

.reviews__btn {
    text-align: center;
    margin-top: 8rem
}

@media (max-width: 672px) {
    .reviews__btn {
        margin-top: 5rem
    }
}

.slick-list {
    overflow: hidden
}

.slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.slick-arrow {
    font-size: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 20px;
    height: 30px;
    z-index: 10
}

.slick-arrow.slick-prev {
    left: 0;
    background: url("../assets/img/slider/arrow-1.svg") center no-repeat;
    cursor: pointer
}

.slick-arrow.slick-next {
    cursor: pointer;
    right: 0;
    background: url("../assets/img/slider/arrow-2.svg") center no-repeat
}

.questions {
    margin-top: 12.8rem;
    border-top: 1px solid #D1D1D1
}

.questions__header {
    margin-bottom: 8rem
}

.item-questions {
    border-top: 1px solid rgba(37, 37, 37, 0.3);
    padding: 2rem 0
}

.item-questions:last-child {
    border-bottom: 1px solid rgba(37, 37, 37, 0.3)
}

.item-questions__title {
    font-size: 2rem;
    line-height: 150%;
    color: #252525;
    position: relative;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear
}

.item-questions__title img {
    margin-right: 2rem;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear
}

.item-questions__title.active img {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.item-questions__text {
    font-size: 16px;
    line-height: 150%;
    color: #454545;
    padding-left: 10rem;
    margin-top: 2rem;
    display: none
}

@media (max-width: 675px) {
    .item-questions__text {
        padding-left: 7rem
    }
}

@media (max-width: 374px) {
    .item-questions__text {
        font-size: 1.4rem;
        padding-left: 6rem
    }
}

.map {
    margin-top: 128px;
    position: relative;
    margin-bottom: 10rem
}

.map__icon {
    background: #F5F5F5;
    border-radius: 50%;
    width: 74px;
    height: 74px;
    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;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: -38px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    z-index: 10;
    -webkit-box-shadow: 0 2px #C5C2C2;
    box-shadow: 0 2px #C5C2C2
}

.map__block {
    width: 100%;
    min-height: 473px;
    background-color: #333
}

[class*=grounds-pane] {
    -webkit-filter: brightness(90%);
    filter: brightness(90%)
}

.map__main {
    max-width: 420px
}

@media (max-width: 598px) {
    .map__main {
        margin: auto;
        max-width: 500px
    }
}

.map__content {
    max-width: 400px;
    margin: auto;
    padding: 3.4rem 6.1rem;
    background: #FFFFFF;
    -webkit-box-shadow: 0px 2px 5px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 2px 5px 3px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    position: absolute;
    bottom: 50px;
    left: 100px;
    z-index: 2
}

@media (max-width: 642px) {
    .map__content {
        left: 30px
    }
}

@media (max-width: 598px) {
    .map__content {
        position: static;
        -webkit-box-shadow: none;
        box-shadow: none;
        max-width: 500px;
        padding: 0;
        margin-top: 4.5rem
    }
}

.content-map {
    text-align: center
}

.content-map > :not(:last-child) {
    margin-bottom: 2rem
}

.content-map__title {
    font-weight: 500;
    font-size: 3.2rem;
    line-height: 150%;
    letter-spacing: 0.05em;
    color: #252525
}

.content-map__text {
    font-size: 1.6rem;
    line-height: 150%;
    color: #252525
}

.content-map__graf {
    font-size: 1.4rem;
    line-height: 1.1428571429;
    letter-spacing: 0.05em;
    color: #454545
}

.map__social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 2rem
}

.map__social-item {
    margin-right: 2rem
}

.map__social-item:last-child {
    margin-right: 0
}

.articles__container {
    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;
}
  
.articles__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
}
  
.article {
    width: 47.5%;
    -webkit-transition: opacity 0.3s ease-in;
    -o-transition: opacity 0.3s ease-in;
    transition: opacity 0.3s ease-in;
}
  
.article__img {
    width: 100%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
}
  
.article__title {
    display: block;
    margin-top: 1.125rem;
    font-size: 1.75rem;
    font-weight: 600;
    line-height: 2.625rem;
    text-align: left;
    color: rgb(0, 0, 0);
}

.articles__header {
    margin-bottom: 4.3125rem;
}

@media (max-width: 698px) {
    .articles__inner {
      -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;
    }
  
    .article {
      width: 100%;
    }
  
    .header-block__title {
      font-size: 2.4rem;
    }
  
    .article__title {
      font-size: 1.5rem;
    }
}
  
@media (any-hover: hover) {
    .article:hover {
      opacity: 0.8;
    }
}

.info {
    margin-bottom: 10rem
}

.info__item {
    margin-bottom: 4.4rem
}

.info__item:last-child {
    margin-bottom: 0
}

.info__item ul {
    padding-left: 1rem
}

.info__item ul li {
    font-size: 1.6rem;
    line-height: 150%;
    color: #454545;
    margin-bottom: 3rem;
    list-style: disc
}

.info__item ul li:last-child {
    margin-bottom: 0
}

.info__text {
    font-size: 1.6rem;
    line-height: 150%;
    color: #454545
}

.info__text p {
    margin-bottom: 2rem
}

.info__text p:last-child {
    margin-bottom: 0
}

.info__title {
    font-size: 2.8rem;
    line-height: 33px;
    color: #252525;
    text-align: center;
    margin-bottom: 2rem
}

@media (max-width: 432px) {
    .info__title {
        font-size: 2.4rem
    }
}

.footer {
    width: 100%;
    background: #EFEFEF;
    padding: 4rem 0
}

.footer__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width: 698px) {
    .footer__top {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

@media (max-width: 897px) {
    .footer__logo {
        width: 110px
    }

    .footer__logo img {
        width: 100%
    }
}

@media (max-width: 698px) {
    .footer__logo {
        margin-bottom: 6.1rem;
        width: 150px
    }
}

@media (max-width: 698px) {
    .nav__footer {
        display: block
    }

    .nav__footer li {
        margin-right: 0
    }
}

@media (max-width: 698px) and (max-width: 698px) {
    .nav__footer li {
        margin-bottom: 0;
        margin-bottom: 4.1rem
    }

    .nav__footer li:after {
        content: "";
        display: block;
        width: 100%;
        height: 1px;
        background-color: rgba(0, 0, 0, 0.3);
        position: absolute;
        left: 0;
        margin: 2rem 0
    }

    .nav__footer li:first-child:before {
        content: "";
        display: block;
        width: 100%;
        height: 1px;
        background-color: rgba(0, 0, 0, 0.3);
        position: absolute;
        left: 0;
        margin-top: -2rem
    }
}

.footer__right {
    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: end;
    -ms-flex-align: end;
    align-items: end
}

@media (max-width: 698px) {
    .footer__right {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.right-footer > :not(:last-child) {
    margin-bottom: 1.5rem
}

.right-footer__suptitle {
    font-size: 1.4rem;
    line-height: 1.1428571429;
    letter-spacing: 0.05em;
    color: #454545
}

@media (max-width: 948px) {
    .right-footer__suptitle {
        font-size: 1.2rem
    }
}

@media (max-width: 698px) {
    .right-footer__suptitle {
        font-size: 1.6rem
    }
}

.right-footer__text {
    font-weight: 500;
    font-size: 2rem;
    line-height: 1.15;
    text-align: right;
    letter-spacing: 0.05em;
    color: #252525
}

@media (max-width: 948px) {
    .right-footer__text {
        font-size: 1.6rem
    }
}

@media (max-width: 698px) {
    .right-footer__text {
        font-size: 2rem
    }
}

.social__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media (max-width: 698px) {
    .social__footer {
        margin-right: 4rem
    }

    .social__footer:last-child {
        margin-right: 0
    }
}

.footer__bottom {
    font-size: 1.4rem;
    line-height: 150%;
    color: #252525;
    margin-top: 3rem
}

.bg {
    width: 100%;
    min-height: 572px;
    background: url("../assets/img/bg/bg.jpg") center no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 20px
}

@media (max-width: 499px) {
    .bg {
        padding: 5rem 0
    }
}

.bg__container {
    position: relative;
    z-index: 3
}

.bg__title {
    font-weight: 600;
    font-size: 4.8rem;
    line-height: 1.1666666667;
    text-transform: uppercase;
    color: #FFFFFF;
    text-align: center;
    margin-bottom: 1.4rem
}

@media (max-width: 499px) {
    .bg__title {
        font-size: 3.2rem
    }
}

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

.bg__item {
    font-size: 1.4rem;
    line-height: 150%;
    color: #FFFFFF;
    opacity: 0.3;
    margin-right: 0.8rem
}

.bg__text {
    font-size: 1.4rem;
    line-height: 150%;
    color: #FFFFFF;
    margin-top: 5rem
}

.bg__text p {
    margin-bottom: 2rem
}

.bg__text p:last-child {
    margin-bottom: 0
}

.modal {
    width: 100%;
    height: 100%;
    padding: 0 1rem;
    background-color: rgba(0, 0, 0, 0.3);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    display: none
}

.modal.show {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.modal__dialog {
    width: 100%;
    max-width: 500px;
    margin: auto;
    background: #fff;
    -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    padding: 5.5rem 4rem;
    border-radius: 10px;
    position: relative;
    -webkit-transform: translateX(90deg);
    transform: translateX(90deg);
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear
}

.modal__msg {
    font-size: 2rem;
}

.modal__close {
    position: absolute;
    right: 2.1rem;
    top: 2.1rem;
    background: none;
    cursor: pointer
}

.modal__title {
    font-weight: 600;
    font-size: 2.4rem;
    line-height: 1.1666666667;
    text-transform: uppercase;
    color: #252525;
    text-align: center;
    margin-bottom: 4rem
}

.modal__form-item {
    margin-bottom: 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.modal__form-item:last-child {
    margin-bottom: 0
}

.modal__form-item input {
    font-family: "Roboto" sans-serif;
    min-height: 5rem;
    border: 1px solid #C9C9C9;
    border-radius: 5px;
    background: #fff;
    font-weight: 500;
    font-size: 2rem;
    line-height: 150%;
    color: #252525;
    padding: 0 1rem
}

.modal__form-item input:focus {
    outline: 0
}

.modal__form-item input:focus::-webkit-input-placeholder {
    font-size: 0
}

.modal__form-item input:focus::-moz-placeholder {
    font-size: 0
}

.modal__form-item input:focus:-ms-input-placeholder {
    font-size: 0
}

.modal__form-item input:focus::-ms-input-placeholder {
    font-size: 0
}

.modal__form-item input:focus::placeholder {
    font-size: 0
}

.modal__form-item input::-webkit-input-placeholder {
    font-weight: 500;
    font-size: 2rem;
    line-height: 150%;
    color: #252525
}

.modal__form-item input::-moz-placeholder {
    font-weight: 500;
    font-size: 2rem;
    line-height: 150%;
    color: #252525
}

.modal__form-item input:-ms-input-placeholder {
    font-weight: 500;
    font-size: 2rem;
    line-height: 150%;
    color: #252525
}

.modal__form-item input::-ms-input-placeholder {
    font-weight: 500;
    font-size: 2rem;
    line-height: 150%;
    color: #252525
}

.modal__form-item input::placeholder {
    font-weight: 500;
    font-size: 2rem;
    line-height: 150%;
    color: #252525
}

.modal__label {
    font-size: 2rem;
    line-height: 150%;
    color: #545454;
    margin-bottom: 0.4rem
}

.modal__bt {
    text-align: center;
    margin-top: 5rem;
}

.modal__bt .btn {
    width: 100%
}

.header-block {
    text-align: center
}

.header-block__icon {
    background: #F5F5F5;
    border-radius: 50%;
    max-width: 74px;
    height: 74px;
    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;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: -38px auto 30px;
    -webkit-box-shadow: 0 2px #C5C2C2;
    box-shadow: 0 2px #C5C2C2;
    position: relative;
    z-index: 10
}

.header-block__title {
    font-weight: 600;
    font-size: 4rem;
    line-height: 1.175;
    text-transform: uppercase;
    color: #252525
}

@media (max-width: 496px) {
    .header-block__title {
        font-size: 2.4rem
    }
}