body{
    margin:0;
background-image: url("../img/bg.svg");
    background-position: top;
    background-repeat: repeat-y;
    background-size: 100%;
    font-family: sans-serif;
    height: 137vw;
}
p{
    font-size: 1.15vw;
}
.content{
    width: 73vw;
    margin: 0 auto;
}
.title{
    background-image: url("../img/title.svg");
    background-repeat: no-repeat;
    width: 32vw;
}
.title2{
    background-image: url("../img/title2.svg");
    background-repeat: no-repeat;
    width: 25vw;
}
.title h2{
    color: #fff;
    margin-left: 6vh;
    font-weight: 300;
    padding: 1vh;
    font-size: 2vw;
}
h1{
    font-size: 2.5vw;
}
h3 {
    color: #fff;
    margin-left: 4vh;
    font-weight: 300;
    padding: 0.5vh;
    font-size: 1.5vw;
}
.logo{
    background-image: url("../img/logo.svg");
    width: 50vw;
    height: 25vw;
    background-repeat: no-repeat;
    margin: 0 auto;
}
.cow{
    background-image: url("../img/cow.svg");
    width: 58.5vw;
    height: 50vw;
    background-repeat: no-repeat;
    margin: 0 auto;
    /*padding-top: 19.55vw;*/
}
.cow p {
    text-align: center;
    font-size: 1.15vw;
    font-weight: 600;
}
.line2
{
    margin-top: 4.2vw;
}
.line3{
    margin-top: 4.5vw;
}

sup {
    font-size: 0.8vw;
}
h2 {
    font-size: 2.2vw;
}
.img {
    width: 29.3vw;
    height: 29.3vw;
    display: inline-block;
}
.img1{
    background-image: url("../img/img1.svg");
    background-repeat: no-repeat;
}
.img2{
    background-image: url("../img/img2.svg");
    background-repeat: no-repeat;
}
.features {
    display: inline-block;
    margin-left: 2vw;
    vertical-align: top;
    margin-top: -4vh;
}
.features p {
    font-size: 1vw;
}
.column1 {
    display: inline-block;
    vertical-align: top;
    width: 21.84vw;
    border-right: 0.4vh dashed #ccc;
}
.column2 {
    display: inline-block;
}
.tableLine1 {
    border-bottom: 0.4vh dashed #ccc;
}
.tableLine2 {
    border-bottom: 0.4vh dashed #ccc;
}
.tableLine3 {
    border-bottom: 0.4vh dashed #ccc;
}
.tableLine4 {
    border-bottom: 0.4vh dashed #ccc;
}
.tableLine1 .column1 p {
    height: 5.5vh;
}
.tableTitle p {
    margin-bottom: 5px;
}
.tableTitle {
    width: 9.55vw;
    border-bottom: 2px dashed #ccc;
}
.contentBlock {
    background: rgba(255,255,255,0.5);
}
.cowRed{
    background-image: url("../img/cowRed.svg");
    background-repeat: no-repeat;
    width: 20vw;
    height: 22vw;
    display: inline-block;
}
.footer .cowRed{
    width: 15vw;
    height: 18vw;
    margin: 3.5vw;
}
.bottomDscr {
    display: inline-block;
    font-weight: 700;
    font-size: 1.2vw;
    vertical-align: top;
    margin-top: 5.5vh;
    margin-left: 2vw;
}
.footer{
    background-image: url("../img/bottom_1.svg");
    background-repeat: no-repeat;
    width: 96vw;
    height: 30vw;
    margin: 0 auto;
}
.map{
    display: inline-block;
    margin: 64px;
}
.footer img {
    width: 1.84vw;
    height: 1.84vw;
    position: absolute;
    margin-left: -2.2vw;
    margin-top: -0.4vh;
}
.footer > div:last-child {
    width: 67vw;
    float: right;
    margin-top: 5.5vw;
}
.footer >div p:first-child{
    font-weight: 700;
}
.footer > div p+p{
    padding-left: 2vw;
}
.footer > div p+p+p{
    padding-left: 2vw;
}
.footer p {
    font-size: 1.2vw;
}


/*CallBack*/
.feddback {
    background: #011c32;
    color: #fff;
    text-align: center;
    font-weight: bold;
    padding-bottom: 100px;
}
.wraper {
    display: block;
    padding: 1vw 0;
    padding-bottom: 3vw;
}
.feddback input {
    display: inline-block;
    border: 0.2vw solid #fff;
    background: transparent;
    border-radius: 0.4vw;
    -webkit-border-radius: 0.4vw;
    height: 3.2vw;
    width: 16vw;
    font-size: 1.4vw;
    color: #fff;
    padding: 0 1vw;
    margin-left: 1vw;
}
.feddback input[type="submit"] {
    border-color: #d91e18;
    background: #d91e18;
    text-transform: uppercase;
    cursor: pointer;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
}
.feddback input[type="submit"]:hover {
    border-color: #ae1e18;
    background: #ae1e18;
}
.cow div{
    margin-top: 19.5%;
    position: absolute;
    margin-left: 7%;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
    .cow div{
        margin-top: 20.3%;
        position: absolute;
        margin-left: 7%;
    }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    /* IE10+ CSS styles go here */
    .cow div{
        position: absolute;
        margin-left: 7%;
        margin-top: 26%;
    }
    .footer .cowRed{
        width: 15vw;
        height: 18vw;
        margin: 3.5vw;
        margin-top: 6vw;
    }
}


/*CalcBlock*/
.formOrder {
    width: 45vw;
    display: inline-block;
}

.select {
    position: relative;
    display: inline-block;
}
.select::after {
    content: "►";
    padding: 0 0.2vw;
    font-size: 1.4vw;
    position: absolute;
    right: 1vw;
    top: 35%;
    z-index: 1;
    text-align: center;
    width: 10%;
    pointer-events: none;
    box-sizing: border-box;
    color: #e70003;
}
.inputText {
    height: 3.5vw;
    width: 18.5vw;
    border-radius: 0.3vw;
    border: 0.2vw solid #fff;
    color: #fff;
    font-size: 1.4vw;
    font-weight: 300;
    margin: 1vw;
    padding-left: 1vw;
    background: rgba(0, 0, 0, 0);
}
#count {
    height: 3.2vw;
    width: 16.2vw;
    margin-left: -0.9vw;
}
select {
    padding-right: 2vw;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
::-webkit-input-placeholder,
:-ms-input-placeholder,
::placeholder
 {
    color: #fff;
    font-size: 1.5vw;
    font-weight: 300;
}
.formOrder .modalOrder {
    height: 3.4vw;
    width: 18.5vw;
    border-radius: 0.3vw;
    border-color: #f8484a;
    background-color: #e70003;
    color: #ffffff;
    font-size: 1.4vw;
    font-weight: 700;
    text-transform: uppercase;
    border: none;
    border-top-color: currentcolor;
    border-right-color: currentcolor;
    border-bottom-color: currentcolor;
    border-left-color: currentcolor;
    margin: 4px -0.9vw 0px 10px;
    padding: 0;
}
.visible {
    position: fixed;
    left: 50%;
    top: 50%;
    margin-top: -270px;
    overflow: hidden;
    z-index: 2000;
    padding: 0px;
    margin-left: -280px;
    width: 580px;
    height: 541px;
    box-shadow: 0 1px 50px rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
}
.contentForm {
    width: 300px;
    margin: 110px auto 0 auto;
}
h2#calcForm {
    width: 310px;
    margin-left: -10px;
}
#win h2 {
    text-align: center;
    color: #f8484a;
    font-weight: 700;
    text-transform: uppercase;
}
.visible .inputText {
    margin-left: -5px;
}
.visible .modalOrder {
    height: 50px;
    border-radius: 3px;
    border-color: #f8484a;
    background-color: #e70003;
    color: #ffffff;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    border: none;
    float: right;
    width: 300px;
    margin-top: 10px;
    margin-right: 5px;
}
.modalOrder.modalOrderButton2._no-active {
    background: #ccc;
}
#win button {
    border: none;
    background: transparent;
    position: absolute;
    top: 30px;
    right: 30px;
    cursor: pointer;
}
.formOrder button.modalOrder {
    border-color: #d91e18;
    background: #d91e18;
    text-transform: uppercase;
    cursor: pointer;
}
.formOrder button.modalOrder:hover {
    border-color: #ae1e18;
    background: #ae1e18;
}
.feddback #win input[type="text"],
.feddback #win input[type="tel"]{
    display: inline-block;
    border: 0.2vw solid #888;
    background: transparent;
    border-radius: 0.4vw;
    -webkit-border-radius: 0.4vw;
    height: 3.2vw;
    width: 19.5vw;
    font-size: 1.4vw;
    color: #000;
    padding: 0 1vw;
    margin: 1vw 0 1.5vw -0.7vw;
}
/*Галерея*/
.object {
    padding-top: 2vw;
}
#buttonOpen {
    width: 20vw;
    height: 3.7vw;
    border-radius: 0.3vw;
    background: #d91e18;
    color: #ffffff;
    font-size: 1.5vw;
    font-weight: 700;
    text-transform: uppercase;
    border: none;
    cursor: pointer;
    margin: 2vw 38% 3vw 38%;
    padding: 0;
}
#buttonClose {
    width: 20vw;
    height: 3.7vw;
    border-radius: 3px;
    background: #d91e18;
    color: #ffffff;
    font-size: 1.5vw;
    font-weight: 700;
    text-transform: uppercase;
    border: none;
    cursor: pointer;
    margin: 30px 38% 50px 38%;
}
#buttonClose:hover,
#buttonOpen:hover{
    background: #ae1e18;
}
.galary img, .allGalary img {
    width: 22vw;
    height: 15vw;
    padding: 0.8vw;
    object-fit: cover;
    font-size: 1vw;
}
.title3{
    height: 5vw;
}
.title3 h2{
    padding: 2.1vh;
    margin-left: 3vh;
}
@media (max-width:550px) {
    .cow {
        background-image: url("../img/cow.svg");
        width: 79.5vw;
        height: 37vw;
        background-repeat: no-repeat;
        margin: 0 auto;
        padding-top: 27.55vw;
    }
    .cow p {
        text-align: center;
        font-size: 1.45vw;
        font-weight: 600;
    }

    .features p {
        font-size: 1.8vh;
    }
    .tableTitle {
        width: 21.55vw;
        border-bottom: 0.4vh dashed #ccc;
    }
    .bottomDscr {
        display: inline-block;
        font-weight: 700;
        font-size: 1.2vw;
        vertical-align: top;
        margin-top: 4vw;
    }
    .cowRed {
        background-image: url("../img/cowRed.svg");
        background-repeat: no-repeat;
        width: 15vw;
        height: 25vw;
        display: inline-block;
        margin-top: 4vw;
    }
    .footer .cowRed{
        width: 15vw;
        height: 18vw;
        margin: 3.5vw;
    }
    .title h2 {
        color: #fff;
        margin-left: 4vh;
        font-weight: 300;
        padding: 0.5vh;
        font-size: 2.5vw;
    }
    .title {
        background-image: url(../img/title.svg);
        background-repeat: no-repeat;
        width: 43vw;
    }
    .cow div {
        margin-top: 2vw;
        position: absolute;
        margin-left: 9vw;
    }
    .line2 {
        margin-top: 2.2vw;
    }
    .title2 {
        width: 33vw;
    }
    .content {
        width: 80vw;
        margin: 0 auto;
    }
    #count {
        height: 5.2vw;
        width: 22.8vw;
        margin-left: 0.1vw;
        font-size: 2vw;
    }
    .formOrder .modalOrder {
        height: 5.4vw;
        width: 25.1vw;
        border-radius: 0.3vw;
        background-color: #e70003;
        color: #ffffff;
        font-size: 2vw;
        font-weight: 700;
        text-transform: uppercase;
        border: none;
        margin: 0px 0vw 0px 1vw;
        padding: 0;
    }
    .select::after {
        content: "►";
        padding: 0 0.2vw;
        font-size: 2.4vw;
        position: absolute;
        right: 1vw;
        top: 30%;
        z-index: 1;
        text-align: center;
        width: 10%;
        pointer-events: none;
        box-sizing: border-box;
        color: #e70003;
    }
    .inputText {
        height: 5.5vw;
        width: 25vw;
        border-radius: 0.3vw;
        border: 0.2vw solid #fff;
        color: #fff;
        font-size: 2vw;
        font-weight: 300;
        margin: 1vw;
        padding-left: 1vw;
        background: rgba(0, 0, 0, 0);
    }
    .formOrder {
        width: 70vw;
        display: inline-block;
    }
    .feddback h2 {
        font-size: 3.2vw;
    }
    .feddback input {
        display: inline-block;
        border: 0.2vw solid #fff;
        border-top-color: rgb(255, 255, 255);
        border-right-color: rgb(255, 255, 255);
        border-bottom-color: rgb(255, 255, 255);
        border-left-color: rgb(255, 255, 255);
        background: transparent;
        border-radius: 0.4vw;
        -webkit-border-radius: 0.4vw;
        height: 5vw;
        width: 25vw;
        font-size: 2vw;
        color: #fff;
        padding: 0 1vw;
        margin-left: 2vw;
    }
    #hideForm h2 {
        font-size: 4vw;
    }
    #hideForm p {
        font-size: 2vw;
    }
}
option {
    background: #011C32;
}