@font-face{
	font-family: 'Noto Sans';
	src: local('Noto Sans'),
	url(fonts/noto_sans_display_semibold.woff) format('woff'),
	url(fonts/noto_sans_display_semibold.ttf) format('ttf'),
	url(fonts/noto_sans_display_semibold.eot) format('eot');
	font-style: normal;
	font-weight: 600;
}
@font-face{
	font-family: 'Gilroy';
	src: local('Gilroy'),
	url(fonts/Gilroy-Regular.woff) format('woff'),
	url(fonts/Gilroy-Regular.ttf) format('ttf'),
	url(fonts/Gilroy-Regular.eot) format('eot');
	font-style: normal;
	font-weight: normal;
}
@font-face{
	font-family: 'Gilroy';
	src: local('Gilroy'),
	url(fonts/Gilroy-Bold.woff) format('woff'),
	url(fonts/Gilroy-Bold.ttf) format('ttf'),
	url(fonts/Gilroy-Bold.eot) format('eot');
	font-style: normal;
	font-weight: bold;
}
@font-face{
	font-family: 'Gilroy';
	src: local('Gilroy'),
	url(fonts/Gilroy-Medium.woff) format('woff'),
	url(fonts/Gilroy-Medium.ttf) format('ttf'),
	url(fonts/Gilroy-Medium.eot) format('eot');
	font-style: normal;
	font-weight: 500;
}
body *{
	margin: 0px;
	padding: 0px;
	outline: 0;
	font-family: 'Gilroy';
	font-weight: normal;
}
body{
	overflow-x: hidden;
}
button:active, button:focus {
  	outline: none;
}
:active, :hover, :focus {
    outline: 0;
    outline-offset: 0;
}
.my-w-100{
	width: 100%;
}
.my-fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 5;
}
.my-p-0{
	padding: 0 !important;
}
.my-p-3{
	padding: 16px !important;
}
.my-pl-0{
	padding-left: 0 !important;
}
.my-pl-1{
	padding-left: 4px !important;
}
.my-pl-4{
	padding-left: 24px !important;
}
.my-pr-0{
	padding-right: 0 !important;
}
.my-pr-3{
	padding-right: 16px !important;
}
.my-pt-0{
	padding-top: 0 !important;
}
.my-pt-2{
	padding-top: 8px !important;
}
.my-pt-3{
	padding-top: 16px !important;
}
.my-pt-4{
	padding-top: 24px !important;
}
.my-pt-5{
	padding-top: 48px !important;
}
.my-pb-0{
	padding-bottom: 0 !important;
}
.my-pb-2{
	padding-bottom: 8px !important;
}
.my-pb-3{
	padding-bottom: 16px !important;
}
.my-pb-5{
	padding-bottom: 48px !important;
}
.my-py-2{
	padding-top: 8px !important;
	padding-bottom: 8px !important;
}
.my-py-3{
	padding-top: 16px !important;
	padding-bottom: 16px !important;
}
.my-py-4{
	padding-top: 24px !important;
	padding-bottom: 24px !important;
}
.my-py-5{
	padding-top: 48px !important;
	padding-bottom: 48px !important;
}
.my-px-0{
	padding-right: 0 !important;
	padding-left: 0 !important;
}
.my-px-1{
	padding-right: 4px !important;
	padding-left: 4px !important;
}
.my-px-2{
	padding-right: 8px !important;
	padding-left: 8px !important;
}
.my-px-3{
	padding-right: 16px !important;
	padding-left: 16px !important;
}
.my-px-4{
	padding-right: 24px !important;
	padding-left: 24px !important;
}
.my-px-5{
	padding-right: 48px !important;
	padding-left: 48px !important;
}
.my-m-0{
	margin: 0 !important;
}
.my-mt-auto{
	margin-top: auto !important;
}
.my-mt-4{
	margin-top: 24px !important;
}
.my-mr-0{
	margin-right: 0 !important;
}
.my-mb-2{
	margin-bottom: 8px !important;
}
.my-mx-auto{
	margin-left: auto !important;
	margin-right: auto !important;
}
.my-d-flex{
	display: flex;
}
.my-d-none{
	display: none;
}
.my-d-block{
	display: block;
}
.my-flex-column{
	flex-direction: column;
}
.my-flex-wrap{
	flex-wrap: wrap; 
}
.my-justify-content-between{
	justify-content: space-between;
}
.my-justify-content-end{
	justify-content: flex-end;
}
.my-justify-content-center{
	justify-content: center;
}
.my-align-items-center{
	align-items: center;
}
.my-align-items-stretch{
	align-items: stretch;
}
.my-align-items-end{
	align-items: flex-end;
}
.my-align-self-center{
	align-self: center;
}
.my-order-1{
	order: 1;
}
.my-order-2{
	order: 2;
}
.my-order-3{
	order: 3;
}
.my-row{
    flex-wrap: wrap;
    display: flex;
}
.my-col, .my-col-1, .my-col-10, .my-col-11, .my-col-12, .my-col-2, .my-col-3, .my-col-4, 
.my-col-5, .my-col-6, .my-col-7, .my-col-8, .my-col-9{
	position: relative;
    padding-right: 15px;
    padding-left: 15px;
}
.my-col{
    flex-basis: 0;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
}
.my-col-2{
	flex: 0 0 16.666667%;
    max-width: 16.666667%;
}
.my-col-3{
	flex: 0 0 25%;
    max-width: 25%;
}
.my-col-4{
	flex: 0 0 33.333333%;
    max-width: 33.333333%;
}
.my-col-11{
	flex: 0 0 91.666667%;
    max-width: 91.666667%;
}
.my-col-12{
	flex: 0 0 100%;
    max-width: 100%;
}
.my-container-lg, .my-container-md, .my-container-sm, .my-container-xl{
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto !important;
    margin-left: auto !important;
}
.toTop {
    bottom: 0;
    /*right: 0;*/
	left: 0;
    display: none;
    width: 60px;
    height: 40px;
    overflow: hidden;
    position: fixed;
    text-decoration: none;
    z-index: 9999;
    font-size: 0;
    color: transparent;
    background-color: #F51D48;
    opacity: 0.7;
    border-radius: 4px;
}
.toTop::before{
    content: url(img/totop.png);
    display: inline-block;
    transform: rotate(180deg);
    position: relative;
    left: 17px;
    top: 7px;
    line-height:normal;
}
.toTopHover, .toTop:hover {
    bottom: 3px;
    opacity: 1;
}
.h2{
	font-size: 36px;
	line-height: 44px;
	color: #4b4b4b;
	text-transform: uppercase;
	font-weight: bold;
}
.h3{
	font-size: 32px;
	line-height: 37px;
	color: #4b4b4b;
}
.h4{
	font-weight: 500;
	font-size: 28px;
	line-height: 33px;
	letter-spacing: 0.25px;
	color: rgba(0, 0, 0, 0.87);
}
.button{
	display: block;
	padding: 9px 22px 11px;
	border-radius: 4px; 
	border: 1px solid #F51D48;
	letter-spacing: 0.75px;
	text-decoration: none;
	color: #F51D48;
	font-size: 14px;
	font-family: 'Noto Sans';
	text-align: center;
}
.button:hover{
	color: #F51D48;
	text-decoration: none;
	box-shadow: 0px 16px 24px rgba(8, 35, 48, 0.16);
}
.button-red{
	display: block;
	padding: 9px 22px 11px;
	border-radius: 4px; 
	border: 1px solid #F51D48;
	background-color: #F51D48;
	letter-spacing: 0.75px;
	text-decoration: none;
	color: white;
	font-size: 14px;
	font-family: 'Noto Sans';
	text-align: center;
}
.button-red:hover{
	color: white;
	text-decoration: none;
	box-shadow: 0px 16px 24px rgba(8, 35, 48, 0.16);
}
.pod-text{
	font-weight: 500;
	font-size: 16px;
	line-height: 22px;
	text-align: center;
	letter-spacing: 0.1px;
	color: #000000;
}
header{
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.25);
}
header .concat{
	background-color: white;
}
header .pre-menu{
	height: 48px;
	background-color: white;
}
header .pre-menu .select{
	background: url(img/red-arrow-down.png) no-repeat 100% 50%;
	-webkit-appearance: none;
	padding: 0px 17px 0px 8px;
	border: none;
	font-size: 12px;
	height:auto;
}
header .pre-menu .contact p, header .pre-menu .contact a{
	font-size: 20px;
	color: #4b4b4b;
	font-weight: bold;
	text-decoration: none;
	padding-right: 40px;
}
header .pre-menu .contact .phone{
	padding-right: 0px;
}
header .pre-menu .gruz{
	margin-left: 50px;
}
header .pre-menu .gruz::before{
	content: url(img/time.png);
	position: relative;
	top: 2px;
	padding-right: 15px;
}
header .pre-menu .contact .email::before{
	content: url(img/email.png);
	position: relative;
	top: 2px;
	padding-right: 15px;
}
header .pre-menu .contact .timer{
	position: relative;
	bottom: 3px;
}
header .pre-menu .contact .timer::before{
	content: url(img/timer.png);
	position: relative;
	top: 3px;
	padding-right: 15px;
}
header .pre-menu .contact .phone::before{
	content: url(img/phone.png);
	position: relative;
	top: 2px;
	padding-right: 15px;
}
header .mobile-menu{
	background-color: white;
	height: 56px;
}
header .mobile-menu nav{
	height: 100%;
}
header .mobile-menu .mobmenu{
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 100%;
}
header .mobile-menu .mobmenu li{
	list-style: none;
}
header .mobile-menu .mobmenu li:first-child{
	height: 100%;
	align-items: stretch;
}
header .mobile-menu .mobmenu li:last-child p, header .mobile-menu .mobmenu li:last-child a{
	font-weight: bold;
	font-size: 10px;
	line-height: 10px;
	letter-spacing: .75px;
	color: #4b4b4b;
	text-align: right;
}
header .mobile-menu .mobmenu li:last-child a{
	font-size: 18px;
	line-height: 22px;
}
header .mobile-menu .mobmenu li .down{
	height: 100%;
	width: 40px;
}
header .mobile-menu .mobmenu li .hiddenly{
	display: none;
	position: fixed;
	top: 56px;
	right: 0px;
	width: 100vw; 
	max-width: 991px;
	margin: 0px auto;
	background-color: white;
	border-radius: 0px 0px 12px 12px;
	box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.25), 0px 4px 4px rgba(0, 0, 0, 0.25);
}
header .mobile-menu .mobmenu .down.active + .hiddenly{
	display: block;
}
header .mobile-menu .mobmenu li .hiddenly .cont{
	width: 370px;
}
header .mobile-menu .mobmenu li .down:before{
	content: url(img/menu.png);
	position: relative;
	top: 15px;
}
header .mobile-menu .mobmenu li .down.active:before{
	content: url(img/close.png);
	position: relative;
	top: 15px;
}
header .mobile-menu .mobmenu .hiddenly .input{
	background: #EDEDED;
	border-radius: 4px;
	border: 0;
	padding: 10px 10px 0px;
	margin: 0px auto 20px;
	width: 100%;
}
header .mobile-menu .mobmenu .hiddenly .input::before{
	content: url(img/search.png);
	position: relative;
	top: 3px;
	margin-right: 7px;
}
header .mobile-menu .mobmenu .hiddenly .input .search{
	border: 0;
	background-color: #ededed;
	width: 90%;
	height: auto;
    padding: 0px;
}
header .mobile-menu .mobmenu .hiddenly nav{
	width: 100%;
}
header .mobile-menu .mobmenu .hiddenly nav .submenu li a,
header .mobile-menu .mobmenu .hiddenly nav .submenu li a > span{
	font-weight: bold;
	display: inline-block;
	width: 100%;
	font-size: 16px;
	line-height: 16px;
	letter-spacing: 0.4px;
	color: #333333;
	margin-bottom: 20px;
	text-decoration: none;
	position: relative;
	text-align: left;
}
header .mobile-menu .mobmenu .hiddenly nav .submenu li a > span {
	margin-bottom: 0;
}
header .mobile-menu .mobmenu .hiddenly nav .submenu li .subdown::before{
	content: url(img/down.png);
	display: inline-block; 
	position: absolute;
	right: 0px;
    top: 0px;
    z-index: 1;
}
header .mobile-menu .mobmenu .hiddenly nav .submenu li .subdown.active::before,{
	transform: rotate(180deg);
	top: -2px;
}
header .mobile-menu .mobmenu .hiddenly nav .submenu .collapse{
	width: 100%;
}
header .mobile-menu .mobmenu .hiddenly nav .submenu .collapse .card-body,
header .mobile-menu .mobmenu .hiddenly nav .submenu .collapsing .card-body{
	width: 95%;
	border-left: 2px solid #4B4B4B;
	float: right;
	padding: 0px 10px 0px 20px;
	margin-bottom: 20px;
}
header .mobile-menu .mobmenu .hiddenly nav .submenu .collapse .card-body a,
header .mobile-menu .mobmenu .hiddenly nav .submenu .collapsing .card-body a{
	font-weight: 500;
	font-size: 14px;
	line-height: 14px;
	letter-spacing: 0.4px;
	color: #333333;
	margin: 13px 0px;
}
/*header .mobile-menu .mobmenu .hiddenly nav .submenu .collapse.one .card-body a:last-child,
header .mobile-menu .mobmenu .hiddenly nav .submenu .collapsing.one .card-body a:last-child{
	font-weight: bold;
	text-transform: uppercase;
}*/
header .menu{
	padding: 0;
	background-color: white;
}
header .menu .logo{
	padding: 12.5px 0px 12.5px 15px;
}
header .menu .but{
	padding: 12.5px 15px 12.5px 0px;
}
header .menu .links-menu{
	align-items: stretch;
}
header .menu nav{
	height: 70%;
	position: relative;
	bottom: -25px;
}
header .menu .topmenu{
	display: flex;
	align-items: flex-start;
	height: 100%;
}
header .menu .topmenu li{
	list-style: none;
	position: relative;
	top: 4px;
}
header .menu .topmenu li .hidden-small li{
	list-style: none;
	position: relative;
	top: 0px;
}
header .menu .topmenu .arrow{
	align-self: stretch;
}
header .menu .topmenu li a{
	display: block;
	padding: 0px 17px;
	text-align: center;
	color: #333;
	font-size: 16px;
	line-height: 16px;
	letter-spacing: .44px;
	font-weight: 500;
}
header .menu .topmenu li .down{
	height: 100%;
}
header .menu .topmenu li .down:not(.down2){
	padding: 0px 17px 0px 0px;
	position: relative;
	bottom: 5px;
}
header .menu .topmenu a:hover{
	text-decoration: none;
}
header .menu .topmenu .h-border{
	border-left: 1px solid #b9b9b9;
	border-right: 1px solid #b9b9b9;
}
header .menu .topmenu .h-border+.h-border{
	border-left:0px solid #b9b9b9;
}
header .menu .topmenu .h-border.arrow{
	border-left:none;
	border-right:none;
	position:relative;
}
header .menu .topmenu .h-border.arrow::before{
	position:absolute;
	top:0px;
	left:0px;
	height:16px;
	width:1px;
	content:'';
	background:#b9b9b9;
}
header .menu .topmenu .h-border.arrow::after{
	position:absolute;
	top:0px;
	right:0px;
	height:16px;
	width:1px;
	content:'';
	background:#b9b9b9;
}
header .menu .topmenu .h-border:last-child{
	border-right: none;
}
header .menu .topmenu .h-border:last-child a{
	padding-right: 0px;
}
header .menu .topmenu .hiddenly{
	display: none;
	position: fixed;
	top: 122px;
	width: 100vw; 
	max-width: 1440px;
	margin: 0px auto;
	background-color: white;
	border-radius: 0px 0px 12px 12px;
	box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.25), 0px 1px 2px rgba(0, 0, 0, 0.25);
}
header .menu .topmenu .hidden-small{
	display: none;
	position: fixed;
	top: 122px;
	/*width: 142px;*/
	width: auto;
	background-color: white;
	border-radius: 0px 0px 6px 6px;
	box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.25), 0px 1px 2px rgba(0, 0, 0, 0.25);
}
header .menu .topmenu .hidden-small li a{
	text-align: left; 
}
header .menu .topmenu .hidden-small li a{
	padding-top: 15px;
}
header .menu .topmenu .hidden-small li:first-child a{
	padding-top:0px;
}
header .menu .topmenu .hiddenly .h4{
	margin: 15px 0px 25px;
}
header .menu .topmenu .hiddenly .personal .img{
	margin-bottom: 20px;
	background-size: cover;
	height: 155px;
	width: 100%;
	background-position: center;
	background-repeat: no-repeat;
}
header .menu .topmenu .hiddenly .personal p{
	font-size: 20px;
	line-height: 28px;
	letter-spacing: 0.15px;
	color: rgba(0, 0, 0, 0.87);
}
header .menu .topmenu .hiddenly .personal p a{
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0.15px;
    color: rgba(0, 0, 0, 0.87);
    padding: 0px;
    /*text-align: left;*/
    text-align: center;
    font-weight: 400;
}
header .menu .topmenu .hiddenly .personal .span{
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 0.25px;
	color: rgba(0, 0, 0, 0.87);
	margin-top: 10px;
}
header .menu .topmenu .hiddenly .personal .span span{
	color: #F51D48;
}
header .menu .topmenu .hiddenly .hid-services{
	margin: 20px 0px 20px 20px;
}
header .menu .topmenu .hiddenly .hid-services a{
	display: inline-block;
	margin-bottom: 15px;
	font-weight: 500;
	font-size: 16px;
	line-height: 19px;
	letter-spacing: 0.75px;
	color: #333333;
	text-decoration: none;
	text-align: left;
}
header .menu .topmenu .hiddenly .line{
	border-left: 1px solid rgba(75, 75, 75, .2);
	padding-left: 30px;
	height: 90%;
}
header .menu .topmenu .hiddenly .vak-img{
	background-size: auto 100%;
	background-repeat: no-repeat;
	background-position: center;
	height: 144px;
	width: 100%;
}
header .menu .topmenu .hiddenly .hid-text{
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 0.25px;
	color: #4B4B4B;
	max-width: 210px;
	margin: 10px 0px 20px 40px;
}
header .menu .topmenu .hiddenly .more{
	font-weight: 500;
	font-size: 12px;
	line-height: 16px;
	float: right;
	letter-spacing: 0.4px;
	color: #F51D48;
	padding-right: 30px;
	text-decoration: none;
}
header .menu .topmenu .down:hover + .hiddenly, header .menu .topmenu .hiddenly:hover,
header .menu .topmenu .down2:hover + .hidden-small, header .menu .topmenu .hidden-small:hover{
	display: block;
}
header .menu .topmenu .down:not(.down2)::before{
	content: url(img/services.png);
	position: relative;
	top: 3px;
	padding-right: 7px;
}
header .menu .topmenu .down::after{
	content: url(img/dark-arrow-down.png);
	position: relative;
	bottom: 2px;
	padding-left: 6px;
}
header .menu .call{
	display: none;
}
header .menu .button{
	margin-left: auto;
	max-width: 200px;
}
.main{
	margin-top: 122px;
	background: #ededed;
	background-repeat: no-repeat;
	background-position: top -30px left 70%;
	padding-bottom: 190px; 
}
.main .breadcrumb{
	background: none;
	font-size: 12px;
	padding: 0px 0px 0px 2px;
}
.main .breadcrumb .breadcrumb-item a, .main .breadcrumb .breadcrumb-item.active{
	font-weight: 500;
	color: #333;
}
.breadcrumb-item+.breadcrumb-item::before{
	font-weight: 500;
    color: #333;
    content: ">";
}
.main p:not(.h1){
	font-size: 24px;
	font-weight: 500;
	color: #333;
	padding-left: 2px;
}
.main p span{
	color: #F51D48;
	font-weight: 500;
}
.main .h1{
	font-size: 48px;
	font-weight: bold;
	color: #4b4b4b;
	letter-spacing: -1.5px;
	margin: 40px 0px;
}
.main .form{
	background-color: white;
	border-radius: 200px;
	height: 89px;
	margin-top: 115px;
	margin-bottom: 30px;
}
.main .form input{
	border: none;
	width: 23%;
	padding: 0px 25px;
}
.main .form input::placeholder{
	font-style: 'Gilroy';
	font-size: 16px;
	color: #333;
	opacity: 1;
	letter-spacing: 0.44px;
}
.main .form .personal{
	border-left: 1px solid #b9b9b9;
	border-right: 1px solid #b9b9b9;
	width: 36%;
}
.main .form .personal::placeholder{
	text-align: center;
}
.main .form .tel{
	padding-right: 10px;
}
.main .form button{
	border: none;
	background-color: #F2B70D;
	box-shadow: 0px 16px 24px rgba(54, 123, 245, 0.2);
	border-radius: 99px;
	color: white;
	letter-spacing: 0.75px;
	font-size: 16px;
	font-weight: bold;
	padding: 15px 20px;
	margin-left: auto;
}
.main .form button:hover{
	box-shadow: 0px 16px 24px rgba(8, 35, 48, 0.16);
}
.main .modal .form{
	border-radius: 0;
	height: 100%;
	margin: 0;
}
.main .modal .form input{
	border: 1px solid #ededed;
	border-radius: 4px;
	width: 80%;
	padding: 10px 25px;
	margin-bottom: 20px;
}
.main .modal .form input::placeholder{
	opacity: .7;
}
.main .modal .form .personal, .main .modal .form .tel{
	width: 80%;
}
.main .modal .form .personal::placeholder{
	text-align: left;
}
.main .modal .modal-button{
	padding: 9px 22px 11px;
	border-radius: 4px; 
	border: 1px solid #F51D48;
	letter-spacing: 0.75px;
	color: #F51D48;
	font-size: 14px;
	font-family: 'Noto Sans';
	width: 100%;
	background-color: white;
}
.main .modal .modal-button-red{
	padding: 9px 22px 11px;
	border-radius: 4px; 
	border: 1px solid #F51D48;
	letter-spacing: 0.75px;
	color: #FFF;
	font-size: 14px;
	font-family: 'Noto Sans';
	background-color: #F51D48;
	width: 100%;
	margin-bottom: 15px;
}
.text-cont .card-row .card{
	position: relative;
	background-color: white;
	border: none;
	box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.25);
	border-radius: 8px;
	width: 97%;
	top: -77px;
	height: 100%;
	min-height: 155px;
	padding: 20px 20px 30px 20px;
	cursor: pointer;
}
.text-cont .card-row .card1{
	margin-right: auto;
}
.text-cont .card-row .card2{
	margin-left: auto;
}
.text-cont .card-row .card p{
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0.44px;
	color: #4B4B4B;
	max-width: 90%;
}
.text-cont .card-row .card p span{
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0.44px;
	color: #4B4B4B;
	max-width: 90%;
}
.text-cont .card-row .card .h3{
	margin-bottom: 20px;
}
.text-cont .text{
	padding: 0px 0px 120px;
}
.text-cont .text p{
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0.44px;
	color: #000000;
}
.switch{
	border-top: 2px solid #EDEDED;
	background-color: white;
}
.switch ul{
	position: relative;
	bottom: 59px;
}
.switch .nav li{
	margin-right: 5px;
}
.switch .nav .nav-item{
	padding: 20px 20px;
	font-weight: bold;
	font-size: 16px;
	line-height: 19px;
	text-align: center;
	letter-spacing: 0.75px;
	text-transform: uppercase;
	color: #8A8A8A;
}
.switch .nav .active .nav-item{
	color: #F2B70D;
	background: #EDEDED;
	border-radius: 8px 8px 0px 0px;
}
.switch .tab-content{
	position: relative;
	bottom: 20px;
}
.switch .tab-content .tab-pane{
	background-position: top right -20px;
	background-repeat: no-repeat;
}
.switch .tab-content .tab-pane.active .tab{
	padding-right: 39%;
	padding-bottom: 80px;
}
.switch .tab-content .tab-pane.active .tab .for-h3{
	padding: 50px 100px 20px 0px;
}
.switch .tab-content .tab-pane.active .tab p{
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0.44px;
	color: #000000;
	padding: 30px 5px 0px 0px;
}
.switch .tab-content .tab-pane.active .tab .spans span{
    font-weight: 700;
    font-size: 11px;
    line-height: 16px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: black;
    margin-right: 20px;
}
.switch .tab-content .tab-pane.active .tab .button{
	margin-top: 30px;
	width: 120px;
}
.switch .tab-content .tab-pane.active .tab .hiddenly {
  	height: 150px;
  	overflow: hidden;
  	order: 0;
}
.switch .tab-content .tab-pane.active .tab input[type="checkbox"] {
 	display: none;
}
.switch .tab-content .tab-pane.active .tab input[type="checkbox"]:checked + .hiddenly {
  	height: auto;
}
.switch .tab-content .tab-pane.active .tab label{
	display: none;
  	order: 2;
  	font-weight: 500;
	font-size: 18px;
	line-height: 21px;
	color: #F51D48;
  	text-decoration: none;
  	cursor: pointer;
  	width: 100%;
  	text-align: center;
  	padding: 50px 0px 10px;
  	position: relative;
  	bottom: 30px;
  	height: 50px;
  	background: linear-gradient(360deg, #FFF 38.98%, rgba(255, 255, 255, 0) 157.64%);
}
.switch .tab-content .tab-pane.active .tab .change-text.active{
	padding: 30px 0px 20px;
}
.switch .tab-content .tab-pane.active .tab .change-text::before{
  	content: url(img/more.png);
  	display: inline-block;
  	padding-right: 5px;
  	position: relative;
  	top: 5px;
}
.switch .tab-content .tab-pane.active .tab .change-text.active::before{
  	transform: rotate(180deg);
  	position: relative;
  	top: 0px;
  	bottom: 10px;
  	padding-left: 5px;
}
.solution{
	background-color: #ededed;
}
.solution .h2{
	margin: 40px 0px 20px;
}
.solution .pod-text{
	max-width: 560px;
	margin-bottom: 40px;
}
.solution .sol-card{
	background-color: white;
	border-radius: 8px;
	height: 100%;
	min-height: 160px;
	padding: 35px 15px 20px;
}
.solution .sol-card:hover{
	box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.25);
	position: relative;
	bottom: 5px;
}
.solution .sol-card p:not(.h3){
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0.44px;
	color: #4B4B4B;
	padding-top: 15px;
	width: 80%;
}
.solution .sol-card p span{
	color: #F51D48;
	font-weight: 500;
}
.solution .sol-card .alt{
	display: none;
}
.contract .right {
	background-repeat: no-repeat;
	background-position: center left;
	padding-left: 50%;
}
.contract .right .con-text{
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0.44px;
	color: #000;
}
.contract .right p:not(.con-text):not(.h2){
	font-size: 12px;
	line-height: 14px;
	letter-spacing: 0.44px;
	color: #000;
	margin: 35px 0px 20px;
}
.contract .right .button-red{
	max-width: 280px;
}
.contract .right .button-red::before{
	content: url(img/screpka.png);
	position: relative;
	top: 3px;
	right: 5px;
}
.autopark{
	background-color: #ededed;
}
.autopark .h2{
	margin: 20px 0px;
}
.autopark .pod-text{
	max-width: 560px;
	margin-bottom: 40px;
}
.autopark .auto-card{
	background-color: white;
	border-radius: 8px;
	padding: 20px 5px 15px;
	overflow: hidden;
	height: 100%;
}
.autopark .auto-card:hover{
	box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.25);
}
.autopark .auto-card .img{
	min-height: 250px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.autopark .auto-card .auto{
	font-weight: bold;
	font-size: 28px;
	line-height: 34px;
	letter-spacing: 0.25px;
	color: #333333;
	margin-bottom: 10px;
}
.autopark .auto-card .small{
	font-weight: 500;
	font-size: 14px;
	line-height: 22px;
	letter-spacing: 0.1px;
	color: #4B4B4B;
	margin-bottom: 10px;
}
.clients .h2{
	margin: 0px 0px 20px;
}
.clients .pod-text{
	max-width: 560px;
	margin-bottom: 60px;
}
.clients .client{
	min-height: 250px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.clients .client:hover{
	background-repeat: no-repeat;
	background-position: center;
	background-size: 120% 120%;
}
.letters{
	background-color: #ededed;
}
.letters .h2{
	margin: 50px 0px 50px;
}
.letters .letter p{
	font-weight: 500;
	font-size: 32px;
	line-height: 38px;
	color: #4B4B4B;
	margin-top: 40px;
	padding: 0px 30px 30px 0px;
}
.letters .letter .let-img{
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.letters .letter .let-img .fancy img{
	opacity: 0;
	width: 100%;
	height: 100%;
	max-height:529px;
}
.order{
	background-repeat: no-repeat;
	background-position: top 50px center;
}
.order .h2{
	margin: 70px 0px 20px;
}
.order .pod-text{
	color: #4b4b4b;
	margin-bottom: 40px;
}
.order input{
	width: 98%;
	margin: 10px auto;
	border: 1px solid #EDEDED;
	border-radius: 4px;
	padding: 20px 30px 20px 47px;
	height: 78px;
}
.order ::placeholder{
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0.44px;
	color: #868686;
}
.order textarea{
	resize: none;
	width: 100%;
	margin: 10px 0px 30px;
	border: 1px solid #EDEDED;
	border-radius: 4px;
	padding: 20px 30px 20px 47px;
	height: 274px;
}
.order button{
	padding: 9px 22px 11px;
	border-radius: 4px; 
	border: 1px solid #F51D48;
	background-color: #F51D48;
	letter-spacing: 0.75px;
	color: white;
	font-size: 14px;
	font-family: 'Noto Sans';
	float: right;
	margin-bottom: 40px;
}
footer{
	background-color: #ededed;
}
footer p span{
	font-weight: 500;
	font-size: 20px;
	line-height: 28px;
	letter-spacing: 0.15px;
	color: #4B4B4B;
}
footer .small{
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 0.25px;
	color: #4B4B4B;
	text-decoration: none;
	margin: 15px 0px;
}
footer .services .link, footer .services .link1{
	padding-bottom: 10px;
}
footer .services .link:first-child, footer .services .link1{
	margin-top: 15px;
}
footer .contacts .link{
	padding-bottom: 15px;
}
footer .contacts .link a{
	font-weight: bold;
	font-size: 20px;
	line-height: 24px;
	letter-spacing: 0.75px;
	color: #4B4B4B;
}
footer .contacts a img{
	margin-right: 5px;
}
footer .img-line{
	background-repeat: repeat-x;
	background-position: left top;
	border-bottom: 1px solid #D3D3D3;
	height: 80px;
}
footer .end p, footer .end a{
	font-weight: 500;
	font-size: 12px;
	line-height: 16px;
	letter-spacing: 0.4px;
	color: #4B4B4B;
}
@media screen and (max-width: 1735px){
	header .menu .topmenu .hiddenly{
		right: 0px;
	}
}
@media screen and (max-width: 1600px){
	.main{
		background-position: top -30px left 90%;
	}
	.clients .client{
		min-height: 220px;
	}
}
@media screen and (max-width: 1350px){
	.main{
		background-position: top -30px right;
	}
	.main .form input::placeholder{
		font-size: 14px;
	}
}
@media screen and (max-width: 1250px){
	.main{
		background-position: top -30px right -50px;
	}
	header .menu .topmenu li a{
		font-size: 14px;
		padding: 0px 12px;
	}
	header .menu .topmenu li .down:not(.down2){
	    padding: 0px 12px 0px 0px;
	}
	header .menu .button{
		margin-left: auto;
		max-width: 160px;
		padding: 9px 15px 11px;
		font-size: 12px;
	}
	.main{
		background-position: top -30px right -50px;
	}
	.main .form input::placeholder{
		font-size: 13px;
	}
}
@media screen and (max-width: 1199px){
	.h3{
		margin-top: 0;
		margin-bottom: 7px;
		font-size: 26px;
		line-height: 24px;
	}
	header .pre-menu .contact p, header .pre-menu .contact a{
		font-size: 14px;
	}
	header .pre-menu .contact p::before, header .pre-menu .contact .email::before, header .pre-menu .contact .phone::before{
		position: relative;
		top: 4px;
	}
	header .pre-menu .contact .email{
		position: relative;
		top: 2px;
	}
	header .menu .topmenu .hiddenly .personal .img{
		height: 100px;
		background-size: auto 100%;
	}
	header .menu .topmenu .hiddenly .vak-img{
		background-size: auto 100%;
		height: 100px;
	}
	header .menu .topmenu .hiddenly .hid-text{
		margin: 10px 0px 20px 0px;
	}
	.main{
		background-size: 50%;
	}
	.main .h1{
		font-size: 42px;
	}
	.main p:not(.h1){
		font-size: 20px;
	}
	.main .form input::placeholder{
		font-size: 14px;
	}
	.text-cont .card-row .card1{
		margin-left: auto;
		margin-right: 0px;
	}
	.text-cont .card-row .card2{
		margin-right: auto;
		margin-left: 0px;
	}
	.switch .tab-content .tab-pane{
		background-size: 40%;
		background-position: top 45% right;
	}
	.clients .del{
		display: none;
	}
	.letters .letter p{
		font-size: 24px;
	}
	footer .first p{
		display: none;
	}
}
@media screen and (max-width: 1024px){
	header .menu .topmenu .hiddenly .hid-services a{
		margin-bottom: 13px;
		font-size: 14px;
		line-height: 18px;
	}
	header .menu .call{
		display: block;
	}
	header .menu .button{
		display: none;
	}
	.main .h1{
		font-size: 36px;
	}
}
@media screen and (max-width: 991px){
	.h2{
		font-size: 28px;
	}
	.main{
		margin-top: 56px;
	}
	.main .form{
		height: 60px;
	}
	.main .form input::placeholder{
		font-size: 12px;
	}
	.main .form input{
		width: 24%;
		padding: 0px 15px;
	}
	.main .form input:nth-child(2){
		width: 43%;
	}
	.main .form input:nth-child(3){
		width: 30%;
	}
	.main .form button{
		font-size: 13px;
		padding: 10px 15px;
	}
	.text-cont .card-row .card{
		min-height: 140px;
	}
	.text-cont .card-row .card p{
		font-size: 14px;
		line-height: 24px;
	}
	.text-cont .card-row .card .h3{
		font-size: 20px;
		margin-bottom: 10px;
	}
	.clients .client{
		min-height: 180px;
	}
	.letters .letter p{
		font-size: 24px;
		line-height: 30px;
		margin-top: 20px;
	}
	.autopark .col-md-4.col-sm-5.col-xs-12.my-mx-md-auto {
	    margin-top: 24px;
	}
}
@media screen and (max-width: 900px){
	.autopark .auto-card .img{
		min-height: 200px;
	}
	.autopark .auto-card .auto{
		font-size: 24px;
		line-height: 28px;
	}
	.autopark .auto-card .about-auto{
		font-size: 14px;
	}
}
@media screen and (max-width: 810px){
	.main .form input{
		width: 21%;
	}
	.main .form .personal{
		width: 38%;
	}
	.main .form input::placeholder{
		font-size: 11px;
	}
}
@media screen and (max-width: 767px){
	.main{
		background-position: top 150px center;
		background-size: auto 50%;
		padding-bottom: 150px;
	}
	.main .h1{
		font-size: 28px;
		line-height: 34px;
		margin: 20px 0px;
	}
	.main .button-red {
		width: 60%;
		margin: 150px auto 0px;
	}
	.main .row.forms {
	    display: none;
	}
	.text-cont .card-row .card{
		top: -85px;
		min-height: 170px;
		max-height: 170px;
		width: 340px;
	}
	.text-cont .card-row .card2{
		top: -50px;
	}
	.text-cont .card-row .card p{
		font-size: 14px;
		line-height: 20px;
		letter-spacing: 0.25px;
	}
	.text-cont .card-row .card .h3{
		font-size: 22px;
		line-height: 26px;
		margin: 20px 0px 0px;
	}
	.switch{
		border: 0;
	}
	.switch ul{
		display: flex;
		position: relative;
		bottom: 20px;
		overflow-x: scroll;
		flex-wrap: nowrap;
	}
	.switch .nav .active{
		border-bottom: 3px solid #FFC725;
	}
	.switch .tab-content .tab-pane{
		background-position: top right 20px;
		background-size: auto 30%
	}
	.switch .tab-content .tab-pane.active .tab{
		padding-right: 0;
		padding-bottom: 40px;
	}
	.switch .tab-content .tab-pane.active .tab .for-h3{
		padding: 30px 220px 0px 0px;
		font-size: 22px;
		line-height: 26px;
	}
	.switch .tab-content .tab-pane.active .tab p span{
		display: none;
	}
	.switch .tab-content .tab-pane.active .tab .hiddenly{
		margin-bottom: 30px;
	}
	.switch .tab-content .tab-pane.active .tab .button{
		margin-top: 0px;
		width: 150px;
	}
	.contract .right {
		background-position: top 30px center;
		background-size: auto 65%;
		padding: 0;
	}
	.contract .right .h2{
		text-align: center;
	}
	.contract .right a{
		display: block;
		text-align: center;
	}
	.contract .right .con-text{
		display: none;
	}
	.contract .right p:not(.con-text):not(.h2){
		text-align: center;
		margin-top: 250px;
	}
	.contract .right .button-red{
		width: 60%;
		margin: 0 auto;
		max-width: none;
	}
	.autopark .auto-card{
		width: 340px;
	}
	.autopark .col-md-4.col-sm-5.col-xs-12.my-mr-md-auto {
	    margin-top: 24px;
	}
	.clients .client{
		min-height: 150px;
	}
	.order input{
		width: 100%;
		padding: 20px 30px 20px 20px;
		height: 60px;
		background: #EDEDED;
	}
	.order textarea{
		padding: 20px 30px 20px 20px;
		height: 200px;
		background: #EDEDED;
	}
	.order button{
		padding: 9px 10px 11px;
		width: 100%;
	}
	footer .first a img{
		display: block;
		margin: 0px auto;
	}
	footer p{
		text-align: center;
	}
	footer .social, footer .services .cont-serv{
		display: flex;
		justify-content: center;
	}
	footer .services .cont-serv{
		justify-content: center;
		flex-direction: column;
		align-items: center;
	}
	footer .services .cont-serv .button-red{
		width: 50%;
		margin: 0 auto;
		margin-top: 30px;
	}
	footer .services .link:first-child{
		margin-top: 0px;
	}
	footer .services .link1{
		margin-top: 25px;
	}
	header .menu .topmenu .h-border.arrow::before, header .menu .topmenu .h-border.arrow::after{
		display:none;
	}
}
@media screen and (max-width: 650px){
	.clients .client{
		min-height: 120px;
	}
}
@media screen and (max-width: 575px){
	.h2{
		font-size: 24px;
		line-height: 29px;
	}
	.main .button-red {
		width: 100%;
	}
	.main .container-fluid {
		padding: 0px;
	}
	.switch .tab-content .tab-pane{
		background-position: top 20px right 15px;
		background-size: auto 70px;
	}
	.switch .tab-content .tab-pane.active .tab{
		padding: 0px;
	}
	.switch .tab-content .tab-pane.active .tab .hiddenly{
		margin-bottom: 0px;
	}
	.switch .tab-content .tab-pane.active .tab .for-h3{
		padding: 30px 100px 0px 0px;
	}
	.switch .tab-content .tab-pane.active .tab label {
		display: block;
	  	order: 2;
	  	font-weight: 500;
		font-size: 18px;
		line-height: 21px;
		color: #F51D48;
	  	text-decoration: none;
	  	cursor: pointer;
	  	width: 100%;
	  	text-align: center;
	  	padding-top: 50px;
	  	position: relative;
	  	bottom: 30px;
	  	height: 50px;
	  	background: linear-gradient(360deg, #FFF 38.98%, rgba(255, 255, 255, 0) 157.64%);
	}
	.switch .tab-content .tab-pane.active .tab .hiddenly{
		padding: 30px 5px 30px 0px;
		order: 1;
	}
	.switch .tab-content .tab-pane.active .tab .button{
		margin-top: 30px;
		width: 100%;
	}
	.solution .button, .solution .button-red{
		width: 100%;
		margin-bottom: 30px;
	}
}
@media screen and (max-width: 530px){
	.solution .pod-text {
		display: none;
	}
	.solution .sol-card{
		min-height: 120px;
	}
	.solution .sol-card .h3{
		font-weight: bold;
		font-size: 18px;
		line-height: 22px;
	}
	.solution .sol-card p:not(.h3){
		padding-top: 5px;
	}
	.solution .sol-card p span{
		font-weight: bold;
	}
	.solution .sol-card p:not(.h3):not(.alt){
		display: none;
	}
	.solution .sol-card .alt{
		display: block;
	}
	.clients .client{
		min-height: 90px;
	}
}
@media screen and (max-width: 500px){
	.switch .tab-content .tab-pane.active .tab .for-h3 span{
		font-size: 22px;
		line-height: 26px;
	}
	.letters .letter p{
		font-size: 18px;
		line-height: 21px;
		margin: 20px 0px 40px;
		padding: 0;
		text-align: center;
	}
	header .mobile-menu .mobmenu li:last-child p{
		font-size: 8px;
	}
}
@media screen and (max-width: 450px){
	header .mobile-menu .mobmenu li .hiddenly .cont{
		width: 100%;
	}
	.text-cont .card-row .card{
		min-height: 170px;
		max-height: 170px;
		width: 100%
	}
	.contract .right {
		background-position: top 80px center;
		background-size: auto 50%;
	}
	.contract .right .h2{
		padding: 0px 20px;
	}
	.contract .right .button-red{
		width: 100%;
		margin: 0 auto;
		max-width: none;
	}
	footer .services .cont-serv .button-red{
		width: 100%;
	}
}
@media screen and (max-width: 400px){
	.autopark .auto-card{
		width: 100%;
	}
	.clients .client{
		min-height: 70px;
	}
}
@media screen and (max-width: 370px){
	.main p:not(.h1){
		font-size: 16px;
	}
	.main .modal .form input::placeholder{
		font-size: 10px;
	}
	footer .end p, footer .end a{
		font-size: 10px;
	}
	.switch .nav .nav-item {
	    padding: 20px 20px;
	    font-size: 14px;
	    line-height: 15px;
	}
}
@media screen and (max-width: 340px){
	header .mobile-menu .mobmenu li:last-child a {
	    font-size: 14px;
	}
}
@media screen and (max-width: 331px){
	.main{
		background-position: top 170px center;
	}
	.switch .tab-content .tab-pane{
		background-position: top right;
		background-size: auto 140px;
	}
}
@media screen and (max-width: 311px){
	.text-cont .card-row .card{
		min-height: 160px;
		padding: 15px 20px 15px 20px;
	}
	.text-cont .card-row .card .h3{
		margin: 0px;
	}
}
@media screen and (max-width: 280px){
	.main{
		background-position: top 190px center;
	}
	.switch .tab-content .tab-pane{
		background-size: 0%;
	}
	.switch .tab-content .tab-pane.active .tab .for-h3{
		padding: 30px 0px 0px 0px;
	}
}
@media screen and (min-width: 576px){
	.my-container-sm{
	    max-width: 540px;
	}
	.my-mx-sm-auto{
		margin-right: auto !important;
		margin-left: auto !important;
	}
	.my-ml-sm-4{
		margin-left: 24px !important;
	}
	.my-mt-sm-5{
		margin-top: 48px !important;
	}
	.my-py-sm-5{
		padding-top: 48px !important;
		padding-bottom: 48px !important;
	}
	.my-justify-content-sm-end{
		justify-content: flex-end;
	}
	.my-order-sm-1{
		order: 1;
	}
	.my-order-sm-2{
		order: 2;
	}
}
@media screen and (min-width: 768px){
	.my-container-md, .my-container-sm{
	    max-width: 720px;
	}
	.my-d-md-block{
		display: block;
	}
	.my-d-md-none{
		display: none;
	}
	.my-px-md-0{
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	.my-px-md-2{
		padding-left: 8px !important;
		padding-right: 8px !important;
	}
	.my-px-md-3{
		padding-left: 16px !important;
		padding-right: 16px !important;
	}
	.my-pb-md-0{
		padding-bottom: 0 !important;
	}
	.my-pb-md-5{
		padding-bottom: 48px !important;
	}
	.my-pt-md-5{
		padding-top: 48px !important;
	}
	.my-pr-md-4{
		padding-right: 24px !important;
	}
	.my-py-md-4{
		padding-top: 24px !important;
		padding-bottom: 24px !important;
	}
	.my-ml-md-auto{
		margin-left: auto !important;
	}
	.my-mr-md-auto{
		margin-right: auto !important;
	}
	.my-mt-md-0{
		margin-top: 0 !important;
	}
	.my-mx-md-auto{
		margin-right: auto !important;
		margin-left: auto !important;
	}
	.my-order-md-2{
		order: 2;
	}
	.my-order-md-3{
		order: 3;
	}
}
@media screen and (min-width: 992px){
	.my-container-lg, .my-container-md, .my-container-sm{
	    max-width: 960px;
	}
	.my-d-lg-none{
		display: none;
	}
	.my-d-lg-block{
		display: block;
	}
	.my-px-lg-3{
		padding-right: 16px !important;
		padding-left: 16px !important;
	}
	.my-pb-lg-5{
		padding-bottom: 48px !important;
	}
}
@media screen and (min-width: 1200px){
	.my-container-lg, .my-container-md, .my-container-sm, .my-container-xl {
	    max-width: 1140px;
	}
	.my-pr-xl-5{
		padding-right: 48px !important;
	}
	.my-pt-xl-5{
		padding-top: 48px !important;
	}
}
body .newhead{
	font-size: 14px;
    line-height: 1.42857143;
}
body .newtemplate{
	font-size: 14px;
    line-height: 1.42857143;
}
header.my-fixed-top+*{
	    margin-top: 122px;
}
@media screen and (max-width: 991px){
	header.my-fixed-top+*{
		    margin-top: 56px;
	}
}
@media screen and (max-width: 991px){
	header .mobile-menu .mobmenu .down.active + .hiddenly{
	    max-height: calc(100% - 56px);
	    overflow-y: scroll;
	}
}
.letters .slick-arrow{
	height: 100%;
    z-index: 200;
}
.switch .tab-content{
    border-radius: 0 0 0 0;
    padding: 0px;
    border: none;
}
.newtemplate .text-cont .text li{
	font-size: 16px;
    line-height: 30px;
    letter-spacing: 0.44px;
    color: #000000;
}
.newtemplate .text-cont .text ul{
	padding-left:15px;
	margin-top:10px;
	margin-bottom:10px;
}
.newtemplate .text-cont .text h2, .newtemplate .text-cont .text h3, .newtemplate .text-cont .text h4{
	margin-top:20px;
	margin-bottom:15px;
}
.logo img{
	max-width: 140px;
}
footer a.logo img{
	width: 100%;
	max-width: 140px;
}
img.logo{
	width: 100%;
	max-width: 140px;
}
@media screen and (max-width: 500px){
	img.logo{
		max-width: 110px;
	}
	footer a.logo img{
		max-width: 100%;
	}

}
@media screen and (max-width: 900px){
	footer a.logo{
		text-align:center;
	}
}
.borders{
	border:1px solid black;
	margin-top:15px;
	padding:10px;
}
.switch .tab-content .tab-pane.active .tab p.borders{
	width:80%;
	padding:10px!important;
}
.switch .tab-content .tab-pane.active .tab ul{
	position:static;
	padding-left:20px;
}
.switch .tab-content .tab-pane.active .tab ul li{
	    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.44px;
    color: #000000;
}

@media screen and (max-width: 991px){
	header .mobile-menu .mobmenu li:last-child p {
		font-size: 11px;
	}
}
@media screen and (max-width: 500px){
	.mobmenu img.logo{
		min-width: 130px;
	}
}
@media screen and (max-width: 450px){
	header .mobile-menu .mobmenu li:last-child p {
		font-size: 10.5px;
	}
}
@media screen and (max-width: 400px){
	.mobmenu img.logo{
		min-width: 122px;
	}
}
@media screen and (max-width: 360px){
	.mobmenu img.logo{
		min-width: 114px;
	}

}
@media screen and (max-width: 340px){
	header .mobile-menu .mobmenu li:last-child p {
		font-size: 8px;
	}
}
.newhead .logo img {
    max-width: 180px;
}

.newhead .menu .logo {
    padding: 4.5px 0px 4.5px 15px;
}

header .menu .topmenu .hiddenly.persent{
	left:17%;
}
.personal{
	text-align:center;
}

header .menu .topmenu .hiddenly .hid-services a.hover-red:hover,
header .menu .topmenu .hidden-small a.hover-red:hover {
	color: #F51D48;
}
header .menu .topmenu li a.first-item-bigest,
header .menu .topmenu .hiddenly .hid-services a.first-item-bigest {
	font-size: 17px;
}
.w32>img{
	width: 32px;
}
.mobile_view{
	display: none;
}