@charset "utf-8";

@media only screen and (max-width: 760px) {
html {
	font-size: 4.266666vw;
}
body {
	font-size: 12px;
	line-height: 15px;
}
*, *:before, *:after {
	box-sizing: border-box;
}
form, fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}
input, select, textarea, button {
	font-size: 12px;
}
input[type="text"], input[type="password"], input[type="email"], input[type="color"], input[type="date"], input[type="datetime-local"], input[type="month"], input[type="number"], input[type="range"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], input[type="week"], textarea, select {
	height: 50px;
	padding-left: 16px;
	border-radius: 0;
}
.radio {
	width: 17.5px;
	height: 17.5px;
}
.btn {
	font-size: 12px;
	line-height: 16px;
	padding: 17px 20px;
	border-radius: 2.5px;
}
.btn-small {
	font-size: 9px;
	line-height: 15px;
	border-radius: 12px;
	padding: 5px 20px;
}
.h1 {
	font-size: 30px;
}
.h2 {
	font-size: 24px;
}
.slick-arrow {
	width: 25px;
	height: 25px;
	margin: -12.5px;
}
.slick-arrow:before {
	background-size: auto 11px;
}
.container {
	padding-left: 27px;
	padding-right: 27px;
}
.header .grid, .header-place {
	height: 80px;
}
.header .container {
	padding-right: 63.5px;
}
.header .logo img {
	width: 75.5px;
}
.header .menu {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	overflow-y: auto;
	font-size: 16px;
	line-height: 22px;
	text-align: center;
	z-index: 100;
	background: #2b2b3c;
	-webkit-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
	-webkit-transform: translate3d(100%, 0, 0);
	        transform: translate3d(100%, 0, 0);
}
.open-menu .header .menu {
	-webkit-transform: translate3d(0, 0, 0);
	        transform: translate3d(0, 0, 0);
}
.header .menu ul {
	min-height: 100%;
	-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;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.header .menu li {
	margin: 14px 0 0 0;
}
.header .menu li:first-child {
	margin-top: 0;
}
.header .link-login {
	padding-left: 20px;
}
.header .link-login .btn {
	min-width: 124px;
}
.header .toggle-menu {
	right: 27px;
	top: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	z-index: 101;
}
.hold-top .bg {
	display: none;
	visibility: hidden;
}
.top-block {
	padding: 20px 0 30px 0;
}
.top-block .top, .top-block .bottom {
	padding: 14px 0;
}
.top-block .top .h1 {
	width: 80%;
}
.top-block .top .plane {
	margin: 40px -17.365vh 0 0;
	height: 31.21vh;
	width: auto;
	-webkit-transform: none;
	        transform: none;
}
.slider-products .grid {
	font-size: 11px;
	line-height: 11px;
}
.slider-products .grid .image {
	height: 123.5px;
	width: 50%;
	padding: 0 27px 0 0;
}
.slider-products .grid .text {
	width: 50%;
	max-width: none;
	min-height: 0;
}
.slider-products .name {
	font-size: 11px;
	margin-bottom: 11px;
}
.slider-products .slick-arrow {
	top: auto;
	bottom: 0;
	margin: 0 0 0 17px;
}
.slider-products .slick-prev {
	left: 0;
}
.slider-products .slick-next {
	right: auto;
	left: 25px;
}
.calculator {
	padding: 0;
}
.calculator:before {
	height: 50%;
}
.calculator .calc-bg {
	border-radius: 2.5px;
	box-shadow: 0px 1px 55px 0px rgba(5, 42, 65, 0.19);
	padding: 53px 25px;
}
.calculator .grid {
	display: block;
	max-width: none;
}
.calculator .grid .l {
	width: auto;
	margin: 0 0 30px 0;
}
.calculator .grid .r {
	width: auto;
	margin: 0;
	padding: 0;
}
.calculator .h2 {
	font-size: 24px;
	margin: -9px -10px 0 0;
	padding: 0 0 30px 0;
}
.calculator .row {
	margin-bottom: 10px;
}
.calculator .row .wid-weight {
	width: calc(100% - 65px);
}
.calculator .row .wid-type {
	width: 55.5px;
}
.calculator .check {
	max-width: calc(50% - 10px);
	font-size: 12px;
	padding-left: 30px;
}
.calculator .submit .btn {
	width: auto;
	max-width: 50%;
	min-width: 117px;
}
.corner {
	width: 3px;
	height: 3px;
	margin: -1px;
}
.corner:before {
	width: 12px;
	height: 12px;
	border-width: 3px;
}
.corner.tl:before {
	top: -3px;
	left: -3px;
}
.corner.tr:before {
	top: -3px;
	right: -3px;
}
.corner.bl:before {
	bottom: -3px;
	left: -3px;
}
.corner.br:before {
	bottom: -3px;
	right: -3px;
}
.slider-delivery label > span {
	font-size: 10px;
	height: 69px;
	padding: 0 5px;
}
.slider-delivery .slick-arrow {
	margin-left: -25px;
	margin-right: -25px;
}
.slider-delivery .slick-arrow:before {
	background-size: auto 7.5px;
}
.calculator .result {
	line-height: 16px;
	border-radius: 5px;
	box-shadow: 0px 1px 35px 0px rgba(5, 42, 65, 0.13);
}
.calculator .result .t {
	border-radius: 5px 5px 0 0;
	min-height: 236px;
	padding: 8px 15px 0 15px;
	font-size: 11px;
}
.calculator .result .t .text {
	margin: 5px 0;
}
.calculator .result .big {
	margin: 5px 0;
	font-size: 65px;
}
.calculator .result .b {
	min-height: 107px;
	padding: 15px;
	border-radius: 0 0 5px 5px;
	font-size: 12px;
	line-height: 14px;
}
.calculator .result .b > * {
	max-width: 150px;
}
.info-blocks {
	padding: 59px 0 91px 0;
}
.info-blocks .top {
	font-size: 12px;
	line-height: 18px;
	margin-bottom: 45px;
	margin-left: -10px;
	margin-right: -10px;
}
.info-blocks .h2 {
	font-size: 24px;
	margin-bottom: 8px;
}
.info-blocks .grid {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	margin: -20px;
	font-size: 12px;
	line-height: 17px;
}
.info-blocks .grid .el {
	width: 100%;
	padding: 20px;
}
.info-blocks .grid .bg {
	min-height: 452px;
	border-radius: 5px;
	box-shadow: 0px 1px 35px 0px rgba(5, 42, 65, 0.19);
	padding: 43px 20px 30px 20px;
}
.info-blocks .grid .pic {
	max-width: 181px;
	height: 181px;
	margin-bottom: 27px;
}
.info-blocks .grid .pic img:not(:only-child) {
	display: none;
	visibility: hidden;
}
.info-blocks .grid .pic img:not(:only-child):first-child {
	display: block;
	visibility: visible;
}
.info-blocks .grid .big {
	font-size: 16px;
	line-height: 22px;
	margin-bottom: 19px;
	min-height: 0;
}
.info-blocks .grid .max {
	max-width: 270px;
}
.info-blocks.bg-blue .grid .bg {
	background-color: #fff;
	color: #060606;
	box-shadow: 0px 1px 35px 0px rgba(5, 42, 65, 0.19);
}
.info-blocks.bg-blue .grid .bg a {
	color: #060606;
}
.info-blocks .link {
	margin-top: 31px;
}
.info-blocks .link .btn {
	min-width: 0;
	width: 100%;
}
.reasons {
	padding: 61px 0 55px 0;
	text-align: center;
}
.reasons .h2 {
	margin-bottom: 28px;
}
.reasons ul {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
	margin: -10px;
	font-size: 12px;
	line-height: 15px;
}
.reasons li {
	width: 100%;
	padding: 10px;
}
.reasons ul .max {
	max-width: 260px;
}
.reasons .pic {
	max-width: 115px;
	height: 115px;
	margin-bottom: 17px;
}
.reviews {
	padding: 0;
}
.reviews:before {
	height: 200px;
}
.reviews .grid {
	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-align: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
	position: relative;
	padding: 68px 0 0 0;
}
.reviews .l {
	-webkit-box-ordinal-group: 3;
	    -ms-flex-order: 2;
	        order: 2;
	width: auto;
	margin: 0;
	max-width: none;
	padding: 12px 0 0 0;
}
.reviews .r {
	width: auto;
	margin: 0;
	-webkit-box-ordinal-group: 2;
	    -ms-flex-order: 1;
	        order: 1;
}
.reviews .h2 {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: 0;
}
.reviews .l .btn {
	min-width: 172px;
}
.slider-reviews {
	margin: 0 -27px;
	padding: 0;
}
.slider-reviews .slick-list {
	margin: -20px -27px;
	padding: 20px 19px;
}
.slider-reviews .el {
	padding: 20px 8px;
}
.slider-reviews .slick-arrow {
	display: none!important;
}
.review {
	font-size: 12px;
	line-height: 15px;
	border-radius: 5px;
	box-shadow: 0px 1px 10px 0px rgba(43, 43, 60, 0.14);
	padding: 31px 22px 31px 26px;
}
.review .photo {
	width: 90px;
	height: 90px;
	margin-bottom: 32px;
}
.review .review-top {
	margin-bottom: 16px;
}
.review .review-top .name {
	font-size: 15px;
}
.review .review-top .stars {
	margin: 1px 0 1px 10px;
}
.stars {
	width: 70px;
	height: 14px;
}
.more-qu {
	padding: 153px 0 143px 0;
}
.more-qu:before {
	width: 325px;
	height: 317px;
	margin: 38px -162px;
}
.more-qu .h2 {
	margin-bottom: 36px;
}
.more-qu .btn {
	min-width: 172px;
}
.footer {
	padding: 69px 0 61px 0;
}
.footer .grid {
	margin: -29px 0;
}
.footer .grid .el {
	padding: 29px 0 29px 18px;
}
.footer p {
	margin-bottom: 15px;
}
.footer p:last-child {
	margin-bottom: 0;
}
.footer .h2 {
	font-size: 12px;
	line-height: inherit;
	margin-bottom: 21px;
}
.footer ul {
	margin-bottom: 23px;
}
.footer ul:last-child {
	margin-bottom: 0;
}
.footer li {
	margin-top: 9px;
}
.footer li:first-child {
	margin-top: 0;
}
.footer .text {
	-webkit-box-ordinal-group: 2;
	    -ms-flex-order: 1;
	        order: 1;
	width: 100%;
	font-size: 12px;
}
.footer .logo {
	margin: 0 0 34px 0;
}
.footer .logo img {
	width: 76px;
}
.footer .links {
	font-size: 12px;
	-webkit-box-ordinal-group: 3;
	    -ms-flex-order: 2;
	        order: 2;
	width: 50%;
}
.footer .contacts {
	-webkit-box-ordinal-group: 4;
	    -ms-flex-order: 3;
	        order: 3;
	width: 50%;
	font-size: 12px;
	padding-right: 8px!important;
}
.footer .join {
	-webkit-box-ordinal-group: 5;
	    -ms-flex-order: 4;
	        order: 4;
	width: 100%;
	padding-right: 18px!important;
}
.footer .join .h2 {
	margin-bottom: 24px;
}
.footer .submit {
	margin-top: 15px;
}
.footer .submit .btn {
	min-width: 143px;
}
.footer .soc {
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
	margin: 45px 0 0 0;
}
.footer .soc .label {
	margin: 0;
	width: 50%;
	font-size: 12px;
}
.footer .soc .list {
	margin: 0 -4px -4px 0;
	width: calc(50% + 4px);
}
.footer .soc .list > * {
	margin: 0 4px 4px 0;
}
.footer .soc .list img {
	height: 21px;
}
}
