@import url(../fonts/Rubik/stylesheet.css);
@font-face {
    font-family: Gotham-Pro-Bold;
    src: url('../fonts/Gotham-Pro/GothamPro-Bold.eot');
    src: url('../fonts/Gotham-Pro/GothamPro-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Gotham-Pro/GothamPro-Bold.woff2') format('woff2'), url('../fonts/Gotham-Pro/GothamPro-Bold.woff') format('woff'), url('../fonts/Gotham-Pro/GothamPro-Bold.ttf') format('truetype'), url('../fonts/Gotham-Pro/GothamPro-Bold.svg#GothamPro-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: Gotham-Pro;
    src: url('../fonts/Gotham-Pro/GothamPro.eot');
    src: url('../fonts/Gotham-Pro/GothamPro.eot?#iefix') format('embedded-opentype'), url('../fonts/Gotham-Pro/GothamPro.woff2') format('woff2'), url('../fonts/Gotham-Pro/GothamPro.woff') format('woff'), url('../fonts/Gotham-Pro/GothamPro.ttf') format('truetype'), url('../fonts/Gotham-Pro/GothamPro.svg#GothamPro') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: Funkytown;
    src: url('../fonts/funkytown.eot');
    src: url('../fonts/funkytown.eot?#iefix') format('embedded-opentype'), url('../fonts/funkytown.woff2') format('woff2'), url('../fonts/funkytown.woff') format('woff'), url('../fonts/funkytown.ttf') format('truetype'), url('../fonts/funkytown.svg#funkytown') format('svg');
    font-weight: 900;
    font-style: normal;
}

body {
    overflow-x: hidden;
    font-family: Gotham-Pro;
}

a {
    color: inherit;
    text-decoration: none;
}

a:hover,
a:focus {
    color: inherit;
    text-decoration: none;
}

a p {
    color: inherit;
    text-decoration: none;
}

img {
    max-width: 100%;
}

input {
    max-width: 100%;
}

.nopad {
    padding: 0px;
}

.btn-default {
    color: #fff;
    width: 241px;
    height: 52px;
    border-radius: 63px;
    background-image: linear-gradient(to bottom, #9de400, #3fc400);
    box-shadow: 0 6px 11px 0 rgba(36, 36, 39, 0.36);
    outline: none;
    transition: 0.3s;
    font-family: Funkytown;
    font-size: 15px;
}

.btn-default:active:hover,
.btn-default.active:hover,
.open>.dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open>.dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open>.dropdown-toggle.btn-default.focus {
    color: #fff;
    outline: none;
}

.btn-default:hover {
    color: #fff;
    background-image: linear-gradient(to bottom, #5d8700, #3fc400);
}

.btn-default:focus {
    color: #fff;
    background-image: linear-gradient(to bottom, #5d8700, #3fc400);
    outline: none;
}

.btn-default:active,
.btn-default.active,
.open>.dropdown-toggle.btn-default {
    color: #fff;
    background-image: linear-gradient(to bottom, #5d8700, #3fc400);
}

#btn2:hover {
    background-image: linear-gradient(to bottom, #8cc900, #309600);
}

.owl-nav {
    position: absolute;
    width: 90%;
    top: 35%;
    left: 5%;
    height: 0px;
    display: none;
}

.podpis {
    color: #ffffff;
    font-family: Funkytown;
    letter-spacing: 1.3px;
    line-height: 95px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    font-size: 73px;
    position: absolute;
    opacity: 1;
    overflow: visible;
}

.vasya {
    /* padding-top: 280px;
    padding-right: 40%; */
    width: 50%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.podpis .btn {
    width: 241px;
    height: 52px;
    border-radius: 63px;
    background-image: linear-gradient(to bottom, #9de400, #3fc400);
    box-shadow: 0 6px 11px 0 rgba(36, 36, 39, 0.36);
    font-family: Funkytown;
    font-size: 20px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.3px;
    color: #ffffff;
}

footer a i:hover {
    background-color: #ff7900;
    color: #ffffff;
}

.owl-next {
    float: right;
    font-size: 50px;
    color: #003f74;
    padding: 7px;
    width: 40px;
    border-radius: 50%;
    text-align: center;
    height: 40px;
    transition: 0.4s;
    padding-left: 13px;
    padding-top: 6px;
}

.owl-prev {
    float: left;
    font-size: 50px;
    color: #003f74;
    padding: 7px;
    width: 40px;
    border-radius: 50%;
    text-align: center;
    height: 40px;
    transition: 0.4s;
    padding-left: 13px;
    padding-top: 6px;
}

.owl-dots {
    position: absolute;
    bottom: -30px;
    text-align: center;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.owl-dots .owl-dot {
    width: 12px;
    height: 12px;
    border-radius: 50% 50%;
    float: left;
    margin-left: 7px;
    transition: 0.4s;
    background: azure;
    background-color: #b9b9b9;
}

.owl-dots .owl-dot.active {
    background-color: #ff7900;
}

#fixed_header .menu.nav {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding-top: 10px;
    padding-left: 55px;
    padding-right: 65px;
}

#fixed_header .menu.nav:before,
#fixed_header .menu.nav:after {
    content: '';
    display: none;
}

ul.nav-child.unstyled.small>li>a {
    white-space: nowrap;
}

.left_block_top_fix {
    padding-left: 26px;
    padding-right: 0;
}

left_block_top_fix img {
    width: 268px;
    height: 87px;
}

.inputbox.search-query.input-medium {
    border: 1px solid transparent;
    border-radius: 25px;
    transition: 0.3s;
    width: 314px;
    padding: 5px 15px 5px 45px;
    height: 38px;
}

.inputbox.search-query.input-medium:hover,
.inputbox.search-query.input-medium:focus {
    transition: 0.3s;
    border: 1px solid #fff;
}

.fixeded .inputbox.search-query.input-medium:hover,
.fixeded .inputbox.search-query.input-medium:focus {
    transition: 0.3s;
    border: 1px solid #000;
}

.bottom .inputbox.search-query.input-medium:hover,
.bottom .inputbox.search-query.input-medium:focus {
    transition: 0.3s;
    border: 1px solid #000;
}

body.fixeded .inputbox.search-query.input-medium:hover,
body.fixeded .inputbox.search-query.input-medium:focus {
    transition: 0.3s;
    border: 1px solid #fff;
}

body.bottom .inputbox.search-query.input-medium:hover,
body.bottom .inputbox.search-query.input-medium:focus {
    transition: 0.3s;
    border: 1px solid #fff;
}

::-webkit-input-placeholder {
    font-size: 15px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #000000;
}

::-moz-placeholder {
    font-size: 15px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #000000;
}


/* Firefox 19+ */

:-moz-placeholder {
    font-size: 15px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #000000;
}


/* Firefox 18- */

:-ms-input-placeholder {
    font-size: 15px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #000000;
}

#fixed_header .menu.nav li {
    padding-right: 20px;
}

#fixed_header {
    position: absolute;
    top: 0;
    width: 100%;
    height: 126px;
    background-color: transparent;
    z-index: 10;
    color: #ffffff;
    padding-top: 20px;
    transition: 0.5s;
}

.top_menu .col2,
.top_menu .col3 {
    text-align: right;
}

.col2 {
    padding-left: 55px;
}

.col3 a {
    border-bottom: 2px dashed #ffffff;
    font-size: 15px;
    transition: 0.3s;
}

#bgbg1 {
    position: absolute;
    width: 1263px;
    height: 461px;
}

#div1 {
    background-image: url('/images/rectangle-5-copy-11.png');
    position: absolute;
    width: 512px;
    height: 324px;
}

#div2 {
    background-image: url('/images/rectangle-5-copy-8.png');
    position: absolute;
    width: 512px;
    height: 324px;
}

#div3 {
    z-index: -1;
    position: absolute;
    width: 610px;
    height: 267px;
}

#div4 {
    z-index: -1;
    position: absolute;
    width: 610px;
    height: 267px;
}

#div5 {
    background-image: url('/images/rectangle-5-copy-12.png');
    position: absolute;
    width: 1227px;
    height: 436px;
}

.col3 i {
    font-size: 9px;
    width: 7px;
    height: 4px;
    padding-left: 5px;
}

#mod-finder-searchword93 {
    width: 260px;
    background: transparent;
    border: transparent;
    transition: 0.3s;
    padding-top: 3px;
    outline: none;
}

#fixed_header i.fa.fa-search {
    font-size: 18px;
    color: #ffffff;
    padding-top: 9px;
    float: left;
}

label.finder {
    display: none;
}

#custom-top {
    display: none;
}

.navbar-brand {
    float: left;
    padding: 6px 10px;
    font-size: 18px;
    line-height: 20px;
    height: 50px;
}

.num {
    float: left;
    padding-top: 12px;
    font-size: 15px;
    color: #000000;
}

.col1 {
    padding-left: 10px;
}

.col1 p {
    font-family: Rubik;
    font-size: 15px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
}

.nav>li>a:hover,
.nav>li>a:focus,
.nav>li>a:active {
    background-color: transparent;
}

.top_menu .nav>li>a {
    font-family: Rubik;
    font-size: 18px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.5px;
    text-align: left;
    text-transform: uppercase;
    padding: 0px 0px;
    border-bottom: 2px solid transparent;
}

footer .nav>li>a {
    text-transform: none;
    font-family: Rubik;
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.5px;
    text-align: left;
    padding: 0px 0px;
}

.top_menu .nav>li>a:hover {
    color: #ff7900;
    transition: 0.3s;
}

.top_menu .nav>li>a:active {
    border-bottom: 2px solid #ff7900;
    color: #000000;
}

footer ul {
    list-style-position: inside;
    -moz-column-count: 3;
    /* Firefox */
    -webkit-column-count: 3;
    /* Safari and Chrome */
    column-count: 3;
    height: 80px;
}

footer ul li {
    padding-bottom: 10px;
}

footer ul.nav>li>a:hover {
    border: none;
    text-decoration: underline;
}

#fixed_header.fixeded {
    background-color: #ffffff;
    color: #000000;
}

.first_block .p1 {
    font-size: 38px;
    font-family: Rubik;
    font-weight: 500;
}

.first_block .p2 {
    font-size: 18px;
    font-family: Rubik;
    margin: 0;
    font-weight: normal;
}

.div6 p {
    padding-left: 68px;
    padding-top: 18px;
}

.left_block .div6 {
    margin-top: 30px;
}

.first_block .p3 {
    color: #ff7900;
    font-family: Rubik;
    font-size: 24px;
    font-weight: 500;
}

.first_block {
    padding-top: 100px;
    transition: 0.3s;
}

.first_block .bgbg1 {
    position: relative;
    background-image: none;
    background-size: 100% 100%;
    background-position: center;
    height: 521px;
    width: 110%;
    margin-left: -5%;
}

.first_block .img1 {
    float: right;
    position: absolute;
    right: 0;
    bottom: -8px;
}

.first_block .img2 {
    float: left;
}

.first_block .left_block {
    position: absolute;
    left: 80px;
    top: 155px;
}

.second_block {
    padding-top: 171px;
}

.first_block_cards h1 {
    font-family: Funkytown;
    font-size: 80px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 1.3px;
    text-align: left;
    color: #ffffff;
    text-shadow: 0 5px 9px rgba(116, 0, 105, 0.18);
    position: absolute;
    left: 151px;
    top: 353px;
    width: 568px;
}

.second_block .div1 {
    background-size: 100% 100%;
    background-position: center;
    position: relative;
    height: 324px;
    width: 512px;
}

.second_block .div2 {
    background-size: 100% 100%;
    background-position: center;
    position: relative;
    width: 511px;
    height: 298px;
}

.second_block .div1 img {
    position: absolute;
    left: 38px;
    width: 165px;
    bottom: 28px;
}

.second_block .div2 img {
    position: absolute;
    left: 0spx;
    width: 155px;
    bottom: 28px;
}

.second_block .div1 .p4 {
    font-family: Rubik;
    font-weight: 500;
    font-size: 40px;
    padding-left: 195px;
    padding-top: 50px;
    line-height: 45px;
}

.second_block .div1 .p5 {
    font-family: Rubik;
    font-weight: normal;
    font-size: 18px;
    padding-left: 195px;
}

.second_block .div2 .p4 {
    font-family: Rubik;
    font-weight: 500;
    font-size: 40px;
    padding-left: 145px;
    padding-top: 42px;
    line-height: 45px;
}

.second_block .div2 .p5 {
    font-family: Rubik;
    font-weight: normal;
    font-size: 18px;
    padding-left: 145px;
}

.third_block {
    padding-top: 100px;
}

.third_block .div3 .p6 {
    font-family: Rubik;
    font-weight: 500;
    font-size: 40px;
    padding-top: 30px;
}

.third_block .div3 .p7 {
    font-family: Rubik;
    font-weight: normal;
    font-size: 18px;
}

.third_block .div4 .p6 {
    font-family: Rubik;
    font-weight: 500;
    font-size: 40px;
}

.third_block .div4 .p7 {
    font-family: Rubik;
    font-weight: normal;
    font-size: 18px;
}

.third_block img {
    float: left;
    margin-right: 20px;
}

.third_block .div3 {
    padding-left: 76px;
    background-image: none;
    background-size: 100% 100%;
    background-position: center;
    height: 283px;
    padding-top: 62px;
}

.third_block .div3 img {
    width: 110px;
}

.third_block .div4 {
    padding-top: 77px;
    padding-left: 55px;
    background-image: none;
    background-size: 100% 100%;
    background-position: center;
    height: 283px;
}

.third_block .div4 img {
    width: 132px;
    margin-top: 10px;
}

.four_block {
    padding-top: 100px;
}

.four_block .div5 {
    background-size: 100% 100%;
    background-position: center;
    height: 461px;
    position: relative;
    width: 110%;
    margin-left: -5%;
}

.four_block .div5 img {
    position: absolute;
    top: 5px;
    left: 205px;
}

.four_block .div5 .p8 {
    font-family: Rubik;
    font-weight: 500;
    font-size: 40px;
    padding-top: 117px;
    padding-left: 100px;
}

.four_block .div5 .p9 {
    font-family: Rubik;
    font-weight: 500;
    font-size: 18px;
    padding-left: 100px;
}

.five_block {
    padding-top: 150px;
}

.five_block h1 {
    font-family: Rubik;
    font-weight: 500;
    font-size: 40px;
    text-align: center;
}

footer {
    min-height: 170px;
    background-color: #ff7900;
    color: #ffffff;
    padding-top: 35px;
    font-family: Rubik;
    font-weight: normal;
}

footer .social_icons i {
    background-color: #fff;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    font-size: 22px;
    text-align: center;
    padding-top: 3px;
    color: #ff7900;
    margin-left: 10px;
    transition: 0.3s;
}

.searchintro {
    font-family: Rubik;
    font-weight: normal;
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.44;
    letter-spacing: normal;
    text-align: left;
    color: #1e1002;
}

.search-results {
    font-family: Rubik;
    font-weight: 500;
    font-size: 32px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.19;
    letter-spacing: normal;
    text-align: left;
    color: #1e1002;
}

.search-results h2 {
    margin-top: 44px;
}

.result-title {
    margin-top: 44px;
    margin-bottom: 14px;
}

.result-title a {
    font-family: Rubik;
    font-weight: 500;
    font-size: 32px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.19;
    letter-spacing: normal;
    text-align: left;
    color: #1e1002;
}

.inputbox.search-query.input-medium {
    background: transparent;
    border: none;
    outline: none;
    margin-left: -50px;
}

footer .social_icons {
    text-align: right;
}

footer .tel {
    font-family: Rubik;
    font-weight: 500;
    font-size: 19px;
    text-align: right;
}

.p10 {
    text-align: right;
    padding-right: 15px;
}

.a1 {
    text-decoration: underline;
}

.foot1 {
    padding-left: 26px;
}

.items-leading.clearfix {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 auto;
}

.pull-left.item-image {
    padding-right: 30px;
}

.pull-left.item-image img {
    width: 200px;
    height: 200px;
}

.items-leading.clearfix .item2 {
    width: 50%;
    margin-top: 50px;
}

.item2 p {
    padding-left: 172px;
    font-family: Rubik;
    font-weight: normal;
}

.item2 ul {
    padding-left: 192px;
    padding-right: 40px;
}

.item-image img {
    width: 155px;
}

.readmore a {
    margin: 0;
    padding: 0;
    text-decoration: underline;
    color: #ff7900;
    transition: 0.3s;
    font-family: Rubik-Regular;
    font-weight: normal;
    font-size: 18px;
}

.readmore a:hover {
    color: #72c13d;
    text-decoration: underline;
}

.blog-featured2 {
    padding-top: 40px;
    padding-bottom: 45px;
}

.blog-featured2 a {
    color: #ff7900;
    text-decoration: underline;
    font-family: Rubik;
    font-size: 24px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.08;
    letter-spacing: normal;
    text-align: left;
    transition: 0.3s;
}

.blog-featured2 a:hover {
    color: #72c13d;
}

.left_block a.p3:hover {
    color: #72c13d;
}

.hovost_zaglav {
    font-family: Rubik;
    font-size: 28px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.21;
    letter-spacing: normal;
    text-align: left;
    color: #1e1002;
    transition: 0.3s;
}

.hovost_zaglav:hover {
    color: #ff7900;
}

.first_block_cards {
    background-image: url('/images/pic_1.png');
    background-size: cover;
    background-position: center;
    min-height: 776px;
    position: relative;
}

.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 25px;
    margin-top: 127px;
    list-style: none;
    background-color: transparent;
    border-radius: 0px;
}

.breadcrumb li {
    font-family: Rubik;
    font-weight: normal;
    font-size: 15px;
    opacity: 0.5;
    color: #1e1002;
}

.breadcrumb>li+li:before {
    content: " ";
    padding: 0;
}

.breadcrumb .active {
    color: #000000;
}

.second_block_cards .bg2 {
    background-image: url('/images/bg.png');
    background-size: 100% 100%;
    background-position: center;
    min-height: 480px;
    width: 110%;
    margin-left: -5%;
    margin-top: 61px;
    margin-bottom: 56px;
}

.bg2 .block1 {
    padding-top: 145px;
    padding-left: 100px;
}

.second_block_cards .bg2 .block1 b {
    font-size: 29px;
}

.bg2 .block2 {
    padding-top: 125px;
    padding-right: 75px;
    margin-left: -35px;
}

.bg2 .block2 h2 {
    font-size: 32px;
    font-family: Rubik;
    font-weight: 500;
    margin-bottom: 14px;
}

.bg2 .block2 p {
    font-size: 18px;
    font-family: Rubik;
    font-weight: normal;
}

.bg2 .block1 p {
    font-family: Rubik;
    font-weight: 500;
    color: #000000;
    font-size: 25px;
}

.bg2 .block1 p span {
    font-family: Rubik;
    font-weight: 500;
    color: #ff7900;
    font-size: 32px;
}

.block3 h1 {
    font-family: Rubik;
    font-weight: 500;
    font-size: 44px;
    margin-bottom: 32px;
}

.block3 p {
    font-family: Rubik;
    font-weight: normal;
    font-size: 18px;
}

.block4 img {
    padding-left: 50px;
}

.items-leading p {
    font-family: Rubik !important;
    font-weight: normal !important;
    font-size: 18px !important;
}

.items-leading strong {
    font-family: Rubik !important;
    font-weight: 500 !important;
    font-size: 28px !important;
}

.items-leading span {
    font-family: Rubik !important;
    font-weight: normal !important;
    font-size: 18px !important;
}

.readmore a {
    font-family: Rubik !important;
    font-weight: normal !important;
    font-size: 18px !important;
}

.foot2 div {
    font-size: 15px;
}

.top_menu .nav-child.unstyled.small {
    background-color: transparent;
    color: #000;
    font-size: 18px;
    list-style: none;
    font-family: Rubik;
    padding: 0px 0px;
    font-weight: normal;
    letter-spacing: 0.5px;
    text-align: left;
    min-width: 185px;
    position: absolute;
    z-index: 10;
    overflow: hidden;
    margin-left: -25px;
    max-height: 0;
    transition: 0.5s;
}

footer .nav-child.unstyled.small {
    display: none;
}

.top_menu .nav-child.unstyled.small.open {
    max-height: 500px;
}

.top_menu .nav-child.unstyled.small li {
    padding: 6px 25px;
    transition: 0.3s;
    background-color: #fff;
}

.top_menu .nav-child.unstyled.small li:hover {
    background-color: #f4f4f4;
    font-family: Rubik;
    font-weight: normal;
    color: #ff7900;
}

.menu_mobile .navbar-collapse.collapse.in {
    background-color: #fff;
}

.big-photo {
    width: 522px;
    height: 383px;
    text-align: center;
    background-size: auto 100%;
    background-position: center;
    background-repeat: no-repeat;
}

.big-photo,
.small-photo {
    margin-bottom: 30px;
}

.cont1 {
    padding-right: 4%;
    padding-left: 3%;
    padding-bottom: 30px;
}

.small-photo {
    height: 237px;
    width: 336px;
    background-size: auto 100%;
    background-position: center;
    background-repeat: no-repeat;
}

.geolocationselect {
    font-family: Rubik;
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.44;
    letter-spacing: normal;
    text-align: left;
    color: #ff7900;
}

.geolocationselect h2 {
    margin-top: 29px;
    font-family: Rubik;
    font-weight: 500;
    font-size: 32px;
}

.citysel {
    padding: 25px 25px;
}

.firstpanel {
    position: absolute;
    background: white;
    width: 340px;
    z-index: 10000;
    padding: 20px;
    margin-left: 100%;
    right: -100px;
    color: black;
    text-align: center;
    border-radius: 3px;
    font-size: 18px;
}

.firstpanel .selcit {
    float: left;
    width: 20%;
    text-align: center;
    font-family: Rubik;
    font-weight: normal;
    font-size: 24px;
}

.selectnextcity {
    float: right;
    width: 80%;
    color: rgb(255, 121, 0);
    text-decoration: underline;
    margin-top: 2px;
}

.selectnextcity {
    float: right;
    width: 80%;
    padding-top: 4px;
}

.geolocationselect {
    position: absolute;
    background: white;
    width: 340px;
    z-index: 10000;
    padding: 20px;
    margin-left: 100%;
    right: -100px;
    color: black;
    text-align: center;
    border-radius: 3px;
}

.selcit {
    color: rgb(255, 121, 0);
    cursor: pointer;
    font-family: Rubik;
    font-weight: normal;
}

.specials:after {
    content: " ";
    width: 20px;
    height: 20px;
    background: white;
    position: absolute;
    top: -4px;
    left: 50%;
    transform: rotate(45deg);
    margin-left: -10px;
}

.top_menu .col2,
.top_menu .col3 {
    text-align: center;
}

.breadcrumb {
    margin-top: 0;
    margin-bottom: 16px;
}

.flex {
    display: flex;
    align-items: center;
}

.partners-main_zagl {
    font-family: Rubik;
    font-size: 44px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.05;
    letter-spacing: normal;
    color: #1f1003;
    margin-bottom: 35px;
    margin-top: 0;
}

.partners-main_descr {
    font-family: Rubik;
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.44;
    letter-spacing: normal;
    color: #1f1003;
}

.partners-main_descr strong {
    font-family: Rubik;
    font-size: 28px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.21;
    letter-spacing: normal;
    color: #1f1003;
}

.partners-main_img img {
    max-width: 90%;
}

.partners .zagl {
    font-family: Rubik;
    font-size: 23px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.08;
    letter-spacing: normal;
    text-align: left;
    color: #ff7900;
    transition: 0.3s;
}

.partners .zagl:hover {
    color: #72c13d;
}

.partners .m-up.m-down {
    margin-bottom: 40px;
    margin-top: 40px;
}

.partners-main_img {
    padding-top: 18%;
}

.partners .fly_block {
    margin-top: 20px;
}

.fly_block a {
    border-bottom: 1px solid #ff7900;
    font-family: Rubik;
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.44;
    letter-spacing: normal;
    color: #ff7900;
    transition: 0.3s;
}

.fly_block a:hover {
    color: #72c13d;
    border-bottom: 1px solid #72c13d;
}

.secondblock-title-wrapper h2 {
    font-family: Rubik;
    font-size: 44px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: normal;
    color: #000;
    margin-bottom: 35px;
    margin-top: 40px;
}

.fly_block a:before {
    content: url('/images/doc.png');
    margin-right: 7px;
    display: block;
    float: left;
    margin-top: -8px;
}

#onas h2.spec {
    font-family: Funkytown;
    font-size: 48px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.27;
    letter-spacing: normal;
    color: #ff7900;
}

#onas p {
    font-family: Rubik;
    font-size: 24px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: normal;
    color: #1f1003;
}

#onas .p1 {
    font-family: Rubik;
    font-size: 44px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.09;
    letter-spacing: normal;
    color: #1f1003;
    margin-bottom: 30px;
}

#onas .ssylki {
    text-align: center;
    width: 61%;
}

#onas .ssylki p {
    font-family: Rubik;
    font-size: 24px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.25;
    letter-spacing: normal;
    color: #ff7900;
    border-bottom: 1px solid #ff7900;
    transition: 0.3s;
    width: fit-content;
    margin: 0 auto;
}

#onas .ssylki:hover p {
    color: #72c13d;
    border-bottom: 1px solid #72c13d;
}

.mtmb {
    margin-top: 100px;
    margin-bottom: 100px;
}

#onas .ssylki .innimg {
    height: 150px;
}

#onas .small_block .text {
    max-width: 100%;
}

#onas h2 {
    font-family: Rubik;
    font-size: 42px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.1;
    letter-spacing: normal;
    text-align: left;
    color: #1f1003;
    padding-bottom: 40px;
}

#onas .photo {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 165px;
    width: 165px;
    border-radius: 50%;
}

#onas h3 {
    font-family: Rubik;
    font-size: 28px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.21;
    letter-spacing: normal;
    color: #1f1003;
}

.big_block,
.small_block {
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
}

.sotrud {
    margin-bottom: 50px;
}

.sotrud .photo {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 165px;
    width: 165px;
    border-radius: 50%;
}

.recalls .banner {
    background-image: url('/images/reviewsnew.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 775px;
}

.birthday #bcr1 {
    margin-top: -100px;
}

.birthday .calc-yakor {
    transition: 0.3s;
}

.birthday .calc-yakor:hover {
    color: #72c13d;
}

@media (max-width: 1200px) {
    .col2 {
        padding-left: 20px;
    }
    .col1 {
        padding-left: 35px;
    }
}

@media (max-width: 1024px) {
    #onas .ssylki li a {
        font-size: 18px;
    }
    .item_read h3.title {
        font-family: "Rubik";
        font-size: 23px;
        font-weight: 500;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.19;
        letter-spacing: normal;
        text-align: center;
        color: #1f1003;
        margin-top: 0;
        word-break: break-word;
    }
    .item_read p.price {
        font-family: "Rubik";
        font-size: 30px;
        font-weight: 500;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.05;
        letter-spacing: normal;
        color: #1f1003;
        margin-bottom: 30px;
    }
    .vasya {
        font-size: 50px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: 0.8px;
        text-align: left;
        color: #ffffff;
        text-shadow: 0 5px 9px rgba(116, 0, 105, 0.18);
        width: 100%;
    }
    .big-photo {
        width: 345px;
        height: 259px;
    }
    .small-photo {
        width: 220px;
        height: 165px;
    }
    .first_block_cards h1 {
        font-family: Funkytown;
        font-size: 80px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: 1.3px;
        text-align: left;
        color: #ffffff;
        text-shadow: 0 5px 9px rgba(116, 0, 105, 0.18);
        position: absolute;
        left: 24px;
        top: 162px;
        width: 320px;
        font-size: 50px;
        margin-top: 0px;
    }
    .first_block_cards {
        background-image: url(/images/pic_1.png);
        background-size: 100% 100%;
        background-position: center;
        min-height: 415px;
    }
    .second_block_cards .bg2 {
        background-image: url(/images/bg-bonus.png);
        background-size: 96% auto;
        background-position: center;
        min-height: 480px;
        margin-left: -5%;
        margin-top: 61px;
        margin-bottom: 56px;
        background-repeat: no-repeat;
        width: initial;
    }
    .breadcrumb {
        padding: 8px 15px;
        margin-bottom: 0px;
        margin-top: 14px;
        list-style: none;
        background-color: transparent;
        border-radius: 0px;
        padding-left: 15px;
    }
    .second_block_cards .block3 {
        padding-left: 9px;
    }
    .block3 h1 {
        font-family: Rubik;
        margin-bottom: 16px;
        margin-top: 0px;
        font-size: 36px;
        font-weight: 500;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.17;
        letter-spacing: normal;
        text-align: left;
        color: #1e1002;
    }
    .block4 {
        margin-top: 13px;
    }
    .block3 p {
        font-family: Rubik;
        font-size: 14px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.43;
        letter-spacing: normal;
        text-align: left;
        color: #1e1002;
    }
    .breadcrumb>li+li:before {
        content: " ";
        padding-right: 5px;
        padding-left: 5px;
        display: none;
    }
    .breadcrumb li span {
        font-size: 12px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: 2.17;
        letter-spacing: normal;
        text-align: left;
        color: #1e1002;
    }
    .bg2 .block2 {
        padding-top: 125px;
        padding-right: 0;
        margin-left: 0px;
        padding-left: 54px;
    }
    .bg2 .block2 h2 {
        font-size: 32px;
        font-family: Rubik;
        margin-bottom: 14px;
        font-size: 26px;
        font-weight: 500;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.08;
        letter-spacing: normal;
        text-align: left;
        color: #1e1002;
    }
    .bg2 .block1 p {
        font-family: Rubik;
        color: #000000;
        font-size: 25px;
        font-size: 20px;
        font-weight: 500;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.15;
        letter-spacing: normal;
        text-align: left;
        color: #1e1002;
    }
    .bg2 .block1 p span {
        font-family: Rubik;
        font-weight: 500;
        color: #ff7900;
        font-size: 32px;
        font-size: 26px;
    }
    .bg2 .block1 {
        padding-top: 135px;
        padding-left: 100px;
    }
    .bg2 .block1 {
        padding-top: 135px;
        padding-left: 154px;
    }
    .bg2 .block2 p {
        font-size: 18px;
        font-size: 14px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.43;
        letter-spacing: normal;
        text-align: left;
        color: #1e1002;
        font-family: Rubik;
    }
    .bg2 .block2 {
        padding-top: 132px;
        padding-right: 0;
        margin-left: 0px;
        padding-left: 58px;
    }
    .second_block_cards .bg2 {
        background-image: url(/images/bg-bonus.png);
        background-size: 96% auto;
        background-position: center;
        min-height: 480px;
        margin-left: -5%;
        margin-top: 0px;
        margin-bottom: 0px;
        background-repeat: no-repeat;
        width: initial;
    }
    .breadcrumb {
        margin-bottom: 15px;
        margin-top: 70px;
        padding-left: 15px;
    }
    .row1 .col-xs-12 {
        padding: 5px;
    }
    .big-photo,
    .small-photo {
        width: 100%;
        height: 259px;
        margin-bottom: 0;
    }
    .four_block {
        padding-top: 0;
    }
    .third_block {
        padding-top: 0;
    }
    .second_block {
        padding-top: 61px;
    }
    .left_block .div6 {
        margin-top: 10px;
    }
    .first_block {
        padding-top: 0px;
    }
    .first_block .bgbg1 {
        width: 100%;
        margin-left: 0;
    }
    .col1 {
        padding-left: 47px;
    }
    .left_block_top_fix {
        padding-top: 10px;
    }
    .left_block_top_fix img {
        width: 238px;
        height: 57px;
    }
    .col1 p {
        font-size: 11px;
        margin-bottom: 5px;
        margin-top: 5px;
    }
    .top_menu .nav>li>a {
        font-size: 13px;
        border: 2px solid transparent;
    }
    .second_block .div1 {
        height: 232px;
        width: 342px;
    }
    .second_block .div2 {
        width: 340px;
        height: 216px;
    }
    .second_block .div2 img {
        width: 110px;
    }
    .second_block .div1 img {
        width: 110px;
        left: 13px;
    }
    .second_block .div1 .p4 {
        font-size: 26px;
        padding-left: 130px;
        padding-top: 43px;
        line-height: 29px;
    }
    .second_block .div1 .p5 {
        font-size: 18px;
        padding-left: 130px;
    }
    .second_block .div2 .p5 {
        font-size: 15px;
        padding-left: 105px;
    }
    .second_block .div2 .p4 {
        font-size: 26px;
        padding-left: 94px;
        padding-top: 33px;
        line-height: 39px;
    }
    .third_block .div3 img {
        width: 92px;
    }
    .third_block .div3 .p6 {
        font-size: 26px;
        padding-top: 15px;
    }
    .third_block .div4 .p6 {
        font-size: 26px;
    }
    .third_block .div4 img {
        width: 105px;
    }
    .third_block .div4 {
        padding-left: 0px;
    }
    .third_block .div3 {
        padding-left: 29px;
    }
    .four_block .div5 img {
        top: 50px;
        left: 150px;
        width: 530px;
        height: 250px;
    }
    .four_block .div5 {
        height: 262px;
        width: 100%;
        margin-left: 0;
    }
    .four_block .div5 .p8 {
        padding-top: 52px;
        padding-left: 65px;
        font-size: 36px;
    }
    .four_block .div5 .p9 {
        padding-left: 65px;
        font-size: 14px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.43;
        letter-spacing: normal;
        text-align: left;
        color: #1e1002;
    }
    .items-leading.clearfix {
        width: 100%;
        padding: 0 15px
    }
    .blog-featured2 {
        padding-left: 25px;
    }
    .first_block .img1 {
        width: 440px;
        height: 286px;
    }
    .first_block .p3 {
        font-size: 18px;
    }
    .first_block .p1 {
        font-size: 36px;
    }
    .first_block .left_block {
        left: 15px;
        top: 112px;
    }
    .first_block .bgbg1 {
        height: 340px;
    }
    .five_block {
        padding-top: 40px;
    }
    footer .nav>li>a {
        font-size: 14px;
        text-transform: none;
    }
    .col3 a {
        font-size: 12px;
    }
    .four_block .div5 .p9,
    .first_block .p2,
    .second_block .div1 .p5,
    .second_block .div2 .p5,
    .third_block .div3 .p7 {
        font-size: 14px;
    }
    #fixed_header i.fa.fa-search {
        padding-top: 1px;
        font-size: 12px;
    }
    #bgbg1 {
        width: 722px;
        height: 276px;
        bottom: 266px;
    }
    #div1 {
        width: 342px;
        height: 232px;
    }
    #div2 {
        width: 340px;
        height: 216px;
    }
    #div3 {
        width: 353px;
        height: 220px;
        bottom: 40px;
    }
    #div4 {
        width: 353px;
        height: 220px;
        bottom: 40px;
    }
    #div5 {
        width: 722px;
        height: 262px;
    }
    #btn2 {
        width: 189px;
        height: 44px;
        border-radius: 63px;
        background-image: linear-gradient(to bottom, #9de400, #3fc400);
        box-shadow: 0 6px 11px 0 rgba(36, 36, 39, 0.36);
        font-size: 16px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: 0.3px;
        margin-top: 32px;
    }
    a.btn {
        font-family: Rubik;
        font-weight: normal;
        font-size: 18px;
    }
    .five_block h1 {
        margin-top: 50px;
    }
    .third_block .div4 .p7 {
        font-size: 14px;
    }
    .foot1 {
        padding-left: 7px;
        font-size: 12px;
    }
    .foot2 {
        font-size: 12px;
    }
    footer .tel {
        font-size: 18px;
    }
    .items-leading p {
        font-family: Rubik !important;
        font-weight: normal !important;
        font-size: 14px !important;
    }
    .items-leading strong {
        font-family: Rubik !important;
        font-weight: 500 !important;
        font-size: 20px !important;
    }
    .items-leading span {
        font-family: Rubik !important;
        font-weight: normal !important;
        font-size: 14px !important;
    }
    .readmore a {
        font-family: Rubik !important;
        font-weight: normal !important;
        font-size: 14px !important;
    }
    .pull-left.item-image img {
        width: 126px;
        height: 126px;
    }
    .pull-left.item-image {
        padding-right: 0;
    }
    .item2 p {
        padding-left: 145px;
    }
    .item2 ul {
        padding-left: 170px;
    }
    .blog-featured2 a {
        font-size: 18px;
    }
    .p10 {
        padding-right: 15px;
    }
    .flex {
        margin-bottom: 20px;
    }
    .partners-main_img {
        padding-top: 0%;
    }
}

@media (max-width: 992px) {
    .specialflex {
        display: block;
        justify-content: center;
        flex-wrap: wrap;
    }
    .item_block .dscr h2 {
        font-family: Rubik;
        font-size: 24px;
        font-weight: 500;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.28;
        margin-top: 0px;
        letter-spacing: normal;
    }
    .item_block {
        display: flex;
        flex-direction: row;
        margin-bottom: 50px;
        flex-wrap: wrap;
    }
    .item_block .photo {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
    .item_block .photo {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
    .item_block:nth-child(even) {
        flex-direction: row-reverse;
        flex-wrap: wrap;
    }
    .item_block {
        display: flex;
        flex-direction: row;
        margin-bottom: 50px;
        flex-wrap: wrap;
    }
    .item_block .dscr {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (max-width: 767px) {
    #onas {
        text-align: center;
    }
    #onas .ssylki {
        flex-direction: column;
    }
    #onas .p1 {
        font-size: 38px;
    }
    #onas h1 {
        font-size: 28px;
    }
    #onas .photo {
        margin: 0 auto;
    }
    .partners-main_img {
        padding-top: 0%;
    }
    .flex {
        margin-bottom: 20px;
    }
    .items-leading.clearfix {
        width: 100%;
        margin: 0 auto;
        padding: 0;
    }
    .menu_mobile li a {
        display: inline-block;
    }
    .menu_mobile li {
        padding: 10px 0;
    }
    .menu>li>a:hover {
        color: #ff7900;
    }
    .small>li>a:hover {
        color: #ff7900;
    }
    .menu_mobile .nav-child.unstyled.small {
        list-style: none;
        font-size: 16px;
        letter-spacing: 0.4px;
        padding-left: 25px;
        display: none;
    }
    .menu>li>a:after {
        content: "\f0d7";
        font-family: FontAwesome;
        display: inline-block;
        padding-left: 5px;
        opacity: 0.4;
        color: #000000;
        transition: 0.3s;
    }
    .a3:after {
        transform: rotate(180deg);
        color: #ff7900 !important;
        opacity: 1 !important;
        padding-left: 5px !important;
    }
    .rot {
        transform: rotate(180deg);
        transition: 0.3s;
        color: #ff7900;
    }
    .owl-carousel .owl-item img {
        height: 350px;
        object-fit: cover;
    }
    .owl-dots {
        bottom: -15px;
    }
    .owl-dots .owl-dot {
        width: 8px;
        height: 8px;
    }
    .first_block .img1 {
        position: static;
        height: 194px;
        margin: 0 auto;
        float: none;
    }
    #div5 {
        display: none;
    }
    #bgbg1 {
        display: none;
    }
    .navbar-default {
        border: none;
    }
    .menu_mobile {
        background-color: transparent;
        margin: 0;
        padding-top: 10px;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: 10;
    }
    .vasya {
        margin: 0 auto;
        padding: 0;
        text-align: center;
        font-size: 30px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: 0.7px;
        text-shadow: 0 5px 9px rgba(116, 0, 105, 0.18);
    }
    #btn2 {
        width: 142px;
        height: 36px;
        font-size: 12px;
        margin-top: 0;
        border: none;
    }
    .first_block .bgbg1 {
        height: 0px;
        padding-top: 40px;
        text-align: center;
        width: 100%;
        margin-left: 0;
    }
    .first_block {
        text-align: center;
    }
    .first_block .p1 {
        font-size: 29px;
        padding-top: 15px;
    }
    .first_block .left_block {
        position: static;
        text-align: left;
        margin: 0 auto;
        width: fit-content;
    }
    .first_block .img2 {
        width: 40px;
    }
    .div6 p {
        padding-left: 50px;
        padding-top: 10px;
    }
    #div1 {
        width: 288px;
        height: 196px;
        margin: 0 auto;
        left: 0;
        top: 0;
        bottom: 0;
        right: 0;
    }
    .second_block .div1 .p4 {
        font-size: 24px;
        padding-left: 104px;
        padding-top: 30px;
    }
    .second_block .div1 img {
        width: 90px;
        left: 13px;
        top: -10px;
    }
    .second_block .div1 .p5 {
        padding-left: 104px;
        padding-right: 45px;
    }
    .second_block {
        padding-top: 50px;
    }
    .second_block .div1 {
        width: 289px;
        margin: 0 auto;
    }
    .second_block .div2 .p4 {
        font-size: 24px;
        padding-left: 104px;
        padding-top: 33px;
        line-height: 1.17;
    }
    #div2 {
        width: 296px;
        height: 202px;
        margin: 0 auto;
        left: 0;
        top: 0;
        bottom: 0;
        right: 0;
    }
    .second_block .div2 {
        width: 289px;
        margin: 0 auto;
    }
    .second_block .div2 img {
        width: 105px;
        left: -5px;
        top: -11px;
    }
    .second_block .div2 .p5 {
        padding-left: 104px;
    }
    #div3 {
        display: none;
    }
    .third_block {
        padding: 0px 7px;
    }
    .third_block .div3 {
        padding-left: 0;
        height: 200px;
        padding-top: 36px;
        margin: 0 auto;
        width: 290px;
    }
    .third_block .div3 img {
        float: right;
    }
    .third_block .div3 .p6 {
        font-size: 24px;
    }
    .third_block .div4 {
        padding-top: 0;
        height: 150px;
        margin: 0 auto;
        width: 300px;
    }
    .third_block .div4 .p6 {
        font-size: 23px;
        line-height: 1.17;
        margin: 0;
        padding-top: 5px;
    }
    #div4 {
        display: none;
    }
    .third_block img {
        margin-right: 4px;
    }
    .four_block .div5 img {
        top: 40px;
        left: 0px;
        width: 295px;
        height: 147px;
    }
    .four_block .div5 .p8 {
        padding-top: 0px;
        padding-left: 0px;
        font-size: 24px;
    }
    .four_block .div5 .p9 {
        padding-left: 0;
        padding-right: 140px;
    }
    .four_block .div5 {
        height: 155px;
        width: 295px;
        margin: 0 auto;
    }
    .five_block h1 {
        font-size: 30px;
        text-align: left;
    }
    .items-leading.clearfix .item2 {
        margin-top: 15px;
    }
    .foot2 div {
        font-size: 12px;
        padding: 0;
        padding-left: 10px;
    }
    footer .social_icons i {
        width: 20px;
        height: 20px;
        font-size: 13px;
    }
    footer {
        min-height: 126px;
        padding-top: 25px;
    }
    .foot2 {
        padding-top: 12px;
    }
    .blog-featured2 {
        padding-left: 10px;
    }
    .first_block_cards {
        background-size: auto 100%;
        background-position: cover;
        min-height: 350px;
    }
    .first_block_cards h1 {
        font-size: 41px;
        letter-spacing: 0.7px;
        width: 258px;
        top: 135px;
    }
    .block4 {
        margin-top: 0px;
        padding-left: 0;
        padding-right: 0;
    }
    .block4 img {
        padding-left: 0px;
    }
    .block3 h1 {
        font-size: 30px;
        line-height: 1.2;
    }
    .second_block_cards .block3 {
        padding: 10px 0;
    }
    .block3 p {
        line-height: 1.36;
    }
    .bg2 .block2 {
        padding: 20px;
    }
    .bg2 .block2 h2 {
        font-size: 24px;
        line-height: 1.17;
    }
    .second_block_cards .bg2 {
        background: none;
        min-height: 280px;
    }
    .items-leading.clearfix .item2 {
        display: none;
    }
    .foot2 .fa-map-marker {
        margin-left: -10px;
    }
    .items-leading.clearfix .item2:first-child {
        display: block;
    }
    .pull-left.item-image img {
        width: 118px;
        height: 118px;
    }
    .items-leading.clearfix .item2 {
        width: 100%;
    }
    .item2 ul {
        padding-left: 140px;
    }
    .item2 p {
        padding-left: 125px;
    }
    .navbar-default .navbar-toggle:hover,
    .navbar-default .navbar-toggle:focus {
        background: transparent;
    }
    .third_block .row {
        margin-left: 0px;
        margin-right: 0px;
    }
    .third_block .col-sm-6 {
        padding-right: 0;
        padding-left: 0;
    }
    .navbar-default .navbar-toggle .icon-bar1,
    .navbar-default .navbar-toggle .icon-bar2,
    .navbar-default .navbar-toggle .icon-bar3 {
        width: 26px;
        height: 3px;
        transition: 0.3s;
    }
    .navbar-default .navbar-toggle {
        border-color: transparent;
    }
    /* кнопка мобильного меню*/
    body.bottom #btn3 .icon-bar {
        background-color: #fff;
    }
    body.fixeded #btn3 .icon-bar {
        background-color: #fff;
    }
    body.home #btn3 .icon-bar {
        background-color: #fff;
    }
    body.bottom #btn3.change .icon-bar {
        background-color: #000;
    }
    body.fixeded #btn3.change .icon-bar {
        background-color: #000;
    }
    body.home #btn3.change .icon-bar {
        background-color: #000;
    }
    .change .icon-bar1 {
        -webkit-transform: rotate(45deg) translate(10px, 0px);
        transform: rotate(45deg) translate(10px, 0px);
    }
    .change .icon-bar2 {
        opacity: 0;
    }
    .change .icon-bar3 {
        -webkit-transform: rotate(-45deg) translate(9px, 0px);
        transform: rotate(-45deg) translate(9px, 0px);
    }
    .menu_mobile .nav>li>a {
        padding: 0;
        text-transform: uppercase;
        font-family: Rubik;
        font-size: 16px;
        font-weight: 500;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: 0.4px;
        text-align: left;
    }
    a.rezultgeoloc {
        color: rgb(255, 121, 0);
        border-bottom: 2px dashed rgb(255, 121, 0);
        margin-left: 20px;
    }
    .navbar-collapse {
        padding-left: 25px;
        padding-bottom: 20px;
    }
    .osobyi_p {
        margin-top: 20px;
        font-family: Rubik;
        font-size: 16px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: normal;
        text-align: left;
    }
    a.rezultgeoloc i.fa-caret-down {
        padding-left: 5px;
    }
    .nav-child .unstyled .small li a {
        font-family: Rubik;
        font-size: 16px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: 0.4px;
        text-align: left;
    }
    .geolocationselect {
        margin-left: 0;
        left: 0;
    }
    .firstpanel {
        margin-left: 0;
        right: 25px;
    }
    .fancybox-prev span {
        background-image: url('back.png');
        display: none !important;
    }
    .fancybox-next span {
        background-image: url('next.png');
        display: none !important;
    }
    .fancybox-close {
        background-image: url(/images/close.png);
        right: 9px !important;
        top: -35px !important;
        width: 24px;
        height: 24px;
    }
    .fancybox-wrap.fancybox-mobile.fancybox-type-image.fancybox-opened {
        top: 72px !important;
        left: 0 !important;
        width: 100% !important;
    }
    .fancybox-inner {
        width: 100% !important;
        height: 100% !important;
    }
}

#services {
    padding-bottom: 120px;
}

.attractions .mtop {
    margin-top: 120px;
}

.attractions .mtop p {
    font-family: Rubik;
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.28;
    letter-spacing: normal;
    text-align: left;
}

#services .big_block h3.title {
    font-family: Rubik;
    font-size: 42px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.1;
    letter-spacing: normal;
    text-align: left;
    color: #1f1003;
    margin-top: 110px;
    margin-bottom: 15px;
}

#services .big_block p.description {
    font-family: Rubik;
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.44;
    letter-spacing: normal;
    text-align: left;
    color: #1f1003;
}

#services .first_block .bgbg1 {
    width: 100%;
    margin-left: 0;
}

#services .first_block {
    padding-top: 0;
}

#services .first_block .left_block {
    top: 110px;
}

#services .small_block p.p1 {
    font-family: Rubik;
    font-size: 44px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.09;
    letter-spacing: normal;
}

#services .small_block p.p2 {
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.44;
    letter-spacing: normal;
    color: #1f1003;
}

.image_absolute {
    position: absolute;
    top: 0;
    right: 0;
}

.small_block {
    /* min-height: 300px; */
    margin-top: 100px;
    position: relative;
    margin-bottom: 40px;
}

.big_block {
    min-height: 500px;
    margin-top: 10px;
    position: relative;
    margin-bottom: 40px;
    margin-left: -8%;
    margin-right: -8%;
}

#services .big_block p.p1 {
    font-family: Rubik;
    font-size: 44px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.09;
    letter-spacing: normal;
    text-align: left;
}

#services .big_block p.p2 {
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.44;
    letter-spacing: normal;
    text-align: left;
    color: #1f1003;
}

.big_block .text {
    max-width: 40%;
    padding-top: 180px;
    padding-left: 90px;
}

#onas .main_block {
    margin-bottom: 60px;
}

.small_block,
.big_block {
    margin-top: 50px;
    margin-bottom: 100px;
}

.blog-featured h2.item-title {
    margin: 0;
}

#vacancy h1 {
    font-family: Rubik;
    font-size: 44px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.05;
    letter-spacing: normal;
    text-align: left;
    color: #1f1003;
}

#vacancy h3 {
    font-family: Rubik;
    font-size: 28px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.21;
    letter-spacing: normal;
    text-align: left;
    color: #1f1003;
}

#vacancy p {
    font-family: Rubik;
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.44;
    letter-spacing: normal;
    text-align: left;
    color: #1f1003;
}

#vacancies h2 {
    font-family: Rubik;
    font-size: 32px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.19;
    letter-spacing: normal;
    text-align: left;
    color: #1f1003;
    margin: 0;
}

#vacancies .url_str {
    font-family: Rubik;
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.67;
    letter-spacing: normal;
    text-align: left;
    color: #ff7900;
    text-decoration: underline;
}

section#vacancies {
    padding-bottom: 150px;
}

section#vacancies .vacancy {
    margin-bottom: 60px;
    min-height: 68px;
}

#fixed_header.fixeded a.rezultgeoloc {
    color: #ff7900;
    border-bottom: 2px dashed #ff7900;
    transition: 0.3s;
}

#fixed_header.fixeded i.fa.fa-search {
    font-size: 18px;
    color: #000;
    padding-top: 9px;
    float: left;
}

#fixed_header.fixeded:hover {}

.logo {
    margin-left: -9px;
}

.top_menu ul.nav.menu>li.active>a {
    border-bottom: 3px solid #ff7900;
}

.top_menu ul.nav.menu>li.active>ul>li.active {
    background-color: #f4f4f4;
    font-family: Rubik;
    font-weight: normal;
    color: #ff7900;
}

.geolocationselect.specials:before {
    z-index: 100;
    content: ' ';
    position: absolute;
    background: #fff;
    top: 0;
    height: 25px;
    left: 20px;
    right: 20px;
}

#services .first_block .bgbg1 {
    height: 480px;
}

#services .first_block .p1 {
    font-size: 44px;
}

#services .first_block .left_block {
    left: 0;
}

section#content {
    min-height: calc(100vh - 300px);
}

.vacancy a:hover h2 {
    color: #ff7900 !important;
}

a.url_str:hover {
    color: #72c13d !important;
}

.searchfixeded h2 {
    font-family: Rubik;
    font-size: 32px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.19;
    letter-spacing: normal;
}

.searchfixeded strong {
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.44;
    letter-spacing: normal;
}

ul#footer_menu {
    display: flex;
    justify-content: space-between;
    padding: 0;
    list-style: none;
    font-family: Rubik;
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.5px;
    text-align: left;
    margin: 3px 0;
}

#footer_menu li.item {
    padding: 0;
    margin: 0;
    height: 25px;
}

.item_read {
    border: 4px dashed #72c13d;
    border-radius: 4px;
    padding: 30px 40px;
    text-align: center;
    margin-bottom: 30px;
}

.item_read h3.title {
    font-family: "Rubik";
    font-size: 32px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.19;
    letter-spacing: normal;
    text-align: center;
    color: #1f1003;
    margin-top: 0;
}

.item_read p {
    position: relative;
    font-family: Rubik;
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.44;
    letter-spacing: normal;
    color: #1f1003;
}

.item_read p:after {
    content: "123";
    height: 11px;
    width: 11px;
    background-color: #00ff00;
    transform: rotate(45deg);
    bottom: 0;
    color: transparent;
    display: block;
    margin: 0 auto;
    margin-bottom: 15px;
    margin-top: 20px;
}

.item_read p:last-child :after {
    content: "";
}

.item_read p.price:after {
    content: none;
}

.item_read p.price {
    font-family: "Rubik";
    font-size: 44px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.05;
    letter-spacing: normal;
    color: #1f1003;
    margin-bottom: 30px;
}

.btn-success {
    height: 52px;
    border-radius: 63px;
    background-image: linear-gradient(to bottom, #9de400, #3fc400);
    box-shadow: 0 6px 11px 0 rgba(37, 36, 39, 0.36);
    font-family: Funkytown;
    font-size: 20px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.3px;
    color: #ffffff;
    text-transform: uppercase;
    width: 80%;
    margin-bottom: 16px;
    transition: 0.3s;
}


/* .btn-success:hover{
    background-color: #ff7900;
    background-image: none;
    border: none;
    color: #fff;
    } */

.dni_rozhdeniya.second_block_cards .bg2 .block1 {
    padding-left: 0px;
    padding-top: 0;
}

.dni_rozhdeniya.second_block_cards .bg2 .block2 {
    margin-left: 0;
    padding-top: 0;
    padding-right: 75px;
}

#ready h1.title {
    font-family: Rubik;
    font-size: 44px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.05;
    letter-spacing: normal;
    text-align: center;
    color: #1f1003;
    margin-bottom: 40px;
    margin-top: 80px;
}

.additives h2 {
    font-family: Rubik;
    font-size: 44px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.05;
    letter-spacing: normal;
    text-align: center;
    color: #1f1003;
}

.birthday h1.title {
    font-family: Rubik;
    font-size: 44px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.05;
    letter-spacing: normal;
    text-align: left;
    color: #1f1003;
    margin-top: 158px;
}

.birthday .text {
    font-family: Rubik;
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.44;
    letter-spacing: normal;
    text-align: left;
    color: #1f1003;
    margin-top: 32px;
}

.birthday h3 {
    font-family: Rubik;
    font-size: 24px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.08;
    letter-spacing: normal;
    text-align: left;
    color: #ff7900;
    width: fit-content;
}

#ready h2.title {
    text-align: center;
    font-family: Rubik;
    font-size: 44px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.05;
    letter-spacing: normal;
    color: #1f1003;
    margin-bottom: 40px;
    margin-top: 60px;
}

.additives {
    font-family: Rubik;
    font-size: 32px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.19;
    letter-spacing: normal;
    text-align: center;
    color: #1f1003;
    padding-bottom: 62px;
}

.additives h2 {
    margin-bottom: 50px;
}

.additives img {
    width: 167px;
    height: 150px;
}

.dni_rozhdeniya.second_block_cards .bg2 {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.dni_rozhdeniya.second_block_cards .bg2 img {
    width: 175px;
}

.avatar {
    min-height: 164px;
    width: 164px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 50%;
}

.breadcrumb {
    margin-top: 0;
    margin-bottom: 38px;
}

.partners-item h1 {
    font-family: Rubik;
    font-size: 44px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.05;
    letter-spacing: normal;
    color: #1f1003;
    margin-top: 0;
    margin-bottom: 35px;
}

.partners-item .descr {
    font-family: Rubik;
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.44;
    letter-spacing: normal;
    text-align: left;
    color: #1f1003;
}

.partners-item .file {
    font-family: Rubik;
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.44;
    letter-spacing: normal;
    text-align: left;
    color: #ff7900;
    margin-top: 20px;
}

.partners-item .file a {
    border-bottom: 1px solid #ff7900;
    transition: 0.3s;
}

.partners-item .file a:hover {
    color: #72c13d;
    border-bottom: 1px solid #72c13d;
}

.partners-item .m-up.m-down p a:hover {
    color: #72c13d;
    border-bottom: 1px solid #72c13d;
}

.partners-item .m-up.m-down {
    margin-bottom: 40px;
    margin-top: 40px;
}

.partners-item .m-up.m-down h4 {
    font-family: Rubik;
    font-size: 28px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.21;
    letter-spacing: normal;
    color: #1f1003;
    margin-top: 0;
}

.partners-item .m-up.m-down p {
    font-family: Rubik;
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.44;
    letter-spacing: normal;
    color: #1f1003;
}

.partners-item .m-up.m-down p a {
    font-family: Rubik;
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.44;
    letter-spacing: normal;
    color: #ff7900;
    border-bottom: 1px solid #ff7900;
    margin-top: 10px;
    transition: 0.3s;
}

.partners-item .file a:before {
    content: url(/images/Pdf.png);
    margin-right: 12px;
    display: block;
    margin-top: -5px;
    float: left;
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    height: 100%;
    display: block;
    width: 100%;
    height: auto;
}

.blog h1 {
    font-family: Rubik;
    font-size: 44px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.05;
    letter-spacing: normal;
    color: #1f1003;
    margin-top: 0;
    margin-bottom: 35px;
}

.wrapper-row-article .row {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.search .result-title a {
    font-size: 30px;
}

.search .search-results {
    font-family: Rubik;
    font-weight: 500;
    font-size: 24px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.19;
    letter-spacing: normal;
    text-align: left;
    color: #1e1002;
}

.green-buttonheaders {
    border-radius: 26px;
    background-image: linear-gradient(to bottom, #9de400 0%, #3fc400 100%);
    color: #ffffff;
    font-family: funkytown;
    font-size: 20px;
    font-weight: 400;
    line-height: 29.9px;
    text-transform: uppercase;
    border: unset;
    transition: 0.3s;
    padding: 11px 23px;
    max-width: 97%;
    z-index: 2;
    position: relative;
    margin-left: 17px;
}

.green-buttonheaders:hover {
    color: white;
    background-image: linear-gradient(to bottom, #8cc900, #309600);
}

.search form.form-inline {
    margin-top: -31px;
    position: relative;
}

.i_hover {
    z-index: 1;
    position: relative;
}

#fixed_header.fixeded .i_hover:hover i.fa.fa-search {
    z-index: 1000;
    position: relative;
}

.i_hover:hover input {
    background-color: white !important;
}

.i_hover:hover {
    z-index: 4;
    /* background: white; */
}

@media (min-width: 1550px) {
    .home_owl .item {
        /*   height: 780px !important; */
        display: flex;
        justify-content: center;
        align-items: center;
    }
}

@media (min-width: 1024px) and (max-width: 1240px) {
    .avatar {
        min-height: 145px;
        width: 145px;
    }
    .four_block .div5 img {
        position: absolute;
        top: 73px;
        left: 205px;
        width: 83%;
    }
    .four_block .div5 {
        background-size: 100% 100%;
        background-position: center;
        height: 461px;
        position: relative;
        width: 100%;
        margin-left: 0px;
    }
    #div5 {
        background-image: url('/images/rectangle-5-copy-12.png');
        position: absolute;
        width: 100%;
        height: 438px;
    }
    #div1 {
        background-image: url('/images/rectangle-5-copy-11.png');
        position: absolute;
        width: 100%;
        height: 324px;
    }
    #div2 {
        background-image: url('/images/rectangle-5-copy-8.png');
        position: absolute;
        width: 100%;
        height: 324px;
    }
    .first_block .img1 {
        float: right;
        position: absolute;
        right: -12px;
        bottom: -8px;
        width: 63%;
        top: 60px;
    }
    #bgbg1 {
        position: absolute;
        width: 100%;
        height: 461px;
        left: 5%;
    }
    #div4 {
        z-index: -1;
        position: absolute;
        width: 100%;
        height: 267px;
        top: 30px;
    }
    #div3 {
        z-index: -1;
        position: absolute;
        width: 100%;
        height: 267px;
        top: 30px;
    }
}

@media(max-width:992px) {
    .partners-item .file {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .partners-item .row.m-up.m-down .col-xs-12 {
        margin-bottom: 15px;
        margin-top: 15px;
    }
    .small_block {
        text-align: center;
    }
    #services .first_block .img1 {
        height: auto;
    }
    #services .small_block {
        margin-top: 0px;
        margin-bottom: 0px;
    }
    #services .first_block .p2 {
        text-align: center;
    }
    #services .big_block .text {
        max-width: 400px;
        padding-top: 100px;
        text-align: center;
        margin: 0 auto;
        padding-left: 0;
    }
    #services .big_block p.p1 {
        text-align: center;
        font-size: 24px;
    }
    #services .big_block p.p2 {
        text-align: center;
        font-size: 18px;
    }
    #services .small_block p.p1 {
        text-align: center;
        font-size: 24px;
    }
    #services .small_block p.p2 {
        text-align: center;
        font-size: 18px;
    }
    #services .big_block .image_absolute {
        position: relative;
    }
    #services .first_block .p1 {
        font-size: 24px;
        text-align: center;
    }
    #services .first_block .p2 {
        font-size: 18px;
    }
    .small_block .image_absolute {
        position: absolute;
        top: 10%;
        right: 0;
        width: 40%;
    }
    #services .first_block .img1 {
        height: auto;
        width: 80%;
    }
    .partners-item .img {
        margin-bottom: 20px;
    }
    .partners-item .m-up.m-down {
        margin-bottom: 0px;
        margin-top: 0px;
    }
    .partners-item .m-up.m-down:first-child {
        margin-bottom: 0px;
        margin-top: 30px;
    }
}

@media(min-width:768px) AND (max-width:992px) {
    .blog-featured h2.item-title {
        margin: 0;
        padding-left: 145px;
    }
    .green-buttonheaders {
        font-size: 14px;
        padding: 4px 10px;
        position: relative;
        top: -2px;
        white-space: nowrap;
        margin-left: -20px;
    }
}

@media(min-width: 992px) AND (max-width:1024px) {
    .blog-featured h2.item-title {
        margin: 0;
        padding-left: 145px;
    }
}

@media(min-width: 1025px) {
    .blog-featured h2.item-title {
        margin: 0;
        padding-left: 175px;
    }
}

@media(max-width: 767px) {
    .citysel {
        padding: 0px 25px;
    }
    .partners-item .row.m-up.m-down .col-xs-12 {
        margin-bottom: 15px;
        margin-top: 15px;
    }
    .partners-item .file {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .avatar {
        min-height: 90px;
        width: 90px;
    }
    .partners-item h2 {
        font-size: 41px;
    }
    .partners-item .img {
        margin-bottom: 20px;
    }
    .item_read h3.title {
        font-size: 24px;
    }
    .dni_rozhdeniya.second_block_cards .bg2 {
        display: block;
    }
    .dni_rozhdeniya.second_block_cards .bg2 .text-right,
    .dni_rozhdeniya.second_block_cards .bg2 .text-left {
        text-align: center;
    }
    .birthday h1.title {
        margin-top: 45px;
    }
    .green-buttonheaders {
        font-size: 12px;
        padding: 11px 7px;
        position: relative;
        top: 10px;
    }
}

#calc h2.title {
    font-family: Rubik;
    color: #1f1003;
    font-size: 44px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.05;
    letter-spacing: normal;
    margin-top: 140px;
    margin-bottom: 32px;
}

#calc p.text {
    font-family: Rubik;
    color: #1f1003;
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.44;
    letter-spacing: normal;
    text-align: left;
    margin-bottom: 27px;
}

#calc p.select_park {
    font-family: Rubik;
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.44;
    letter-spacing: normal;
    text-align: left;
    color: #d90000;
    margin-bottom: 20px;
}

#calc p.total {
    font-family: Rubik;
    font-size: 32px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.19;
    letter-spacing: normal;
}

#calc p.price {
    font-family: Rubik;
    font-size: 44px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.05;
    letter-spacing: normal;
}

#calc h3.title_option {
    font-family: Rubik;
    font-size: 24px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.58;
    letter-spacing: normal;
    text-align: left;
    color: #ff7900;
    margin-bottom: 17px;
    margin-top: 0;
}

#calc label.label_option {
    font-family: Rubik;
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.44;
    letter-spacing: normal;
    text-align: left;
    color: #1f1003;
    min-width: 200px;
    cursor: pointer;
    user-select: none;
}

#calc .item_option label:before {
    content: "\f096";
    min-width: 20px;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    display: block;
    float: left;
    margin-bottom: 12px;
    margin-top: 3px;
}

#calc img.option_img {
    max-width: 110px;
    max-height: 110px;
}

#calc .form-inline {
    margin-bottom: 10px;
}

#calc .parks {
    margin-bottom: 35px;
}

#date,
#humans {
    width: 160px;
}

#calc .parks label:before {
    content: "\f10c";
    min-width: 20px;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}

#calc .parks input[type="radio"]:checked+label:before {
    content: "\f192";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}

#calc .item_option label:before {
    content: "\f096";
    min-width: 20px;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}

#calc .item_option input[type="checkbox"]:checked+label:before {
    content: "\f046";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}

#calc {
    padding-bottom: 100px;
}

#form_ready_options button.btn.btn-success {
    max-width: 241px;
    font-family: Funkytown;
}

.breadcrumswrapper .breadcrumb {
    padding-left: 0px;
    padding-bottom: 0px;
    margin-bottom: 50px;
}

.second_block_cards_rowflex h1 {
    font-family: Rubik;
    margin-top: 0px;
    font-size: 44px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: normal;
    text-align: left;
    color: #000000;
    margin-bottom: 31px;
}

.second_block_cards .second_block_cards_rowflex .block3 {
    padding-left: 15px;
}

.second_block_cards_rowflex p strong {
    color: #ff7900;
}

.secondblock-title-wrapper h1 {
    margin-top: 0px;
    font-size: 44px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.05;
    letter-spacing: normal;
    text-align: left;
    color: #000000;
    margin-bottom: 41px;
    font-family: Rubik;
    font-weight: 500;
}

.freepage .second_block_cards .bg2 {
    margin-top: 0px;
    padding-top: 60px;
    position: relative;
    padding-bottom: 60px;
    padding-left: 150px;
}

.freepage .bg2 img.specials {
    position: absolute;
    top: 0;
    left: 0;
}

.freepage .bg2 .ole {
    font-family: Rubik;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
}

.freepage .bg2 .ole strong {
    color: #ff7900;
}

.freepage .second_block_cards .bg2 {
    margin-top: 0px;
    padding-top: 60px;
    position: relative;
    padding-bottom: 60px;
    padding-left: 150px;
    display: flex;
    align-items: center;
    margin-bottom: 100px;
}

.freepage .wrapper-fotertext {
    font-family: Rubik;
    font-size: 23px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #131313;
    margin-bottom: 100px;
}

.recalls__body-wrapper img,
.recalls__comment-wrapper img {
    width: 37px;
    float: left;
    margin-left: 47px;
}

.recalls__comments {
    margin-left: 180px;
}

.recalls__cintrolchild .recalls_cintrol-item {
    float: left;
}

p.recalls__body-intro_name {
    font-family: Rubik;
    font-size: 20px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.15;
    letter-spacing: normal;
    text-align: left;
    color: #010101;
    margin-bottom: 0px;
}

p.recalls__body-intro_date {
    font-family: Rubik;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.92;
    letter-spacing: normal;
    text-align: left;
    color: #656565;
    margin-bottom: 0px;
}

p.recalls__body-intro_text {
    font-family: Rubik;
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.28;
    letter-spacing: normal;
    text-align: left;
    color: #000000;
}

.recalls__cintrolchild .recalls_cintrol-item {
    float: left;
    font-family: Rubik;
    font-size: 18px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.28;
    letter-spacing: normal;
    color: #ff7900;
    margin-right: 30px;
}

p.recalls_cintrol-item-comment {
    font-family: Rubik;
    font-size: 18px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.28;
    letter-spacing: normal;
    text-align: left;
    color: #000000;
    cursor: pointer;
}

p.recalls_cintrol-item-comment .fa {
    color: #ff7900;
    margin-left: 6px;
    font-size: 16px;
    transition: 0.4s;
    transform: rotate(0deg);
}

.recalls__comments {
    margin-left: 80px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.recalls__title-wrapper h1 {
    font-family: Rubik;
    font-size: 44px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: normal;
    text-align: left;
    color: #000000;
    margin-bottom: 31px;
}

.recalls__bradcrumbs-wrapper {
    margin-top: 25px;
}

.recalls__item-header-wrapper .recalls__comments {
    max-height: 0px;
    overflow: hidden;
    padding: 0px;
    transition: 0.4s;
}

.recalls__item-header-wrapper.open .recalls__comments {
    padding-top: 20px;
    padding-bottom: 20px;
    max-height: max-content;
}

.recalls__item-header-wrapper.open p.recalls_cintrol-item-comment .fa {
    transform: rotate(-180deg);
}

.recalls__item-header-wrapper {
    margin-bottom: 20px;
}

.recalls {
    padding-bottom: 100px;
}

.recalls_cintrol-item {
    cursor: pointer;
}


/* .img-right{
    position: absolute;
    max-width: unset;
    top: -171px;
    right: -100px;
    } */

.img-right {
    max-width: 100%;
}

.secondblock-title-wrapper h1 {
    font-family: Rubik;
    font-size: 44px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: normal;
    text-align: left;
}

.secondblock-title-wrapper p.text {
    font-family: Rubik;
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.28;
    letter-spacing: normal;
    text-align: left;
}

.attractions .excelence {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: start;
    justify-content: center;
    margin-top: 100px;
    margin-bottom: 100px;
}

.attractions .excelence .item_excelence .image {
    width: 100%;
    min-height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.attractions .excelence .item_excelence p.text {
    font-family: Rubik;
    font-size: 18px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.28;
    letter-spacing: normal;
    text-align: center;
    margin-top: 20px;
}

.attractions .excelence .item_excelence {
    width: 20%;
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: 200px;
}

.wrap_atractions .item_atraction {
    border-style: dashed;
    border: dashed 4px #72c13d;
    padding: 50px 30px;
    margin-bottom: 50px;
    cursor: pointer;
    user-select: none;
    text-align: center;
    transition: 0.3s;
}

.wrap_atractions .item_atraction h3.title {
    font-family: Rubik;
    font-size: 24px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 0.96;
    letter-spacing: normal;
    text-align: center;
    height: 50px;
}

.wrap_atractions .item_atraction p.age {
    font-family: Rubik;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.44;
    letter-spacing: normal;
    text-align: center;
    height: 20px;
}

.wrap_atractions .col-sm-6.col-md-4 {
    padding-left: 25px;
    padding-right: 25px;
}

.wrap_atractions .row {
    margin-left: -25px;
    margin-right: -25px;
}

.wrap_atractions .item_atraction p.price {
    font-family: Rubik;
    font-size: 28px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 0.82;
    letter-spacing: normal;
    margin-top: 10px;
    margin-bottom: 0;
}

.atractions_prices h2 {
    font-family: Rubik;
    font-size: 44px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: normal;
    text-align: left;
    margin-bottom: 60px;
}

.wrap_image {
    height: 270px;
}

.specialflex {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

#onas .small_block .p1 {
    font-family: Rubik;
    font-size: 44px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.09;
    letter-spacing: normal;
    color: #1f1003;
}

#onas .small_block .p2 {
    font-family: Rubik;
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.44;
    letter-spacing: normal;
    color: #1f1003;
}

#vacancies h1,
.partners h1,
.first_block_gallery h1,
#onas h1,
#contacts h1 {
    font-family: Rubik;
    font-size: 44px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: normal;
    text-align: left;
    color: #000000;
}

.search .searchintro>p>strong {
    font-family: Rubik;
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.44;
    letter-spacing: normal;
    text-align: left;
    color: #1e1002;
}

.search .searchintro .badge {
    display: inline-block;
    min-width: 10px;
    padding: 0;
    font-size: 15px;
    font-weight: bold;
    color: #000;
    line-height: 1;
    vertical-align: middle;
    white-space: nowrap;
    text-align: center;
    background-color: #fff;
    border-radius: 10px;
}

.search .result-title {
    margin-top: 44px;
    margin-bottom: 14px;
    font-family: Rubik;
    font-size: 32px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.19;
    letter-spacing: normal;
    text-align: left;
    color: #1e1002;
}

.search .search-results dd.result-text {
    font-family: Rubik;
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.44;
    letter-spacing: normal;
    text-align: left;
    color: #1e1002;
}

.search .search-results .result-category,
.search .search-results .result-created {
    display: none;
}

.search .search-results dd.result-text {
    font-family: Rubik;
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.44;
    letter-spacing: normal;
    text-align: left;
    color: #1e1002;
    padding-bottom: 26px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}

#content .search {
    padding-bottom: 100px;
}

@media (min-width: 768px) {
    .modal-info {
        width: 600px;
    }
}

@media (min-width: 992px) {
    .modal-info {
        width: 850px;
    }
}

.modal-info .modal-content {
    border-radius: 0;
}

.modal-info .modal-content .modal-wrap {
    border: dashed 4px #72c13d
}

.primary_photo {
    position: relative;
    top: -20px;
}

#info_atraction .modal-header {
    padding: 15px;
    border-bottom: none;
}

#info_atraction .modal-body {
    padding: 0 150px;
}

#info_atraction h3 {
    font-family: Rubik;
    font-size: 24px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: left;
}

#info_atraction .description {
    font-family: Rubik;
    font-size: 20px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: left;
}

#info_atraction p.price {
    font-size: 20px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: left;
    color: #ff7900;
}

#info_atraction p.bottom {
    font-family: Rubik;
    font-size: 20px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: left;
    color: #ff7900;
    margin-bottom: 30px;
}

#info_atraction span.age {
    margin-right: 50px;
}

.wrapper__second-desc-opt {
    margin-top: 40px;
}

.bg2 .block1,
.bg2 .block2 {
    font-family: Rubik;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
}

.bg2 .block1 strong,
.bg2 .block2 strong {
    color: #ff7900;
}

ul#footer_menu li.active>a {
    border-bottom: 1px solid #fff;
}

@media(max-width: 1199px) {
    .attractions .img-right {
        position: relative;
        max-width: 100%;
        top: 0;
        right: 0;
    }
}

@media(max-width: 767px) {
    .secondblock-title-wrapper h1 {
        font-size: 37px;
    }
    .atractions_prices h2 {
        font-size: 37px;
    }
    #info_atraction .modal-body {
        padding: 15px;
    }
}

#onas .main_block {
    margin-top: 32px;
}

section.sotrud h1 {
    font-family: Rubik;
    font-size: 44px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: normal;
    text-align: left;
    color: #000000;
    margin-bottom: 31px;
}

.wrapper-row-article h2 {
    font-family: Rubik;
    font-size: 28px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.21;
    letter-spacing: normal;
    color: #1e1002;
    transition: 0.3s;
}

.wrapper-row-article h2:hover {
    color: #ff7900;
}

.breadcrumswrapper {
    margin-top: 25px;
}

.big_block {
    position: relative;
}

.big_block:before {
    content: ' ';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: 0.7s;
    opacity: 1;
}

.big_block:after,
.small_block:after {
    content: ' ';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: 0.7s;
    opacity: 0;
}

.big_block:hover:before {
    opacity: 0;
}

.big_block:hover:after,
.small_block:hover:after {
    opacity: 1;
}

.small_block {
    min-height: 260px;
    padding-top: 66px;
    padding-left: 35px;
}

#contacts .email a {
    transition: 0.3s;
}

#contacts .email a:hover {
    color: #72c13d;
}

#fixed_header.fixeded a.rezultgeoloc:hover {
    color: #72c13d;
    border-bottom: 2px dashed #72c13d;
}

.col3 a:hover {
    color: #ff7900;
    border-bottom: 2px dashed #ff7900;
}

h1 {
    margin: 0;
    margin-bottom: 35px;
    font-family: Rubik;
    font-size: 44px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: normal;
    text-align: left;
    color: #000000;
}

.foot2 .fa-map-marker {
    margin-left: -15px;
}

section.sotrud h3 {
    font-family: Rubik;
    font-size: 28px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.21;
    letter-spacing: normal;
    color: #1f1003;
}

.yandex-map {
    width: 100%;
    height: 100%;
    min-height: 400px;
    background: #fff1c9;
}

section#contacts .contact {
    margin-bottom: 100px;
    padding-right: 3.8%;
    padding-left: 2.5%;
}

section#contacts .item-contact {
    padding-top: 75px;
    padding-bottom: 75px;
}

section#contacts .item-contact h2.title {
    font-family: Rubik;
    font-size: 44px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.05;
    letter-spacing: normal;
    text-align: left;
    color: #1f1003;
    margin-bottom: 14px;
}

section#contacts .item-contact h3.adress {
    font-family: Rubik;
    font-size: 32px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.19;
    letter-spacing: normal;
    text-align: left;
    color: #1f1003;
    margin-bottom: 24px;
}

section#contacts .item-contact p.timework {
    font-family: Rubik;
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.44;
    letter-spacing: normal;
    text-align: left;
    color: #1f1003;
    margin-bottom: 24px;
}

section#contacts .item-contact p.telephone {
    font-family: Rubik;
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.44;
    letter-spacing: normal;
    text-align: left;
    color: #1f1003;
    margin-bottom: 0px;
}

section#contacts .item-contact p.email {
    font-family: Rubik;
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.67;
    letter-spacing: normal;
    text-align: left;
    color: #ff7900;
}

.flexxx {
    display: flex;
    align-items: center;
}

.recalls__feedback-button-wrapper {
    text-align: right;
}

.fake_men_mob {
    height: 130px;
}

.main_descr h2 {
    font-family: Rubik;
    font-size: 28px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.3;
    letter-spacing: normal;
    text-align: left;
    color: #1e1002;
    margin-bottom: 40px;
    margin-top: 0;
}

.main_descr p {
    font-family: Rubik;
    font-size: 18px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.6;
    letter-spacing: normal;
    text-align: left;
    color: #1e1002;
}

.main_descr {
    padding-bottom: 40px;
}

.item_atraction:hover {
    background-color: #f0ffe1;
}

.secondblock-title-wrapper p.text {
    max-width: 315px;
}

.btn-success:hover {
    background-image: linear-gradient(to bottom, #8cc900, #309600);
}

.additives p {
    transition: 0.3s;
}

.additives a:hover p {
    color: #72c13d;
}

#footer_menu>li>a {
    padding-bottom: 2px;
    border-bottom: 1px solid transparent;
    transition: 0.3s;
}

#footer_menu>li:hover>a {
    border-bottom: 1px solid #fff;
}

.recalls_cintrol-item {
    transition: 0.3s;
}

.recalls_cintrol-item:hover {
    color: #72c13d;
}

#ready {
    padding-bottom: 60px;
}

#services .big_block {
    min-height: 600px;
}

.ininimg {
    position: relative;
    text-align: right;
}

#services .ininimg:after {
    content: url('/images/services.jpg');
    opacity: 1;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    transition: 0.3s;
}

#services .ininimg:before {
    content: url('/images/attraction1.png');
    opacity: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    transition: 0.3s;
}

#services .ininimg:hover:after {
    opacity: 0;
}

#services .ininimg:hover:before {
    opacity: 1;
}

.search .result-title a:hover,
.search .result-title:hover {
    color: #ff7900;
}

@media(max-width: 1200px) {
    .freepage .second_block_cards .bg2 .ole span {
        font-size: 23px !important;
    }
    .fake_men_mob {
        height: 110px;
    }
    .big_block:after {
        background-size: 100% 100%;
    }
    .big_block:before {
        background-size: 100% 100%;
    }
    .big_block {
        margin-right: 0;
        margin-left: 0;
        min-height: auto;
    }
    .big_block .text {
        max-width: 59%;
        padding-top: 150px;
        padding-bottom: 130px;
        padding-left: 40px;
    }
    .small_block:after {
        background-size: 100% 100%;
    }
    .small_block:before {
        background-size: 100% 100%;
    }
    .small_block {
        padding-top: 45px;
    }
    #onas .small_block .p1 {
        font-size: 38px;
    }
    .attractions .excelence {
        margin-bottom: 30px;
    }
    .attractions .excelence .item_excelence {
        width: 33%;
        margin-bottom: 60px;
    }
    .green-buttonheaders {
        font-size: 12px;
        padding: 11px 12px;
    }
    .top_menu .nav>li>a {
        font-size: 15px;
    }
}

@media(max-width: 1024px) {
    #services .big_block {
        min-height: 400px;
    }
    .big_block .text {
        max-width: 59%;
        padding-top: 50px;
        padding-bottom: 30px;
        padding-left: 40px;
    }
    .big_block .text {
        max-width: 59%;
        padding-top: 50px;
        padding-bottom: 30px;
        padding-left: 40px;
        position: absolute !important;
        top: 350px;
    }
    body.home #bgbg1 {
        left: 0;
    }
    body.home .second_block .div1 {
        width: 100%;
        height: 270px;
        padding-left: 80px;
        padding-top: 50px;
    }
    body.home .second_block .div2 {
        width: 100%;
        height: 270px;
        padding-left: 80px;
        padding-top: 50px;
    }
    .second_block .div1 img {
        left: 90px;
    }
    body.home .third_block {
        padding-top: 50px;
    }
    body.home .third_block .div3,
    body.home .third_block .div4 {
        height: 235px;
    }
}

@media(max-width: 992px) {
    .big_block:before {
        background-image: inherit !important;
    }
    .big_block:after {
        background-image: inherit !important;
    }
    .big_block:before {
        background-image: inherit !important;
    }
    #services .big_block {
        min-height: 200px;
    }
    .big_block .text {
        max-width: 59%;
        padding-top: 50px;
        padding-bottom: 30px;
        padding-left: 40px;
        position: relative !important;
        top: 0px;
    }
    .second_block_cards .second_block_cards_rowflex .block3 br {
        display: none;
    }
    .specialflex {
        display: block;
    }
    .container.partners-item .img {
        margin-left: -15px;
    }
    #services .ininimg:after {
        display: none;
    }
    #services .first_block .bgbg1 {
        height: 230px;
    }
    #services .first_block .left_block {
        left: 0;
        width: 100%;
    }
    #services .first_block .left_block {
        top: 68px;
    }
    .ininimg:before {
        display: none;
    }
    .top_menu .nav>li>a {
        font-size: 10px;
        border: 2px solid transparent;
    }
    ul#footer_menu {
        display: flex;
        justify-content: space-between;
        padding: 0;
        list-style: none;
        font-family: Rubik;
        font-size: 13px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: 0.5px;
        text-align: left;
        margin: 3px 0;
        margin-left: -15px;
        margin-right: -15px;
    }
    ul#footer_menu {
        display: flex;
        justify-content: space-between;
        padding: 0;
        list-style: none;
        font-family: Rubik;
        font-size: 13px;
    }
    .freepage .second_block_cards .bg2 .ole span {
        font-size: 16px !important;
    }
    .freepage .second_block_cards .bg2 {
        margin-bottom: 30px;
        padding-bottom: 0;
        min-height: 380px;
    }
    section#contacts .contact {
        padding-right: 0;
        padding-left: 0;
    }
    section#contacts .item-contact {
        padding-top: 0;
    }
    section#contacts .item-contact h2.title {
        margin-top: 10px;
    }
    .breadcrumb {
        margin-bottom: 20px;
    }
    .fake_men_mob {
        height: 110px;
    }
    .big_block:after {
        background-size: 100% 100%;
    }
    .big_block:before {
        background-size: 100% 100%;
    }
    .big_block {
        margin-right: 0;
        margin-left: 0;
        min-height: auto;
    }
    .big_block .text {
        max-width: 59%;
        padding-top: 70px;
        padding-bottom: 70px;
        padding-left: 40px;
    }
    .small_block {
        min-height: 150px;
    }
    .small_block:after {
        content: none;
    }
    .small_block:before {
        content: none;
    }
    .secondblock-title-wrapper p.text {
        max-width: 100%;
        text-align: justify;
    }
    body.home .second_block .div2 {
        width: 100%;
        height: 218px;
        padding-left: 20px;
        padding-top: 0px;
    }
    body.home .second_block .div1 {
        width: 100%;
        height: 220px;
        padding-left: 0px;
        padding-top: 15px;
    }
    body.home .second_block .div1 img {
        left: 13px;
    }
    body.home .third_block {
        padding-top: 0;
    }
    #calc {
        padding-bottom: 0px;
    }
    #calc h2.title {
        margin-top: 0;
    }
    .second_block_cards .bg2 .block1 p {
        font-size: 17px;
    }
    .second_block_cards .bg2 .block2 h2 {
        font-size: 20px;
    }
    .dni_rozhdeniya.second_block_cards .bg2 img {
        margin-left: 30px;
    }
    .item_read {
        margin-bottom: 30px;
    }
    #fixed_header .menu.nav li {
        padding-right: 15px;
    }
}

.top_description p {
    font-family: Rubik;
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.28;
    letter-spacing: normal;
    text-align: left;
}

h1.title_page {
    font-family: Rubik;
    font-size: 44px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: normal;
    text-align: left;
}

.top_description {
    margin-bottom: 50px;
}

.bottom_description p {
    font-family: Rubik;
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.28;
    letter-spacing: normal;
    text-align: left;
}

.bottom_description {
    margin-bottom: 50px;
}

.item_block {
    display: flex;
    flex-direction: row;
    margin-bottom: 50px;
}

.item_block .photo {
    width: 40%;
    padding-left: 15px;
    padding-right: 15px;
}

.item_block .dscr {
    width: 60%;
    padding-left: 15px;
    padding-right: 15px;
}

.item_block:nth-child(even) {
    flex-direction: row-reverse;
}

.item_block:nth-child(even) .dscr {
    text-align: right;
}

.item_block .dscr p {
    font-family: Rubik;
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.28;
    letter-spacing: normal;
}

.item_block .dscr h2 {
    font-family: Rubik;
    font-size: 24px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.28;
    letter-spacing: normal;
}

.zakazzv {
    font-size: 15px;
    transition: 0.3s;
    margin-left: -15px;
    cursor: pointer;
    margin-top: -5px;
    line-height: 1;
}

.zakazzv:hover {
    border-bottom: 1px solid #ff7900;
    color: #ff7900;
}

.zakazzvmob {
    transition: 0.3s;
    cursor: pointer;
    margin-top: -5px;
    display: inline-block;
    margin-left: 1px;
    font-family: Rubik;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: normal;
    color: rgb(255, 121, 0);
    border-bottom: 2px dashed rgb(255, 121, 0);
}

@media(max-width: 767px) {
    .item_block {
        display: flex;
        flex-direction: row;
        margin-bottom: 50px;
        flex-wrap: wrap;
    }
    .item_block .photo {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
    .item_block .photo {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
    .item_block:nth-child(even) {
        flex-direction: row-reverse;
        flex-wrap: wrap;
    }
    .item_block {
        display: flex;
        flex-direction: row;
        margin-bottom: 50px;
        flex-wrap: wrap;
    }
    .item_block .dscr {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
    img {
        max-width: 100%;
        height: auto;
    }
    .foot2 .fa-map-marker {
        margin-left: -10px;
    }
    .freepage .bg2 img.specials {
        display: none;
    }
    .freepage .second_block_cards .bg2 {
        padding: 0;
        display: block;
        margin-left: -15px;
        margin-right: -15px;
        margin-bottom: 30px;
    }
    .secondblock-title-wrapper h2 {
        font-size: 44px;
    }
    .freepage .second_block_cards .bg2 .ole span {
        font-size: 23px !important;
    }
    .vasya {
        padding-top: 50px;
        align-items: center;
    }
    .second_block_cards .bg2 {
        min-height: auto;
        height: auto;
    }
    .recalls__feedback-button-wrapper img {
        display: none;
    }
    .recalls__feedback-button-wrapper {
        margin-bottom: 40px;
    }
    .breadcrumb {
        margin-bottom: 5px;
    }
    .specialflex {
        display: block;
    }
    .flexxx {
        display: block;
    }
    #onas .ssylki {
        width: 100%;
        margin-bottom: 30px;
    }
    .fake_men_mob {
        height: 51px;
    }
    .navbar-default .navbar-brand {
        width: 150px;
    }
    .recalls__feedback-button-wrapper {
        text-align: center;
    }
    .freepage .second_block_cards .bg2 {
        min-height: auto;
    }
    .small_block {
        padding: 0;
    }
    #onas .small_block .p1 {
        font-size: 38px;
    }
    .big_block .text {
        max-width: 100%;
        padding: 0;
    }
    .big_block:before,
    .big_block:after {
        content: none;
    }
    .small_block:after {
        content: none;
    }
    .small_block:before {
        content: none;
    }
    #services .first_block .bgbg1 {
        height: auto;
    }
    #services .big_block .text {
        padding: 0;
    }
    .big_block {
        min-height: auto;
    }
    #services {
        padding-bottom: 0;
    }
    .big_block {
        margin-left: 0;
        margin-right: 0;
    }
    #onas h1 {
        text-align: center;
    }
    #onas h2.spec,
    #onas h2 {
        text-align: center;
    }
    body.home .second_block .div2 {
        padding-left: 0;
    }
    #calc h2.title {
        margin-top: 0;
    }
    .additives p {
        font-size: 24px;
        margin-bottom: 50px;
    }
    .additives {
        padding-bottom: 0;
    }
    #calc img.option_img {
        margin-bottom: 25px;
    }
    .item_read {
        margin-bottom: 30px;
    }
    #services .first_block .bgbg1 {
        height: 180px;
    }
    .recalls .banner {
        min-height: 200px;
    }
    .green-buttonheaders {
        margin-left: 21%;
    }
}

@media (max-width: 575px) {
    .green-buttonheaders {
        margin-left: 12%;
    }
    .menu_mobile {
        padding-top: 0px;
    }
}

@media (max-width: 435px) {
    .green-buttonheaders {
        margin-left: 8%;
    }
}

@media (max-width: 400px) {
    .green-buttonheaders {
        margin-left: 5%;
    }
}

@media (max-width: 375px) {
    .green-buttonheaders {
        margin-left: 1%;
    }
}

@media (max-width: 360px) {
    .green-buttonheaders {
        font-size: 10px;
        margin-left: 0px;
        padding: 9px 9px;
    }
}

@media (max-width: 330px) {
    .green-buttonheaders {
        font-size: 9px;
        margin-left: 0px;
        padding: 9px 7px;
    }
}