* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

html {
	font-size: 16px;
}

@font-face {
	font-family: GOTHICB;
	src: url(//only.dvmade.ru/wp-content/themes/dvmade/public/fonts/GOTHICB.ttf) format("truetype");
	font-weight: 600;
	font-display: swap;
	font-style: normal;
  }
  @font-face {
	  font-family: GOTHIC;
	  src: url(//only.dvmade.ru/wp-content/themes/dvmade/public/fonts/GOTHIC.ttf) format("truetype");
	  font-weight: 400;
	  font-display: swap;
	  font-style: normal;
  }

@media (min-width: 2040px) {
	html {
		font-size: 18px;
	}
}

@media (min-width: 2252px) {
	html {
		font-size: 20px;
	}
}

@media (min-width: 2560px) {
	html {
		font-size: 24px;
	}
}



@media (min-width: 2700px) {
	html {
		font-size: 26px;
	}
}
body {
	background-color: #F9F9F9;
	min-height: 100vh;
	color: #1B2C40;
	font-family: GOTHIC;
  	font-optical-sizing: auto;
  	font-weight: 400; 
  	font-style: normal;
  	font-variation-settings: "slnt" 0;
}

.animate-pulse {
	animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

.brdtop2 {
	border-top-left-radius: 14px;
	border-top-right-radius: 14px;
}

@keyframes pulse {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}
.inter-header {
	font-family: "Inter", sans-serif;
	font-optical-sizing: auto;
	font-weight: 700;
	font-style: normal;
	font-variation-settings: "slnt" 0;
  }

a {
	text-decoration:none;
	color: #000;
	cursor: pointer;
}

a:hover {
	text-decoration:none;
	color: #054664;
}

li {
	 list-style-type: none;
}

.z-index-10 {
	z-index: 10;
}

.z-index-100 {
	z-index: 100;
}

.z-index-1000 {
	z-index: 1000;
}

ul {
	margin: 0px;
}
.link {
	transition: 0.4s;
}
.link:hover {
	color:#454cee;
	transition: 0.4s;
}
.opacity-animation:hover {
	opacity: 0.7;
	transform: 0.4;
}
.circle__minus,.circle__plus {
    border-radius: 50%;
    padding: 10px;
    width: 36px; 
    height: 36px; 
    display: flex; 
    justify-content: center; 
    align-items: center; 
}

.circle__minus {
    border: 1.5px solid #AEAEAE;
}

.circle__plus {
    border: 1.5px solid #054664;
}
.cl-grey {
	color: #AEAEAE;
}
.bg-dark {
	background-color: #202020;
}
.bg-white {
	background-color: #fff;
}
.bg-greenligth {
	background-color: #EDF6F5;
}

.bg-blue {
	background-color: #054664;
}
.cl-wh {
	color: #ffffff;
}
.cl-red {
	color: #d60000;
}
.cl-dark {
	color: #202020;
}
.cr-pointer {
	cursor: pointer;
}
.lh{
	line-height: 1.15;
}
.pd {
	padding-top: 20px;
	padding-bottom: 20px;
}
.p40 {
	padding: 40px;
}
.p24 {
	padding: 24px;
}
.p16 {
	padding: 16px;
}
.mb16 {
	margin-bottom: 16px;
}
.mb20 {
	margin-bottom: 20px;
}
.mb40 {
	margin-bottom: 40px;
}
.mb80 {
	margin-bottom: 80px;
}
.fnt-400 {
	font-weight: 400;
}
.fnt-500 {
	font-weight: 500;
}
.fnt-600 {
	font-weight: 600;
}
.fnt-700 {
	font-weight: 700;
	font-family: GOTHICB;
}
.fnt-bld {
	font-family: Gilroy-Bold
}
.fnt-semi {
	font-family: Gilroy-Semibold
}
.fnt-med {
	font-family: Gilroy-Medium
}
.fnt-heavy {
	font-family: Gilroy-Heavy
}
.fnt-extra {
	font-family: Gilroy-Extrabold
}

.fs8 {
	font-size: 0.5rem;
  }
  .fs10 {
	font-size: 0.625rem;
  }
  .fs12 {
	font-size: 0.75rem;
  }
  .fs14 {
	font-size: 0.875rem;
  }
  .fs16 {
	font-size: 1rem;
  }
  .fs18 {
	font-size: 1.125rem;
  }
  .fs20 {
	font-size: 1.25rem;
  }
  .fs22 {
	font-size: 1.375rem;
  }
  .fs24 {
	font-size: 1.5rem;
  }
  .fs26 {
	font-size: 1.625rem;
  }
  .fs28 {
	font-size: 1.75rem;
  }
  .fs30 {
	font-size: 1.875rem;
  }
  .fs32 {
	font-size: 2rem;
  }
  .fs34 {
	font-size: 2.125rem;
  }
  .fs36 {
	font-size: 2.25rem;
  }
  .fs38 {
	font-size: 2.375rem;
  }
  .fs40 {
	font-size: 2.5rem;
  }
  .fs42 {
	font-size: 2.625rem;
  }
  .fs44 {
	font-size: 2.75rem;
  }
  .fs46 {
	font-size: 2.875rem;
  }
  .fs48 {
	font-size: 3rem;
  }
  .fs64 {
	font-size: 4rem;
  }
  .fs80 {
	font-size: 5rem;
  }

section {
	padding-right: 20px;
	padding-left: 20px;
}
.bg-wh {
	background-color: #fff;
}
.bg-v {
	background-color: #054664;
}
.bg-grey {
	background-color: #F9F9F9;
}
.header__menu {
	padding: 16px 52px;
	border-radius: 0px 0px 48px 48px;
}
.radius_custom {
	border-radius: 16px;
}
.cl-v {
	color: #054664;
}
.cl-wh {
	color: #fff;
}
.cl-grey {
	color: #AEAEAE;
}
.cl-greylight {
	color: #6F6F6F;
}

.cl-blue {
	color: #054664;
}
.cl-brownlight {
	color: #bd9d5d;
}
.cl-ft {
	color: #637876;
}
.btn_one {
	border-radius: 100px;
	padding: 16px 20px;
}
.btn_v {
	background-color: #EDF6F5;
	padding: 16px 20px 16px 20px;
	border-radius: 100px;
}
.menu__list {
	border-bottom: 1px solid #EFEFEF;
}
.uk-tooltip {
	display: block;
	position: relative;
  }
  
  .uk-tooltip::after {
	content: '';
	position: absolute;
	top: 100%;
	left: 50%;
	border: 10px solid transparent;
	border-top: 10px solid #1B2C40;
	transform: translateX(-50%);
  }
.dark_shadow {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: linear-gradient(0,rgb(0 0 0/40%),rgb(42 42 42/50%));
	z-index: auto;
}
.dark_shadow__top {
	content: "";
	display: block;position: absolute;
	top: 0;left: 0;
	height: 100%;
	width: 100%;
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8) 0% , rgba(0, 0, 0, 0) 100%);z-index: auto;
  }
.pd_panel {
	padding: 6px 10px 7px 10px;
}
.slider__block {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-image: linear-gradient(to bottom, rgba(0,0,0,0) -0%, rgba(0,0,0,0) 50%, rgba(0, 0, 0, 0.4) 75%, rgba(0, 0, 0, 0.8) 100%);
	border-radius: 24px;
}
.mb {
	margin-bottom: 80px;
}
.mb24 {
	margin-bottom: 24px;
}
.mt24 {
	margin-top: 24px;
}
.mt20 {
	margin-top: 20px;
}
.pb {
	padding-bottom: 24px;
}
.pt {
	padding-top: 24px;
}
.pt16 {
	padding-top: 16px;
}
.p28 {
	padding: 28px;
}
.p40 {
	padding: 40px;
}
.pb56 {
	padding-bottom: 56px;
}
.pb20 {
	padding-bottom: 20px;
}
.pt20 {
	padding-top: 20px;
}
.pt28 {
	padding-top: 28px;
}
.pb28 {
	padding-bottom: 28px;
}
.pt32 {
	padding-top: 32px;
}
.pb32 {
	padding-bottom: 32px;
}
.pb40 {
	padding-bottom: 40px;
}
.pt40 {
	padding-top: 40px;
}
.pl24 {
	padding-left: 24px;
}
.pr24 {
	padding-right: 24px;
}
.px60 {
	padding-right: 60px;
	padding-left: 60px;
}
.mt40 {
	margin-top: 40px;
}
.title {
	font-style: normal;
	font-weight: 700;
	line-height: 120%;
	color: #1B2C40;
	margin-bottom: 44px;
}


.arrow {
	width: 24px;
	height: 24px;
	padding: 25px;
	background-color: #054664;
}
.uk-subnav>*>:first-child {
	border-radius: 12px;
	background: #EFEFEF;
	padding: 16px 24px;
	color: #6F6F6F;
	font-size: 16px;
}
.uk-subnav>*>:first-child:hover {
	background-color: #E1E1E1;
}
.uk-subnav-pill > li.uk-active > a {
	background-color: #E1E1E1;
	color: #6F6F6F;
}
.uk-subnav-pill > li > a {
	text-transform: none !important; 
}
.uk-subnav {
	display: flex; 
	justify-content: space-between; 
}
.uk-subnav > li {
	flex: 1; 
}
.bg-0FC5BF {
    background: #054664;
}
.gallery-arrow-vertical {
    bottom: -30px;
}
.circle-big {
    height: 62px;
    width: 62px;
}
.cr-pointer {
    cursor: pointer;
}
.z-index-10 {
    z-index: 10;
}
.project-img-min img{
    border-radius: 20px!important;
    cursor: pointer;
}
.switcher__list > li::before {
	content: "• "; 
	padding-right: 3px;
	color: #fff;
	margin-bottom: 8px;
}

.uk-tooltip {
	border-radius: 24px;
	background: #1B2C40;
	padding: 16px;
}
.uk-offcanvas-bar {
	background: #fff;
}
input {
	width: 100%; 
	box-sizing: border-box; 
	border: none; 
	outline: none;
	color: #1B2C40;
	background-color: #fff;
}
input:focus {
	box-sizing: border-box; 
	border: none;
	outline: none;
}
/* .input-container {
	padding: 20px 16px; 
	border-radius: 20px; 
} */

.uk-accordion-title::before {
	background-image: url(/wp-content/themes/vevanta/public/img/plus.svg)!important;
}

.footer {
	background-color: #ebecec;
	border-radius: 12px 12px 0 0;
}

.nav-footer nav li {
    margin-top: 8px;
    font-size: 1rem;
}

.nav-footer nav li a {
	color: #2b2a29;
}

@media screen and (min-width:450px) {
	.uk-width-max-content\@s {
		width: max-content;
  		box-sizing: border-box;
	}
}
@media screen and (min-width:960px) {
	.fs12\@m {
		font-size: 0.75rem;
	}
	.fs14\@m {
		font-size: 0.875rem;
	}
	.fs16\@m {
		font-size: 1rem;
	}
	.fs18\@m {
		font-size: 1.125rem;
	}
	.fs20\@m {
		font-size: 1.25rem;
	}
	.fs22\@m {
		font-size: 1.375rem;
	}
	.fs24\@m {
		font-size: 1.5rem;
	}
	.fs26\@m {
		font-size: 1.625rem;
	}
	.fs28\@m {
		font-size: 1.75rem;
	}
	.fs30\@m {
		font-size: 1.875rem;
	}
	.fs32\@m {
		font-size: 2rem;
	}
	.fs34\@m {
		font-size: 2.125rem;
	}
	.fs36\@m {
		font-size: 2.125rem;
	}
	.fs38\@m {
		font-size: 2.125rem;
	}
	.fs40\@m {
		font-size: 2.5rem;
	}
	.fs42\@m {
		font-size: 2.625rem;
	}
	.fs44\@m {
		font-size: 2.75rem;
	}
	.sf46\@m {
		font-size: 2.875rem;
	}
	.fs80\@m {
		font-size: 5rem;
	}
	.h-auto\@m {
		height: auto !important;
	}
	.h-xlarge\@m {
		height: 67.5rem;
	}
	.p56\@m {
		padding: 3.5rem;
	}
}
@media screen and (min-width:640px) {
	.fs12\@s {
		font-size: 0.75rem;
	}
	.fs14\@s {
		font-size: 0.875rem;
	}
	.fs16\@s {
		font-size: 1rem;
	}
	.fs18\@s {
		font-size: 1.125rem;
	}
	.fs20\@s {
		font-size: 1.25rem;
	}
	.fs22\@s {
		font-size: 1.375rem;
	}
	.fs24\@s {
		font-size: 1.5rem;
	}
	.fs26\@s {
		font-size: 1.625rem;
	}
	.fs28\@s {
		font-size: 1.75rem;
	}
	.fs30\@s {
		font-size: 1.875rem;
	}
	.fs32\@s {
		font-size: 2rem;
	}
	.fs34\@s {
		font-size: 2rem;
	}
	.fs36\@s {
		font-size: 2.25rem;
	}
	.fs38\@s {
		font-size: 2.375rem;
	}
	.fs40\@s {
		font-size: 2.5rem;
	}
	.fs42\@s {
		font-size: 2.625rem;
	}
	.fs44\@s {
		font-size: 2.75rem;
	}
	.fs46\@s {
		font-size: 2.875rem;
	}
	.fs80\@s {
		font-size: 5rem;
	}
	.h-auto\@s {
		height: auto !important;
	}
	.h-xlarge\@s {
		height: 67.5rem;
	}
}
@media screen and (min-width:1200px) {
	.fs12\@l {
		font-size: 0.75rem;
	}
	.fs14\@l {
		font-size: 0.875rem;
	}
	.fs16\@l {
		font-size: 1rem;
	}
	.fs18\@l {
		font-size: 1.125rem;
	}
	.fs20\@l {
		font-size: 1.25rem;
	}
	.fs22\@l {
		font-size: 1.375rem;
	}
	.fs24\@l {
		font-size: 1.5rem;
	}
	.fs26\@l {
		font-size: 1.625rem;
	}
	.fs28\@l {
		font-size: 1.75rem;
	}
	.fs30\@l {
		font-size: 1.875rem;
	}
	.fs32\@l {
		font-size: 2rem;
	}
	.fs34\@l {
		font-size: 2.125rem;
	}
	.fs36\@l {
		font-size: 2.25rem;
	}
	.fs38\@l {
		font-size: 2.375rem;
	}
	.fs40\@l {
		font-size: 2.5rem;
	}
	.fs42\@l {
		font-size: 2.625rem;
	}
	.fs44\@l {
		font-size: 2.75rem;
	}
	.fs46\@l {
		font-size: 2.875rem;
	}
	.fs80\@l {
		font-size: 5rem;
	}
	.h-auto\@l {
		height: auto !important;
	}
	.h-xlarge\@l {
		height: 67.5rem;
	}
	.p40\@l {
		padding: 2.5rem;
	}
	.uk-flex\@l {
		display: flex;
	}
}


.mw60 {
	max-width: 60px;
}

.slide__panel {
	border-radius: 24px;
	border: 1px solid  #EFEFEF;
	background: #F9F9F9;
	padding: 12px 16px;
}

.btn_light {
	border: none;
	border-radius: 12px;
    background: #EFEFEF;
    padding: 16px 24px;
    color: #6F6F6F;
    font-size: 16px;
}

.btn_light.grey_bold {
	background: #E1E1E1;
}

.button__border {
	padding: 16px 20px;
	border: 1px solid #054664;
	border-radius: 100px;
	text-align: center;
}
/* .button {
	padding: 16px 20px;
	border-radius: 100px;
	text-align: center;
} */

.source__card {
	padding: 40px;
	background-color: #fff;
	border-radius: 24px;
	display: flex;
	align-items: center;
	justify-content: center;
	max-width: 288px;
	min-height: 112px;
}


/* .select-container {
	margin-bottom: 16px !important;
	position: relative;
} */

.select-container {
	width: 100%;
	padding: 16px 20px; 
	border-radius: 20px; 
	border: 1px solid #E1E1E1; 
	appearance: none; 
	-webkit-appearance: none;
	-moz-appearance: none;
	background-color: #FFF; 
	color: #1B2C40; 
}

.select-container_grey {
	width: 100%;
	padding: 16px 20px; 
	border-radius: 24px; 
	appearance: none; 
	-webkit-appearance: none;
	-moz-appearance: none;
	background-color: #F9F9F9;
	color: #1B2C40; 
	cursor: pointer;
}

.select-container svg {
	position: absolute;
	top: 50%;
	right: 15px;
	transform: translateY(-50%);
	pointer-events: none; 
}
.select-container select:focus {
	outline: none;
}

    .arrow {
        width: 24px;
        height: 24px;
        padding: 25px;
        background-color: #054664;
    }
    .uk-subnav>*>:first-child {
        border-radius: 12px;
        background: #EFEFEF;
        padding: 16px 24px;
        color: #6F6F6F;
        font-size: 16px;
    }
    .uk-subnav>*>:first-child:hover {
        background-color: #E1E1E1;
    }
    .uk-subnav-pill > li.uk-active > a {
        background-color: #E1E1E1;
        color: #6F6F6F;
    }
    .uk-subnav-pill > li > a {
        text-transform: none !important; 
    }
    .uk-subnav {
        display: flex; 
        justify-content: space-between; 
    }
    .uk-subnav > li {
        flex: 1; 
    }
    .switcher__list > li::before {
        content: "• "; 
        padding-right: 3px;
        color: #fff;
        margin-bottom: 8px;
    }
    .uk-tooltip {
        border-radius: 24px;
        background: #1B2C40;
        padding: 16px;
    }

.brd-\[24px\] {
	border-radius: 24px;
}

.btn_light.grey_bold {
	background: #E1E1E1;
}

.margin__size {
    margin-bottom: 160px;
}

.lh{
	line-height: 1.15;
}

.adv__padding {
	padding: 12px 16px;
}

.brdTop {
	border-radius: 24px 24px 0px 0px!important;
}

@media (min-width: 1600px) {
	.img__size {
		height: 320px;
		width: 459px;
	}
}

@media (max-width: 500px) {
	.img__size {
		width: 208px;
	}
	.margin__size {
		margin-bottom: 70px;
	}
}

@media (min-width: 1600px) {
	.margin__size {
		margin-bottom: 260px!important;
	}
}

@media (max-width: 900px) {
	.scrollable-container {
		overflow-x: scroll;
	}
}

@media (min-width: 960px) {
	.adv__padding {
		padding: 12px 28px;
	}
	section {
		padding-right: 40px;
		padding-left: 40px;
	}

	.pb {
		padding-bottom: 80px;
	}
	.pt {
		padding-top: 80px;
	}
}

.checkbox__med input.uk-checkbox {
    width: 22px;
    height: 22px;
    border-radius: 4px;
    background-color: #fff;
    border: 1px solid #AEAEAE !important;
}

.checkbox__med input.uk-checkbox:checked {
    width: 22px;
    height: 22px;
    border-color: #054664;
    background-color: #054664 !important;
}
