@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Russo+One&display=swap');

body {
	font-family: 'Poppins', sans-serif;
}

.banner-setion {
	background: #060606;

}

.banner-setion {
	background-image: url('../img/main.jpg');
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 140px 0px;
}

.main-logo img {
	width: 170px;
}

.call-btn a {
	color: #fff;
	background: #d21f39;
	text-decoration: none;
	padding: 12px 22px;
	border-radius: 38px;
	margin-top: 15px !important;
}

.text h1 {
	color: #fff;
	font-size: 72px;
	margin-bottom: 0;
	font-family: 'Russo One', sans-serif;
}

.text p {
	color: #fff;
	font-size: 21px;
	margin-bottom: 0;
}

.bg-gray {
	background: #353641;
	clip-path: polygon(5% 0, 100% 0%, 95% 100%, 0% 100%);
	text-align: center;
	padding: 20px 7px;
	border: solid 2px #363d4a;
}

.bg-ta {
	background: #353641d1;
	padding: 55px 40px;
	padding-bottom: 90px;
	border-radius: 11px;
}

.bg-tb {
	background: #0b111dbd;
	padding: 55px 40px;
	padding-bottom: 90px;
	border-radius: 11px;
}

.nd-section {
	background-image: url('../img/bg-2.jpg');
	background-position: left;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 70px 0px;

}

.sen {
	padding-top: 72px;
	padding-bottom: 50px;
}

.title h2 {
	color: #fff;
	font-family: 'Russo One', sans-serif;
}

.line {
	height: 2px;
	background: RED;
	width: 121px;
	margin-bottom: 20px;
}

p {
	font-size: 19px;
	line-height: 36px;
}

h3,
h4 {
	font-family: 'Russo One', sans-serif;
}

.w-100.img-two {
	position: relative;
	top: 43px;
	left: 95px;
}

.w-100.img-three {
	position: relative;
	top: 43px;
	right: 95px;
}

.blink-soft {
	animation: blinker 1.8s linear infinite;
}

@keyframes blinker {
	50% {
		opacity: 0;
	}
}

.three {
	background: #2d2f3a;
	border-top: solid #535353;
	padding: 70px 0px;
}

.four {
	background-image: url('../img/happy-young-smiling-woman-with-new-car-key_1_1728x.webp');
	background-position: left;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 80px 0px;
	border-top: solid #535353;

}

.five {
	background: #353641;
	padding: 80px 0px;
	border-top: solid #535353;

}

.testo {
	background: #292c36;
	color: #fff;
	padding: 40px;
	border-radius: 10px;
	border: solid 1px #444855;
	position: relative;
	min-height: 386px;
}

.testo span i {
	color: #e82a2a;
	font-size: 31px;
}

.box {
	background: rgb(202, 24, 38);
	background: linear-gradient(72deg, rgba(202, 24, 38, 1) 33%, rgba(242, 65, 85, 1) 100%);
	color: #fff;
	padding: 42px;
	text-align: center;
	border-radius: 5px;
}

.carousel-wrap {
	margin: 90px auto;
	padding: 0 5%;
	width: 100%;
	position: relative;
}

/* fix blank or flashing items on carousel */
.owl-carousel .item {
	position: relative;
	z-index: 100;
	-webkit-backface-visibility: hidden;
}

/* end fix */
.owl-nav>div {
	margin-top: -26px;
	position: absolute;
	top: 50%;
	color: #cdcbcd;
}

.owl-nav i {
	font-size: 52px;
}

.owl-nav .owl-prev {
	left: -30px;
}

.owl-nav .owl-next {
	right: -30px;
}

.currency-switcher {
    position: relative; 
    width: 305px;
}

div.dropdown {
    position: relative;
    width: 305px;
}

div.dropdown:after {
    content: "";
    position: absolute;
    margin: 0;
    width: 16px;
    height: 17px;
    background-image: url(http://botkits.ru/img/icons/down.svg);
    top: 15px;
    right: 10px;
    -webkit-transition: .3s;
    transition: .3s;
}

div.dropdown.open:after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}


div.dropdown>div.caption {
    background: #e1e3f6;
    border-radius: 12px;
    cursor: pointer;
    padding: 12.5px 15px 12.5px 57px;
    font-size: 17px;
    line-height: 102%;
    letter-spacing: 0.3px;
}

div.dropdown>div.list {
    position: absolute;
    background-color: #fff;
    width: 100%;
    border-radius: 12px;
    -webkit-box-shadow: 0px 12px 24px rgba(21, 18, 51, 0.13);
    box-shadow: 0px 12px 24px rgba(21, 18, 51, 0.13);
    opacity: 0;
    overflow: hidden;
    -webkit-transition: all 0.15s cubic-bezier(0.25, 0, 0.25, 1.75), opacity 0.1s linear;
    transition: all 0.15s cubic-bezier(0.25, 0, 0.25, 1.75), opacity 0.1s linear;
    -webkit-transform: scale(0.85);
    transform: scale(0.85);
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    bottom: 52px;
    z-index: -1;
    visibility: hidden;
    padding: 10px 0;
}

div.dropdown.open>div.list {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    z-index: 1;
    visibility: visible;
}

div.dropdown>div.list>div.item {
    padding: 10.5px 15px 10.5px 62px;
    cursor: pointer;
    -webkit-transition: .3s;
    transition: .3s;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: 0.3px;
}

div.dropdown>div.list>div.item.selected {
    background: rgba(36, 60, 187, 0.2);
    pointer-events: none;
}

div.dropdown>div.list>div.item:hover {
    background: #F8F9FB;
}

div.dropdown>div.caption img,
div.dropdown>div.list>div.item img,
div.dropdown>div.caption svg,
div.dropdown>div.list>div.item svg {
    position: absolute;
    margin-top: 2.5px;
    left: 15px;
}

div.dropdown>div.list>div.item span,
div.dropdown>div.caption span {
    font-weight: 600;
    font-size: 17px;
    letter-spacing: 0.3px;
    color: #ca1826;
    position: absolute;
    right: 36px;
}

div.dropdown>div.list>div.item span {
    right: 20px;
}
footer {
    background: #141924;
    border-top: solid 2px #6c6c6c;
        padding: 50px 0;
}
a.text-white.copy {
    text-decoration: none;
    float: right;
    margin-bottom: 0;
    font-size: 19px;
}
