div#top .center, .center {
    width: 640px;
}

ul.menu {
    display: none;
}

.utp {
    width: 100%;
    margin: 0;
    text-align: center;
    margin-bottom: 30px;
    margin-top: 10px;
}

i.close {
    display: block;
    cursor: pointer;
    outline: none;
}

.tooltip .info i {
    float: left;
    width: 100%;
    text-align: left;
    margin-top: 0;
    margin-left: 12px;
    margin-bottom: 7px;
}

.tooltip .info h3 {
    margin-bottom: 6px;
}

.tooltip .info p {
    margin-top: 5px;
    margin-bottom: 12px;
}

button.toggleMenu {
    display: block;
    float: right;
    cursor: pointer;
    width: 32px;
    height: 31px;
    border: none;
    background: transparent;
    border-top: 7px solid #333;
    border-bottom: 7px solid #333;
    margin-top: 23px;
    border-radius: 4px;
    overflow: hidden;
    margin-left: 10px;
    position: relative;
    padding: 0;
    outline: none;
}

h1 {
    margin-top: 100px;
    margin-bottom: 50px;
}

.svg {
    margin: 0 auto;
    float: none;
    margin-top: 150px;
}

div#head {
    background-position: calc(50% - 250px) 0;
}

div#about .w50 {
    width: 100%;
    margin-top: 80px;
}

div#about .right.w50 {
    margin-top: 40px;
    padding-left: 0;
}

ul.instagramSlider {
    margin: 50px 0 90px 0;
}

div#price h3 {
    margin-top: 60px;
}

ul.priceList li:nth-child(1), ul.priceList li:last-child {
    width: calc(100% - 44px);
    margin: 30px 10px;
}

ul.priceList {
    display: unset;
}

ul.priceList li {
    width: calc(100% - 44px);
    margin: 30px 10px;
}

ul.priceList li:nth-child(1):after {
    background: linear-gradient(to top, #f7f7f7, #fbfbfb);
}

ul.priceList li:after {
    background: linear-gradient(to top, #f7f7f7, #eeeeee);
}

div#price table td,div#form table td {
    width: 100%;
    display: block;
    border: none;
    text-align: center;
    padding: 20px 0 0 0;
}

div#price table td.summ {
    width: 100%;
    float: left;
    padding: 20px 0 10px 0;
}

div#price table tr,div#form table tr {
    display: block;
    float: left;
    width: 100%;
    border-bottom: 2px solid #f9f9f9;
    padding-bottom: 20px;
}

.tooltip {
    left: unset!important;
    top: unset!important;
    margin: 0 calc(50% - 242px);
    bottom: 190px;
}

tbody {
    padding: 0;
    width: calc(100% - 4px);
}

div#price table td.select,div#form table td.select {
    float: none;
    width: 270px;
    margin: 0 auto;
    clear: both;
    padding-top: 0;
}

div#price table td select,div#form table td select {
    width: 100%;
}

div#price table td.select:before,div#form table td.select:before {
    top: 21px;
}

div#price table td button,div#form button {
    width: 240px;
    margin: 5px 0;
}

div#getRoute {
    margin: 40px;
}

.googleMap iframe {
    margin: -35px 0 0 -470px!important;
}

button.toggleMenu:before {
    content: '';
    width: 100%;
    height: 7px;
    background-color: #333;
    display: block;
    margin-top: 5px;
}

body.open-menu ul.menu {
    position: absolute;
    right: 50px;
    display: block;
    background-color: #fff;
    z-index: 1;
    padding-left: 10px;
}

.formHtml {
    width: calc(100% - 40px);
    min-width: 260px;
    padding: 20px;
    box-shadow: unset;
}

body.open_form .formHtml {
    position: relative;
}

body.open_form .w100 {
    display: none;
}

#contacts .contactMap {
    width: 100%;
    margin: 0;
    border-radius: 10px;
    margin-bottom: 40px;
}