body {
    margin: 0;
}

#pozvonim-button {
    left: 5% !important
}

.noselect {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.error {
    width: 100%;
    height: 100VH;
    background: url(img/cowQuestion.jpeg) no-repeat center;
    background-size: cover;
    color: #fff;
    font-size: 25px;
}

.error .aboutError {
    width: 80%;
    margin: 0 auto;
}

.error ul {
    list-style: none;
    font-size: 25px;
}

.error ul:last-child {
    text-align: center;
}

.yandexMaps {
    width: 100%;
    background-size: cover;
}

.yandexMaps img{
	width: 100%;
}

#wrapper .text {
    display: none;
    position: relative;
    color: white;
    top: 14px;
    left: 1px;
}

.error ul:last-child a {
    display: block;
    width: 310px;
    margin: 0 auto;
    font-size: 23px;
    color: #fff;
    border: 1px solid #fff;
    padding: 12px 20px;
    text-decoration: none;
    cursor: pointer;
    transition: .4s ease;
    -o-transition: .4s ease;
    -moz-transition: .4s ease;
    -webkit-transition: .4s ease;
    -ms-transition: .4s ease;
    text-align: center;
}

.error ul:last-child a:hover {
    background: #fff;
    color: #000000;
    -ms-transform: translateY(10px);
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
}

body {
    font-family: sans-serif;
    font-size: 16px;
    min-width: 320px;
    position: relative;
    line-height: 1.6;
    font-family: "CenturyGothic", sans-serif;
    overflow-x: hidden;
    color: black;
    margin: 0;
}

.hidden {
    display: none;
}

header .opacityWrapper {
    position: absolute;
    z-index: 5;
    height: 85px;
    width: 100%;
    background-color: #e6e5e5;
    opacity: 0.7;
}

header {
    height: 85px;
    width: 100%;
    position: fixed;
    z-index: 122;
}

header .main_menu {
    z-index: 124;
    position: fixed;
    top: 0px;
    width: 100%;
    height: 85px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

header ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    -webkit-padding-start: 0px;
}

header ul li {
    font-size: 23px;
    font-family: Arial, Helvetica, sans-serif;
    list-style: none;
    color: white;
    padding: 0px 45px 0px 45px;
    cursor: pointer;
    transition: 0.4s ease;
    -o-transition: 0.4s ease;
    -moz-transition: 0.4s ease;
    -webkit-transition: 0.4s ease;
    -ms-transition: 0.4s ease;
    text-decoration: none;
    color: black;
    font-weight: bold;
}

header ul li a {
    color: black;
}

a:visited {
    text-decoration: none;
}

a:link {
    text-decoration: underline;
}

a:link {
    text-decoration: underline;
}

tr td a {
    color: #fff;
}

#first {
    display: block !important;
    -webkit-animation: textAnimation 2s linear 1 0s;
    animation: textAnimation 2s linear 1 0s;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
    position: relative;
    top: -500px;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    opacity: 0;
}

#sec {
    text-shadow: 5px 5px 10px black;
    -webkit-animation: textAnimatio 2s linear 1 0s;
    animation: textAnimatio 2s linear 1 0s;
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

#third {
    text-shadow: 5px 5px 10px black;
    -webkit-animation: textAnimati 2s linear 1 0s;
    animation: textAnimati 2s linear 1 0s;
    -webkit-animation-delay: 5s;
    animation-delay: 5s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.header .h {
    color: black;
    font-size: 20px;
    margin-top: 20px;
    text-align: center;
}

@-webkit-keyframes textAnimation {
    0% {
        position: static;
        opacity: 0;
        -webkit-transform: translateY(-400px);
    }

    10% {
        opacity: 1;
        ;}

    100% {
        position: static;
        opacity: 1;
        -webkit-transform: translateY(-40px)
    }
}

@-webkit-keyframes textAnimatio {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-400px);
    }

    10% {
        opacity: 1;
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(-60px);
    }
}

@-webkit-keyframes textAnimati {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-400px);
    }

    10% {
        opacity: 1;
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(20px);
    }
}

.main_navigation {
    display: none;
}

header ul li:hover {
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
    text-decoration: none;
}

.under_header {
    width: 100%;
    height: 85px;
}

.main_navigation {
    display: none;
}

.button_toggle {
    display: none;
}

section.photo {
    width: 100%;
    height: 100VH;
    background: url(img/banner.jpg) no-repeat center;
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.photo .description {
    width: 90%;
    height: 241px;
    margin: 0px auto;
    position: relative;
}

.photo .description .text {
    display: block;
    width: 75%;
    text-align: justify;
    height: 305px;
    margin: 0px auto;
    font: normal normal normal 14px/1.4em raleway,sans-serif;
    color: white;
}

.photo .description .text p {
    display: none;
}

.photo .description .text h2 {
    font-size: 49px;
    text-align: center;
    color: white;
}

.photo .scrollBut {
    display: block;
    width: 239px;
    margin: 0 auto;
    margin-top: -130px;
    font-size: 23.7928px;
    color: white;
    border: 1px solid white;
    padding: 1px 20px 1px 20px;
    text-decoration: none;
    cursor: pointer;
    transition: 0.4s ease;
    -o-transition: 0.4s ease;
    -moz-transition: 0.4s ease;
    -webkit-transition: 0.4s ease;
    -ms-transition: 0.4s ease;
    text-align: center;
}

.photo a:hover {
    background: #fff;
    color: #000000;
    -ms-transform: translateY(10px);
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
}

.animation {
    z-index: 99;
    position: absolute;
    left: 0; 
  right: 0; 
  margin-left: auto !important; 
  margin-right: auto !important; 
  width: 500px;
  text-align: center;
    opacity: 0;
}

#third{
    font-size: 25px !important;
}

.photo .number {
    position: relative;
    top: -1550px;
}

.number.menu {
    width: 83%;
    height: 35px;
    background: url(img/numberSmallB.png) no-repeat center;
    background-size: contain;
}

header .main_navigation ul li:last-child {
    padding: 20px 35px 0px 35px;
}

.contacts{
    background-color: #86B049;
}

.number.contacts {
    margin: 0;
    width: 256px;
    height: 35px;
    margin-left: -3px;
    background: url(img/numberB.png) no-repeat center;
    background-size: cover;
}

@media screen and (max-width: 765px) {
    #wrapper .text {
        display:block;
    }

    header {
        background-color: transparent;
    }

    .main_menu {
        display: none;
    }

    .under_header {
        display: none;
    }

    .main_navigation {
        display: block;
        list-style: none;
        position: fixed;
        top: 0;
        left: 0;
        color: black !important;
        background: white;
        opacity: 0.95;
        -webkit-box-shadow: 1.5px 0px 30px;
        box-shadow: 1.5px 0px 30px;
        width: 35%;
        height: 100%;
        text-align: center;
        -webkit-transform: translateX(-110%);
        -ms-transform: translateX(-110%);
        transform: translateX(-110%);
        z-index: 2100;
        scroll-behavior:
    }

    .scroll {
        -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
        transform: translateX(0%);
    }

    header .main_navigation ul {
        margin-top: 21.5px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-padding-start: 0px;
    }

    header .main_navigation ul li {
        font-size: 13px;
        font-family: Arial, Helvetica, sans-serif;
        list-style: none;
        color: #000000;
        padding: 50px 35px 0px 35px;
        cursor: pointer;
        -webkit-transition: 0.4s ease;
        -o-transition: 0.4s ease;
        transition: 0.4s ease;
    }

    header .main_navigation ul li a {
        color: #000000;
    }

    .button_toggle {
        display: block;
        position: fixed;
        width: 40px;
        height: 36px;
        right: 30px;
        top: 35px;
        background: transparent;
        z-index: 321;
    }

    .button_toggle span {
        position: absolute;
        width: 100%;
        height: 2px;
        background: black;
        margin-top: 12px;
        -webkit-transition: all 0.1s;
        -o-transition: all 0.1s;
        transition: all 0.1s;
        background: white;
    }

    input[type="checkbox"] {
        position: absolute;
        width: 100%;
        height: 100%;
        z-index: 1;
        opacity: 0;
        cursor: pointer;
        margin-top: 0px;
    }

    input[type="checkbox"]:checked + span:after {
        transform: rotate(-45deg) translate(-4px, 16px);
        -o-transform: rotate(-45deg) translate(-4px, 16px) !important;
        -moz-transform: rotate(-45deg) translate(-4px, 16px) !important;
        -ms-transform: rotate(-45deg) translate(-4px, 16px) !important;
        -webkit-transform: rotate(-45deg) translate(-4px, 16px) !important;
    }

    input[type="checkbox"]:checked + span:before {
        transform: rotate(45deg) translate(-1px, -12px);
        -o-transform: rotate(45deg) translate(-1px, -12px) !important;
        -moz-transform: rotate(45deg) translate(-1px, -12px) !important;
        -ms-transform: rotate(45deg) translate(-1px, -12px) !important;
        -webkit-transform: rotate(45deg) translate(-1px, -12px) !important;
    }

    input[type="checkbox"]:checked + span {
        background: transparent;
    }

    .button_toggle span:before, .button_toggle span:after {
        content: "";
        position: absolute;
        width: 40px;
        height: 2px;
        background: black;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
        background: white;
    }

    .button_toggle span:before {
        top: 12px;
    }

    .button_toggle span:after {
        top: -12px;
    }
}

.about .owl-dots {
    display: none;
}

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

*::-webkit-input-placeholder {
    color: #666;
    opacity: 1;
}

*:-moz-placeholder {
    color: #666;
    opacity: 1;
}

*::-moz-placeholder {
    color: #666;
    opacity: 1;
}

*:-ms-input-placeholder {
    color: #666;
    opacity: 1;
}

body input:focus:required:invalid, body textarea:focus:required:invalid {
}

body input:required:valid, body textarea:required:valid {
}

.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.flex .box {
    width: 260px;
    height: 338px;
    background-size: contain;
    display: inline-block;
    margin: 10px 30px;
}

.chiken .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.flex .box {
    transition: 0.4s ease;
    -o-transition: 0.4s ease;
    -moz-transition: 0.4s ease;
    -webkit-transition: 0.4s ease;
    -ms-transition: 0.4s ease;
}

.flex .box:hover {
    -ms-transform: translateY(-20px);
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
}

.scrollup {
    display: none;
    position: fixed;
    right: 45px;
    bottom: 105px;
    z-index: 10000;
    text-decoration: none;
    list-style: none;
    color: white;
    background: rgba(44, 44, 43, 0.6);
    padding: 10px 20px;
}

.streets .wrapper {
    height: 600px;
    margin: 0 auto;
    background: #86B049;;
    background-size: cover;
}

.streets h1 {
    text-align: center;
    font-family: 'CenturyGothic';
    padding-top: 100px;
    padding-bottom: 10px;
    color: white;
        margin-block-start: 0;
}

#owl-demo .item {
    width: 100%;
    padding: 30px 0px;
    margin: 5px;
    color: #FFF;
    border-radius: 3px;
    text-align: center;
}

.first_text {
    display: block;
    text-align: center;
    font-size: 2em;
    width: 70%;
    margin: 0px auto;
    color: black;
}

.second_text {
    margin: 0px auto;
    display: block;
    color: #325056;
    text-align: center;
    font-family: design;
    font-size: 3em;
}

.streets [class^="first_"] {
    width: 24%;
    background: white;
    padding-top: 40px;
    height: 367px;
    text-align: center;
    transition: 0.4s ease;
    -o-transition: 0.4s ease;
    -moz-transition: 0.4s ease;
    -webkit-transition: 0.4s ease;
    -ms-transition: 0.4s ease;
}

.streets .first_a {
}

.streets [class^="first_"]:hover {
    background: #e6e5e5;
    -ms-transform: translateY(-20px);
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
}

.streets .cover {
    margin-top: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 60%;
    margin: 0 auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.about .wrapper {
    height: auto;
    padding-bottom: 50px;
    margin: 0 auto;
    background: #86B049;
    background-size: cover;
}

.about .wrapper .owl-stage-outer {
    height: 390px;
}

.about .wrapper .cover {
    margin-top: 65px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 61%;
    margin: 0 auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.about .wrapper .cover [class^="first_"] {
    width: 32%;
    height: 430px;
    text-align: center;
    transition: 0.4s ease;
    -o-transition: 0.4s ease;
    -moz-transition: 0.4s ease;
    -webkit-transition: 0.4s ease;
    -ms-transition: 0.4s ease;
}

.about .wrapper .cover [class^="first_"]:hover {
    -ms-transform: translateY(-20px);
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
    cursor: pointer;
}

.about .wrapper .cover .first_c {
    background: url(img/doc3.jpg) no-repeat center;
    background-size: contain;
}

.about .wrapper .cover .first_a {
    background: url(img/doc1.jpg) no-repeat center;
    background-size: contain;
}

.about .wrapper .cover .first_b {
    background: url(img/doc2.jpg) no-repeat center;
    background-size: contain;
}

.about h1 {
    margin-top: 95px;
    text-align: center;
    font-family: 'CenturyGothic';
    padding-top: 135px;
    color: white;
}

.about #owl-demo .item {
    width: 100%;
    padding: 30px 0px;
    margin: 5px;
    color: #FFF;
    border-radius: 3px;
    text-align: center;
}

.about .first_text {
    display: block;
    text-align: center;
    font-size: 1em;
    width: 70%;
    margin: 0px auto;
    color: black;
    background: white;
    padding: 30px;
}

.text a:hover {
    background: transparent;
    color: white;
}

footer {
    width: 100%;
    background-color: #e6e5e5;
}

footer p {
    text-align: center;
    padding-top: 18px;
    margin-block-start: 0px;
    margin-block-end: 0px;
    margin-bottom: 0;
}

.price {
    text-align: center;
    background: #86B049;
    background-size: cover;
}

.price .wrapper tr:hover {
    transition: 0.6s ease;
    -o-transition: 0.6s ease;
    -moz-transition: 0.6s ease;
    -webkit-transition: 0.6s ease;
    -ms-transition: 0.6s ease;
    background: #ffffff;
    color: #000000;
    cursor: pointer;
}

.price .wrapper table {
    text-align: left;
    color: white;
    border-spacing: 0px;
    border-collapse: collapse;
}

.noMargin {
    margin-top: 0;
}

.noMargin p {
    margin-top: 0;
}

.price .wrapper h1 {
    margin-top: 0;
    color: white;
}

.price #price {
    margin: 0 auto;
    font-size: 25px;
}

.header.chiken {
    background: #86B049;
    background-size: cover;
}

.header.cow {
    background: #86B049;
    background-size: cover;
}

.header.pig {
    background: #86B049;
    background-size: cover;
}

.header.goat {
    background: #86B049;
    background-size: cover;
}

.header.sheep {
    background: #86B049;
    background-size: cover;
}

.header.horses {
    background: #86B049;
    background-size: cover;
}

.header {
    background-color: #e6e5e5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header .wrapper {
    width: 100%;
    margin: 0 auto;
    background-size: cover;
}

.header h1 {
    text-align: center;
    font-family: 'CenturyGothic';
    color: #fff;
    font-size: 35px;
    margin-top: 0;
}

.number {
    width: 300px;
    height: 74px;
    background: url(img/number.png) no-repeat center;
    background-size: contain;
    margin: 0 auto;
}

.header [class^="first_"] {
    font-size: 15px;
    text-align: justify;
    width: 28%;
    height: 720px;
    background-color: #ffffff;
    -o-transition: 0.6s ease;
    transition: 0.6s ease;
    -o-transition: 1s ease;
    -moz-transition: 1s ease;
    -webkit-transition: 0.6s ease;
    -ms-transition: 1s ease;
    margin-bottom: 40px;
}

.wrap .video {
    width: 30%;
    margin: 0px auto;
    margin-top: 30px;
    margin-bottom: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.text span {
    ;display: block;
    padding: 30px;
    text-align: justify;
    background: white;
    margin-bottom: 40px;
}

.wrap {
    width: 100%;
}

.header [class^="first_"]:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    cursor: pointer;
}

.header [class^="first_"] span {
    display: block;
    padding: 20px;
}

.header [class^="first_"] [class^="photo_"] {
    width: 100%;
    height: 200px;
}

.car {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.car span {
    display: block;
    background: white;
    width: 50%;
    padding: 10px;
    margin: 0 auto;
    margin-bottom: 30px;
    text-align: center;
    font-weight: bold;
}

.car img {
    width: 30%;
    margin: 0 auto;
    margin-bottom: 30px;
}

.header .chiken [class^="first_"] .photo_a {
    background: url(img/chikenA.jpg) no-repeat center;
    background-size: cover;
}

.header .chiken [class^="first_"] .photo_b {
    background: url(img/chikenB.jpg) no-repeat center;
    background-size: cover;
}

.header .chiken [class^="first_"] .photo_c {
    background: url(img/chikenC.jpg) no-repeat center;
    background-size: cover;
}

.header .cow [class^="first_"] .photo_a {
    background: url(img/cowA.jpg) no-repeat center;
    background-size: cover;
}

.header .cow [class^="first_"] .photo_b {
    background: url(img/cowB.jpg) no-repeat center;
    background-size: cover;
}

.header .cow [class^="first_"] .photo_c {
    background: url(img/cowC.jpg) no-repeat center;
    background-size: cover;
}

.header .pig [class^="first_"] .photo_a {
    background: url(img/pigA.jpg) no-repeat center;
    background-size: cover;
}

.header .pig [class^="first_"] .photo_b {
    background: url(img/pigB.jpg) no-repeat center;
    background-size: cover;
}

.header .pig [class^="first_"] .photo_c {
    background: url(img/pigC.jpg) no-repeat center;
    background-size: cover;
}

.header .goat [class^="first_"] .photo_a {
    background: url(img/goatA.jpg) no-repeat center;
    background-size: cover;
}

.header .goat [class^="first_"] .photo_b {
    background: url(img/goatB.jpg) no-repeat center;
    background-size: cover;
}

.header .goat [class^="first_"] .photo_c {
    background: url(img/goatC.jpg) no-repeat center;
    background-size: cover;
}

.header .sheep [class^="first_"] .photo_a {
    background: url(img/sheepA.jpg) no-repeat center;
    background-size: cover;
}

.header .sheep [class^="first_"] .photo_b {
    background: url(img/sheepB.jpg) no-repeat center;
    background-size: cover;
}

.header .sheep [class^="first_"] .photo_c {
    background: url(img/sheepC.jpg) no-repeat center;
    background-size: cover;
}

.header .horse [class^="first_"] .photo_a {
    background: url(img/loshA.jpg) no-repeat center;
    background-size: cover;
}

.header .horse [class^="first_"] .photo_b {
    background: url(img/loshB.jpg) no-repeat center;
    background-size: cover;
}

.header .horse [class^="first_"] .photo_c {
    background: url(img/loshC.jpg) no-repeat center;
    background-size: cover;
}

.reviews .wrapper {
    width: 100%;
    height: 500px;
    background: #86B049;
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.reviews .wrapper>div {
    margin-top: 40px;
}

.reviews .first_text {
    display: block;
    text-align: center;
    font-size: 1.1em;
    width: 70%;
    margin: 0px auto;
    color: black;
    background: white;
    padding: 35px;
}

.header .cover {
    margin-top: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 85%;
    margin: 0 auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.main .wrapper {
    margin-top: 150px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 650px;
    background-color: #e6e5e5;
}

iframe {
    width: 100%;
    frameborder: 0;
}

.chiken.header [class^="first_"] {
    font-size: 13px;
    height: 860px;
}

.main .wrapper .text {
    width: 50%;
    height: 650px;
    border-radius: 1px solid red;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.main .wrapper .text span {
    display: block;
    padding: 30px;
    font-size: 19px;
}

.main .wrapper .photo {
    width: 50%;
    height: 650px;
    background: url(img/duckTales.jpg) no-repeat center;
    background-size: cover;
}

.forms {
    margin-top: 50px;
}

.forms .form .input {
    width: 260px;
    height: 340px;
    margin-right: 20px;
    font-size: 20px;
}

.forms .input input {
    margin: 9px 0px 0px 0px;
    border: 1px solid #2F2E2E;
    outline: none;
    width: 230px;
    height: 23px;
    color: #6e6e6e;
    font-family: Arial, Helvetica, sans-serif;
    padding-left: 5px;
}

.forms .input .btn {
    position: relative;
    width: 138px;
    height: 37px;
    background: #2F2E2E;
    color: #f5f5f5;
    margin-top: 25px;
    padding: 5px 15px;
    top: 0px;
    left: 0px;
    font-size: 20px;
    font-family: "CenturyGothic", sans-serif;
    cursor: pointer;
}

.forms .input p {
    margin: 0;
    margin-top: 9px;
}

.forms .input textarea {
    padding-left: 5px;
    width: 226px;
    position: relative;
    resize: none;
    border: 1px solid #2F2E2E;
    outline: none;
    margin-left: 10px;
    top: 15px;
    left: -10px;
    color: #6e6e6e;
    font-family: Arial, Helvetica, sans-serif;
}

.forms .form .bottom {
    width: 72%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.forms .form .info {
    width: 65%;
    font-size: 20px;
}

.forms .form .info p {
    margin: 0;
}

.forms .form .info p a {
    color: black;
}

.forms .form .info p .black {
    font-weight: bold;
}

.forms .form .info .photo {
    width: 100%;
    height: 389px;
    background: url(img/farm.jpg) no-repeat center;
    background-size: cover;
}

#form>div {
    margin-top: 35px
}

@media only screen and (max-width: 1749px) {
    .forms .form .info .photo {
        height:358px;
    }
}

@media only screen and (max-width: 1740px) {
    header ul li {
        font-size:19px;
    }

    .header [class^="first_"] {
        height: 820px;
        text-align: initial;
    }
}

@media only screen and (max-width: 1338px) {
    .forms .form .info .photo {
        height:326px;
    }
}

@media only screen and (max-width: 1600px) {
    header ul li {
        font-size:16px;
    }

    .header [class^="first_"] {
        font-size: 14px;
    }

    .header [class^="first_"] {
        height: 820px;
    }
}

@media only screen and (max-width: 1480px) {
    .wrap .video {
        width:50%;
    }

    header ul li {
        padding: 0px 23px 0px 40px;
    }

    .reviews .first_text {
        font-size: 24px;
    }

    .streets [class^="first_"] {
        font-size: 13px;
    }

    .chiken.header [class^="first_"] {
        font-size: 13px;
        height: 860px;
    }
}

@media only screen and (max-width: 1323px) {
    .about .wrapper {
        height:auto;
    }
}

@media only screen and (max-width: 1320px) {
    header ul li {
        font-size:16px;
    }

    .reviews .first_text {
        font-size: 0.8em;
    }

    .about .first_text {
        font-size: 0.7em;
    }
}

@media only screen and (max-width: 1260px) {
    header ul li {
        font-size:14px;
    }

    .header [class^="first_"] {
        width: 300px;
    }

    .header {
        height: auto;
    }

    .header .wrapper {
        height: auto;
    }

    .about h1 {
        padding-top: 100px;
    }

    .photo h2 {
        font-size: 30px !important;
    }

    .photo h1 {
        font-size: 28px !important;
    }
}

@media only screen and (max-width: 1241px) {
    .forms .form .info .photo {
        height:294px;
    }
}

@media only screen and (max-width: 1140px) {
    header ul li {
        padding:0px 20px 0px 20px;
        font-size: 13px;
    }

    .about .wrapper {
        height: auto;
    }

    .about .wrapper .cover {
        width: 83%;
    }

    .forms .form .info {
        width: 61%;
    }
}

@media only screen and (max-width: 1100px) {
    .wrap .video {
        width:80%;
    }

    .forms .form .bottom {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .forms .form .info {
        width: 100%;
    }

    .forms .form .input {
        margin-right: 0;
    }


}

@media only screen and (max-width: 1056px) {
    .header [class^="first_"]:last-child {
        margin-top:50px;
    }
}

@media only screen and (max-width: 1000px) {
    .header .wrapper {
        height:auto;
    }

    .about .first_text {
        font-size: 0.6em;
    }

    .streets .cover {
        width: 100%;
    }

    .streets [class^="first_"] {
        width: 23%;
    }

    .about .wrapper {
        height: auto;
    }

    .photo h2 {
        font-size: 23px !important;
    }

    .photo h1 {
        font-size: 21px !important;
    }

    .reviews .first_text {
        font-size: 15px;
    }
}

@media only screen and (max-width: 900px) {
    header ul li {
        font-size:10px;
    }
}

@media screen and (max-width: 915px) {
    #form>div {
        margin-left:-25px
    }


    .price #price {
        font-size: 20px;
    }

    .forms .form .bottom {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .forms .form .info {
        width: 100%;
    }

    .input>form {
        text-align: center;
    }

    .forms .form .input {
        margin-right: 0;
    }

    #contacts {
        margin-top: 460px;
    }
}

@media only screen and (max-width: 765px) {
    .text span {
        text-align:initial;
    }

    .main_menu {
        display: none !important;
    }

    #contacts {
        margin-top: 480px;
    }

    .opacityWrapper {
        display: none !important;
    }

    #wrapper {
        display: block;
        position: fixed;
        width: 55px;
        height: 50px;
        background: rgba(44, 44, 43, 0.5);
        z-index: 3;
        border-radius: 3px;
        right: 22px;
        top: 23px;
        -webkit-transition: 0.3s ease;
        -o-transition: 0.3s ease;
        transition: 0.3s ease;
        border: 1px solid white;
    }

    .wrapper_small {
        right: 20.5px !important;
        top: 27.5px !important;
        width: 45px !important;
        height: 45px !important;
    }

    footer p {
        font-size: 13px;
    }

    .header h1 {
        font-size: 25px;
    }

    .header {
        margin-top: 0px;
    }

    .photo h2 {
        font-size: 23px !important;
    }

    .photo h1 {
        font-size: 22px !important;
    }

    .about .wrapper {
        height: auto;
    }

    .about .wrapper .cover {
        width: 98%;
    }

    /* #third {
        margin-left: -150px;
    } */
}

@media only screen and (max-width: 765px) {
    .header [class^="first_"] span {
        text-align:initial;
    }

    .main_navigation {
        width: 60%;
    }

    header .main_navigation ul li:first-child,li:last-child {
        font-size: 17.5px;
        font-weight: bold;
    }

    .streets [class^="first_"] {
        width: 20%;
        font-size: 12px;
        padding-top: 30px;
        height: 257px;
    }

    .about .first_text {
        font-size: 12px;
        text-align: left;
    }

    .price #price {
        font-size: 16px;
    }

    .error {
        font-size: 18px;
    }

    .error ul {
        font-size: 18px;
    }

    .aboutError #Er {
        padding-top: 10px !important;
    }
}

@media only screen and (max-width: 662px) {
    .about .wrapper {
        height:auto;
    }
}

@media only screen and (max-width: 705px) {
    .header .wrapper {
        height:auto;
    }

    .header [class^="first_"] {
        margin-top: 20px !important
    }

    .contacts .forms h2{
		padding: 0 20px;
	}
}

@media only screen and (max-width: 580px) {
    .photo h2 {
        font-size:20px !important;
    }

    .photo h1 {
        font-size: 19px !important;
    }

    .animation{
        width: 275px;
    }
    #sec {
        font-size: 20px !important;
    }

    #third {
        font-size: 15px !important;
    }

    .price #price {
        font-size: 13px;
    }

    .reviews .first_text {
        font-size: 17px;
    }

    .number {
        width: 230px;
    }

    .about .wrapper .cover [class^="first_"] {
        height: 304px;
    }

    .contacts .forms h2{
        font-size: 20px;
        padding: 0 40px;
    }
    
    .contacts .forms h1{
        font-size: 20px;
        padding: 0 40px;
	}
}

@media only screen and (max-width: 480px) {
    .flex img {
        width:90%;
    }

    .about .first_text {
        font-size: 12px;
    }

    .reviews .first_text {
        font-size: 13px;
    }

    .header [class^="first_"] span {
        font-size: 14px;
    }

    .main_navigation {
        width: 70%;
    }

    .forms .form .info {
        font-size: 16px;
    }

    .photo h2 {
        font-size: 15px !important;
    }

    .photo h1 {
        font-size: 13px !important;
    }

    header .main_navigation ul li {
        padding: 27px 35px 0px 35px;
    }



    .header .wrapper {
        height: auto;
    }

    .header .h {
        margin-top: 30px;
    }

    .streets h1 {
        padding-top: 50px;
    }

    .streets [class^="first_"] {
        width: 200px;
        font-size: 12px;
        padding-top: 30px;
        height: 257px;
        margin-top: 30px;
    }

    .about .wrapper {
        height: auto;
    }

    .price .wrapper table {
        font-size: 12px;
    }

    .about .wrapper .cover [class^="first_"] {
        width: 279px;
        margin-top: 30px;
    }

    .streets .wrapper {
        height: 800px;
    }
}

@media only screen and (max-width: 400px) {

	.kontaktyPhoto{
		width: 260px;
	}
    .streets .wrapper {
        height:1537px;
    }

    .header [class^="first_"] span {
        font-size: 12px;
    }

    .reviews .first_text {
        font-size: 14px;
    }

    .about .wrapper {
        height: auto;
    }
}

@media only screen and (max-width: 1200px) {
}

@media only screen and (max-width: 992px) {
}

@media only screen and (max-width: 768px) {
    .animated {
        -o-transition-property:none !important;
        -webkit-transition-property: none !important;
        transition-property: none !important;
        -ms-transform: none !important;
        -webkit-transform: none !important;
        transform: none !important;
        -webkit-animation: none !important;
        animation: none !important;
    }
}

@media screen and (orientation: landscape) and (max-width:768px) {
    header .main_navigation ul li {
        font-size:11px;
    }

    .main_navigation ul li {
        padding: 10px 35px 0px 35px !important;
    }

    .aboutError #Er {
        padding-top: 10px !important;
    }
}

@media only screen and (max-width: 640px) {
    .streets .first_d {
        font-size:9px;
    }

    .car img {
        width: 90%;
    }

    .wrap .video {
        width: 100%;
    }
}

@media only screen and (max-width: 480px) {
}

@media only screen and (min-width: 320px) {
    header .main_navigation ul {
        margin-top:11.5px;
    }

    header .main_navigation ul li {
        padding: 10px 35px 0px 35px;
    }

    header .main_navigation ul li:last-child {
        padding: 0px 35px 0px 35px;
    }
}

@media only screen and (min-width: 320px) {
}

@media only screen and (min-width: 480px) {
}

@media only screen and (min-width: 768px) {
}

@media only screen and (min-width: 992px) {
}

@media only screen and (min-width: 1200px) {
}

.owl-theme .owl-dots,.owl-theme .owl-nav {
    text-align: center;
    -webkit-tap-highlight-color: transparent
}

.owl-theme .owl-nav {
    margin-top: 10px
}

.owl-theme .owl-nav [class*=owl-] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: #869791;
    color: #FFF;
    text-decoration: none
}

.owl-theme .owl-nav .disabled {
    opacity: .5;
    cursor: default
}

.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 10px
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom:1}

.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #ffffff;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px
}

.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span {
    background: #111111
}

.owl-carousel,.owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative
}

.owl-carousel {
    display: none;
    width: 100%;
    z-index: 1
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    -moz-backface-visibility: hidden
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0,0,0)
}

.owl-carousel .owl-item,.owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0)
}

.owl-carousel .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none
}

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

.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled {
    display: none
}

.no-js .owl-carousel,.owl-carousel.owl-loaded {
    display: block
}

.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}

.owl-carousel.owl-hidden {
    opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden
}

.owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab
}

.owl-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
    float: right
}

.owl-carousel .animated {
    animation-duration: 1s;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-carousel .fadeOut {
    animation-name: fadeOut
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

.owl-height {
    transition: height .5s ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity .4s ease
}

.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform .1s ease
}

.owl-carousel .owl-video-play-icon:hover {
    -ms-transform: scale(1.3,1.3);
    transform: scale(1.3,1.3)
}

.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn {
    display: none
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity .4s ease
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%
}

#slidebox {
  width: 550px;
  height: 55px;
      background: rgba(138, 199, 236, 0.92);
  position: fixed;
  bottom: -200%;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  line-height: 18px;
  z-index: 99999;
}

a.close {
  position: absolute;
  cursor: pointer;
  top: 5px;
  right: 20px;
  text-decoration: none;
  border: none;
  color: #fff;
}

#slidebox p {
  margin: 0 40px 0px 0px;
  padding: 0px;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
}

#slidebox p a {
  text-decoration: underline
}

#slidebox .wrap{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}

#slidebox .telVspl{
  width: 200px;
  height: 49px;
  background: url(img/number.png) no-repeat center;
  background-size: contain;
}

#slidebox p a:hover {
  color: #333;
  text-decoration: underline
}

#slidebox h4 {
  color: #333;
  font-size: 16px;
  margin: 10px 20px 10px 10px
}

@media screen and (max-width: 960px) {
  #slidebox {
    width: 100%;
    padding: 10px;
    padding-bottom: 0;
    height: 65px;
  }

  #slidebox .wrap{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    height: 100%;
  }
  #slidebox p{
    text-align: center;
    margin: 5px auto;
  }
}

    #contacts {
        margin-top: 30PX;
    }

    .contacts h1{
        text-align: center;
        margin-block-start: 0.13em;
    margin-block-end: 0.13em;
    padding: 0 15px;
    }

    .contacts h2{
        text-align: center;
        margin-block-start: 0.13em;
    margin-block-end: 0.13em;
    padding: 0 15px;
    }


    @media screen and (max-width: 500px) {
        .error ul:last-child a{
            width: 170px;
            font-size: 13px;
        }

    }