.page-template-front-page .screen3 .right-col {
	padding-left: 10%;
}
.page-template-front-page .screen3 .right-col .image  .item {
	width: 100%!important;
	text-align: center;
}
.page-template-front-page .screen3 .right-col .image img {
	width: 100%;
	max-width: 420px;
}
.modal-header .modal-title {
	font-size: 60px;
}
.page-template-front-page .screen8 {
	padding: 150px 0 0;
}
.show-address {
	position: relative;
}
.page-template-front-page .screen8 .construct .text {
	margin: 0;
}
.screen8 .show-address {
    margin: -1rem 0 2.5rem;
}
.screen8 .show-address svg {
    vertical-align: middle;
}
.screen8 .show-address a span {
    border-bottom: 1px dashed;
    margin-left: 10px;
}
.page-template-front-page .screen6 {
    padding-bottom: 0;
}
.page-template-front-page .screen8 .construct h2 {
    margin-top: 0;
}
header .site-brand .media-body {
	color: #fff;
}
.tabs-content>.tab-pane .tab-pane-bottom, .tabs-content>.tab-pane .tab-pane-top {
    padding: 100px 60px;
}
.page-template-front-page .order_form .order-standard .tab-pane-bottom .wpcf7-form .form-group input {
	height: 74px;
}
.order_form table {
	width: 100%;
	margin-bottom: 50px;
}
tbody tr {
	text-align: center;
}
thead tr th {
	padding: 0 0 15px;
	border-bottom: solid 1px #ccc;
	color: #666;
    font-weight: 400;
}
tbody tr td {
	padding: 20px 0;
	border-bottom: solid 1px #ccc;
}
.ui-spinner .ui-spinner-input {
    width: 97px;
    height: 31px;
    background: 0 0;
    border: 0;
    border-radius: 0;
    margin: 0;
    padding: 0 31px;
    text-align: center;
}
.ui-spinner .ui-spinner-button {
    min-width: auto;
    min-height: auto;
    border-radius: 4px;
    background-color: #ff4200;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
    width: 31px;
    height: 31px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-transition: background .3s;
    -moz-transition: background .3s;
    -o-transition: background .3s;
    transition: background .3s;
}
.ui-spinner .ui-spinner-button.ui-spinner-up {
    background-image: url(../ico/plus.svg);
}
.ui-spinner .ui-spinner-button.ui-spinner-down {
    background-image: url(../ico/minus.svg);
    left: 0;
}
.ui-spinner .ui-spinner-button .ui-button-text {
    padding: 0;
    color: #fff;
    font-size: 1.5rem;
    line-height: 74px;
}
h1 {
    font-size: 72px;
    letter-spacing: 1px;
    color: #fff;
}
.site-header .dropdown.dropdown-phones .dropdown-menu li a, .site-header .dropdown.dropdown-phones .dropdown-toggle a {
    font-size: 24px;
    color: #fff;
}
.page-template-front-page .screen3 .left-col .image {
    height: 680px;
    overflow: hidden;
}
.form-title {
    margin-top: 150px;
    font-size: 1.75rem;
    font-family: Montserrat,sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.logo {
    font-size: 1.75rem;
    font-family: 'Bebas Neue',sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    color: #fff;
}
header .site-brand .media {
    align-items: center;
}
.site-footer .screen9 .prices button {
    left: 50%;
    moz-transform: translateX(-50%);
    ms-transform: translateX(-50%);
    o-transform: translateX(-50%);
    position: absolute;
    text-transform: none;
    top: 40%;
    transform: translateX(-50%);
    webkit-transform: translateX(-50%);
}
.modal-image img {
    height: auto;
    width: auto;
}
#modal-manual .modal-image {
    height: 620px;
    overflow: hidden;
}
.desctope {
    display: inline-block;
}
.mobile {
    display: none!important;
}
.page-template-front-page .screen2 .decor.decor1 {
    height: 150px;
}
.logo img {
    width: 150px;
}
.site-header .dropdown-languages-wrapper .label a {
    color: #fff;
    font-size: 16px;
}
.site-header .dropdown-languages-wrapper .label {
    margin-right: 0;
}

.site-header .header-phones {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.site-header .header-phones .phone {
    display: inline-flex;
    align-items: center;
    font-size: 22px;
    line-height: 1.2;
    color: #fff;
    white-space: nowrap;
    padding: 5px 0;
    transition: .2s ease;
}
.site-header .header-phones .phone:before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    background: url('../ico/phone.png') no-repeat center;
    background-size: contain;
}
.site-header .header-phones .phone:hover {
    color: #ffc517;
}
.site-header .header-phones .phone:last-child {
    margin-bottom: 0;
}
.site-header .header-phones .phone.mobile {
    width: 44px;
    height: 44px;
    background: url('../ico/phone.png') no-repeat center #fff;
    border-radius: 50px;
    background-size: 24px;
    box-shadow: rgb(135, 136, 135, 0.58) 0 4px 22px;
}
.site-header .header-phones .phone.mobile:before {
    display: none;
}