/*------------------------------------------------------------*
**  Главная
**------------------------------------------------------------*/

/* CSS Document */

body {
    font-size: 18px;
    line-height: normal;
    color: #fff;
    margin: 0px;
    background: #282828;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    overflow-x: hidden;
}

video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

a {
    text-decoration: none;
    color: #182d3e;
}

a:hover {
    /*text-decoration: underline;*/
    color: #182d3e;
}

.clear {
    clear: both;
}

ul,
p,
img {
    margin: 0px;
    padding: 0px;
    border: 0px;
    list-style: none;
}

h1,
h2,
h3,
h4,
h5,
.h1,
.h2,
.h3,
.h4,
.h5 {
    line-height: normal;
    font-weight: bold;
    text-rendering: optimizeLegibility;
}

input:focus::-webkit-input-placeholder {
    color: transparent !important;
}

input:focus::-moz-placeholder {
    color: transparent !important;
}

input:focus:-moz-placeholder {
    color: transparent !important;
}

h1,
.h1 {
    font-size: 23px;
}

h2,
.h2 {
    font-size: 21px;
}

h3,
.h3 {
    font-size: 20px;
}

h4,
.h4 {
    font-size: 18px;
}

h5,
.h5 {
    font-size: 16px;
}

* {
    box-sizing: border-box;
}

header,
nav,
section,
article,
aside,
footer {
    display: block;
}

input,
button,
textarea {
    font-family: 'Montserrat', sans-serif;
    outline: none;
    font-weight: 500;
    font-size: 16px;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}

input[type="number"] {
    -moz-appearance: textfield;
}

ul {
    list-style: none;
}

img {
    /*max-width: 100%;*/
    height: auto !important;
}

.site-width {
    width: 100%;
    max-width: 1160px;
    padding: 0 10px;
    margin: 0 auto;
    position: relative;
}

button {
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    background: none;
    border: 0px;
}

.navbar {
    background-color: #282828;
}

.navbar .nav-link {
    color: #ffffff;
    font-weight: 400;
    font-size: 15px;
}

.navbar .nav-link:hover {
    color: #f4b859;
    text-decoration: none;
}

.navbar .special .nav-link {
    color: #f4b859;
}

.navbar .btn {
    padding: 14px;
    min-height: 48px;
    border-radius: 10px;
    background-color: #f4b859;
    border: 1px solid #f4b859;
    font-size: 15px;
    line-height: 18px;
    font-weight: 600;
    color: #282828;
    cursor: pointer;
    text-decoration: none;
}

.navbar .navbar-toggler {
    padding: 5px;
    font-size: 30px;
    border: none;
    color: #ffffff;
    background-color: transparent;
}

.navbar .dropdown-menu {
    background-color: #282828;
}

.navbar .dropdown-item {
    color: #ffffff;
    background: transparent;
}

.navbar .dropdown-item:hover {
    color: #f4b859;
    text-decoration: none;
}

.section-1 {
    background: url(../images/section1-bg.jpg) no-repeat center center;
    padding: 50px 0 55px 0;
    background-size: cover;
    margin-top: 100px;
}

.section-1 .header {
    display: flex;
    align-items: center;
    padding: 20px 0 85px 0;
}

.section-1 .logo {
    flex: 1;
}

.section-1 .logo a {
    text-decoration: none;
    color: #fff;
    font-size: 25px;
}

.section-1 .logo span {
    font-weight: 900;
}


.section-1 .main {
    color: #fff;
    text-align: center;
}

.section-1 .name {
    font-size: 25px;
    font-weight: 400;
    margin: 0 0 35px 0;
}

.section-1 .name span {
    text-decoration: underline;
}

.section-1 .title {
    font-size: 40px;
    font-weight: 700;
    margin: 0 0 35px 0;
    line-height: 55px;
}

.section-1 .title em {
    font-style: normal;
    color: #f5b858
}

.section-1 .title span {
    font-size: 30px;
    font-weight: 400;
}

.section-1 .mobile-otstup {
    display: none;
}

.section-1 .desc {
    font-size: 25px;
    margin: 0 0 50px 0;
}

.section-1 .main .btn {
    padding: 10px 35px;
    cursor: pointer;
    font-size: 18px;
    display: table;
    margin: 0 auto;
    box-shadow: 1px 2px 8px rgba(29, 29, 29, 0.52);
    border-radius: 10px;
    color: #272727;
    background-color: #f5b858;
}

.section-1 .bottom {
    margin: 40px 0 0 0;
    display: flex;
    align-items: center;
    text-align: left;
    justify-content: space-between;
}

.section-1 .bottom .vtb {
    display: flex;
    align-items: flex-start;
    font-size: 18px;
    color: #fff;
    line-height: 27px;
}

.section-1 .bottom .vtb img {
    margin: 0 25px 0 0;
}

.section-1 .bottom .info {
    font-size: 15px;
    color: #bbbbbb;
    line-height: 24px;
}

.section-1 .name .mobile {
    display: none;
}

.section-2 {
    padding: 20px 0 75px 0;
}

.section-2 .title {
    margin: 35px 0;
    text-align: center;
    font-size: 30px;
    font-weight: 700;
    color: #f5b858;
    padding: 3px 5px;
    max-width: inherit;
    margin: 60px auto 15px;
}

.section-2 .desc {
    text-align: center;
    font-size: 20px;
}

.section-3 {
    background: url(../images/section3-bg.jpg) no-repeat center;
    background-size: contain;
}

.section-3 .site-width {
    position: relative;
    padding: 85px 10px 200px;
}

.section-3 .title {
    margin: 0 0 55px 0;
    font-size: 30px;
    font-weight: 700;
    text-align: center;
}

.section-3 .title span {
    color: #f5b858;
}

.section-3 .desc {
    margin: 0 0 65px 0;
    font-size: 20px;
    line-height: 30px;
    max-width: 690px;
}

.section-3 .desc p {
    margin: 0 0 25px 0;
}

.section-3 .block {
    box-shadow: 1px 2px 11px rgba(23, 23, 23, 0.44);
    border-radius: 10px;
    background: url(../images/section3-block-bg.jpg) no-repeat center;
    background-size: cover;
    padding: 30px 10px;
    position: absolute;
    bottom: -105px;
    left: 0px;
    right: 0px;
    max-width: 940px;
    margin: auto;
}

.section-3 .block .name {
    font-size: 20px;
    text-align: center;
    line-height: 27px;
    margin: 0 0 20px 0;
}

.section-3 .block form {
    display: flex;
    justify-content: space-between;
    max-width: 675px;
    margin: 0 auto;
}

.section-3 .block input {
    width: 31.333%;
    border: 0px;
    box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.13);
    border-radius: 10px;
    background-color: #eaebec;
    font-size: 18px;
    color: #000;
    text-align: center;
    height: 42px;
}

.section-3 .block button {
    width: 31.333%;
    font-weight: 700;
    font-size: 15px;
    cursor: pointer;
    height: 42px;
    box-shadow: 1px 2px 8px rgba(29, 29, 29, 0.28);
    border-radius: 10px;
    background-color: #f5b858;
}

.section-4 {
    background: url(../images/section4-bg.jpg) no-repeat center 0;
    background-size: cover;
    padding: 175px 0 70px;
}

.section-4 .title {
    text-align: center;
    margin: 0 0 80px 0;
    font-size: 30px;
    font-weight: 700;
    color: #f5b858;

}

.section-4 .block {
    padding: 30px 70px;
    box-shadow: 0px 2px 17px rgba(23, 23, 23, 0.31);
    max-width: 810px;
    border-radius: 10px;
}

.section-4 .block .name {
    font-size: 25px;
    font-weight: 700;
    text-align: center;
    margin: 0 0 50px 0;
    color: #f5b858;

}

.section-4 .block.plus {
    background: #fff url(../images/section4-plus.jpg) no-repeat center;
    background-size: cover;
}

.section-4 ul {
    display: flex;
    flex-wrap: wrap;
}

.section-4 li {
    padding: 0 0 0 22px;
    font-size: 18px;
    font-weight: 400;
    background: url(../images/section4-bullet.png) no-repeat 0 5px;
    margin: 0 0 20px 0;
    width: 50%;
}

.section-4 .block.minus {
    background: #fff url(../images/section4-minus.jpg) no-repeat center;
    background-size: cover;
    display: table;
    margin: 35px 0 0 auto;
}

.section-5 {
    background: url(../images/section5-bg.jpg) no-repeat center 0;
    padding: 65px 0 85px 0;
    background-size: cover;
    border-top: 3px solid #f5b858;
    border-bottom: 3px solid #f5b858;
}

.section-5 .site-width {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.section-5 .col-left {
    width: 40%;
}

.section-5 .col-right {
    width: 45%;
    background: url(../images/section5-block-bg.jpg) no-repeat center;
    background-size: cover;
    padding: 40px 60px 30px 30px;
}

.section-5 .col-left .info-text {
    color: #fff;
    font-size: 20px;
    margin: 0 0 50px 0;
}

.section-5 .title {
    font-weight: 700;
    font-size: 30px;
    color: #fff;
    margin: 0 0 50px 0;
    text-align: center;
}

.section-5 .title span {
    display: block;
    color: #f5b858;

}

.section-5 .col-left .item {
    font-size: 20px;
    color: #fff;
    margin: 0 0 30px 0;
}

.section-5 .col-left .item b {
    display: block;
    font-size: 40px;
    color: #f5b858;
    font-weight: 900;
}

.section-5 .col-left .info {
    font-size: 15px;
    color: #b4b4b4;
}

.section-5 .col-left .star {
    color: #fff;
}

.section-5 .block {
    margin: 0 0 55px 0;
    position: relative;
}

.section-5 .n {
    font-size: 15px;
    font-weight: 400;
    text-transform: uppercase;
    margin: 0 0 8px 0;
    display: inline-flex;
    line-height: 20px;
    position: relative;
    align-items: center;
}

.section-5 .n span {
    width: 20px;
    height: 20px;
    display: block;
    background: url(../images/section5-pod.png) no-repeat right center;
    margin: 0 0 0 15px !important;
    flex-shrink: 0;
    cursor: pointer;
}

.section-5 .n .hover {
    display: none;
    position: absolute;
    bottom: calc(100% + 10px);
    right: 0;
    border: 3px solid #f5b858;
    background: #282828;
    box-shadow: 0px 2px 11px rgba(23, 23, 23, 0.44);
    padding: 10px;
    font-size: 14px;
    text-transform: initial;
    line-height: normal;
    width: 250px;
    border-radius: 10px;
}

.section-5 .block .line {}

.section-5 .range {
    -webkit-appearance: none;
    width: 100%;
    height: 5px;
    border-radius: 2px;
    background-color: #f5b858;
    outline: none;
    -webkit-transition: 0.2s;
    transition: opacity 0.2s;
}

.section-5 .range::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    cursor: pointer;
    border: solid 1px #f5b858;
    background-color: #282828;
}

.section-5 .range::-moz-range-thumb {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    border: solid 1px #f5b858;
    background-color: #282828;
    cursor: pointer;
}

.section-5 .counter {
    border: 0px;
    background: none;
    font-size: 15px;
    position: absolute;
    color: #fff;
    bottom: -20px;
    left: 0px;
    right: 0px;
    width: 100%;
    text-align: center;
}

.section-5 .number1 {
    position: absolute;
    bottom: -20px;
    left: 0px;
    font-size: 15px;
    color: #c2c2c2;
}

.section-5 .number2 {
    position: absolute;
    bottom: -20px;
    right: 0px;
    font-size: 15px;
    color: #c2c2c2;
}

.section-5 .total {
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
}

.section-5 .total span {
    display: block;
    font-size: 35px;
    margin: 5px 0 0 0;
}

.section-5 #result {
    color: #f5b858;
    font-size: 35px;
    font-weight: 700;
}

.section-6 {
    padding-bottom: 60px;
}

.section-6 .head {
    font-size: 30px;
    line-height: 43px;
    max-width: 940px;
    padding: 50px;
    display: table;
    margin: 0 auto;
    text-align: center;
    width: 100%;
    font-weight: 700;
    border-radius: 10px;
}

.section-6 .head span {
    color: #f5b858;
}

.section-6 .flex {
    display: flex;
}

.section-6 .col-left {
    position: relative;
    width: 195px;
}

.section-6 .col-left:before {
    content: "";
    width: 320px;
    height: 339px;
    background: url(../images/section6-bl.png) no-repeat;
    position: absolute;
    bottom: -60px;
    left: 100px;
    z-index: 1;
}

.section-6 .col-right {
    position: relative;
    margin: 0 0 0 68px;
    flex: 1;
    box-shadow: 1px 2px 11px rgba(23, 23, 23, 0.44);
    border-radius: 10px;
    padding: 35px;
    text-align: center;
    background: url(../images/bg-zvonok.jpg) no-repeat center;
    background-size: cover;
}

.section-6 .avtor {}

.section-6 .avtor .photo {
    padding: 0px 0 0 0;
}

.section-6 .avtor .photo img {
    border-radius: 10px;
    box-shadow: 0.9px 1.8px 11px 0 rgba(23, 23, 23, 0.44);
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.section-6 .avtor .name {
    margin: 10px 0;
    font-size: 18px;
}

.section-6 .avtor .desc {
    font-size: 15px;
}

.section-6 .title {
    font-size: 25px;
    color: #fff;
    font-weight: 700;
    margin: 0 0 40px 0;
}

.section-6 .name {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    margin: 0 0 15px 0;
}

.section-6 .checkbox {
    display: flex;
    margin: 0 0 35px 0;
    justify-content: center;
}

.whatsapp {
    margin: 0 5px;
    cursor: pointer;
    background: url(../images/section6-wh.png) no-repeat;
}

.email {
    margin: 0 5px;
    cursor: pointer;
    background: url(../images/section6-mail.png) no-repeat;
}

.telegram {
    margin: 0 5px;
    cursor: pointer;
    background: url(../images/section6-tl.png) no-repeat;
}

.viber {
    margin: 0 5px;
    cursor: pointer;
    background: url(../images/section6-viber.png) no-repeat;
}

.section-6 .checkbox input {
    display: none;
}

.section-6 .checkbox label {
    width: 69px;
    height: 46px;
    border-radius: 8px;
    display: block;
    position: relative;
}

.section-6 label>input+span {
    display: block;
    width: 65px;
    height: 42px;
    border: 2px solid;
    border-color: #f5b858;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 10px;
    overflow: hidden;
}

.section-6 label>input:checked+span {
    border-color: #fd4846;
}

.section-6 input {
    width: 100%;
    max-width: 325px;
    border: none;
    border-radius: 10px;
    box-shadow: inset 0px 1px 5px 0 rgba(0, 0, 0, 0.13);
    background-color: #eaebec;
    color: #000;
    text-align: center;
    height: 40px;
    display: table;
    margin: 0 auto 10px auto;
}

.section-6 .info {
    margin: 10px 0 30px 0;
    font-size: 15px;
    font-weight: 700;
    color: #bdbdbd;
}

.section-6 button {
    font-weight: 500;
    font-size: 15px;
    cursor: pointer;
    padding: 20px;
    box-shadow: 1px 2px 8px rgba(29, 29, 29, 0.28);
    border-radius: 10px;
    background-color: #f5b858;
}

.section-6 button span {
    display: block;
    font-weight: 700;
    font-size: 18px;
    margin: 0 0 5px 0;
}

.section-6 .warning {
    margin: 20px 0 0 0;
    font-size: 15px;
    color: #d3cece;
}

.section-6 .warning a {
    font-size: 15px;
    color: #d3cece;
}

.section-7 {
    background-size: cover;
    padding: 60px 0 40px;
}

.section-7 .title {
    margin: 0 0 55px 0;
    font-size: 30px;
    font-weight: 700;
    text-align: center;
}

.section-7 .title span {
    color: #f5b858;
}

.section-7 .block {
    margin: 20px auto 50px;
}

.section-7 .block .name {
    font-size: 20px;
    text-align: center;
    line-height: 27px;
    margin: 0 0 20px 0;
}

.section-7 .block form {
    display: flex;
    justify-content: space-between;
    max-width: 675px;
    margin: 0 auto;
}

.section-7 .block input {
    width: 31.333%;
    border: 0px;
    box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.13);
    border-radius: 10px;
    background-color: #eaebec;
    font-size: 18px;
    color: #000;
    text-align: center;
    height: 42px;
}

.section-7 .block button {
    width: 31.333%;
    font-weight: 700;
    font-size: 15px;
    cursor: pointer;
    height: 42px;
    box-shadow: 1px 2px 8px rgba(29, 29, 29, 0.28);
    border-radius: 10px;
    background-color: #ffffff;
    background-image: linear-gradient(to right, #f0dd10 0%, #e8cc09 100%);
}

.section-7 .section7-swiper-wrapper {
    margin: 0 auto 20px;
    width: 920px;
    position: relative;
}

.section-7 .section7-swiper {
    width: 100%;
}

.section-7 .section7-swiper .swiper {
    width: 100%;
    height: 100%;
}

.section-7 .section7-swiper .swiper-slide {
    text-align: center;
    font-size: 18px;
    width: auto;
    height: 500px;
}

.section-7 .section7-swiper .swiper-slide img {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    height: auto;
    max-width: 100%;
    max-height: 500px;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    object-fit: cover;
    border-radius: 10px;
}

.section-7 .swiper-btn {
    position: absolute;
    top: 50%;
    z-index: 3;
    margin-top: -39px;
    width: 78px;
    height: 78px;
    border-radius: 39px;
    background-color: #fff;
    background-position: 50%;
    background-repeat: no-repeat;
    border: 1px solid rgba(226, 227, 227, 0.57);
    box-shadow: 0 0 27.6px 1.5px transparent;
    cursor: pointer;
    text-align: center;
}

.section-7 .prev {
    background-image: url(../images/next.png);
    left: -39px;
}

.section-7 .next {
    background-image: url(../images/prev.png);
    right: -39px;
}

.section-7 .section7-swiper-thumb {
    margin-bottom: 50px;
}

.section-7 .section7-swiper-thumb .swiper-wrapper {
    transform: none !important;
    flex-wrap: wrap;
    justify-content: center;
}

.section-7 .section7-swiper-thumb .swiper-slide {
    width: auto !important;
    margin: 0 3px;
    cursor: pointer;
}

.section-7 .section7-swiper-thumb img {
    padding: 3px;
    width: 160px;
    height: 100px !important;
    object-fit: cover;
    transition: 0.4s ease-in-out;
    border-radius: 10px;
}

.section-7 .swiper-slide-thumb-active img {
    border: 1px solid #4079da;
}

.section-8 {
    padding: 120px 0 50px 0;
    background: #fff;
    background: url(../images/bg-8.jpg) no-repeat;
    background-position: 50% 0;
    background-size: cover;
    min-height: 700px;
}

.section-8 .title {
    font-weight: 900;
    font-size: 42px;
    font-weight: 900;
    line-height: 65px;
    margin: 70px auto 0;
    display: block;
    background-color: #ffd200;
    padding: 10px 40px;
    width: fit-content;
    text-align: center;
    color: #3a3a3a;
}

.start {
    padding: 60px 0 40px;
}

.start .title {
    margin: 0 0 35px 0;
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    color: #f5b858;
}

.start .start_title p {
    font-size: 20px;
    margin: 0 0 30px 0;
    text-align: center;
}

.start .start_title p span {
    font-weight: 700;
}

.start_item {
    position: relative;
    margin-top: 60px;
    padding-left: 100px;
    min-height: 74px;
    float: left;
    width: 31.3333%;
    margin: 20px 1% 10px;
}

.start_item__icon {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -35px;
    width: 74px;
    height: 70px;
    background-size: contain;
    background-repeat: no-repeat;
}

.start_item__title {
    line-height: 1.3;
}

.start_item:nth-child(1) .start_item__icon {
    background-image: url(../images/start/item-1.png);
}

.start_item:nth-child(2) .start_item__icon {
    background-image: url(../images/start/item-2.png);
}

.start_item:nth-child(3) .start_item__icon {
    background-image: url(../images/start/item-3.png);
}

.start_item:nth-child(4) .start_item__icon {
    background-image: url(../images/start/item-4.png);
}

.start_item:nth-child(5) .start_item__icon {
    background-image: url(../images/start/item-5.png);
}

.start_item:nth-child(6) .start_item__icon {
    background-image: url(../images/start/item-6.png);
}

.start_item:nth-child(7) .start_item__icon {
    background-image: url(../images/start/item-7.png);
}

.start_item:nth-child(8) .start_item__icon {
    background-image: url(../images/start/item-8.png);
}

.start_item:nth-child(9) .start_item__icon {
    background-image: url(../images/start/item-9.png);
}

.start_item:nth-child(10) .start_item__icon {
    background-image: url(../images/start/item-10.png);
}

.start_item:nth-child(11) .start_item__icon {
    background-image: url(../images/start/item-11.png);
}

.start_item:nth-child(12) .start_item__icon {
    background-image: url(../images/start/item-12.png);
}

.start_item:nth-child(13) .start_item__icon {
    background-image: url(../images/start/item-13.png);
}

.start_item:nth-child(14) .start_item__icon {
    background-image: url(../images/start/item-14.png);
}

.start_item:nth-child(15) .start_item__icon {
    background-image: url(../images/start/item-15.png);
}

.start .btn {
    font-weight: 500;
    font-size: 15px;
    cursor: pointer;
    padding: 10px 10px;
    box-shadow: 1px 2px 8px rgba(29, 29, 29, 0.28);
    border-radius: 10px;
    color: #272727;
    background-color: #f5b858;
    margin: 40px auto 10px;
    text-align: center;
    max-width: 350px;
}

.footer {
    padding: 40px 0 0;
    background-color: #101010;
}

.footer .logo {
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 700;
}

.footer a {
    color: #fff;
}

.footer h3 {
    margin-top: 0;
    font-size: 35px;
    font-weight: 700;
}

.footer h3 em {
    font-style: normal;
    color: #f5b858;
}

.footer .btn {
    padding: 26px;
    display: block;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    cursor: pointer;
    box-shadow: 1px 2px 8px rgba(29, 29, 29, 0.28);
    border-radius: 10px;
    color: #272727;
    background-color: #f5b858;
    text-align: center;
    max-width: 350px;
    height: 78px;
    width: 100%;
}

.footer .btn:hover {
    text-decoration: none;
}

.footer .link {
    font-size: 15px;
}

.footer img {
    /*width: 30px;*/
}

.footer .mini {
    font-size: 15px;
    font-weight: 400;
    color: #d0d0d0;
}

.footer a.mini {
    text-align: center;
}

@media (min-width: 992px) {
    .footer {
        padding: 70px 0 0;
    }
}

.popup-block {
    display: none;
}

.popup-block .popup-bg {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 99999999999999;
    overflow: auto;
    width: 100%;
    height: 100%;
}

.popup-block .block {
    height: 70%;
    border-color: #f5b858;
    background-color: #282828;
    width: 100%;
    max-width: 500px;
    padding: 50px;
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 99999999999;
    transform: translate(-50%, -50%);
    overflow-y: auto;
}

.popup-block .block .close {
    width: 16px;
    height: 16px;
    background: url(../images/close_pup.png) no-repeat, #282828;
    background-size: contain;
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.popup-block .block .close:hover {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}

.popup-block .title {
    text-align: center;
    font-size: 22px;
    margin: 0 0 30px 0;
    line-height: 30px;
}

.popup-block .title span {}

.popup-block form {
    display: block;
}

.popup-block .name {
    font-size: 20px;
    margin: 0 0 15px 0;
}

.popup-block .checkbox {
    display: flex;
    margin: 0 0 35px 0;
    justify-content: center;
}

.popup-block .checkbox input {
    display: none;
}

.popup-block .checkbox label {
    display: block;
    position: relative;
}

.popup-block label>input+span {
    display: block;
    width: 65px;
    height: 42px;
    border: 2px solid;
    border-color: #f5b858;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 10px;
    overflow: hidden;
}

.popup-block label>input:checked+span {
    border-color: #fd4846;
}

.popup-block input {
    width: 100%;
    max-width: 325px;
    border: 0px;
    border-radius: 10px;
    background: #eaebec;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1) inset;
    font-size: 18px;
    color: #000;
    text-align: center;
    height: 40px;
    margin: 0 auto 10px auto;
    display: table;
}

.popup-block .info {
    margin: 10px 0 30px 0;
    font-size: 15px;
    font-weight: 700;
    color: #bdbdbd;
}

.popup-block form {
    text-align: center;
}

.popup-block button {
    font-weight: 500;
    font-size: 15px;
    cursor: pointer;
    padding: 20px;
    box-shadow: 1px 2px 8px rgba(29, 29, 29, 0.28);
    border-radius: 10px;
    background-color: #f5b858;
}

.popup-block button span {
    display: block;
    font-weight: 700;
    font-size: 18px;
    margin: 0 0 5px 0;
}

.popup-block .warning {
    margin: 20px 0 0 0;
    font-size: 15px;
    color: #d3cece;
}

.popup-block .warning a {
    font-size: 15px;
    color: #d3cece;
}

.section-2 .mobile {
    display: none;
}

input.mail {
    display: none;
}

@media screen and (max-width: 1000px) {
    .section-6 .avtor .photo {
        max-width: 195px;
        margin: 0 auto;
    }

    .section-1 .header {
        padding: 20px 0;
        display: block;
    }

    .section-1 .logo {
        display: table;
        margin: 0 auto;
    }

    .section-1 .name {
        font-size: 20px;
    }

    .section-1 .title {
        font-size: 26px;
        line-height: normal;
    }

    .section-1 .title span {
        font-size: 18px !important;
        display: block;
    }

    .section-1 .mobile-otstup {
        display: block;
        height: 10px;
    }

    .section-1 br {
        display: none;
    }

    .section-1 br.mobile {
        display: block;
    }

    .section-1 .desc {
        font-size: 20px;
    }

    .section-1 .bottom {
        display: block;
        text-align: center;
    }

    .section-1 .bottom .vtb {
        display: block;
    }

    .section-1 .bottom .vtb img {
        display: table;
        margin: 0 auto 20px auto;
    }

    .section-1 .bottom .info {
        margin: 20px 0 0 0;
    }

    .section-1 .main .btn {
        padding: 10px 15px;
        font-size: 16px;
    }

    .section-2 .video {
        width: 100%;
        height: auto;
        max-width: 500px;
        background-size: contain;
        padding: 0;
        top: auto;
        margin: 0 auto;
        padding: 0px;
    }

    .section-2 .mobile {
        display: block;
    }

    .section-2 .video iframe {
        height: 280px;
    }

    .section-2 .video .play {
        width: 50px;
        height: 50px;
        background-size: cover;
        margin: -25px 0 0 -25px;
    }

    .section-2 {
        padding: 50px 0;
    }

    .section-2 .title {
        font-size: 26px;
    }

    .section-3 {
        background: #282828;
    }

    .section-3 .title {
        font-size: 26px;
    }

    .section-3 .desc {
        font-size: 16px;
        line-height: normal;
    }

    .section-3 .block form {
        display: block;
    }

    .section-3 .block input {
        width: 100%;
        margin: 0 0 10px 0;
    }

    .section-3 .block button {
        width: 100%;
    }

    .section-3 .block {
        margin: 0 10px;
    }

    br {
        display: none;
    }

    .section-3 .block .name {
        font-size: 18px;
        line-height: normal;
    }

    .section-4 .title {
        font-size: 26px;
        margin: 0 0 50px 0;
    }

    .section-4 .block {
        padding: 20px 10px;
    }

    .section-4 li {
        padding: 0 10px 0 20px;
        font-size: 13px;
    }

    .section-5 .title {
        font-size: 26px;
    }

    .section-5 .site-width {
        display: block;
    }

    .section-5 .col-left {
        width: 100%;
        text-align: center;
    }

    .section-5 .col-left .info-text {
        font-size: 18px;
        text-align: center;
    }

    .section-5 .col-left .item {
        font-size: 18px;
        margin: 0 0 20px 0;
    }

    .section-5 .col-right {
        width: 100%;
        padding: 30px 20px;
        margin: 30px 0 0 0;
    }

    .section-5 .n {
        font-size: 13px;
        line-height: normal;
    }

    .section-6 .head {
        padding: 20px;
        font-size: 22px;
        line-height: normal;
    }

    .section-6 .flex {
        display: block;
    }

    .section-6 .col-left:before {
        display: none;
    }

    .section-6 .col-left {
        width: 100%;
        text-align: center;
        margin: 0 0 30px 0;
    }

    .section-6 .col-right {
        margin: 0px;
        padding: 15px;
    }

    .section-6 .title {
        font-size: 20px;
        line-height: normal;
    }

    .section-6 label {
        width: 50px;
        height: 32px;
        background-size: contain;
    }

    .section-6 label>input+span {
        width: 54px;
        height: 36px;
    }

    .section-7 .block {
        margin-top: 10px;
    }

    .section-7 .block form {
        display: block;
    }

    .section-7 .block input {
        width: 100%;
        margin: 0 0 10px 0;
    }

    .section-7 .block button {
        width: 100%;
    }

    .section-7 .block .name {
        font-size: 18px;
        line-height: normal;
    }

    .section-7 .section7-swiper-wrapper {
        width: auto;
        max-width: 100%;
        margin: 0 40px 50px;
    }

    .section-8 {
        padding: 35px 0 120px 0;
    }

    .start_item {
        width: 48%;
    }
}

@media screen and (max-width: 630px) {
    .start_item {
        width: 98%;
    }

    .slider_live .bx-wrapper .bx-controls-direction a {
        width: 48px !important;
        height: 48px !important;
    }
}

@media screen and (max-width: 768px) {
    .section-7 .section7-swiper .swiper-slide {
        height: 350px;
    }

    .section-7 .section7-swiper-wrapper {
        margin: 0 0 50px;
    }

    .section-7 .swiper-btn {
        opacity: 0.2;
    }

    .section-7 .prev {
        left: 10px;
    }

    .section-7 .next {
        right: 10px;
    }
}

@media screen and (max-width: 440px) {
    .section-8 .title {
        font-size: 32px;
        line-height: initial;
    }
}

.slider_live {
    margin-bottom: 100px;
}

.slider_live ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.slider_live .bx-wrapper {
    width: 920px;
    margin: 0 auto;
    position: relative;
    box-shadow: none;
    background: #f5f5f5;
    border: 5px solid #f5f5f5;
}

.slider_live .bx-wrapper img {
    width: 100%;
    max-width: 100%;
    display: block;
    object-fit: cover;
    height: fit-content;
    max-height: 500px;
    border-radius: 10px;
}

.slider_live #bx-pager {
    margin-top: 20px;
    text-align: center;
}

.slider_live #bx-pager a {
    margin: 0 3px;
}

.slider_live #bx-pager a img {
    padding: 3px;
    width: 160px;
    height: 100px !important;
    object-fit: cover;
    transition: 0.4s ease-in-out;
    border-radius: 10px;
}

.slider_live #bx-pager a.active img {
    border: 1px solid #4079da;
}

.bx-prev,
.bx-next {
    text-decoration: none;
    position: absolute;
    top: 50%;
    margin-top: -40px;
    background: white;
    color: #666;
    width: 30px;
    height: 80px;
    text-align: center;
    transition: 0.4s linear;
    z-index: 10;
    cursor: pointer;
}

.slider_live .bx-prev {
    left: 0;
    border-radius: 0 5px 5px 0;
}

.slider_live .bx-next {
    right: 0;
    border-radius: 5px 0 0 5px;
}

.slider_live .bx-prev:before,
.bx-next:before {
    font-family: "FontAwesome";
    font-size: 30px;
    line-height: 80px;
}

.slider_live .bx-next:before {
    content: "";
}

.slider_live .bx-prev:before {
    content: "\f104";
}

.slider_live .bx-wrapper .bx-controls-direction a.bx-next {
    background: url(../images/prev.png) no-repeat;
    background-color: #fff;
    background-position: 50%;
}

.slider_live .bx-wrapper .bx-controls-direction a.bx-prev {
    background: url(../images/next.png) no-repeat;
    background-color: #fff;
    background-position: 50%;
}

.slider_live .bx-wrapper .bx-controls-direction a {
    width: 78px;
    height: 78px;
    background-color: #fff;
    border: 1px solid rgba(226, 227, 227, 0.57);
    box-shadow: 0 0 27.6px 1.5px transparent;
    margin-top: -39px;
    border-radius: 39px;
    z-index: 3;
}

.slider_live .bx-wrapper .bx-controls-direction a:hover {
    background-color: #f1de10;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.slider_live .bx-wrapper .bx-next {
    right: -44px;
    background-position: -82px -294px;
}

.slider_live .bx-wrapper .bx-prev {
    left: -44px;
    background-position: 30px -294px;
}

@media only screen and (max-width: 1200px) {
    .slider_live .bx-wrapper .bx-next {
        right: -25px;
    }

    .slider_live .bx-wrapper .bx-prev {
        left: -25px;
    }
}

@media only screen and (max-width: 1000px) {
    #bx-pager {
        display: none;
    }
}

@media only screen and (max-width: 600px) {
    .slider_live .bx-wrapper .bx-next {
        right: 0px;
    }

    .slider_live .bx-wrapper .bx-prev {
        left: 0px;
    }

    .slider_live .bx-wrapper .bx-controls-direction a {
        opacity: 0.5;
    }
}

.slider {
    display: table;
    margin: 0 auto;
    max-width: 1272px;
}

.slick-active {
    height: 360px !important;
    overflow: hidden;
    width: 360px;
    padding: 60px 0;
}

.slick-active * {
    height: 100% !important;
    max-width: none !important;
}

.slick-center {
    width: 552px !important;
    height: 385px !important;
    padding: 0px;
    opacity: 1 !important;
    padding: 0px 0 0 0 !important;
    box-shadow: 1px 2px 11px rgba(23, 23, 23, 0.44);
    border-radius: 10px;
}

.slick-center iframe {
    max-width: none;
    width: 100%;
    height: 100% !important;
    position: relative;
}

.slick-track {
    padding: 50px 0;
}

.slider .slide {
    position: relative;
}

.slick-slide {
    opacity: 0.7;
    position: relative;
}

.slider .slide iframe {
    width: 500px;
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
}

.slick-center .slide iframe {
    width: 552px !important;
    height: 385px !important;
    position: relative;
    top: auto;
    left: auto;
    bottom: auto;
}

.slick-active+.slick-active+.slick-active iframe {
    right: 0px;
    left: auto;
}

.slick-arrow {
    width: 40px;
    height: 40px;
    font-size: 0px;
    line-height: 0px;
    cursor: pointer;
    position: absolute;
    top: 50%;
    z-index: 9;
    margin: -20px 0 0 0;
    border: 0px;
    background-size: contain !important;
}

.slick-dots {
    list-style: none;
    margin: 0px;
    padding: 0px;
    display: flex;
    font-size: 0px;
    line-height: 0px;
    z-index: 6;
    justify-content: center;
}

.slick-dots button {
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    background: #000;
    width: 14px !important;
    height: 14px !important;
    border-radius: 555px;
    font-size: 0px;
    line-height: 0px;
    border: 0px;
}

.slick-dots li {
    margin: 0px 0 0 7px;
}

.slick-dots li.slick-active {
    height: inherit !important;
    overflow: hidden;
    width: inherit !important;
    padding: 0px 0 !important;
}

.slick-dots li.slick-active button {
    border-radius: 555px;
    background: #ffbb00;
}

.slick-slide:before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 1;
}

.slick-center:before {
    display: none;
}

@media screen and (max-width: 1000px) {
    .slider .slide iframe {
        width: 100%;
        position: relative;
    }

    .slick-track {
        padding: 0px 0;
    }

    .slick-active {
        padding: 20px 0;
    }

    .slick-slide {
        opacity: 1;
    }

    .slick-prev {
        background: url(7Ei.svg) no-repeat;
        transform: rotate(180deg);
        left: 10px;
    }

    .slick-next {
        right: 10px;
        background: url(7Ei.svg) no-repeat;
    }
}

@media only screen and (max-width: 583px) {
    .section-1 {
        padding-top: 40px;
    }

    .section-1 .name br {
        display: none;
    }

    .section-1 .name br.mobile {
        display: block;
    }
}

.section2__swiper {
    position: relative;
    max-width: 1140px;
    margin: 30px auto 0;
}

.section2-swiper-container {
    overflow: hidden;
}

.section2-swiper-slide {
    height: 444px;
    width: 750px !important;
    overflow: hidden;
}

.section2-swiper-button {
    position: absolute;
    z-index: 3;
    top: 50%;
    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;
    width: 70px;
    height: 70px;
    cursor: pointer;
}

.section2-swiper-button--prev {
    left: -37px;
    -webkit-transform: rotate(180deg) translateY(50%);
    transform: rotate(180deg) translateY(50%);
}

.section2-swiper-button--next {
    right: -37px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.section2-swiper-pagination {
    display: none;
}

.section2__video {
    position: relative;
    width: 100%;
    height: 100%;
}

.section2__video img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

@media (max-width: 1295px) {
    .section2__swiper {
        max-width: 860px;
    }

    .section2-swiper-slide {
        width: 610px !important;
        height: 400px;
    }
}

@media (max-width: 935px) {
    .section2__swiper {
        max-width: 700px;
    }

    .section2-swiper-slide {
        width: 530px !important;
        height: 350px;
    }
}

@media (max-width: 768px) {
    .section2__swiper {
        max-width: 672px;
        width: 92%;
        padding-bottom: 40px;
    }

    .section2-swiper-button {
        top: 50%;
    }

    .section2-swiper-button--prev {
        left: 0;
    }

    .section2-swiper-button--next {
        right: 0;
    }

    .section2-swiper-slide {
        width: 100% !important;
        height: 350px;
    }

    .section2-swiper-pagination {
        display: block;
    }

    .section2-swiper-pagination-bullet {
        width: 16px;
        height: 16px;
    }

    .swiper-pagination-bullet {
        background-color: #000;
    }

    .swiper-pagination-bullet-active {
        background-color: #fecf13;
    }
}

@media (max-width: 576px) {
    .section2-swiper-slide {
        height: 300px;
    }
}

.section-7 .warning {
    text-align: center;
    margin: 20px auto 0;
    font-size: 15px;
    color: #d3cece;
    max-width: 600px;
}

.section-7 .warning a {
    font-size: 15px;
    color: #d3cece;
    text-decoration: underline;
}

.section-3 .warning {
    text-align: center;
    margin: 20px auto 0;
    font-size: 15px;
    color: #d3cece;
    max-width: 600px;
}

.section-3 .warning a {
    font-size: 15px;
    color: #d3cece;
    text-decoration: underline;
}

@media (max-width: 768px) {
    .section-3 .site-width {
        padding-bottom: 0;
    }

    .section-3 .block {
        position: relative;
        bottom: -30px;
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }

    .section-3 .desc {
        margin-bottom: 0;
    }

    .section-4 {
        padding-top: 80px;
    }
}

/* Video Play Button */
.popup-youtube {
    cursor: pointer;
}

.play-btn {
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 50%;
    display: block;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    width: 2rem;
    height: 2.75rem;
    padding: 1.125rem 1.25rem 1.125rem 1.75rem;
    border-radius: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.play-btn:before {
    content: "";
    position: absolute;
    z-index: 0;
    top: 50%;
    left: 50%;
    display: block;
    width: 4.75rem;
    height: 4.75rem;
    border-radius: 50%;
    background: #ffffff45;
    -webkit-animation: pulse-border 1500ms ease-out infinite;
    animation: pulse-border 1500ms ease-out infinite;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.play-btn:after {
    content: "";
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    display: block;
    width: 4.375rem;
    height: 4.375rem;
    border-radius: 50%;
    background: #5097ff7d;
    -webkit-transition: all 200ms;
    transition: all 200ms;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.play-btn span {
    position: relative;
    display: block;
    z-index: 3;
    top: 0.375rem;
    left: 0.25rem;
    width: 0;
    height: 0;
    border-left: 1.625rem solid #fff;
    border-top: 1rem solid transparent;
    border-bottom: 1rem solid transparent;
}

@-webkit-keyframes pulse-border {
    0% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}

@keyframes pulse-border {
    0% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}

/* end of video play button */