body {
    font-family: Oswald, sans-serif
}

article, aside, body, div, dt, footer, h2, h3, h4, h5, h6, header, li, nav, ol, p, section, ul {
    margin: 0;
    padding: 0
}

dt, h1, h2, h3, h4, h5, h6, li, ol, p, ul {
    text-indent: 0;
    text-align: left;
    color: #000;
    font-size: 16px;
    text-decoration: none;
    list-style: none;
    font-weight: 100
}

article, aside, div, footer, h2, h3, h4, h5, h6, header, nav, p, section {
    display: block
}

* {
    box-sizing: border-box
}

*, :active, :focus, :hover {
    outline: none
}

p {
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto
}

img {
    border: 0;
    vertical-align: top
}

.cf:after, .cf:before {
    content: " ";
    display: table
}

.cf:after {
    clear: both
}

.cf {
    *zoom: 1
}

html {
    margin: 0 auto;
    min-width: 100%
}

.Container {
    width: 100%;
    margin: 0
}

.container {
    width: 960px;
    margin: 0 auto
}

.header-main {
    margin-top: 48px!important;
    padding-top: 20px!important;
    padding-bottom: 20px!important;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative
}

.header-main__logo {
    margin-right: 20px
}

.header-main__logo img {
    width: 100%
}

.header-main__content p {
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    color: #5b665b
}

.header-main__adress {
    display: inline-block;
    margin-top: 8px;
    color: #5b665b;
    border-top: 1px solid #aaa;
    padding-top: 4px;
    font-size: 16px;
    font-weight: 400;
    text-align: center
}

.header-main__contact {
    text-align: right
}

.header-main__contact a {
    display: inline-block;
    text-decoration: none;
    color: #5b665b;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 4px;
    transition: color .2s ease
}

.header-main__contact a:hover {
    color: #393939
}

.header-main__contact a:last-child {
    margin-bottom: 0
}

.header-advantage {
    background-color: #999;
    padding: 16px 0
}

.header-advantage ul {
    text-align: center;
    font-size: 0
}

.header-advantage li {
    text-align: center;
    padding: 0 30px;
    display: inline-block;
    position: relative;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: .4px
}

.header-advantage li:last-child {
    padding-right: 0;
    padding-bottom: 0
}

.header-advantage li:first-child {
    padding-left: 0;
    padding-top: 0
}

.header-advantage li:nth-child(2):after, .header-advantage li:nth-child(2):before {
    content: "";
    position: absolute;
    top: 4px;
    bottom: 4px;
    width: 2px;
    background-color: #fff;
    left: 0
}

.header-advantage li:nth-child(2):after {
    left: auto;
    right: 0
}

h2 {
    font-size: 19px;
    font-weight: 700;
    color: #fff;
    padding: 15px 0;
    margin: 42px 0 0;
    display: block
}

.even {
    background: #999 url(images/sections.png) no-repeat 150px 10px;
    box-shadow: -1px 2px 1px -1px #999
}

.even, h2.odd {
    text-align: center
}

h2.odd {
    background: #999 url(images/sections.png) no-repeat 670px -120px;
    box-shadow: 1px 1px 2px -1px #999
}

p {
    color: #47433c
}

#up {
    height: 40px
}

#head .header {
    background: #999;
    position: fixed;
    top: 0;
    width: 100%;
    margin: 0 auto;
    z-index: 1000;
    box-shadow: 0 0 1px 0 #9b7023;
    font-size: 16px
}

#head .header .container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

#head .header:hover {
    opacity: 1
}

#menu {
    float: left
}

.header-btn {
    position: relative;
    margin-left: auto;
    line-height: 48px;
    background-color: #ff1b6f;
    padding: 0 28px;
    color: #fff;
    border: none;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    cursor: pointer;
    transition: background-color .2s ease
}

.header-btn:hover {
    background-color: #58da77
}

#menu-toggle {
    position: fixed;
    top: 12px;
    left: 15px;
    cursor: pointer;
    background: #fff;
    box-sizing: border-box;
    background-clip: content-box;
    width: 30px;
    height: 24px;
    border-top: 11px solid transparent;
    border-bottom: 11px solid transparent;
    transform: rotate(0deg);
    transition: all .25s ease-in-out;
    z-index: 2000;
    display: none
}

#menu-toggle:after, #menu-toggle:before {
    content: "";
    position: absolute;
    background: #fff;
    height: 2px;
    width: 100%;
    left: 0;
    will-change: rotate;
    transform: rotate(0deg);
    transition: all .5s ease
}

#menu-toggle:before {
    top: -10px
}

#menu-toggle:after {
    bottom: -10px;
    width: 90%
}

#menu-toggle.active {
    background: transparent;
    background-clip: content-box
}

#menu-toggle.active:before {
    transform: rotate(135deg);
    top: 0;
    background: #eee;
    width: 110%
}

#menu-toggle.active:after {
    bottom: 0;
    transform: rotate(-135deg);
    background: #eee;
    width: 110%
}

.bar {
    width: 20px;
    height: 2px;
    background: #ff1b6f;
    transition: .3s ease-in-out
}

.bar:nth-child(2) {
    width: 15px;
    margin: 5px 0
}

.bar:last-child {
    width: 10px
}

#menu li {
    display: inline-block
}

#menu a {
    display: block;
    position: relative;
    line-height: 48px;
    padding: 0 18px;
    margin: 0;
    color: #fff;
    text-decoration: none
}

#menu a:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 0;
    background-color: transparent;
    transition: background-color .2s ease, height .3s ease
}

#menu a:hover:before {
    height: 3px;
    background-color: #ff1b6f
}

#logoContasts {
    background: #fff
}

.price_slider {
    text-align: center;
    font-size: 3em
}

#banner {
    background: #f2f7fc url(images/pattern_kub_2.png) repeat
}

#banner .banner_container {
    width: 960px;
    margin: 0 auto
}

#slider {
    float: left;
    width: 682px;
    height: 284px;
    margin: 0 auto;
    position: relative
}

#slider:after, #slider:before {
    content: "";
    transform: rotate(-4deg) skew(-10deg);
    left: 10px;
    bottom: 13px;
    z-index: -1
}

#slider:after {
    left: auto;
    right: 10px;
    transform: rotate(4deg) skew(10deg)
}

#slider ul {
    width: 140px;
    height: 40px;
    padding: 0;
    position: absolute;
    z-index: 10;
    list-style: none;
    left: 60%;
    margin-left: -130px;
    bottom: 0
}

#slider ul li:first-child {
    margin-left: 16px
}

#slider ul li {
    float: left;
    margin-right: 12px;
    margin-top: 14px
}

#slider ul li:last-child {
    margin-right: 0
}

#slider ul li a {
    width: 10px;
    height: 10px;
    display: block;
    outline: none;
    position: relative;
    z-index: 2;
    background: #fff;
    border: 1px solid #fff;
    border-radius: 10px
}

#slider ul li a:hover {
    background: #ff1b6f
}

#slider img {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transform: scale(1.2);
    transition: all .5s ease
}

#slider img#five, #slider img:target {
    opacity: 1;
    transform: scale(1)
}

#slider img:not(:target), #slider img:target ~ img#five {
    opacity: 0;
    transform: scale(1.2)
}

.reklam {
    float: right;
    width: 278px;
    height: 284px;
    background: #edad4f
}

.reklam p {
    width: 210px;
    height: 210px;
    border: 4px solid #fff;
    padding-top: 25px;
    padding-right: 15px;
    padding-left: 5px;
    margin-left: 20px;
    margin-top: 20px;
    border-radius: 30px 30px 30px 0;
    color: #fff;
    font-size: 28px;
    font-weight: 700;
    text-align: right;
    line-height: 45px;
    font-family: Tahoma, Geneva, sans-serif;
    text-shadow: 0 0 2px #896729;
    box-shadow: 0 0 4px #896729
}

.reklam p span {
    color: #ff1b6f;
    text-shadow: 0 0 2px #fff
}

#head .hr {
    height: 60px;
    background: #e0a648
}

#sales {
    height: 140px
}

#sales p {
    width: 920px;
    height: 115px;
    margin: 25px auto 0;
    color: #e0a648;
    text-align: center;
    font-size: 33px;
    font-weight: 900
}

#sales span {
    color: #ff1b6f
}

#banner {
    height: 100%
}

#whatIsThat article {
    background: #fff url(images/kub_girl.png) no-repeat scroll 0 100%
}

#whatIsThat h2 {
    padding-left: 95px;
    padding-right: 20px
}

#whatIsThat p {
    width: 600px;
    padding-right: 10px;
    float: right;
    margin-top: 15px;
    margin-bottom: 23px;
    text-indent: 1em
}

#whatIsThat span {
    padding-left: 2em;
    font-style: italic;
    display: list-item
}

#whatIsThat p :first-child {
    margin-top: 10px
}

#whatIsThat p :last-child {
    margin-bottom: 10px
}

.services {
    background: #ffff;
    padding: 48px 0
}

.services h2 {
    margin-top: 0;
    background-position: 40px -120px
}

.services__list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 26px 0 12px
}

.services__item {
    width: 20%;
    background: url(images/sprites_sevices.png) no-repeat 50% 0
}

.services__item p {
    text-align: center;
    font-weight: 900;
    color: #5b665b;
    margin-top: 133px
}

.services__item.i2 {
    background-position: 50% -213px
}

.services__item.i3 {
    background-position: center -426px
}

.services__item.i4 {
    background-position: center -639px
}

.services__item.i5 {
    background-position: center -852px
}

span.akcent {
    color: #ff1b6f
}

.price {
    background: #ffff;
    padding: 48px 0
}

.price h2 {
    margin-top: 0;
    background-position: 40px -254px
}

.price__list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.price__item {
    width: 25%;
    padding: 16px;
    text-align: center
}

.price__item-inner {
    height: 100%;
    border: 2px solid #aaa;
    border-radius: 4px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    padding: 18px 20px
}

.price__item_t {
    font-size: 16px;
    color: #5b665b
}

.price__item_p, .price__item_t {
    text-align: center;
    font-weight: 700
}

.price__item_p {
    display: inline-block;
    margin: 21px 0;
    color: #4f9e4f
}

.price__item_b {
    display: block;
    width: 100%;
    padding: 10px 0;
    margin: 0 auto;
    border-radius: 3px;
    color: #f0f8ff;
    background-color: #ff1b6f;
    text-decoration: none;
    text-align: center
}

.price-info {
    margin-top: 23px
}

.price-info__list {
    font-size: 0
}

.price-info--check .price-info__item {
    background: url(images/chekboxes.png) no-repeat scroll 14px 0
}

.price-info__item {
    position: relative;
    width: 33.333%;
    display: inline-block;
    font-size: 16px;
    padding: 0 20px 0 56px;
    vertical-align: top;
    background: url(images/chekboxes.png) no-repeat scroll 0 0
}

.price-info__item:nth-child(2):after, .price-info__item:nth-child(2):before {
    content: "";
    position: absolute;
    top: 4px;
    bottom: 4px;
    width: 2px;
    background-color: #d4e1ef;
    left: 0
}

.price-info__item:nth-child(2):after {
    left: auto;
    right: 0
}

.price-info__item.i1 {
    background-position: 10px -250px
}

.price-info__item.i2 {
    background-position: 10px -500px
}

.price-info__item.i3 {
    background-position: 10px -750px
}

#about {
    background: #fff
}

.slick-dotted.slick-slider {
    margin-bottom: 0
}

.about {
    padding: 48px 0
}

.about h2 {
    margin-top: 0;
    background-position: 40px -385px
}

.about__list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.about__item {
    width: 50%;
    padding: 20px 25px
}

.about__item_img {
    width: 120px;
    height: 120px;
    background: url(images/sprite_about_why.png) no-repeat 0 0
}

.about__item_img.i2 {
    background-position: 0 -313px
}

.about__item_img.i3 {
    background-position: 0 -626px
}

.about__item_img.i4 {
    background-position: 0 -939px
}

.about__item_title {
    font-size: 18px;
    font-weight: 700;
    color: #555;
    margin: 6px 0
}

.why-us {
    background: #f2f7fc;
    padding: 48px 0
}

.why-us h2 {
    margin-top: 0;
    background-position: 40px -518px
}

.why-us__list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.why-us__item {
    position: relative;
    width: 50%;
    padding: 36px 0 36px 25px
}

.why-us__item_img {
    position: absolute;
    width: 120px;
    height: 120px;
    background: url(images/sprite_about_why.png) no-repeat 0 0
}

.why-us__item_img.i2 {
    background-position: 0 -313px
}

.why-us__item_img.i3 {
    background-position: 0 -1252px
}

.why-us__item_img.i4 {
    background-position: 0 -1565px
}

.why-us__item_img.i5 {
    background-position: 0 -1878px
}

.why-us__item_img.i6 {
    background-position: 0 -2191px
}

.why-us__item_title {
    font-size: 18px;
    font-weight: 700;
    color: #555;
    margin: 6px 0
}

.why-us__item_content {
    margin-left: 125px
}

.portfolio {
    background: #f2f7fc;
    padding: 48px 0
}

.portfolio h2 {
    background-position: 40px -650px;
    margin-top: 0
}

.portfolio-carousel {
    margin: 32px 0 0;
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.portfolio-carousel-main {
    position: relative;
    width: 84%;
    height: 500px;
    border: 1px solid #ebecec;
    overflow: hidden
}

.portfolio-carousel-main__image {
    position: relative;
    width: 100%;
    height: 100%
}

.portfolio-carousel-main__image img {
    position: absolute;
    left: 2px;
    right: 2px;
    top: 4px;
    bottom: 4px;
    max-height: 100%;
    max-width: 100%;
    margin: auto
}

.portfolio-carousel-main .slick-slide {
    height: 500px !important
}

.portfolio-carousel-thumb {
    width: 16%;
    padding-right: 10px;
    height: 500px;
    padding-top: 20px;
    padding-bottom: 20px;
    overflow: hidden
}

.portfolio-carousel-thumb__inner {
    position: relative
}

.portfolio-carousel-thumb__image {
    position: relative;
    opacity: .5;
    transition: opacity .1s ease-in-out;
    margin: 2px auto;
    cursor: pointer;
    height: 80px !important
}

.portfolio-carousel-thumb__image img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    max-height: 100%;
    max-width: 100%;
    margin: auto
}

.portfolio-carousel-thumb__image:hover {
    opacity: .8
}

.portfolio-carousel-thumb__image.slick-current {
    opacity: 1
}

.portfolio-carousel-thumb__arrow {
    position: absolute;
    display: block;
    width: 100%;
    height: 20px;
    margin: 0 auto;
    cursor: pointer;
    z-index: 200;
    background-color: #f2f7fc
}

.portfolio-carousel-thumb__arrow:before {
    content: "";
    position: absolute;
    display: block;
    border-top: 1px solid rgba(0, 0, 0, .5);
    border-right: 1px solid rgba(0, 0, 0, .5);
    width: 11px;
    height: 11px;
    left: 50%
}

.portfolio-carousel-thumb__arrow--prev {
    top: -20px
}

.portfolio-carousel-thumb__arrow--prev:before {
    top: 6px;
    transform: translate3d(-50%, 0, 0) rotate(-45deg)
}

.portfolio-carousel-thumb__arrow--next {
    bottom: -20px
}

.portfolio-carousel-thumb__arrow--next:before {
    bottom: 6px;
    transform: translate3d(-50%, 0, 0) rotate(135deg)
}

.leftbox img {
    border-radius: 3px
}

.leftbox {
    float: left;
    position: relative;
    margin: 20px auto 30px
}

.NextImage {
    background: none repeat scroll 0 0 #fff;
    display: block;
    position: relative;
    border: 1px solid #d6d3d6;
    margin-top: 0
}

#NextImages {
    float: left;
    margin-top: 0;
    margin-right: 10px
}

#MainImage {
    float: left;
    border-radius: 3px
}

.back {
    margin-top: 6px
}

.back :first-child {
    margin-top: 0
}

.back img:hover {
    opacity: .85;
    border-top: 5px solid #207d00;
    border-bottom: 5px solid #207d00;
    cursor: pointer;
    -ms-box-shadow: 0 0 3px 1px #333;
    -o-box-shadow: 0 0 3px 1px #333;
    box-shadow: 0 0 3px 1px #fff;
    transition: all .2s ease-out
}

#rightSide {
    float: left;
    margin-left: 10px
}

#recomendation h2 {
    padding-left: 400px;
    padding-right: 300px;
    background-position: 670px -780px
}

#recomendation .row1 {
    background: #f4f3ea
}

#recomendation .row1 .container {
    height: 275px
}

#recomendation .row1 p {
    height: 80px;
    width: 553px;
    margin-top: 108px;
    margin-left: 81px;
    padding-top: 40px;
    padding-left: 143px;
    background: url(images/lilia_2.png) no-repeat 0 0
}

#recomendation .row2 {
    background: #f2f7fc
}

#recomendation .row2 .container {
    height: 181px
}

#recomendation .row2 p {
    height: 80px;
    width: 553px;
    margin-top: 33px;
    margin-left: 81px;
    padding-top: 40px;
    padding-left: 143px;
    background: url(images/Anatoly.png) no-repeat 0 0
}

#recomendation .row3 {
    background: #f4f3ea
}

#recomendation .row3 .container {
    height: 181px
}

#recomendation .row3 p {
    height: 87px;
    width: 553px;
    margin-top: 33px;
    margin-left: 81px;
    padding-top: 42px;
    padding-left: 143px;
    background: url(images/Marina.png) no-repeat 0 0
}

#recomendation span.name {
    font-style: italic;
    padding-left: 29.7em
}

.booking {
    background: #f2f7fc;
    padding: 48px 0
}

.booking h2 {
    margin-top: 0;
    background-position: 40px -914px
}

.booking__content {
    background: url(images/booking.png) no-repeat 104px;
    padding: 60px 0
}

.booking-form {
    margin-left: 65%
}

.booking-form__row {
    display: block;
    margin-bottom: 16px;
    color: #207d00
}

.booking-form__input {
    margin-top: 4px;
    width: 100%;
    height: 40px;
    border: 1px solid #c6d6ea;
    border-radius: 2px;
    color: #999;
    font-size: 16px;
    padding: 0 14px
}

.booking-form__input--email {
    display: none
}

.booking-form__text {
    margin-top: 4px;
    resize: none;
    width: 100%;
    height: 120px;
    border: 1px solid #c6d6ea;
    border-radius: 2px;
    color: #999;
    font-size: 16px;
    padding: 8px 14px
}

.booking-form__btn {
    display: block;
    width: 100%;
    height: 55px;
    color: #fff;
    font-size: 19px;
    border: none;
    border-radius: 2px;
    cursor: pointer;
    background: #ff1b6f;
    transition: background .2s ease
}

.booking-form__btn:hover {
    background: #58da77
}

.footer {
    background: #555;
    color: #fff;
    padding: 48px 0
}

.footer-top a {
    display: block;
    width: 62px;
    height: 55px;
    margin: auto;
    background: url(images/home.png) no-repeat 50% 50%;
    opacity: .6;
    transition: opacity .2s ease
}

.footer-top a:hover {
    opacity: .2
}

.footer-bottom {
    margin-top: 42px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.footer-bottom > * {
    width: 33.333%
}

.footer__contact {
    text-align: center
}

.footer__contact > * {
    margin-bottom: 8px
}

.footer__contact > :last-child {
    margin-bottom: 0
}

.footer__contact a {
    display: inline-block;
    color: #fff;
    text-decoration: none;
    font-size: 28px;
    font-weight: 700;
    transition: opacity .2s ease
}

.footer__contact a:hover {
    opacity: .6
}

.footer__contact p {
    text-align: center;
    color: #fff
}

.footer__address, .footer__contact p {
    font-weight: 600;
    font-size: 14px;
    letter-spacing: .6px
}

.footer__address {
    margin-top: 12px
}

.footer__socs {
    text-align: right
}

.footer__socs .i {
    width: 45px;
    height: 45px;
    display: inline-block;
    background: url(images/social.png) no-repeat 0 0
}

#footer .liveLogo {
    width: 31px;
    height: 31px;
    float: right;
    margin-top: 30px;
    margin-right: 10px
}

#footer .liveLogo a {
    width: 31px;
    height: 31px;
    background: none;
    margin: 0;
    padding: 0
}

#footer .yandex {
    width: 80px;
    height: 15px;
    float: right;
    margin-top: 44px;
    margin-right: 20px
}

#footer .yandex a {
    width: 80px;
    height: 15px;
    background: none;
    margin: 0;
    padding: 0
}

.slick-dots li button:before {
    font-size: 15px;
    color: #fff
}

.slick-dots li.slick-active button:before {
    color: #fff
}

.slick-dots {
    bottom: 15px
}

.slide-content {
    text-align: center;
    position: absolute;
    padding: 34px 14px;
    background-color: hsla(0, 0%, 100%, .6);
    border-radius: 6px;
    width: 33%
}

.slide-content h3 {
    font-size: 1.5em;
    font-weight: 700;
    margin-bottom: 0;
    color: #5b665b;
    text-align: center
}

.slide-content__price {
    font-weight: 700;
    font-style: italic;
    margin: 12px 0;
    color: #ff1b6f;
    text-align: center;
    font-size: 28px
}

.slide-content__btn {
    display: inline-block;
    vertical-align: middle;
    font-weight: 400;
    font-size: 18px;
    padding: 10px 20px;
    border-radius: 2px;
    color: #f0f8ff;
    background-color: #ff1b6f;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    transition: background .2s ease
}

.slide-content__btn:hover {
    background-color: #e47bac
}

.slide-content .description {
    display: block;
    color: #ff1b6f;
    font-size: 18px;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 0
}

.main-slider {
    overflow: hidden
}

.main-slider .slide .slide-content-tl {
    top: 35px;
    left: 35px
}

.main-slider .slide .slide-content-tr {
    top: 15px;
    right: 15px
}

.main-slider .slide .slide-content-bl {
    bottom: 40px;
    left: 15px
}

.main-slider .slide .slide-content-br {
    bottom: 40px;
    right: 15px
}

.main-slider .slide img {
    width: 100%
}

.main-slider p.description .shipping {
    color: #5b665b;
    font-size: .84em
}

.popup__container {
    background-color: #fff;
    margin: 0 auto;
    width: auto;
    position: absolute;
    top: 50%;
    right: 20px;
    left: 20px;
    z-index: 1;
    cursor: default;
    transform: translateY(-50%);
    max-width: 500px
}

.popup__img img {
    width: 100%
}

.popup__content {
    padding: 38px 36px 40px;
    background: #fff;
    text-align: center
}

.popup__title {
    font-size: 36px;
    line-height: 1.23;
    margin-bottom: 11px;
    font-weight: 600
}

.popup__subtitle {
    margin-bottom: 22px
}

.popup__desc {
    font-size: 16px;
    line-height: 1.55;
    margin-bottom: 24px;
    font-weight: 300
}

.popup__callback-form {
    width: 100%;
    margin-top: 18px
}

.popup__callback-form .callback-form__inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center
}

.popup__callback-form .callback-form__inner > * {
    margin-bottom: 18px
}

.popup__callback-form .callback-form__inner > :last-child {
    margin-bottom: 0
}

.popup__callback-form .callback-form__input {
    width: 100%
}

.popup__callback-form .callback-form__submit {
    width: 100%;
    padding: 0
}

.overlay {
    width: 100%;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 15px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .75);
    opacity: 0;
    pointer-events: none;
    transition: .2s ease-in-out;
    max-height: 100vh;
    overflow-y: auto;
    z-index: 4000
}

.overlay.open {
    opacity: 1;
    pointer-events: inherit
}

.overlay .popup {
    opacity: 0;
    pointer-events: none;
    transition: .2s ease-in-out;
    max-height: 100vh;
    overflow-y: auto
}

.overlay .popup.open {
    opacity: 1;
    pointer-events: inherit
}

.overlay .popup.open .popup__content {
    transform: translate(0);
    opacity: 1
}

.overlay .popup .popup__content {
    transform: translateY(-10px);
    opacity: 0;
    transition: .2s ease-in-out;
    margin-top: 0
}

.callback-form {
    position: relative;
    font-size: 16px;
    width: 100%;
    margin: auto
}

.callback-form__inner {
    display: -ms-flexbox;
    display: flex
}

.callback-form__inner > * {
    margin-right: 0
}

.callback-form__inner > :last-child {
    margin-right: 0;
    margin-bottom: 0
}

.callback-form__input {
    height: 60px;
    border: 1px solid #c6d6ea;
    background-color: transparent;
    padding: 0 20px;
    width: 100%;
    font-size: 16px
}

.callback-form__submit {
    text-align: center;
    height: 60px;
    border: 0 none;
    font-size: 16px;
    padding: 0 55px;
    font-weight: 700;
    white-space: nowrap;
    cursor: pointer;
    margin: 0;
    box-sizing: border-box;
    outline: none;
    color: #fff;
    background-color: #ff1b6f;
    transition: background .3s ease
}

.callback-form__submit:hover {
    background: #58da77
}

.callback-form__info {
    text-align: center;
    font-size: 20px
}

.callback-form__phone {
    padding: 5px 10px;
    display: inline-block;
    margin-top: 6px;
    font-weight: 700;
    font-size: 22px;
    letter-spacing: .4px;
    transition: color .3s ease
}

.callback-form__phone:hover {
    color: #2256a2
}

.callback-form__name {
    display: none
}

.overlay-menu {
    z-index: 1060;
    position: fixed;
    background: #2a3140;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transform-origin: right top;
    transform: scale(0);
    visibility: hidden;
    transition: all .4s ease-in-out;
    overflow: hidden;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center
}

.overlay-menu.open {
    opacity: .99;
    visibility: visible;
    transform: scale(1)
}

.overlay-menu.open li {
    display: block;
    animation: a .4s cubic-bezier(.42, .83, .7, 1.5) forwards;
    animation-delay: .4s;
    transform: rotate(-7deg);
    transform-origin: right bottom
}

.overlay-menu.open li:nth-of-type(2) {
    animation-delay: .5s
}

.overlay-menu.open li:nth-of-type(3) {
    animation-delay: .6s
}

.overlay-menu.open li:nth-of-type(4) {
    animation-delay: .7s
}

.overlay-menu.open li:nth-of-type(5) {
    animation-delay: .8s
}

.overlay-menu__nav ul {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    display: block;
    position: relative;
    height: 100%
}

.overlay-menu__nav ul li {
    display: block;
    position: relative;
    opacity: 0;
    width: 100%
}

.overlay-menu__nav ul li a {
    width: 100%;
    text-align: center;
    display: inline-block;
    border: 1px solid hsla(0, 0%, 100%, .09);
    color: #fff;
    text-decoration: none;
    font-size: 30px;
    padding: 10px 40px;
    margin: 8px 0;
    transition: .2s
}

.overlay-menu__nav ul li a:active, .overlay-menu__nav ul li a:focus, .overlay-menu__nav ul li a:hover {
    outline: 1px solid hsla(0, 0%, 100%, .3);
    background: hsla(0, 0%, 100%, .03)
}

.locked {
    overflow: hidden
}

@keyframes a {
    0% {
        opacity: 0;
        left: 50px
    }
    to {
        opacity: 1;
        left: 0;
        transform: rotate(0deg)
    }
}

.map {
    position: relative;
    height: 460px
}

.map__inner {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0
}

.hidden {
    display: none
}

@media screen and (max-width: 1020px) {
    .container {
        width: 100%;
        padding-left:15px;
        padding-right:15px;
    }

    .header-advantage li {
        font-size: 16px
    }
}

@media screen and (max-width: 960px) {
    .header-main__content {
        display: none
    }

    .header-advantage li {
        padding: 6px 0;
        width: 100%
    }

    #menu, .header-advantage li:nth-child(2):after, .header-advantage li:nth-child(2):before {
        display: none
    }

    #menu-toggle {
        display: block
    }

    .slick-dots {
        top: 6px;
        bottom: auto
    }

    .slick-dots li button:before {
        color: #333
    }

    .slick-dots li.slick-active button:before {
        color: #ff1b6f
    }

    .slide-content {
        position: relative;
        width: 100%;
        left: auto !important;
        top: auto !important;
        padding-bottom: 0;
        padding-top: 10px
    }
}

@media screen and (max-width: 800px) {
    .services__item {
        width: 33.333%
    }

    .price__item {
        width: 50%
    }

    .price-info__item {
        width: 100%;
        padding: 4px 15px 4px 50px
    }

    .price-info__item:nth-child(2):after, .price-info__item:nth-child(2):before {
        display: none
    }

    .price-info__item:nth-child(2) {
        margin-top: 26px;
        margin-bottom: 26px
    }

    .about__item {
        width: 100%
    }

    .why-us__item {
        width: 100%;
        padding-left: 0
    }

    .portfolio-carousel-main {
        width: 100%;
        height: auto
    }

    .portfolio-carousel-main .slick-slide {
        height: 300px !important
    }

    .portfolio-carousel-thumb {
        width: 100%;
        height: auto;
        padding-right: 0;
        padding-left: 0
    }

    .portfolio-carousel-thumb__arrow {
        top: 0;
        bottom: 0;
        width: 20px;
        height: auto
    }

    .portfolio-carousel-thumb__arrow--prev {
        top: 0;
        left: 0;
        bottom: 0
    }

    .portfolio-carousel-thumb__arrow--prev:before {
        top: 50%;
        margin-top: -6px;
        transform: translate3d(-50%, 0, 0) rotate(-130deg)
    }

    .portfolio-carousel-thumb__arrow--next {
        top: 0;
        right: 0;
        bottom: 0
    }

    .portfolio-carousel-thumb__arrow--next:before {
        top: 50%;
        bottom: auto;
        margin-top: -8px;
        transform: translate3d(-50%, 0, 0) rotate(45deg)
    }

    .booking__content {
        background: transparent
    }

    .booking-form {
        width: 80%;
        margin-left: auto;
        margin-right: auto
    }

    .footer-bottom > * {
        width: 100%;
        text-align: center;
        margin-bottom: 26px
    }

    .footer-bottom > :last-child {
        margin-bottom: 0
    }

    .footer__contact a {
        font-size: 22px;
        letter-spacing: .4px
    }

    .footer__socs {
        text-align: center
    }

    .popup__img {
        display: none
    }

    .popup__content {
        padding: 16px
    }

    .popup__title {
        font-size: 26px;
        margin-bottom: 18px;
        font-size: 20px
    }

    .popup__desc {
        font-size: 14px;
        line-height: 1.2
    }

    .callback-form {
        width: 100%
    }

    .callback-form__inner {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .callback-form__inner > * {
        margin-right: 0;
        margin-bottom: 20px
    }

    .callback-form__submit {
        width: 100%;
        padding: 0;
        text-align: center
    }

    .map {
        height: 360px
    }
}

@media screen and (max-width: 500px) {
    .even, h2.odd {
        background: #999
    }

    .price__item, .services__item {
        width: 100%
    }

    .about__item, .why-us__item {
        padding-left: 6px;
        padding-right: 6px
    }

    .why-us__item_img {
        position: relative
    }

    .why-us__item_content {
        margin-left: 0;
        margin-top: 20px
    }

    .booking-form {
        width: 90%
    }

    .popup__subtitle {
        display: none
    }
}