body {
    font-family: sans-serif, Verdana;
    background-color: white;
    font-size: 21px;
    color: black;
}

.wrapper {
    max-width: 100%;
    margin: 0px auto;
    overflow: hidden;
    position: relative;
    background: url(../images/fon.jpg) repeat-x scroll left 90px;
}

@media (max-width: 905px) {
    .wrapper {
        background: none;
    }
}

.header {
    width: 100%;
    height: 140px;
    overflow: hidden;
}

@media (max-width: 750px) {
    .header {
        height: 170px;
    }
}

@media (max-width: 420px) {
    .header {
        height: 200px;
    }
}

.header__box {
    width: 100%;
    height: 90px;
    float: left;
    background: url(../images/bbg.jpg) repeat-x scroll center 45px;
    overflow: visible;
}

@media (max-width: 750px) {
    .header__box {
        height: 135px;
        float: left;
        background: url(../images/bbg.jpg) repeat-x scroll center 90px;
        overflow: visible;
    }
}

@media (max-width: 420px) {
    .header__box {
        height: 165px;
        float: left;
        background: url(../images/bbg.jpg) repeat-x scroll center 120px;
    }
}

.header__topline {
    overflow: hidden;
    height: 45px;
}

@media (max-width: 750px) {
    .header__topline {
        text-align: center;
        height: 90px;
    }
}

@media (max-width: 420px) {
    .header__topline {
        height: 120px;
    }
}

@media (max-width: 750px) {
    .header__topline br {
        display: none;
    }
}

.header__title {
    float: left;
    padding: 5px 0px 0px 150px;
    line-height: 1.2em;
}

@media (max-width: 750px) {
    .header__title {
        float: none;
        padding: 5px 0px 0px 0px;
    }
}

.callback {
    float: right;
    margin: 5px 5px 0px 0px;
    color: white;
    background-color: #0099ff;
    display: inline-block;
    padding: 10px 20px;
    font-size: 1.2em;
    line-height: 1.0em;
    border-radius: 10px;
    box-shadow: 2px 4px 5px #999999;
    cursor: pointer;
}

.callback:hover {
    background-color: #00aaff;
}

.callback--left {
    float: left;
    margin: 40px 0px 10px 0px;
}

.callback--modal {
    float: none;
    margin: 40px 0px 10px 0px;
}

@media (max-width: 750px) {
    .callback--left {
        text-align: center;
        justify-content: center;
        margin: 0 auto;
        float: none;
    }
}

@media (max-width: 750px) {
    .callback {
        float: none;
    }
}

@media (max-width: 600px) {
    .callback {
        font-size: 1em;
    }
}

.nav {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

@media (max-width: 817px) {
    .nav {
        display: none;
    }
}

.header__nav {
    display: flex;
    overflow: hidden;
    padding: 0 110px;
    height: 45px;
}

@media (max-width: 970px) {
    .header__nav {
        padding: 0 130px;
    }
}

.nav__item {
    margin: 0px;
    padding: 0px 25px 0px 0px;
    float: left;
    line-height: 45px;
    font-size: 1.2em;
}

@media (max-width: 1050px) {
    .nav__item {
        padding: 0px 20px 0px 0px;
    }
}

@media (max-width: 970px) {
    .nav__item {
        font-size: 1.1em;
    }
}

@media (max-width: 930px) {
    .nav__item {
        font-size: 1em;
    }
}

@media (max-width: 860px) {
    .nav__item {
        font-size: 0.9em;
    }
}

.nav__menu {
    color: white;
    margin: 5vw 0 5vw 2vw;
    cursor: pointer;
}

.nav__menu:hover {
    color: #0099ff;
}

.mobile__menu {
    display: none;
    color: white;
    height: 45px;
    text-decoration: none;
    font-size: 1.6em;
    text-align: right;
    padding: 0px;
    overflow: hidden;
    line-height: 45px;
    cursor: pointer;
}

.mobile__menu span {
    display: block;
    float: right;
    padding: 0px 30px 0px 0px;
    height: 45px;
    background: url(../images/menu.gif) no-repeat scroll right center;
    margin: 0px 0px 0px 5px;
}

@media (max-width: 817px) {
    .mobile__menu {
        display: block;
        position: absolute;
        top: 47px;
        right: 25px;
    }
}

@media (max-width: 750px) {
    .mobile__menu {
        top: 90px;
        right: 25px;
    }
}

@media (max-width: 420px) {
    .mobile__menu {
        top: 120px;
        right: 25px;
    }
}

.popupmenu {
    display: none;
    position: absolute;
    right: 0;
    top: 135px;
    width: 100%;
}

.popupmenu ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
    background-color: #2C3548;
    width: 100%;
}

.popupmenu li {
    text-align: center;
    border-top: 1px solid #2e384c;
    border-bottom: 1px solid #2e384c;
}

.popupmenu a {
    color: white;
    text-decoration: none;
    display: block;
    padding: 10px 0px;
    font-size: 1.2em;
}

@media (max-width: 817px) {
    .popupmenu {
        top: 90px;
    }
}

@media (max-width: 750px) {
    .popupmenu {
        top: 135px;
    }
}

@media (max-width: 420px) {
    .popupmenu {
        top: 162px;
    }
}

.popupmenu.active {
    display: block;
}

.header__logo {
    position: absolute;
    top: 5px;
    left: 20px;
    z-index: 10;
}

@media (max-width: 750px) {
    .header__logo {
        top: 60px;
    }
}

@media (max-width: 420px) {
    .header__logo {
        top: 99px;
    }
}

.logo__bear {
    border: 0px;
}

@media (max-width: 750px) {
    .logo__bear {
        width: 110px;
        height: 110px;
    }
}

@media (max-width: 420px) {
    .logo__bear {
        width: 80px;
        height: 80px;
    }
}

.content__title {
    margin: 40px 0px 0px 0px;
    text-align: left;
    color: black;
    font-size: 2.6em;
    font-weight: bold;
}

@media (max-width: 750px) {
    .content__title {
        margin: 0px;
        text-align: center;
        font-size: 2.4em;
    }
}

@media (max-width: 420px) {
    .content__title {
        font-size: 1.4em;
    }
}

.content__subtitle {
    font-size: 1.8em;
}

@media (max-width: 750px) {
    .content__subtitle {
        text-align: center;
    }
}

@media (max-width: 420px) {
    .content__subtitle {
        font-size: 1em;
    }
}

.phone {
    padding: 40px 0px 0px 0px;
}

@media (max-width: 750px) {
    .phone {
        text-align: center;
    }
}

.phone__title {
    font-size: 1.6em;
    padding: 0px 0px 0px 40px;
}

@media (max-width: 420px) {
    .phone__title {
        font-size: 1.4em;
        padding: 0px;
    }
}

.number {
    line-height: 1.0em;
    font-size: 3.4em;
    font-weight: bold;
    color: black;
    text-decoration: none;
    padding: 0px 0px 0px 40px;
    background: url(../images/i.phone.png) no-repeat scroll left center;
}

.number--white {
    color: white;
    line-height: 1.0em;
    font-size: 3.8em;
    font-weight: bold;
    padding: 0;
}

@media (max-width: 750px) {
    .number--white {
        text-align: center;
    }
}

@media (max-width: 420px) {
    .number {
        font-size: 2.7em;
        padding: 0px;
        background: none;
    }
}

.content__item {
    margin: 100px 0;
}

@media (max-width: 750px) {
    .content__item {
        margin: 40px 0;
    }
}

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

.item img {
    margin: 0 10px 0 0;
}

.sitebox {
    max-width: 1200px;
    padding: 0px 20px;
    margin: 0px auto;
    position: relative;
    overflow: hidden;
    display: block;
}

.sitebox--header {
    height: 140px;
}

@media (max-width: 750px) {
    .sitebox--header {
        height: 170px;
    }
}

@media (max-width: 420px) {
    .sitebox--header {
        height: 200px;
    }
}

.sitebox--image {
    overflow: hidden;
    height: 570px;
    background: url(../images/header.jpg) no-repeat scroll right -50px;
}

@media (max-width: 905px) {
    .sitebox--image {
        height: auto;
        background: none;
    }
}

.center {
    margin-top: 10px;
    text-align: center;
    justify-content: center;
}

.sitebox__item {
    padding: 0px 0px 20px 0px;
    overflow: hidden;
}

.tab {
    display: flex;
    border-radius: 5px;
    background-color: #eeeeee;
}

@media (max-width: 750px) {
    .tab {
        display: block;
    }
}

.td__top {
    flex-basis: 30%;
    vertical-align: middle;
    padding: 5px;
    margin: 2px;
    font-size: 1.6em;
    font-weight: bold;
    display: flex;
    align-items: center;
}

.td__top p {
    padding: 0px 20px 0px 20px;
}

@media (max-width: 750px) {
    .td__top p {
        margin: 0 auto;
        text-align: center;
    }
}

@media (max-width: 750px) {
    .td__top {
        width: 100%;
        font-size: 1.8em;
    }
}

.td__value {
    flex-basis: 54%;
    padding: 5px;
    margin: 2px;
    font-size: 1.2em;
}

.td__value ul {
    display: inline-block;
    padding: 10px 0px 10px 0px;
    margin: 0px;
    list-style-type: disc;
    list-style-position: inside;
}

@media (max-width: 750px) {
    .td__value ul {
        padding: 0px;
        list-style: none;
    }
}

.td__value li {
    list-style-type: disc;
    list-style-position: inside;
    margin: 0px;
    padding: 0px;
    vertical-align: middle;
}

@media (max-width: 750px) {
    .td__value li {
        list-style: none;
        text-align: left;
        background: url(../images/ok.gif) no-repeat scroll 10px 2px;
        padding: 0px 0px 0px 30px;
    }
}

@media (max-width: 1184px) {
    .td__value {
        flex-basis: 47%;
    }
}

.td__price {
    flex-basis: auto;
    align-items: center;
    padding: 5px;
    margin: 2px;
    display: flex;
}

@media (max-width: 750px) {
    .td__price {
        text-align: center;
    }
}

@media (max-width: 750px) {
    .td__price p {
        margin: 0 auto;
    }
}

.price__btn {
    border-radius: 10px;
    box-shadow: 2px 4px 5px #999999;
    color: white;
    background-color: #0099ff;
    display: inline-block;
    padding: 10px 20px;
    text-decoration: none;
    font-size: 1.2em;
    line-height: 1.0em;
}

.benefis {
    width: 100%;
    text-align: center;
}

.benefis__title {
    font-size: 2.6em;
    text-align: center;
    font-weight: bold;
    margin-bottom: 0.5em;
}

.benefis__title--white {
    color: white;
    text-align: left;
}

@media (max-width: 750px) {
    .benefis__title--white {
        text-align: center;
        font-size: 2em;
    }
}

@media (max-width: 420px) {
    .benefis__title {
        font-size: 2em;
    }
}

.benefis__subtitle {
    font-size: 1.6em;
    text-align: center;
    margin-bottom: 0.5em;
}

.benefis__subtitle--white {
    color: white;
    padding: 0;
    text-align: left;
}

@media (max-width: 750px) {
    .benefis__subtitle--white {
        text-align: center;
    }
}

@media (max-width: 420px) {
    .benefis__subtitle {
        font-size: 1.2em;
    }
}

.benefis__blocks {
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    margin-bottom: 3em;
    justify-content: center;
}

.benefis__item {
    width: 32%;
    padding: 5px;
    margin: 2em 5px;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
}

@media (max-width: 420px) {
    .benefis__item {
        width: 100%;
        margin: 2px 3px;
        background: url(../images/ok.gif) no-repeat scroll left center;
    }
}

.benefis__circle {
    display: flex;
    margin: 0 auto;
    border-radius: 50px;
    border: 2px solid #0099ff;
}

@media (max-width: 420px) {
    .benefis__circle {
        display: none;
    }
}

.benefis__image {
    width: 92px;
    height: 92px;
    padding: 20px;
}

.benefis__text {
    margin-top: 5px;
    font-size: 1.4em;
    width: 100%;
    height: 26px;
}

@media (max-width: 420px) {
    .benefis__text {
        width: 90%;
        font-size: 1.1em;
        text-align: left;
        margin-top: 1px;
        margin-left: 10px;
    }
}

.text {
    text-align: left;
    font-size: 1.2em;
    margin-bottom: 0.4em;
    line-height: 1.2;
}

.gallery {
    overflow: hidden;
    background-color: #eeeeee;
    padding: 40px 0px;
}

.sliderbox {
    max-width: 1000px;
    margin: 30px auto 0px;
    overflow: hidden;
    position: relative;
}

.slider {
    padding: 0px 50px;
    overflow: hidden;
    position: relative;
}

.slider__itemlist {
    width: 100%;
    position: relative;
    background-color: white;
    overflow: hidden;
    height: 245px;
}

.gallery__images {
    position: absolute;
    left: 0px;
    top: 10px;
    height: 225px;
    width: 99999px;
}

.gallery__images div {
    width: 160px;
    height: 225px;
    overflow: hidden;
    margin: 0px 10px;
    float: left;
}

.gallery__images div img {
    width: 160px;
    height: 225px;
}

.prev {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 32px;
    height: 225px;
    background: url(../images/arl.png) no-repeat scroll center center;
}

.next {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 32px;
    height: 225px;
    background: url(../images/arr.png) no-repeat scroll center center;
}

.social {
    padding: 10px 0px 0px 0px;
    text-align: center;
    display: flex;
    justify-content: center;
}

.social__item {
    text-align: center;
    padding: 0.2vw;
}

.social__link img {
    width: 3vw;
}

@media (max-width: 420px) {
    .social__link img {
        width: 8vw;
    }
}

.callbackbox {
    padding: 30px 0px;
    overflow: hidden;
    background: black;
}

.callback__content {
    display: flex;
    text-align: center;
    justify-content: center;
}

.content__image {
    padding: 1em;
}

@media (max-width: 750px) {
    .content__image {
        display: none;
    }
}

.content__info {
    text-align: left;
    padding: 3em;
}

@media (max-width: 750px) {
    .content__info {
        text-align: center;
        padding: 2em;
    }
}

.feedback {
    width: 100%;
    padding: 3vw;
}

.feedback__info {
    display: flex;
    text-align: center;
    justify-content: center;
}

@media (max-width: 970px) {
    .feedback__info {
        flex-wrap: wrap;
    }
}

.feedback__right {
    text-align: left;
    width: 50%;
    display: flex;
    padding: 2vw 0;
}

@media (max-width: 970px) {
    .feedback__right {
        width: 100%;
        flex-wrap: wrap;
    }
}

.feedback__left {
    float: left;
    overflow: hidden;
    width: 38%;
    display: flex;
    text-align: center;
    justify-content: center;
    padding: 5vw 0;
    background: url(../images/fb.png) no-repeat scroll left center;
}

@media (max-width: 750px) {
    .feedback__left {
        display: none;
    }
}

.feedback__text {
    float: left;
    overflow: hidden;
    padding: 20px 0px 0px 0px;
}

.nside {
    display: flex;
}

@media (max-width: 970px) {
    .nside {
        width: 100%;
        flex-wrap: wrap;
    }
}

@media (max-width: 970px) {
    .leftside {
        width: 100%;
        flex-wrap: wrap;
    }
}

.leftside textarea {
    border: 1px solid #ccc;
    border-radius: 10px;
    resize: none;
    padding: 1.5em 1em;
    font-family: sans-serif, Verdana;
    font-size: 14px;
}

@media (max-width: 970px) {
    .leftside textarea {
        width: 100%;
        flex-wrap: wrap;
        margin: 0 0 15px 0;
    }
}

.rightside__input {
    width: 70%;
    display: inline-block;
    margin: 0 1em 1em;
    padding: 1.1em 1em;
    border: 1px solid #ccc;
    border-radius: 10px;
    font-family: sans-serif, Verdana;
    font-size: 14px;
}

@media (max-width: 970px) {
    .rightside__input {
        width: 100%;
        flex-wrap: wrap;
        margin: 0 0 15px 0;
    }
}

.submit {
    color: white;
    background-color: #0099ff;
    display: inline-block;
    padding: 0.7em 3.4em;
    font-size: 1.2em;
    line-height: 1.0em;
    border-radius: 10px;
    box-shadow: 2px 4px 5px #999999;
    margin: 0 14px 14px;
}

.submit input {
    border: none;
}

@media (max-width: 970px) {
    .submit {
        width: 100%;
        margin: 0 auto;
    }
}

.footer {
    overflow: hidden;
    padding: 10px 0px;
    background-color: #f4f5ec;
}

.footer__item {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.footer__item li {
    margin: 0 0 0 5vw;
    padding: 0px;
    width: 42%;
    float: left;
}

@media (max-width: 970px) {
    .footer__item li {
        width: 100%;
        float: none;
        margin: 0 0 10px 0;
    }
}

.modal {
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 1rem;
    background-color: rgba(0, 0, 0, 0.8);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1100;
}

.modal.show {
    display: flex;
}

.modal2 {
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 1rem;
    background-color: rgba(0, 0, 0, 0.8);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1100;
}

.modal2.show {
    display: flex;
}

.description {
    padding: 1em;
    margin: 1em;
    background: url(../images/phone.png) no-repeat scroll left center;
}

.description p {
    padding: 0 1.5em 0 3em;
    font-weight: bold;
    font-size: 15px;
}

.modal__content {
    width: 100%;
    max-width: 305px;
    text-align: center;
    position: relative;
    background-color: #f6fbfd;
    border-radius: 15px;
    opacity: 1;
    transform: translateY(-50px);
    transition: transform 200ms ease-in-out, opacity 200ms ease-in-out;
}

.form__group {
    margin: 0 2rem 1.5rem 2rem;
    position: relative;
    text-align: center;
}

.form__control {
    display: block;
    width: 100%;
    padding: 0.8rem 0.75rem;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 10px;
    box-shadow: none;
    font-family: inherit;
    font-size: 1em;
    color: black;
}

.form__control::placeholder {
    color: #cccccc;
}

.form__control--textarea {
    height: 32px;
    resize: none;
    overflow: hidden;
}

.swiper-container {
    width: auto;
    height: auto;
}

.swiper-slide img {
    max-width: 100%;
    margin: 1em 2.3em;
}

.swiper-scrollbar {
    display: none;
}