@font-face {
	font-family: 'Gotham'; 
	src: url('/css/fonts/Gotham.ttf'); 
}

body {
	font-family: "Gotham", sans-serif;
    font-weight: 700;
    font-size: 16px;
	color:#333;
	background-size:100% auto;
	background-position:fixed;
}

h1 {
    margin: 0 0 20px 0;
    font-size: 18pt;
}

.header {
	background:#333;
}

.logo {
	color:#fff;
}

.topmenu ul{
	padding:0;margin:0;
}

.topmenu li {
	display:inline-block;
	padding:0 10px;
	color:#eee;
	font-size:14px;
}

.topmenu a {
	color:#eee;
	text-decoration:none;
}

.content_container {
	margin-top:30px;
}

.content_wrap {
	background-color:#fff;
	min-height:80vh;
}

.soft_cat img {
	max-width:100%;
}

.soft_cat {
	margin-bottom:20px!important;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	padding:10px;
}

.soft_cat a {
	color:#333;
	text-decoration:none;
	font-size:18px;
}

.soft_cat_price {
	text-align:right;
}

.the_soft_menu ul {
    padding: 0 !important;
    margin: 20px 0 0 0 !important;
}

.the_soft_menu li {
    display: inline-block;
    margin: 0 10px 5px 0 !important;
}

.the_soft_main_img img {
    max-width: 100%;
    padding: 2px;
    box-shadow: 0px 0px 4px 1px #666;
}

.soft_content h2 {
    margin-bottom: 30px;
    font-size: 15pt;
    font-weight: 600;
    border-bottom: 2px solid orange;
    padding-bottom: 10px;
	margin-top:30px;
}

.soft_content li {
    padding-bottom: 20px;
}

.soft_gallery img {
    max-width: 100%;
    max-height: 200px;
    border: 1px solid #777;
    padding: 3px;
	margin-bottom:5px;
}

.faq_q {
	font-weight:600;
	font-size:18px;
}

.faq_a {
	font-weight:500;
	font-size:16px;
	padding-bottom:20px;
}

.pagination {
    text-align: center;
    margin: 20px 0 0 0 !important;
  #  width: 100%;
}

.pagination ul {
   # width: 100%;
    padding: 0 !important;
}

.pagination li.active {
    background-color: var(--Blue-light, #a3addb);
    color: var(--CTA, #4A66CD);
    padding: 10px 20px !important;
}

.pagination li {
    padding: 10px 20px;
    font-size: 18px;
    display: inline-block;
    margin: 0 4px;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: 0.7px;
    text-transform: uppercase;
}

.pagination a, .pagination b {
    color: var(--Primary, #172A3F);
    text-decoration: none;
}

.shapka {
    background-color: #a3addb;
}

.drops_list th {
    font-size: 12px;
    line-height: 14px;
}

.drops_list td {
	font-size: 14px;
	font-weight:500;
}
.drops_list a {
	color:#333;
	text-decoration:none;
}

.leftmenu {
	font-size:14px;
}
.leftmenu ul {
	padding-left:0;
}
.leftmenu a {
	color:#333;
	text-decoration:none;
	font-weight:500;
}
.leftmenu h3 {
	font-size:18px;
	font-weight:600;
}

.naprav_list_cont {
	overflow: hidden;
    white-space: nowrap;
	padding-bottom:10px;
}

.naprav_list_cont a {
	color:#333;
	text-decoration:none;
	font-size:16px;
}

.h2_orange {
	margin-bottom: 30px;
    font-size: 15pt;
    font-weight: 600;
    border-bottom: 2px solid orange;
    padding-bottom: 10px;
    margin-top: 30px;
}

.h1_orange {
	margin-bottom: 30px;
    font-size: 15pt;
    font-weight: 600;
    border-bottom: 2px solid orange;
    padding-bottom: 10px;
}


@media (min-width:768px){ 
	.order_pop_suggest li{
		width:16%;
	}	
	.popdiv {
		padding-top:10vh;
	}
	.popdiv_wrap {
		max-width:80%;
		min-width:40%;
		max-height:80vh;
		min-height:30vh;
		background-color:#fff;
		display: grid;
		position:relative;
		padding:20px;
		border-radius:5px;
		overflow-y:auto;
		z-index:10000;
	}
	body {
		background:url('/img/diz/bg_comp.jpg') no-repeat;
	}
	.no_comp {
		display:none;
	}
	.content_wrap {
		padding:40px;
	}
	.header {
		padding:10px 120px;
	}
}
@media (max-width:767px){
	.leftmenu li {
		font-size:16px!important;
		list-style:none;
		padding-left:20px;
		display:inline-block;
		width:50%;
	}
	h1 {
		text-align:center;
	}
	.header {
		padding:10px 20px;
	}
	.content_wrap {
		padding:10px;
	}	
	.no_mobile {
		display:none;
	}
	.order_pop_suggest li{
		width:49%;
		margin-bottom:20px;
	}	
	.popdiv {
		padding-top:2vh;
	}
	.popdiv_wrap {
		max-width:95%;
		min-width:40%;
		max-height:93vh;
		min-height:30vh;
		background-color:#fff;
		display: grid;
		position:relative;
		padding:20px;
		border-radius:5px;
		overflow-y:auto;
		z-index:10000;
	}
	.container {
		width:100%!important;
	}
	body {
		background:url('/img/diz/bg_mobile.jpg') no-repeat;
	}
	.pagination {
		width: 100%;
		height: 50px;
		overflow-x: auto;
		overflow-y: hidden;
		white-space: nowrap;
		word-wrap: normal;
		padding-bottom: 20px;
		margin-bottom:20px;
	}
}

.popdiv {
	display:none;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100vh;
	text-align:center;
	background:url('/img/diz/prozbg.png');
	justify-items: center;
}

.close_order {
    position: absolute;
    top: 10px;
    right: 10px;
    height: 32px !important;
    cursor: pointer;
}

.make_order_form_div {
	background-color:#eef2f3;
	padding:10px;
	margin-bottom:20px;
}

.make_order_form input[type="text"] {
	width:100%;
}

.comment_area {
	width:100%;
	height:120px;
}

.theorder {
	cursor:pointer;
}

.theorder_style {	
	position: relative;
    overflow: hidden;
    vertical-align: middle;
    display: inline-block;
    border: none;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    text-decoration: none;
    background-color: #48aeb3;
   # box-shadow: 0px 3px 15px rgba(174, 211, 195, 0.7);
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    padding: 11px 20px;
    min-width: 230px;
    border-radius: 10px;
    max-width: 100%;
    margin-bottom: 10px;
}

.short_about_drops {
	font-weight:500;
	padding-bottom:20px;
}

.fw500 {
	font-weight:500;
}

.orange_polosa {
	 #margin-bottom: 30px;
    font-size: 15pt;
    font-weight: 600;
    border-bottom: 2px solid orange;
    padding-bottom: 10px;
	#margin-top:30px;
}

.uslugi_list {
	margin-bottom:30px;
	padding-bottom:30px;
	border-bottom:1px solid #ddd;
}

.footer {
    padding: 10px;
    background: #333;
    color: #fff;
    margin-top: 30px;
	font-weight:500;
	font-size:14px;
}

.footer a {
	color:#fff;
	text-decoration:none;
}

.logo a{
	color:#fff;
	text-decoration:none;
}

.mobile_menu {
	height:24px;
}

.mobile_menu_div {
	text-align:right!important;
	padding-right:10px;
}

.mob_menu_uslugi {
	text-align:center;
	margin-bottom:10px;
}

.mob_menu_uslugi span {
	border:1px solid #ccc;
	background:url('/img/diz/prozbg.png');
	padding:5px 15px;
	color:#fff;
}

.right_bottom_messangers {
	position:fixed;
	right:20px;
	bottom:20px;
}

.right_bottom_messangers a {
	display:block;
	margin:5px 0;
}

.right_bottom_messangers img {
	height:40px;
}

.tg_gruppa {
    box-shadow: inset 0px -3px 7px 0px #29bbff;
    background: linear-gradient(to bottom, #2dabf9 5%, #0688fa 100%);
    background-color: #2dabf9;
    border-radius: 3px;
    border: 1px solid #0b0e07;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-family: Arial;
    font-size: 15px;
    padding: 9px 23px;
    text-decoration: none;
    text-shadow: 0px 1px 0px #263666;
}
.tg_gruppa {
    position: fixed;
    right: 20px;
    bottom: 20px;
    background-color: #red;
    text-align: center;
}

.tg_gruppa a {
	color:#fff;
	text-decoration:none;
}