* {
    box-sizing: border-box;
    margin: 0;
    padding: 0
}

body {
    margin: 0;
    font-family: 'Fira Sans', sans-serif;
    line-height: 1.4;
    color: #252f41
}

@font-face {
    font-family: Gotham Black;
    src: url(../fonts/GothaProBla.otf);
    font-display: swap
}

@font-face {
    font-family: Gotham Light;
    src: url(../fonts/GothaProLig.otf);
    font-display: swap
}

@font-face {
    font-family: Gotham Regular;
    src: url(../fonts/GothaProReg.otf);
    font-display: swap
}

:focus {
    outline: 0
}

header {
    box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 5%), 0px 0px 10px 0px rgb(0 0 0 / 15%), 0px 0px 4px -1px rgb(0 0 0 / 10%);
    flex-direction: row;
    flex-wrap: wrap;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    height: 110px;
    width: 100%;
    background-color: #fff;
    position: fixed;
    z-index: 999;
    top: 0
}

.logo {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 25px
}

.logo a {
    display: flex
}

.logo img {
    width: 150px
}

.menu {
    display: flex;
    flex: 6;
    font-size: 14px;
    padding: 0
}

.menu ul {
    display: flex;
    align-items: center;
    list-style: none;
    padding: 0;
    margin: 0
}

.header-lang {
    width: 70px;
    display: flex;
    list-style: none;
    position: relative;
    flex-direction: column
}

.header-lang a.active,
.header-lang span.active {
    font-size: 18px;
    font-weight: 800
}

.header-lang a,
.header-lang span {
    color: #252f41;
    border-left: 1px solid #f4f5f6;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    font-weight: 500;
    height: 76px;
    width: 100%;
    text-decoration: none;
    text-transform: uppercase
}

.header-lang span:hover {
    cursor: pointer
}

.header-lang a {
    display: none;
    position: absolute;
    top: 100%;
    background: #fff
}

.header-lang.active a {
    display: flex
}

.header-chanells {
    display: flex;
    width: 70px;
    list-style: none;
    position: relative
}

.header-chanells>a {
    border-right: 1px solid #f4f5f6;
    border-left: 1px solid #f4f5f6;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    font-weight: 500;
    height: 77px;
    width: 70px;
    text-decoration: none;
    text-transform: uppercase;
    position: relative
}

.header-chanells>a.active,
.header-chanells>a:hover {
    background: #fff
}

.header-chanells img {
    width: 37px;
    height: 37px
}

.header-chanells .number {
    position: absolute;
    top: 17px;
    left: calc(50% + 5px);
    background: #252f41;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    width: 15px;
    height: 15px;
    font-size: 10px;
    line-height: 18px;
    font-weight: 700;
    box-shadow: 0 0 0 rgba(204, 44, 44, .4)
}

.header-chanells:hover .number {
    animation: none
}

.menu ul li a {
    color: inherit;
    padding: 0 14px;
    text-decoration: none
}

.menu ul li a:hover,
.menu ul li.active a {
    font-weight: 600
}

.signup {
    z-index: 3;
    transition: .5s;
    text-align: center;
    background-color: #fb3654;
    color: #252f41
}

.signup a {
    color: #fff;
    display: inline-flex;
    align-items: center;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .52px;
    height: 100%;
    padding: 0 20px;
    text-decoration: none;
    text-transform: uppercase;
    transition: .5s
}

.signup a:hover {
    background: #ff6975
}

.contacts {
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 1;
    background: #fff
}

.contacts a {
    color: #252f41;
    font-size: 15px;
    font-weight: 500;
    padding: 0 20px;
    display: flex;
    justify-content: center;
    text-decoration: none
}

.slides {
    position: relative;
    margin: 110px 0 70px
}

.slides .item img {
    object-fit: cover;
    height: 100%;
    max-height: 960px;
    width: 100%
}

.slides .item {
    position: relative
}

.slides h1,.slides .h1,
.srok {
    font-family: Gotham Light;
    color: #fff;
    font-size: 66px;
    letter-spacing: -.04em;
    font-weight: 300;
    margin: 0 0 0 -5px;
    display: inline-block
}

.srok {
    margin: -30px 0 20px;
    display: flex
}

.page1 .srok {
    color: #a7d128
}

.page2 .srok {
    color: #ffa811
}

.slides h1 span,.slides .h1 span  {
    font-size: 111px;
    font-weight: 900;
    color: #fff;
    letter-spacing: -.04em;
    line-height: 1;
    margin: -18px 0 0;
    display: inline-block;
    text-transform: uppercase;
    font-family: Gotham Black
}

.slides .item .desc {
    font-family: Gotham Regular;
    position: absolute;
    top: 100px;
    left: 220px;
    z-index: 3;
    bottom: 0
}

.price {
    font-family: Gotham Black;
    font-size: 111px;
    display: flex;
    letter-spacing: -.04em;
    align-items: baseline;
    font-weight: 900;
    line-height: .7;
    position: relative
}

.price span {
    top: 10px;
    font-size: 66px;
    letter-spacing: -.04em;
    font-weight: 300;
    margin: 0 0 0 10px;
    line-height: 1.1;
    font-family: Gotham Light
}

.send {
    margin: 20px 0;
    position: absolute;
    bottom: 300px
}

.send a.first {
    transition: .5s;
    text-align: center;
    color: #fff;
    text-decoration: none;
    padding: 34px 29px;
    font-size: 21px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
    border-radius: 4px
}

.sleft {
    position: absolute;
    top: 40%;
    left: 0;
    cursor: pointer;
    width: 42px;
    z-index: 3;
    animation: 2s infinite move-prev
}

.sright {
    position: absolute;
    top: 40%;
    right: 0;
    cursor: pointer;
    width: 42px;
    z-index: 3;
    animation: 2s infinite move-next
}

@keyframes move-prev {
    0% {
        opacity: .5;
        transform: translate3d(20px, 0, 0);
        animation-timing-function: cubic-bezier(.55, .06, .68, .19)
    }

    50% {
        opacity: 1;
        transform: translate3d(0, 0, 0);
        animation-timing-function: ease-out
    }

    100% {
        opacity: .5;
        transform: translate3d(20px, 0, 0);
        animation-timing-function: ease-out
    }
}

@keyframes move-next {
    0% {
        opacity: .5;
        transform: translate3d(-20px, 0, 0);
        animation-timing-function: cubic-bezier(.55, .06, .68, .19)
    }

    50% {
        opacity: 1;
        transform: translate3d(0, 0, 0);
        animation-timing-function: ease-out
    }

    100% {
        opacity: .5;
        transform: translate3d(-20px, 0, 0);
        animation-timing-function: ease-out
    }
}

#top {
    background: #252f41;
    text-align: center;
    width: 100%;
    padding: 5px 0;
    flex: 0 1 100%;
    z-index: 3
}

#top a {
    color: #daac62;
    font-weight: 500;
    text-decoration: underline;
    font-size: 13px;
    text-transform: uppercase
}

.sleft svg,
.sright svg {
    width: 42px;
    height: 130px
}

.page5 .sleft svg path.a,
.page5 .sright svg path.a {
    fill: #00ffde
}

.page5 .price {
    color: #00ffde
}

.page5 .price.white {
    color: #fff
}

.page5 .send a.first {
    background: url(/color/azure.jpg)
}

.page5 .send a.first:hover {
    background: url(/color/azure_hover.jpg)
}

.page5 .slides .srok {
    color: #00ffde
}

.page5 .slides .srok .white {
    color: #fff;
    margin-left: 15px;
}

.page5 .slides .srok b {
    font-weight: normal
}

.page5 .slides .srok span.price span {
    font-family: Gotham Light;
    letter-spacing: -.04em;
    font-weight: 300;
    margin: 0 0 0 15px;
    display: inline-block
}

.page5 .slides .srok span.price {
    display: inline-flex;
    min-width: 250px;
    justify-content: center;
    align-items: center;
    font-size: 60px;
    margin-left: 20px;
}

.page6 .slides h1>span,.page6 .slides .h1>span {
    width: 100%
}

.page6 .slides h1 span,.page6 .slides .h1 span {
    font-size: 50px
}

.page6 .slides h1 span.price,.page6 .slides .h1 span.price {
    display: inline-flex;
    min-width: 200px;
    justify-content: center;
    align-items: center;
    color: #f8d904
}

.page6 .slides h1 span.price span,.page6 .slides .h1 span.price span {
    font-family: Gotham Light;
    color: #f8d904;
    font-size: 36px;
    letter-spacing: -.04em;
    font-weight: 300;
    margin: 0 0 0 15px;
    display: inline-block
}

.page6 .sleft svg path.a,
.page6 .sright svg path.a {
    fill: #f8d904
}

.page6 .send a.first {
    background: url(/color/yellow.jpg)
}

.page6 .send a.first:hover {
    background: url(/color/yellow_hover.jpg)
}

.page6 .price {
    color: #f8d904
}

.accordion-item .accordion-item-content img {
    width: 100%;
    height: auto
}

.page6 .slides h1 .fspan, .page6 .slides .h1 .fspan {
    font-family: Gotham Light;
    color: #fff;
    font-size: 66px;
    letter-spacing: -.04em;
    font-weight: 300;
    margin: 0 0 0 -5px;
    width: auto;
    display: inline-block
}

.page1 .sleft svg path.a,
.page1 .sright svg path.a {
    fill: #a7d128
}

.page2 .sleft svg path.a,
.page2 .sright svg path.a {
    fill: #ffa811
}

.page3 .sleft svg path.a,
.page3 .sright svg path.a {
    fill: #3db6f2
}

.page4 .sleft svg path.a,
.page4 .sright svg path.a {
    fill: #ed2a54
}

.page1 .price {
    color: #a7d128
}

.page2 .price {
    color: #ffa811
}

.page3 .price {
    color: #3db6f2
}

.page4 .price {
    color: #ed2a54
}

.page1 .send a.first {
    background: url(/color/green0.jpg)
}

.page1 .send a.first:hover {
    background: #d3fd57
}

.page2 .send a.first {
    background: url(/color/orange0.jpg)
}

.page2 .send a.first:hover {
    background: #ffd145
}

.page3 .send a.first {
    background: url(/color/blue0.jpg)
}

.page3 .send a.first:hover {
    background: #73deff
}

.page4 .send a.first {
    background: url(/color/magenta0.jpg)
}

.page4 .send a.first:hover {
    background: #ff5e79
}

main {
    margin: 70px auto 0;
    max-width: 1024px
}

.top {
    font-size: 61px;
    color: #252f41;
    font-weight: 700;
    letter-spacing: .02em;
    margin: 30px 0
}

.top:after {
    content: '';
    display: block;
    height: 5px;
    width: 100px;
    background: #daac62;
    margin: 25px 0 0
}

.accordion-item-label {
    margin-bottom: -24px;
    font-size: 21px;
    margin: 0;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
    padding: 24px 30px;
    display: flex;
    align-items: center
}

.accordion-item {
    position: relative;
    margin-bottom: 21px;
    background: url(/color/acordion.jpg);
    padding: 0px 0px 24px 0px;
    color: #fff;
    border-radius: 8px;
    cursor: pointer
}

.accordion-item .accordion-item-content {
    transition: .25s;
    height: 0;
    overflow: hidden;
    margin: 0px 0px -24px;
    padding: 0 20px;
    background: #e6ece1;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px
}

.accordion-item.active .accordion-item-content {
    height: auto;
    overflow: auto;
    opacity: 1;
    margin: 0px 0px -24px;
    padding: 20px;
    background: #e6ece1;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px
}

.accordion-item .accordion-item-content p {
    color: #000;
    font-size: 21px;
    font-weight: 400
}

.topdown {
    position: absolute;
    right: 20px;
}

footer {
    padding: 10px 25px;
    font-size: 13px;
    line-height: 1;
    background: #252f41;
    color: #fff
}

footer .foot_wrap {
    margin: 0 auto;
    max-width: 1024px;
    display: flex;
    align-items: baseline;
    justify-content: space-between
}

footer a {
    color: #fff
}

footer p {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: .015em;
    line-height: 1.25;
    margin: 20px 0
}

.soc .ikonki {
    display: flex;
    justify-content: space-around
}

.soc .ikonki img {
    width: 49px
}

.foot-pod {
    background: url(../img/bg28.svg) #9ab286;
    height: 245px;
    padding: 0 100px;
    display: flex;
    justify-content: center;
    align-items: center
}

.foot-pod-wrap {
    margin: 0 auto;
    max-width: 1024px;
    display: flex;
    justify-content: center;
    align-items: center
}

.foot-pod #thankssub {
    display: none;
    color: #252f41;
    font-size: 34px;
    font-weight: 900;
    letter-spacing: .015em;
    text-align: center;
    line-height: 38px;
    width: 100%
}

.foot-pod>.foot-pod-wrap>div {
    width: 50%;
    padding: 20px 20px 20px 0
}

.fp-wrap {
    background-color: #9ab286;
    box-shadow: 0 0 15px 17px rgb(154 178 134)
}

.fp-title {
    color: #252f41;
    font-size: 38px;
    font-weight: 900;
    letter-spacing: .015em;
    text-align: inherit;
    line-height: 38px;
    margin: 10px 0
}

.fp-text {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: .015em;
    line-height: 1.2;
    text-align: inherit
}

.foot-pod>.foot-pod-wrap>div:first-child {
    padding: 20px 20px 20px 0;
    width: 45%
}

.foot-pod>.foot-pod-wrap>div:last-child {
    padding: 20px 0 20px 20px;
    width: 55%
}

.fp-input {
    position: relative
}

#subemail-new {
    height: 81px;
    width: 100%;
    background: #fff;
    color: #252f41;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: .015em;
    border-radius: 33px;
    margin: 0;
    border: 0;
    padding-left: 40px
}

#sub-next {
    position: absolute;
    right: 40px;
    top: 37px;
    border: 0;
    background: 0 0;
    cursor: pointer;
    width: 52px;
    padding: 10px 0
}

.logo.mobile {
    display: none
}

.logo.mobile a {
    display: flex
}

.logo.mobile img {
    width: 32px;
    height: 38px
}

.modal p.title {
    margin: 0 0 20px;
    text-align: center;
    color: #daac62;
    padding: 0;
    font-size: 24px;
    z-index: 1
}

.modal p.title:after {
    display: none
}

.about {
    text-align: center
}

.grey {
    background: #f4f4f6;
    font-size: 12px;
    margin: 8px 0;
    padding: 3px 0
}

.modal input,
.modal select,
.modal textarea {
    font-size: 15px;
    color: rgba(37, 47, 65, .85);
    background-color: #fff;
    border: 1px solid #252f41;
    padding: 15px 18px;
    width: 100%;
    margin: 10px 0;
    display: block;
    outline: 0;
    box-sizing: border-box
}

.close:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.close:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.close:after,
.close:before {
    position: absolute;
    left: 10px;
    content: ' ';
    height: 12px;
    width: 2px;
    background-color: #252f41
}

.flex-container .flex {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    box-sizing: border-box
}

.flex-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    position: relative
}

.tabs-mini {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 10px 0;
    color: rgba(37, 47, 65, .85)
}

.tabs-mini div {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid #252f41;
    cursor: pointer;
    padding: 13px
}

.tabs-mini div.active {
    background-color: #252f41;
    color: #fff
}

.inputs-tel-mail input.active {
    display: block
}

.inputs-tel-mail input {
    display: none
}

.order .flex-container .flex:last-child {
    padding-left: 6px
}

.order .flex-container .flex:first-child {
    padding-right: 6px
}

.form-checkbox .styled-checkbox+label:before {
    content: '';
    display: inline-block;
    vertical-align: text-top;
    width: 14px;
    height: 14px;
    border: 2px solid #252f41
}

.form-checkbox .styled-checkbox+label {
    position: relative;
    cursor: pointer;
    padding: 0
}

.form-checkbox .styled-checkbox {
    position: absolute;
    opacity: 0
}

.form-checkbox .styled-checkbox:checked+label:after {
    content: '';
    position: absolute;
    left: 4px;
    top: 4px;
    background: #252f41;
    width: 10px;
    height: 10px
}

.form-checkbox a {
    color: #252f41;
    text-decoration: none
}

.order .flex-container .btn {
    display: flex;
    justify-content: center;
    margin: 10px auto;
    background: #daac62;
    color: #252f41;
    display: inline-flex;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: .52px;
    padding: 17px 40px 15px;
    cursor: pointer;
    transition: .5s;
    border: 1px solid transparent
}

.order .flex-container .btn:hover {
    opacity: .75
}

#order-success-full p.title {
    font-size: 26px;
    margin: 10px 0;
    font-weight: 800;
    color: #252f41;
    letter-spacing: -1px;
    line-height: 1;
    text-transform: uppercase
}

#order-success-full p.title:after {
    content: '';
    display: block;
    width: 50px;
    height: 2px;
    background: #daac62;
    margin: 20px auto
}

#order-success-full p.titleh4 {
    font-size: 20px;
    margin: 10px 0;
    font-weight: 800;
    color: #252f41;
    letter-spacing: -1px;
    line-height: 1
}

.text-center {
    text-align: center
}

.toog-tel-mail {
    flex-wrap: nowrap
}

select {
    display: inline-block;
    width: 100%;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    margin: 0
}

.no-padding .flex:first-child,
.no-padding .flex:last-child {
    padding: 0
}

#menu__toggle {
    opacity: 0;
    display: none
}

#menu__toggle:checked~.menu__btn>span {
    transform: rotate(45deg)
}

#menu__toggle:checked~.menu__btn>span::before {
    top: 0;
    transform: rotate(0)
}

#menu__toggle:checked~.menu__btn>span::after {
    top: 0;
    transform: rotate(90deg)
}

#menu__toggle:checked~.menu__box {
    visibility: visible;
    top: 0
}

.hamburger-menu {
    display: none
}

.menu__btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    cursor: pointer;
    z-index: 3;
    position: relative
}

.menu__btn>span,
.menu__btn>span::after,
.menu__btn>span::before {
    display: block;
    position: absolute;
    width: 14px;
    height: 2px;
    background-color: #252f41;
    transition-duration: .25s
}

.menu__btn>span::before {
    content: '';
    top: -5px
}

.menu__btn>span::after {
    content: '';
    top: 5px
}

.menu__box {
    z-index: 1;
    display: block;
    position: fixed;
    visibility: hidden;
    left: 0;
    top: -100%;
    width: 100%;
    margin: 0;
    padding: 80px 0 0;
    list-style: none;
    background-color: #daac62;
    transition-duration: .25s
}

.menu__box a {
    display: block;
    padding: 20px 24px;
    color: #252f41;
    font-size: 20px;
    font-weight: 600;
    text-decoration: none;
    transition-duration: .25s;
    text-align: center;
    border-bottom: 1px solid #252f41
}

.menu__box li:last-child a {
    border-bottom: 0
}

.oplata {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #f4f4f6;
    padding: 10px 0;
    margin: 10px 0
}

.oplata .text {
    text-transform: uppercase;
    font-size: 14px;
    color: #9c9c9c;
    width: 33%
}

.oplata .pricetext {
    font-size: 32px;
    font-weight: 800;
    color: #252f41;
    letter-spacing: -1px;
    line-height: 1;
    margin: 0;
    width: 33%
}

.oplata .online {
    text-transform: uppercase;
    text-decoration: underline;
    font-size: 14px;
    color: #252f41;
    font-weight: 600
}

.black.active {
    position: fixed;
    top: 70px;
    left: 0;
    right: 0;
    bottom: 0;
    background: #00000080;
    z-index: 1;
    height: 100%;
    width: 100%
}

.error-fio,
.error-fio-mini {
    color: #fff;
    background: #f33;
    border-radius: 3px;
    position: absolute;
    padding: 10px 0;
    top: 15px;
    right: -85px;
    font-size: 12px;
    width: 70px;
    text-align: center;
    font-weight: 400;
    text-transform: none;
    display: none
}

.error-fio-mini:before,
.error-fio:before {
    content: '';
    position: absolute;
    left: -20px;
    top: 8px;
    border: 10px solid transparent;
    border-right: 10px solid #f33
}

.tohome {
    background: #374052;
    height: 100%;
    cursor: pointer;
    transition: .5s
}

.tohome:hover {
    background: #daac62
}

.tohome a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500;
    text-decoration: none;
    transition: .5s
}

.tohome:hover a {
    color: #252f41
}

.tohome img {
    width: 36px;
    height: auto;
    margin: 0 10px 0 0
}

input.error {
    border: 1px solid #f33
}

.modal-open {
    overflow: hidden
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0
}

.modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    transition: transform .3s ease-out
}

.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0)
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px
}

.modal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    outline: 0
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #fff
}

.modal-backdrop.fade {
    opacity: 0
}

.modal-backdrop.in {
    opacity: .5
}

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5
}

.modal .close {
    z-index: 2;
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 15px;
    width: 22px;
    height: 22px
}

.modal .close:after,
.modal .close:before {
    height: 22px
}

.modal-title {
    margin: 0;
    line-height: 1.42857143
}

.modal-body {
    position: relative;
    padding: 15px
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5
}

.modal-footer .btn+.btn {
    margin-bottom: 0;
    margin-left: 5px
}

.modal-footer .btn-group .btn+.btn {
    margin-left: -1px
}

.modal-footer .btn-block+.btn-block {
    margin-left: 0
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

.bg {
    position: absolute;
    width: 100%;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .502);
    box-shadow: inset 0 0 237.5px 12.5px rgb(0 0 0 / 35%);
    z-index: 2
}

.contact-us-button-wrapper {
    position: fixed;
    bottom: 16px;
    right: 16px;
    flex-direction: column;
    align-items: flex-end;
    z-index: 1001;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.contact-us-additional-buttons {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    position: fixed;
    bottom: 88px;
    right: 24px;
    pointer-events: none
}

.header-chanells .contact-us-additional-buttons {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    position: absolute;
    top: 88px;
    right: 10px;
    pointer-events: none
}

.contact-us-additional-buttons.active {
    pointer-events: auto
}

.contact-us-button-wrapper .main-button-block {
    position: relative;
    display: flex;
    width: 56px;
    height: 56px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    cursor: pointer;
    z-index: 2
}

.main-button-block .round_btn>img {
    width: 45px;
    min-width: 45px;
    height: 45px;
    min-height: 45px
}

.contact-us-additional-buttons-link {
    display: flex;
    align-items: center;
    cursor: pointer;
    margin-top: -45px;
    opacity: 0;
    text-decoration: none;
    background: 0 0;
    border: 0;
    transition: .5s cubic-bezier(.65, .05, .36, 1)
}

button.contact-us-additional-buttons-link span.buttons-link__title {
    font-weight: 700
}

.contact-us-additional-buttons.active .contact-us-additional-buttons-link {
    margin-top: 8px;
    opacity: 1
}

.contact-us-additional-buttons-link .buttons-link__title {
    display: none;
    padding: 5px;
    font-size: 13px;
    font-weight: 500;
    color: #252f41;
    background-color: #fff;
    margin-right: 16px;
    border-radius: 6px;
    white-space: nowrap
}

.contact-us-additional-buttons.active .contact-us-additional-buttons-link .buttons-link__title {
    display: inline-block
}

.contact-us-additional-buttons-link__img {
    width: 45px;
    min-width: 45px;
    height: 45px;
    min-height: 45px
}

.overlay {
    position: fixed;
    top: 0;
    width: 102vw;
    height: 102vh;
    background: rgba(0, 0, 0, .2);
    z-index: -1;
    display: none
}

.overlay.active {
    display: block;
    z-index: 998
}

.contact-us-button-wrapper {
    display: none
}

.video {
    position: absolute;
    top: -.5pt;
    left: -.5pt;
    right: -1pt;
    bottom: -.5pt;
    border-radius: 50%;
    background: url(../img/vidS.gif) center center no-repeat;
    transition: .5s;
    border: 5px solid #f23d5b
}

.koordinators {
    font-size: 15px;
    letter-spacing: .04em;
    font-weight: 900
}

.wrapcircle {
    width: 20px;
    height: 20px;
    background: #fff;
    position: absolute;
    bottom: -2px;
    right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%
}

.circle {
    background: #00c41b;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    -webkit-animation: 2s linear infinite blink1;
    animation: 2s linear infinite blink1
}

@keyframes blink1 {

    0%,
    100% {
        opacity: 1
    }

    75% {
        opacity: 0
    }
}

.round_btn {
    position: relative;
    background: #f23d5b;
    padding: 20px;
    border-radius: 50%;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .15);
    display: flex
}

.round_btn.active {
    background: #fff
}

.help_us {
    opacity: 0;
    position: absolute;
    background: #f23d5b;
    padding: 12px 15px;
    color: #fff;
    width: 250px;
    right: -205px;
    top: 15px;
    font-size: 16px;
    font-weight: 500;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .15);
    border-radius: 4px 4px 0;
    transition: .5s cubic-bezier(.65, .05, .36, 1)
}

.help_us.active {
    opacity: 1;
    right: 105px
}

.help_us::after {
    content: '';
    position: absolute;
    right: -23px;
    bottom: 0;
    width: 23px;
    height: 41px;
    background: url(../buttons/ugol.svg) no-repeat
}

.htext {
    font-size: 18px;
    letter-spacing: 0;
    font-weight: 400;
    padding-top: 0;
    margin-top: 2px;
    margin-bottom: -2px
}

main ul {
    color: #000;
    font-size: 21px;
    font-weight: 400;
    margin: 20px 0 20px 20px
}

.header-chanells .close {
    display: none
}

.header-chanells .close.active {
    top: 0;
    bottom: 0;
    background: #fff;
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: absolute
}

.header-chanells .close.active:after,
.header-chanells .close.active:before {
    position: absolute;
    left: 50%;
    content: ' ';
    height: 24px;
    width: 2px;
    background-color: #252f41
}

@media screen and (min-width:769px) {
    .round_btn:hover .video {
        display: none
    }

    .contact-us-additional-buttons {
        bottom: 180px;
        right: 30px
    }

    .contact-us-button-wrapper {
        bottom: 95px;
        right: 45px
    }

    .contact-us-to-top-button {
        bottom: 78px;
        right: 96px
    }
}

@media screen and (max-width:768px) {
    .contact-us-button-wrapper .main-button-block {
        bottom: 20px;
        right: 20px
    }

    .round_btn {
        padding: 20px;
        border-radius: 50%;
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, .15)
    }

    .help_us {
        top: 15px
    }

    .help_us.active {
        opacity: 1;
        right: 110px
    }

    .main-button-block img.chat2[src="/buttons/cross.svg"] {
        margin: 9px 4px
    }

    .contact-us-additional-buttons {
        bottom: 126px
    }

    .contact-us-additional-buttons.active .contact-us-additional-buttons-link {
        margin-top: 10px
    }
}

.tabs {
    display: flex;
    flex-wrap: wrap;
    margin: auto auto 145px;
    max-width: 545px
}

.modal-body.order .tabs {
    margin: 0;
    max-width: 100%
}

.tabs .input {
    position: absolute;
    opacity: 0
}

.tabs .input:checked+.label {
    color: #252f41
}

.tabs .input:checked+.label+.panel {
    display: block
}

.tabs .panel {
    width: 100%;
    display: none;
    order: 2;
    z-index: 0
}

.modal-body.order .tabs .label {
    text-align: center
}

.tabs .label {
    width: 50%;
    padding: 20px 0;
    cursor: pointer;
    font-weight: 600;
    font-size: 13px;
    color: #252f41;
    text-transform: uppercase;
    border-bottom: 2px solid #f4f5f6;
    letter-spacing: .52px;
    z-index: 1
}

@media (min-width:768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto
    }

    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, .5)
    }

    .modal-sm {
        width: 300px
    }
}

@media (min-width:992px) {
    .modal-lg {
        width: 900px
    }
}

.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto
}

.pull-right {
    float: right !important
}

.pull-left {
    float: left !important
}

.hide {
    display: none !important
}

.show {
    display: block !important
}

.invisible {
    visibility: hidden
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.hidden {
    display: none !important
}

.affix {
    position: fixed
}

.contain {
    padding: 0 10px
}

.title {
    font-size: 36px;
    color: #252f41;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1;
    margin: 0 0 20px
}

.yellow {
    font-size: 21px;
    color: #252f41;
    font-weight: 400;
    letter-spacing: -.02em;
    line-height: 1.476;
    margin: 0 0 20px
}

.green {
    font-size: 21px;
    color: #252f41;
    font-weight: 600;
    letter-spacing: -.02em;
    line-height: 1.476;
    text-indent: -13px;
    margin: 0 0 20px 12px
}

.green .arrow {
    color: #c7984d;
    margin: 0 5px 0 0
}

.tipalink {
    font-size: 21px;
    color: #c7984d;
    font-weight: 700;
    letter-spacing: -.02em;
    line-height: 2.429
}

.flex-container-text {
    display: flex;
    flex-wrap: wrap
}

.flex-text {
    max-width: 50%
}

.flex-text:first-child {
    padding-right: 15px
}

.flex-text:last-child {
    padding-left: 15px
}

.warning {
    width: 100%;
    margin: 30px 0
}

.warning p {
    font-weight: 400;
    font-size: 38px;
    text-align: center;
    margin: 0 0 10px
}

.imgflex {
    display: flex;
}

.imgflex span {
    width: 50%;
    margin: 10px;
}

.imgflex img {
    margin: 10px;
}

#recallme-wrap {
    width: 100%;
    height: 100%;
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
    opacity: 0;
    z-index: 1000;
    text-align: center;
    overflow: auto;
}

.spasibo {
    width: 100%;
    height: 100%;
    background: #daac62;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
    opacity: 0;
    z-index: 1100;
    text-align: center;
    overflow: auto;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.spasibo img {
    margin: 0px 0px 18px 0px;
}

.spasibo p {
    font-size: 17px;
    font-weight: 800;
    color: #fff;
    text-transform: uppercase;
}

.marg {
    height: calc((100vh - 768px) / 2);
    background: #252f41;
}

#recallme-wrap #recallme-close {
    position: relative;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    color: #252f41;
    cursor: pointer;
    width: 120px;
    margin: 0px auto;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#recallme-wrap #recallme-close.close:after,
#recallme-wrap #recallme-close.close:before {
    position: absolute;
    content: ' ';
    height: 18px;
    width: 2px;
    background-color: #252f41;
}

.recallme-top {
    background: #252f41;
    color: #fff;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.recallme-top-wrap {
    max-width: 393px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.recallme-title {
    font-size: 22px;
    font-weight: 800;
    text-transform: uppercase;
    margin: 36px 0px;
    width: 100%;
}

.recall-mess {
    display: flex;
    width: 100%;
    justify-content: space-between;
    max-width: 393px;
}

.recall-mess a {
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 36px;
    text-decoration: none;
}

.recall-mess img {
    height: 56px;
    width: 56px;
    border-radius: 10px;
    margin: 0px 0px 18px 0px;
}

.recall-mess span {
    font-size: 16px;
    font-weight: 400;
}

.recallme-form {
    max-width: 393px;
    margin: 0 auto;
}

.recallme-ftitle {
    font-size: 24px;
    font-weight: 800;
    color: #252f41;
    margin: 36px 0px;
    text-transform: uppercase;
}

.rcm-input {
    margin: 0px 0px 18px 0px;
}

.rcm-input input {
    border-radius: 10px;
    height: 56px;
    border: 1px solid #252f41;
    color: #252f41;
    font-size: 14px;
    font-weight: 400;
    padding: 0px 20px;
    max-width: 393px;
    width: 393px;
}

.rcm-input input.error {
    border: 2px solid #e54560;
}

.rcm-input input::placeholder {
    color: #252f41;
    font-size: 14px;
    font-weight: 400;
}

#recallme-send {
    width: 224px;
    height: 56px;
    border-radius: 10px;
    border: 0px;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    background: #daac62;
    margin: 0px auto 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    text-decoration: none;
}

.recallme-text.one {
    color: #9297a0;
    font-size: 13px;
    font-weight: 400;
    max-width: 393px;
    width: 393px;
    margin: 0px auto 18px;
    display: block;
    border-top: 1px solid #e6e6e6;
    padding: 18px 0px 0px 0px;
}

.recallme-text.two {
    color: #9297a0;
    font-size: 13px;
    font-weight: 400;
    max-width: 393px;
    width: 393px;
    display: flex;
    border-bottom: 1px solid #e6e6e6;
    padding: 0px 0px 18px 0px;
}


.recallme-text a {
    color: #9297a0;
    font-size: 13px;
    font-weight: 400;
}


@media (max-width:768px) {
    .recallme-form {
        padding: 0px 27px;
    }

    .rcm-input input {
        width: 100%;
    }

    .recallme-text.one,
    .recallme-text.two {
        width: 100%;
    }

    .recallme-top {
        padding: 0px 27px;
    }

    .recallme-title {
        font-size: 19px;
    }

    .recall-mess span {
        font-size: 14px;
    }

    .recallme-ftitle {
        font-size: 21px;
    }

}

@media (min-width:1367px) {
    .signup {
        width: 178px
    }

    main {
        margin: 70px auto 0;
        width: 85%;
        max-width: 1430px
    }

    .foot-pod {
        padding: 0
    }

    .foot-pod-wrap,
    footer .foot_wrap {
        margin: 0 auto;
        width: 85%;
        max-width: 1430px
    }
}

@media (max-width:1366px) {
    .send {
        margin: 20px 0;
        position: absolute;
        bottom: 100px
    }

    .top {
        font-size: 42px;
        line-height: 42px
    }

    .logo {
        margin: 0 15px
    }

    .menu ul li a {
        padding: 0 4px;
        font-size: 12px
    }

    .contacts a,
    .signup a {
        padding: 0 10px
    }

    .foot-pod {
        padding: 0 30px
    }
}

@media (max-width:1340px) {
    .logo.mobile {
        display: flex;
        width: 70px;
        margin: 0;
        z-index: 2;
        background: #fff;
        flex: 0;
        justify-content: center
    }

    .logo {
        display: none
    }

    #menu__toggle:checked~.menu__box {
        visibility: visible;
        top: 70px;
        padding: 0
    }
}

@media (max-width:1199px) {
    .contacts {
        width: 33.3%
    }

    #menu__toggle:checked~.menu__box {
        visibility: visible;
        top: 70px;
        padding: 0
    }

    #menu__toggle:checked~.menu__btn {
        background: #daac62
    }

    .hamburger-menu {
        width: 40px;
        flex: 6;
        display: flex;
        justify-content: left;
        padding: 0 20px;
        border-left: 1px solid #f4f5f6;
        align-items: center
    }

    .header-chanells,
    .header-lang {
        width: 16.5%
    }

    .menu {
        display: none
    }

    .logo.mobile {
        display: flex;
        width: 16.5%;
        margin: 0;
        z-index: 2;
        background: #fff;
        flex: 1;
        justify-content: left
    }

    .signup {
        padding: 0 10px
    }
}

@media (max-width:990px) {

    .buttons-link__title,
    .contact-us-additional-buttons.active .contact-us-additional-buttons-link .buttons-link__title {
        display: none
    }

    .tohome {
        background: 0 0
    }

    footer {
        flex-wrap: wrap;
        padding: 20px 20px 70px;
        height: auto
    }

    footer .foot_wrap {
        flex-wrap: wrap;
        padding: 40px 0
    }

    footer .foot_wrap div {
        width: 100%;
        flex-wrap: wrap
    }

    footer p {
        text-align: center
    }

    .fp-title {
        font-size: 26px;
        text-align: center
    }

    .foot-pod {
        flex-wrap: wrap;
        height: auto;
        padding: 40px 0
    }

    .foot-pod .foot-pod-wrap {
        flex-wrap: wrap
    }

    .foot-pod>.foot-pod-wrap>div {
        width: 100%;
        padding: 20px
    }

    .fp-text {
        margin: 0;
        text-align: center;
        font-size: 14px
    }

    #sub-next {
        top: 28px
    }

    .foot-pod>.foot-pod-wrap>div:first-child,
    .foot-pod>.foot-pod-wrap>div:last-child {
        padding: 20px;
        width: 100%
    }

    #subemail-new {
        height: 62px;
        border-radius: 25px;
        font-size: 15px
    }
}

@media (max-width:768px) {
    .imgflex {
        display: flex;
        flex-wrap: wrap;
    }

    .imgflex span {
        width: 100%;
        margin: 10px 0px 10px 0px;
    }

    .imgflex img {
        margin: 0px;
    }

    .page6 .slides h1 .fspan,.page6 .slides .h1 .fspan {
        font-size: 30px;
        color: #fff;
        letter-spacing: -.04em;
        line-height: 1;
        display: inline-flex;
        text-transform: uppercase;
        font-family: Gotham Black;
    }

    .page6 .slides h1>span,.page6 .slides .h1>span {
        font-size: 23px;
        font-family: Gotham Light;
        color: #f8d904;
        letter-spacing: -.04em;
        font-weight: 300;
        text-transform: none;
        width: auto;
        display: flex;
        align-items: center;
        margin: 15px 0
    }

    .page6 .slides h1 span.price,.page6 .slides .h1 span.price {
        font-family: Gotham Black;
        color: #f8d904;
        font-size: 28px;
        letter-spacing: -.04em;
        text-transform: none;
        margin: 0 0 0 15px;
        display: inline-block;
        min-width: 140px;
        padding: 0
    }

    .page6 .slides h1 span.price span,.page6 .slides .h1 span.price span {
        font-family: Gotham Black;
        color: #f8d904;
        font-size: 28px;
        letter-spacing: -.04em;
        text-transform: none;
        margin: 0 0 0 5px;
        display: inline-block
    }

    .page6 .slides h1 span b,.page6 .slides .h1 span b {
        font-size: 23px;
        font-family: Gotham Light;
        color: #f8d904;
        letter-spacing: -.04em;
        font-weight: 300;
        text-transform: none;
        min-width: 180px
    }

    .page5 .slides .srok b {
        font-size: 23px;
        font-family: Gotham Light;
        color: #00ffde;
        letter-spacing: -.04em;
        font-weight: 300;
        text-transform: none;
        min-width: 180px
    }

    .warning p {
        font-size: 32px
    }

    .signup a {
        padding: 0
    }

    .top {
        font-size: 42px;
        line-height: 42px
    }

    .contain .top {
        text-align: center
    }

    .slides .item .desc {
        left: 10px;
        top: 10px;
        position: absolute;
        display: flex;
        flex-direction: column;
    }

    .flex-text {
        max-width: 100%
    }

    .slides h1,.slides .h1,
    .srok {
        font-size: 42px;
        margin: 5px 0 10px
    }

    .slides h1 span {
        font-size: 64px;
        margin: 0
    }

    .price {
        font-size: 52px;
        align-items: baseline
    }

    .send {
        margin: 20px 0 0;
        position: fixed;
        width: 100%;
        bottom: 0;
        left: 0
    }

    .price span {
        font-size: 36px
    }

    .accordion-item-label {
        text-align: center;
        font-size: 16px;
        justify-content: center;
        padding: 24px 50px 24px 30px;
    }

    .accordion-item-label:after {
        margin: 10px auto 0
    }

    .accordion-item {
        margin: 0 10px 21px
    }

    .sleft,
    .sright {
        top: 400px;
        height: 130px;
        zoom: .7
    }

    .sleft svg,
    .sright svg {
        
    }
}

@media (max-width:640px) {
    .page5 .slides .srok span.price {
        min-width: 220px;
        font-size: 32px
    }

    .price span {
        font-size: 23px
    }

    .send a.first {
        margin: 10px 0 0;
        display: block;
        border-radius: 0
    }

    .hamburger-menu {
        flex: 1;
        display: flex;
        justify-content: center;
        padding: 0;
        align-items: center
    }

    .signup a {
        padding: 0;
        width: 120px;
        letter-spacing: 0;
        font-size: 12px
    }

    .questions .top {
        text-align: center
    }

    .questions .top:after {
        margin: 10px auto 0
    }

    .menu {
        display: none
    }

    .header-lang {
        z-index: 2;
        background: #fff
    }

    .contacts {
        z-index: 2
    }

    .header-chanells {
        z-index: 2;
        background: #fff
    }

    .header-chanells>a {
        width: 100%
    }

    .contacts a {
        padding: 0 10px;
        font-size: 13px
    }

    .logo.mobile {
        justify-content: center
    }

    .header-chanells .number {
        left: calc(50% + 5px)
    }

    .howlang {
        left: -100%
    }

    .slides {
        min-height: 600px
    }

    .slides h1,.slides .h1,
    .srok {
        font-size: 32px;
        padding: 0 0 0 10px
    }

    .slides h1 span,.slides .h1 span {
        font-size: 48px;
        font-weight: 600
    }

    .price {
        font-size: 52px;
        display: flex;
        justify-content: flex-start;
        padding: 0 0 0 10px;
        margin: 5px 0 0
    }

    .slides .item img {
        height: calc(100vh - 150px)
    }

    .signup {
        display: none
    }

    .order .flex-container .flex:first-child {
        padding-right: 0
    }

    .order .flex-container .flex:last-child {
        padding-left: 0
    }

    .flex.inputs-tel-mail,
    .flex.tabs-mini {
        flex: 0 0 100%;
        max-width: 100%
    }

    .oplata {
        flex-wrap: wrap
    }

    .oplata .online {
        width: 100%;
        text-align: center;
        margin: 30px 0 0
    }

    .toog-tel-mail {
        flex-wrap: wrap
    }

    #menu__toggle:checked~.menu__box {
        visibility: visible;
        top: 0;
        padding: 110px 0 0
    }
}

@media (max-width:475px) {

    .page5 .slides .srok b,
    .page6 .slides h1 span b,.page6 .slides .h1 span b {
        width: 160px;
        min-width: auto
    }

    .slides h1,
    .srok {
        font-size: 23px
    }

    .slides h1 span {
        font-size: 40px
    }

    .page5 .slides .srok span.price {
        min-width: 200px;
        font-size: 32px
    }

    .price span {
        font-size: 23px
    }
}

@media (max-width:375px) {
    .page5 .slides .srok span.price {
        min-width: 170px;
        font-size: 32px
    }

    .price span {
        font-size: 23px
    }

    .slides .item img {
        min-height: 300px
    }

    .slides h1,.slides .h1,
    .srok {
        font-size: 23px;
        padding: 0 0 0 10px
    }

    .first {
        margin: 30px 0;
        display: block;
        border-radius: 0
    }

    .signup a {
        width: 80px
    }

    .logo.mobile img {
        width: auto;
        height: 36px;
        margin: 0 3px
    }

    .slides .top {
        font-size: 35px
    }

    .chanells a {
        width: 39px;
        height: 50px
    }

    .howlang {
        left: -140%
    }

    .contacts a {
        padding: 0 10px;
        font-size: 13px
    }

    .menu__box a {
        font-size: 18px
    }

    .oplata .pricetext {
        width: 50%
    }

    .slides h1 span,.slides .h1 span {
        font-size: 34px
    }
}

/******************************** Info3 **********************************/
#info3 {
    color:  #252f41;
    border: 3px solid #fb3654;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    padding: 20px;
}
#info3 a{
    color:  #252f41;
}
#info3 > .article-content > .article-content-wrapper > div {
    text-align: center;
    font-size: 21px;
}
#info3.red {
    color:  #fff;
    border: 0px;
    border-radius: 0px;
    background: #fb3654;
    display: flex;
    justify-content: center;
    width: 100%;
}

.addresses{
    justify-content: space-between;
   flex-wrap: wrap;
   margin: 0px;
   background-color: #212a3a;
   opacity: 1;
}

@media screen and (min-width: 991px) {
    .addresses {
    margin: -180px 0px 0px 0px;
}
}


.addresses:first-child {
  width: 100%;
}
.addresses:not(:first-child) {
  flex: 1;
}
#info3 > .article-content > .article-content-wrapper > div {
    text-align: center;
}
#info3 p.info3_title {
    justify-content: center;
    display: flex;
    font-size: 26px;
font-weight: 900;
}
#info3 p.info3_text {
    justify-content: center;
    display: flex;
}
#info3 p {
    color:  #252f41;
    font-size: 21px;
    font-weight: 400;
}
#info3 b {
font-size: 26px;
font-weight: 900;
}

#info3 > .article-content > .article-content-wrapper > div.info3_title {
    justify-content: center;
    display: flex;
    font-size: 26px;
    font-weight: 400;
    text-transform: uppercase;
    margin: 20px 0px 10px 0px;
}

@media screen and (max-width: 990px) {
    #info3 {
    font-size: 16px;
    margin: 0px 10px;
    }
    #info3 > .article-content > .article-content-wrapper > div {
        text-align: center;
        font-size: 16px;
    }
    #info3 b.info3_title{
    font-size: 24px;
    font-weight: 900;
    text-transform: uppercase;
    line-height: 1;
    }
    #info3 .info3_text b {
        font-size: 16px;
        font-weight: 900;
    }
    #info3 > .article-content > .article-content-wrapper > div.info3_title {
        justify-content: center;
        display: flex;
        font-size: 24px;
        font-weight: 900;
        text-transform: uppercase;
        line-height: 1;
        margin: 20px 0px 10px 0px;
    }
}
/******************************** Info3 **********************************/

/******************************** Sertifikat **********************************/
#sertifikat {
    background: #2b3649;
    padding: 20px;
}

#sertifikat.srt-post {
    background: transparent;
}

#sertifikat .item {
    padding: 10px;
    display: flex;
    justify-content: center;
}

#sertifikat .item img {
    max-width: 250px;
    max-height: 360px;
}

#sertifikat.srt-post .item img {
    max-width: 175px;
    max-height: 250px;
}

#sertifikat.srt-post .zagolovok {
    font-size: 32px;
    font-weight: 700;
    line-height: 1.1;
    margin: 50px 0 45px;
    color: #252f41;
    text-align: center;
}


@media screen and (max-width: 990px) {
    #sertifikat {
        padding: 20px 0px;
    }
    #sertifikat.srt-post .zagolovok {
        font-size: 26px;
        margin: 35px 10px;
    }
    #sertifikat .item img,#sertifikat.srt-post .item img {
        max-width: 298px;
        max-height: 360px;
    }
    #sertifikat .item {
        padding: 0px;
    }
}

/******************************** Sertifikat **********************************/


/******************************** New footer **********************************/
.footer-copyright {
    font-size: 13px;
    line-height: 1;
    color: #fff;
    background-color: #252f41;
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    padding: 30px 100px;
    width: 100%;
    overflow: visible;
}

.branches .bslide {
    display: flex;
    flex-wrap: wrap;
}

.branche {
    padding: 20px;
    background: #252f41;
    color: #fff;
    width: 25%;
    text-align: center;
    display: flex !important;
    flex-direction: column;
    align-items: center;
    transition: .3s;
    justify-content: space-between;
}

.bmess {
    display: flex;
    margin: 10px 0px 20px 0px;
}

.bmess a {
    margin: 0px 5px;
}

.bmess img {
    width: 32px;
}

.branch_adress {
    color: #fff;
    font-size: 22px;
    font-weight: 800;
    letter-spacing: .04em;
    margin: 5px 0 0px;
    text-transform: uppercase;
    text-align: left;
}

.btitle {
    color: #daac62;
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0;
}

.footer-copyright.footer-new {
    align-items: flex-end;
    padding: 24px 0px;
}

.footer-copyright.footer-new p.zagolovok {
    margin: 0px 0px 20px 0px;
}

.footer-copyright.footer-new p {
    margin: 20px 0px 0px;
}

.footer-new .zagolovok {
    font-size: 14px;
    font-family: "Fira Sans";
    color: #b1d056;
    text-transform: uppercase;
    line-height: 1.286;
    text-align: left;
    font-weight: 400;
    margin: 0px 0px 20px 0px;
}

.branch_phone a {
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: .04em;
    text-decoration: none;
}
.branch_worktime {
    margin: 0 0 20px;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: .02em;
}



.sun {
    color: #fcbf02;
}

.light-green {
    color: #b1d056;
}
.footer-new .soc .ikonki img {
    width: 38px;
    margin: 0px 10px;
}

.footer-new.documents {
    background-color: rgba(37, 47, 65, 1);
    padding: 24px 0px;
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    max-width: 1024px;
}

#kontaktu.footer-new {
    background-color: rgba(37, 47, 65, 1);
    padding: 24px 0px;
    border-top: 1px solid #333f43;
    border-bottom: 1px solid #333f43;
    margin: 0 auto;
    max-width: 1024px;
}

.footer-new.documents > div {
    width: 48%;
}

.docwrap div {
    display: flex;
    justify-content: space-between;
}

.docwrap p {
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.015em;
    margin: 10px 0px;
    line-height: 1.25;
    margin: 20px 0px;
    text-align: left;
}

.footer-copyright.footer-new .vertline {
    display: block;
    height: 116px;
    width: 1px;
    max-width: 1px;
    background: #333f43;
    margin: -20px 20px;
}

.documents .vertline {
    display: block;
    height: auto;
    width: 1px;
    max-width: 1px;
    background: #333f43;
    margin: -20px 20px;
}

.docwrap p, .docwrap a {
    color: #fff;
    margin: 0px 0px 0px 0px;
}

.otdel {
    background: #b1d056;
    padding: 20px;
}

.otdel-wrap {
    display: flex;
    align-items: center;
    margin: 0 auto;
    max-width: 1024px;
    padding: 0px 0px;
}

.otdel p:first-child {
    min-width: 220px;
}

.otdel p {
    margin: 0px;
    padding: 0px 10px;
    font-size: 14px;
    font-family: "Fira Sans";
    color: rgb(37, 47, 65);
    line-height: 1.286;
    text-align: left;
    font-weight: 400;
}

.otdel .strong {
    font-size: 16px;
    font-family: "Fira Sans";
    color: rgb(37, 47, 65);
    line-height: 1.286;
    text-align: left;
    font-weight: 700;
    text-transform: uppercase;
}

.otdel .vertline {
    display: block;
    height: auto;
    width: 1px;
    max-width: 1px;
    background: #a3c054;
    margin: -20px 20px;
}

.oplatawrap div {
    display: flex;
    justify-content: space-between;
}

.oplatawrap div img {
    width: 82px;
    height: 49px;
}

.footer-new .soc .ikonki {
    display: flex;
    justify-content: space-around;
    margin: 20px 0px 0px;
}

#perelinkovka2.footer-new a {
    padding: 0 0px;
    margin: 5px 0px;
}

.footer-new-branches .branche:first-child {
    padding: 10px 5px 10px 0px;
}

.footer-new-branches .branche:last-child {
    padding: 10px 0px 10px 5px;
}

.footer-new-branches {
    position: relative;
}

.footer-new-branches .branche {
    align-items: baseline;
    padding: 10px 5px;
}
.footer-new-branches .bplace {
    display: flex;
    align-items: center;
    position: relative;
}
.footer-new-branches .bplace.home img {
    height: 29px;
    width: 23px;
}
.footer-new-branches .branch_adress {
    font-size: 13px;
    font-weight: 700;
    line-height: 1.3;
    margin: 0px 0px 0px 10px;
}
.footer-new-branches .btitle {
    color: #ffffff;
    font-weight: 700;
    text-align: left;
    margin: 0;
    line-height: 1.48;
}
.footer-new-branches .bonline_t {
    color: #ffffff;
    font-weight: 700;
    text-align: left;
    margin: 0px;
    line-height: 1;
}
.footer-new-branches .branch_phone {
    margin: 0px 0 20px;
    text-align: left;
    font-size: 14px;
}
.footer-new-branches .branch_phone a {
    font-size: 14px;
    font-weight: 400;
}
.footer-new-branches .branch_worktime {
    text-align: left;
    font-size: 14px;
}
.footer-new-branches .branch_full_adress {
    margin: 0px 0 20px;
    text-align: left;
    font-size: 14px;
}

.footer-new-branches.branches {
    background: #252f41;
}

#info3.red {position: relative;}

.google-stars {
    display: flex;
    align-items: center;
    margin: 0px 0px 10px 0px;
}

.grate img {
    max-width: 100px;
    height: 34px;
    margin: 0px 10px 0px 0px;
}

.numb {
    font-size: 40px;
    font-weight: 500;
    line-height: 1.2;
}

.stars {
    padding: 0px 5px;
}

.goog a {
    background:#b1d056;
    padding: 8px 10px;
    color: #252f41;
    text-decoration: none;
    font-size: 14px;
    border-radius: 7px;
    font-weight: 700;
}

.rating-mini {
    display: inline-block;
    font-size: 0;
}
.rating-mini span {
    padding: 0;
    font-size: 15px;
    line-height: 1;
    color: lightgrey;
}
.rating-mini > span:before {
    content: '★';
}
.rating-mini > span.active {
    color: gold;
}



@media (max-width: 1920px) and (min-width: 1500px) {
    .footer-new-branches.branches {padding: 0px 40px;}
    .main-slider {position: relative; max-height: 695px;}
}

@media (max-width: 1499px) and (min-width: 992px) {
    .footer-new-branches.branches {padding: 0px 15px 0px 0px;}
}


@media screen and (min-width: 991px) {
    .footer-new-branches .cliker {display: none;}
    .footer-copyright.footer-new > div:first-child {
        padding: 0px 0px 0px 0px;
        margin: 0px 10px 0px 0px;
    }
    .footer-copyright.footer-new > div:nth-child(2) {
        padding: 0px 0px 0px 0px;
        margin: 0px 0px 0px 0px;
    }

    .footer-copyright.footer-new > div {
        margin-right: 0px;
    }
    .footer-copyright.footer-new .vertline {
        margin: -20px 0px;
    }
    .footer-copyright>div:last-child {
        padding: 0px 0px 0px 0px;
    }
    .footer-copyright.footer-new .soc {
        position: relative;
        left: -10px;
    }
    
}

@media (min-width: 1367px)  {
    .foot-pod-wrap,
    footer .foot_wrap,#kontaktu.footer-new,.footer-new.documents,.otdel-wrap {
        margin: 0 auto;
        width: 85%;
        max-width: 1430px
    }
    .otdel-wrap {padding: 0px 45px; text-align: center;}
    .otdel p {text-align: center;}
    .footer-copyright.footer-new p.zagolovok {
        margin: 0px 0px 20px 40px;
    }
    #kontaktu.footer-new .zagolovok {
        margin: 0px 0px 20px 40px;
    }
    .footer-copyright.footer-new > div:first-child {
        padding: 0px 0px 0px 0px;
        margin: 0px 40px 0px 0px;
    }
    .footer-copyright.footer-new > div:nth-child(2) {
        padding: 0px 0px 0px 0px;
        margin: 0px 20px 0px 0px;
    }

    .license-block p:last-child {
        padding-left: 40px;
    }

    .footer-copyright.footer-new > div {
        margin-right: 20px;
    }
    .footer-copyright.footer-new .soc {
        position: relative;
        left: -40px;
    }
    .footer-copyright.footer-new .soc p.zagolovok {
        margin: 0px 0px 20px 0px;
        left: -30px;
        position: relative;
    }
    .docwrap, .oplatawrap {padding: 0px 40px;}
    .otdel {padding: 20px 50px; justify-content: space-between;}
    #perelinkovka2.footer-new {padding: 20px 60px;}
}

@media screen and (max-width: 355px) {
    .footer-new-branches .innew {position: relative; right: 50px; top: 22px;}
}

@media screen and (max-width: 1367px) {
    .footer-new-branches .branche {font-family: 'Fira Sans Condensed', sans-serif;}
    .footer-new-branches .bplace.home img {height: 24px;}
    .footer-copyright.footer-new p:not(.zagolovok), .footer-copyright.footer-new a {font-family: 'Fira Sans Condensed', sans-serif;}
    .docwrap p, .docwrap a {font-family: 'Fira Sans Condensed', sans-serif;}
    .footer-new.documents > div:first-child {width: 60%;}
    .footer-new.documents > div:last-child {width: 35%;}
    .otdel {padding: 20px 5px;}
    .otdel p {text-align: center;}
    .otdel .vertline {margin: -20px 5px;}
    .footer-new-branches .bplace.home img {display: none;}
    .footer-new-branches .branch_adress {margin: 0px 0px 0px 0px;}
    .oplatawrap div img {width: 62px; height: auto;}
}

@media screen and (max-width: 990px) {
    .branch-mob-wrap {display: none;}
    .footer-new-branches .branche {min-height: 0px !important; font-family: 'Fira Sans Condensed', sans-serif; border-bottom: 0px; border-top: 1px solid #182337; padding: 20px 0px;width: 100%;}
    .footer-new-branches .branche:last-child {border-bottom: 0px solid #182337;}
    .footer-new-branches .bplace {padding: 0px 40px 0px 0px; width: 100%;}
    .footer-copyright {display: flex;margin-left: 0;flex-wrap: wrap;}
    .footer-copyright.footer-new .vertline {display: none;}
    .documents .vertline {display: none;}
    .docwrap div {display: flex;justify-content: center;flex-wrap: wrap;}
    .footer-new.documents > div:first-child {width: 100%;}
    .footer-new.documents > div:last-child {width: 100%;}
    .otdel {padding: 20px 0px 120px 0px;}
    .otdel-wrap {flex-wrap: wrap; justify-content: center;}
    .docwrap p, .docwrap a {margin: 20px 0px 0px 0px; width: 100%; text-align: center;}
    .footer-new .zagolovok {width: 100%; text-align: center; margin: 10px 0px;}
    .footer-copyright.footer-new {justify-content: center;}
    .footer-copyright>div:first-child {padding: 0px 0px 0px 0px;}
    .footer-copyright p {text-align: center;}
    div.soc {border-top: 1px solid #333f43; padding: 20px 0px; margin: 20px 0px;}
    .footer-copyright>div:last-child {padding: 20px 0px 0px 0px;}
    .footer-new-branches .branche:first-child {padding: 20px 0px 20px 0px;}
    .footer-new-branches .branche {border-top: 0px solid #182337;}
    .otdel p:first-child {text-align: center; padding: 0px;}
    .footer-new-branches .branche:last-child {padding: 20px 0px 20px 0px;}
    .oplatawrap {border-top: 1px solid #333f43; padding: 20px 0px; margin: 20px 0px;}
    .otdel p.mob-marg {margin: 20px 0px;}
    .otdel p.mob-marg .strong {width: 100%; display: block; text-align: center;}
    footer {padding: 20px 20px 0px;}
    footer .foot_wrap {padding: 0px;}
}

/******************************** New footer **********************************/