@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,600&display=swap');


@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap');


* {
	box-sizing: border-box;
	outline: none;
	padding: 0;
	margin: 0;
}
body {
	font-family: 'Montserrat';
	background: #fff;
}
.add-button{
    position: fixed;
	z-index: 9999;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    cursor: pointer;
    background-color: #006ce7;
    outline: none;
    border: none;
    border-radius: 6px;
    width: 100%;
    height: 40px;
    color:#fff;
    text-align: center;
    font-weight: 600;
    text-transform: uppercase;
    display: none;
}
html, body {
   max-width: 100%;
   overflow-x: hidden;
}


img {
	max-width: 100%;
}

a {
	text-decoration: none;
    transition: all 0.3s;
}

a:focus, a:hover {
	color: #578EF5 !important;
	text-decoration: none;
}

.container {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}


header {
	background: #0d0d31;
	padding: 10px 0;
}

.header_content {
	padding: 5px 30px;
	display: flex;
	flex-flow: wrap;
	justify-content: space-between;
	align-items: center;
	position: relative;
}
.logo_box {
	display: flex;
	justify-content: center;
	align-items: center;
}
.logo_box_mobile {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
}
.logo_box_mobile .logo_img {
	width: 90px;
	margin-bottom: 10px;
}
.logo_box .logo_img {
	margin-right: 17px;
}
.logo_text {
	font-weight: 600;
	font-size: 14px;
	line-height: 17px;
	color: #FFFFFF;
}
.menu_box {
	position: relative;
}
.menu_content {
	display: none;
	position: absolute;
	max-width: 360px;
	right: 0px;
	z-index: 200;
	padding-top: 15px;
	width: 100%;
	top: 40px;
}

.menu_content.is_open {
	display: block;
}

.menu_content::before {
	content: '';
	position: absolute;
	top: -15px;
	right: 20px;
	border: 20px solid transparent;
	border-bottom: 15px solid #ecf1ff;
}
.menu_open {
	position: relative;
	z-index: 99999;
	right: 15px;
}
.menu_open.is_open + .menu_content {
	display: block;
}
.menu_list {
	padding: 5px 0 0;
	margin: 0;
	list-style: none;
	background: #ecf1ff;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	border-radius: 3px;
}
.menu_item {
	padding: 15px;
}
.menu_item a {
	font-weight: 600;
	font-size: 14px;
	line-height: 1.3;
	color: #000;
}
.go_to_home {
	background: #2c2c87;
	padding: 25px 15px;
}

.go_to_home a {
	color: #fff;
	display: flex;
	align-items: center;
}

.xspan {
	font-size: 30px;
	font-weight: 300;
	line-height: 1;
	margin-right: 20px;
}


.perelikItem a {
	color: #FFD940 !important;
}
.offer_section {
	padding-bottom: 30px;
}
.offer_section h1 {
	font-size: 25px;
	line-height: 30px;
	position: relative;
	margin: 0;
	color: #6C778E;
}
.offer_section h1 img {
	margin-left: -42px;
	margin-bottom: -12px;
}
.offer_section h1 strong {
	font-weight: 800;
	position: relative;
	top: 12px;
}
.offer_section h1 span {
	font-weight: 500;
}


.offer-item {
	position: relative;
	background-color: #ffffff;
	margin-bottom: 40px;
}
.offer-item-header {
	background-color: #20C4DB;
	box-shadow: 0px 8px 10px #20C4DBaa;
	/*box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.2);*/
	border-radius: 3px 3px 0 0;
	padding: 13px 0;
	text-align: center;
	font-weight: 600;
	font-size: 14px;
	line-height: 17px;
	color: #FFFFFF;
}
.offer-item-content {
	box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.2);
	border-radius: 0 0 3px 3px;
	padding: 0 0 30px;
}
.offer-item-image {
	padding: 10px 0;
	border-bottom: 1px solid #E5E5E5;
}
.offer-item-image img {
	display: block;
	width: 100%;
}
.offer-item-text-box {
	text-align: center;
	padding: 22px 18px 32px;
	color: #6C778E;
	font-weight: bold;
	margin: -5px 0;
}
.offer-item-text-box span {
	font-size: 12px;
	line-height: 15px;
}
.offer-item-text-box span span {
	font-weight: 800;
	font-size: 30px;
	line-height: 47px;
}
.offer-item-btn-box {
	padding: 0 15px;
}
.offer-item-btn {
	display: block;
	border-radius: 5px;
	padding: 11px;
	text-align: center;
	color: #ffffff !important;
	font-weight: 600;
	font-size: 18px;
	line-height: 1.3;
	transition: all 0.5s ease-in-out;
	text-decoration: none !important;
}
.offer-item-btn:hover {
	background: #4fb1a6;
}
.offer-item-fire {
	width: 68px;
	height: 72px;
	background-image: url('../images/Mobile&Desktop/stikers/Ellipse%2022.svg');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: bottom center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	position: absolute;
	left: -20px;
}
.offer-item-gift {
	width: 80px;
	height: 78px;
	background-image: url('../images/Mobile&Desktop/stikers/Union.svg');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: bottom center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	position: absolute;
	top: 5px;
	left: -20px;
	padding-left: 5px;
}
.fire-title {
	font-weight: bold;
	font-size: 10px;
	line-height: 12px;
	text-align: center;
	text-transform: uppercase;
	color: #000000;
	margin-top: 10px;
}
.fire-text {
	font-weight: 500;
	font-size: 8px;
	line-height: 10px;
	text-align: center;
	color: #000000;
}
.offer-item-gift .fire-title {
	margin-top: 20px;
}
footer {
	margin-top: 60px;
	background-size: 100%;
	background-color: #0d0d31;
}
.footer_content {
	padding: 50px 0;
	text-align: center;
}




.page-content {
	padding: 30px 20px 60px;
	max-width: 980px;
	margin: 0 auto;
}
.page-content h1 {
	font-weight: 600;
	font-size: 25px;
	line-height: 30px;
	text-align: center;
	color: #6C778E;
	margin-bottom: 20px;
}
.breadcrumbs {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.breadcrumbs * {
	font-size: 12px;
	line-height: 30px;
	color: #B9B9B9;
}
.breadcrumb_link {
	text-decoration: none!important;
}
.breadcrumb_separator {
	margin: 0 4px;
}
.breadcrumb_current {
	text-decoration: underline;
}
article {
	color: #6C778E;
}
article img:not(.no-full) {
	width: 100%;
}
article .special-text-box {
	padding: 27px;
}
article .special-text-box .special-text-box-content {
	background-color: #ffffff;
	padding: 40px 60px;
	border: 1px solid #EEEEEE;
	filter: drop-shadow(0px 20px 20px rgba(0, 0, 0, 0.15));
	border-radius: 10px;
}
article p, article li {
	font-weight: 500;
	font-size: 14px;
	line-height: 25px;
}
article p {
	margin-bottom: 30px;
}
article strong {
	font-weight: 800;
}
span.color-5CC6BA {
	color: #5CC6BA;
}
article ul {
	padding-left: 20px;
}
.about-little-text {
	font-size: 12px;
	line-height: 22px;
}
.about-text-logo {
	margin-bottom: 10px;
}

.innerTopForm {
	margin: 0 auto;
	background-image: url(../images/formBg.png);
	background-size: contain;
	color: #fff;
	position: relative;
	border-radius: 10px;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	display: flex;
	width: 100%;
	align-items: center;
}




.titleForm {
	font-size: 24px;
	font-weight: 700;
	text-align: center;
	margin-bottom: 35px;
}

#offer-form {
	padding: 20px;
	max-width: 800px;
	margin: 0 auto;
	width: 100%;
	position: relative;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

#fields {
	width: 100%;
}


.sliderRow {
	margin: 0 0 100px;
}

.innerItemSlider {
	text-align: center;
	display: flex;
	justify-content: center;
	height: 100%;
}

.innerItemSlider img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}


.rowInput {
	display: flex;
	justify-content: space-between;
}

::placeholder {
  color: #fff !important;
  font-weight: 700;
}

input[type="text"] {
	background: #2e2567;
	color: #fff;
	border: none;
	border-radius: 0;
	height: 46px;
	font-size: 14px;
	padding: 10px;
	width: 100%;
}

.form-group.colRowInput {
	width: calc(50% - 20px);
}

.form-group.submit-form-group {
	text-align: center;
	display: flex;
	justify-content: center;
	margin: 20px 0 0;
}


input[type="submit"] {
	background: #578EF5;
	border: #578EF5;
	box-sizing: border-box;
	padding: 010px 50px;
	height: 60px;
	width: 240px;
	cursor: pointer;
	font-size: 18px;
}

input[type="submit"]:hover {
	background: #3e6ec9;
}

.itemSlider {
	height: 330px;
	margin: 50px 0 10px;
}

.innerCatItem {
	max-width: 690px;
	margin: 0 auto;
	position: relative;
	height: 100%;
}

.bgInnerCatItem {
	position: absolute;
	background-image: url(../images/slide2.png);
	height: 100%;
	width: 100%;
	background-repeat: no-repeat;
	top: 28px;
	z-index: -1;
	background-position: center bottom;
	background-size: contain;
}

.bgInnerCatItem.ruSlide {
	background-image: url(../images/slide2-ru.png);
}


.grateCat {
	font-size: 36px;
	color: #2FA5FC;
	font-weight: 700;
	font-family: 'Roboto';
	position: relative;
	left: 120px;
	top: 14px;
}

.pozik {
	font-size: 36px;
	color: #5697C5;
	font-family: 'Roboto';
	font-weight: 700;
	position: relative;
	left: 140px;
}

.namPozik {
	font-size: 48px;
}

.plusPozik {
	font-size: 48px;
	position: relative;
	left: -5px;
	text-shadow: -2px 0px 2px #D7EFED;
	display: inline-block;
}

.shape1-2 {
	width: 241px;
	height: 241px;
	position: absolute;
	background: #D7EFED;
	z-index: -1;
	border-radius: 50%;
	top: 40px;
	left: 20px;
}

.shape2-2 {
	width: 126px;
	height: 126px;
	position: absolute;
	background: #D7EFED;
	z-index: -1;
	border-radius: 50%;
	top: 110px;
	left: calc(50% - 60px);
}


.shape3-2 {
	width: 110px;
	height: 110px;
	position: absolute;
	background: #D7EFED;
	z-index: -1;
	border-radius: 50%;
	bottom: -30px;
	left: 190px;
}

.shape4-2 {
	width: 126px;
	height: 126px;
	position: absolute;
	background: #D7EFED;
	z-index: -1;
	border-radius: 50%;
	bottom: 20px;
	right: 100px;
}

.shape5-2 {
	width: 100px;
	height: 100px;
	position: absolute;
	background: #D7EFED;
	z-index: -1;
	border-radius: 50%;
	bottom: 70px;
	right: 20px;
}

.shape6-2 {
	width: 130px;
	height: 130px;
	position: absolute;
	background: #D7EFED;
	z-index: -1;
	border-radius: 50%;
	bottom: -30px;
	right: 25px;
}

.bgPershi20Pozik {
	position: absolute;
	background-image: url(../images/slide3.png);
	height: 100%;
	width: 100%;
	background-repeat: no-repeat;
	z-index: -1;
	background-position: center bottom;
	top: 0;
	left: 0;
    background-size: contain;
}


.bgPershi20Pozik.ruSlide {
	background-image: url(../images/slide3-ru.png);
}



.first20Block {
	font-size: 36px;
	line-height: 1.3;
	font-family: 'Roboto';
	color: #5697C5;
	font-weight: 700;
}


.otrymaty, .first20 {
	position: relative;
	left: 60px;
	top: 20px;
}

.pozik20 {
	color: #2FA5FC;
}

.bgCatOnov {
	position: absolute;
	background-image: url(../images/slide4.png);
	height: 100%;
	width: 100%;
	background-repeat: no-repeat;
	z-index: -1;
	background-position: center bottom;
	top: 0;
	left: 0;
	background-size: contain;
}

.bgCatOnov.ruSlide {
	background-image: url(../images/slide4-ru.png);
}

.catOnovBlock {
	font-size: 30px;
	line-height: 1.3;
	font-family: 'Roboto';
	color: #5697C5;
	font-weight: 700;
}

.shogodyny {
	font-size: 48px;
	color: #2FA5FC;
	line-height: 1;
	position: relative;
	left: 120px;
	top: 20px;
}

.catRefresh {
	position: relative;
	left: 120px;
	top: 24px;
}

.menu_box {
	position: relative;
	display: none;
}

.menuWrapper {
	list-style: none;
	display: flex;
	margin-bottom: 0;
}

.menuWrapper .menu_item {
	padding: 0;
}

.menuWrapper .menu_item a {
	font-size: 16px;
	font-weight: 600;
	padding: 10px 30px;
	display: inline-block;
	border-radius: 30px;
	color: #fff;
}

.menuWrapper .active a {
	color: #578EF5;
}

.innerCompany {
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	padding: 0 20px;
}

.itemCompany {
	background: #2c2c87;
	width: calc(25% - 20px);
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	text-align: center;
	margin: 0 10px 25px;
	position: relative;
	filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}

.logoCompany {
	height: 110px;
	position: relative;
	background: #fff;
}

.logoCompany img {
	object-fit: contain;
	object-position: center;
	width: 100%;
	height: 100%;
}

.dataCompany {
	margin: 40px 7px;
}
.criticalAmount {
	font-size: 30px;
	margin: 0 5px;
	display: inline-block;
}

.infoCompany {
	margin: 3px 0;
}

.takeMoney a {
	height: 70px;
	display: block;
	background: #fff;
	line-height: 70px;
	font-weight: 400;
	font-size: 24px;
	border-radius: 35px;
	color: #FF285C;
	position: relative;
	border: 1px solid #5498C6;
	box-shadow: 0px 10px 18px 2px rgba(84, 152, 198, 0.42);
	transition: 0.3s all;
}

.takeMoney a:hover {
	background: #fff;
	color: #FF285C !important;
	box-shadow: 0px 10px 10px 2px rgba(84, 152, 198, 0.22);
}



.takeMoney {
	margin-bottom: -30px;
}



.namList {
	font-size: 20px;
	background: #368D9A;
	position: absolute;
	z-index: 5;
	border-radius: 50%;
	width: 30px;
	height: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	left: -15px;
	top: 25px;
	box-shadow: 0 3px 3px rgba(0, 0, 0, .4);
}


.pay_box {
	display: flex;
	justify-content: center;
	margin-top: 10px;
}


.bringFriend {
	background: #ED5555;
	width: calc(100% - 40px);
	padding: 7px 5px;
	font-size: 14px;
	position: absolute;
	border-radius: 5px;
	left: 20px;
	top: 107px;
}

.notification_ok {
	background: #32cc95;
	font-size: 20px;
	padding: 10px;
	text-align: center;
	border-radius: 10px;
	position: relative;
	display: table;
	margin: 0 auto;
}

#note .errorTel {
	display: none;
}

#note1 .errorName {
	display: none;
}

.notification_error {
	font-size: 14px;
	color: #FFD940;
	font-weight: 600;
	margin-top: 4px;
	position: absolute;
}









.menu_content.is_open a:focus, .menu_content.is_open a:hover {
	color: #578EF5 !important;
	text-decoration: none;
}


.langSwitcher {
	font-size: 18px;
}

.langSwitcher a {
	color: #fff;
}

.menuBlock {
	margin-left: auto;
}

.langSwitcher {
	font-size: 16px;
	margin-left: 15px;
	color: #578EF5;
	font-weight: bold;
}

.fancybox-content#listCompany .innerCompany {
	padding: 0 7px;
	justify-content: center;
}

.remove-slide {
	font-size: 40px;
	font-weight: 300;
	position: absolute;
	right: 10px;
	cursor: pointer;
	line-height: 1;
	width: 30px;
	height: 30px;
	background: #fff;
	color: #0a0a5b;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%; display: none;
}

#note {
	position: relative;
}

.cherta {
	color: #fff;
	margin: 0 2px;
}

.header_fixed {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 100;
}

.topPlashka {
	background: linear-gradient(272.35deg, #EFC956 47.79%, #F5AF5C 77.44%);
	padding: 8px 5px;
	position: relative;
	z-index: 10;
	filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}

.btnMoneyBlock a, .btnMoneyBlock a:focus{
	background: #578EF5;
	display: block;
	color: #fff !important;
	height: 60px;
	line-height: 60px;
	font-size: 16px;
}

.btnMoneyBlock a:hover{
	background: #3e6ec9;
}

.btnMoneyBlock {
	padding: 0 30px 30px;
}

.plashka {
	position: absolute;
	top: 114px;
	width: calc(100% + 50px);
	left: -20px;
}

.prim {
	color: #578EF5;
	font-weight: 700;
}

.removeSlide {
	position: absolute;
	font-size: 40px;
	font-weight: 300;
	left: 10px;
	top: 10px;
	line-height: 1;
	cursor: pointer;
	display: none;
}

#button-up {
	display: none;
	opacity: 0.5;
	/* filter: alpha(opacity=50); */
	position: fixed;
	right: 20px;
	bottom: 20px;
	color: #000;
	transition: .3s;
	width: 62px;
	height: 62px;
	font-size: 0;
	background-image: url(/images/scroll-up.png);
	filter: drop-shadow(-10px 10px 10px rgba(0, 0, 0, 0.55));
	transform: scale(0.8);
	transition: all 0.3s;
}

#button-up.rusUp {
	background-image: url(/images/scroll-up-ru.png);
}

 
#button-up:hover{
  cursor: pointer;
  opacity: 1;
  filter:alpha(opacity=100);
  transform: scale(1);
  
}


/* responsive **********************************************************/
@media (max-width: 1200px) {
    .innerTopForm{
        background-size: auto 330px;
    }
}
/*  //max-width: 1200px  ***********************************************/


@media (max-width: 1100px) {
    .menuWrapper .menu_item a {
        padding: 10px 20px;
    }
    .innerTopForm{
        background-size: auto 330px;
    }
}
/*  //max-width: 1100px  ***********************************************/




@media (max-width: 1024px) {
    .menuBlock {
        display: none;
    }

    .menu_box {
        display: inline-block;
        position: relative;
        z-index: 300;
    }

    .langSwitcher {
        font-size: 16px;
        margin-left: auto;
        margin-right: 30px;
    }
    .innerTopForm{
        background-size: auto 330px;
    }
}
/*  //max-width: 1024px  ***********************************************/



@media (max-width: 991px) {

    #offer-form {
        max-width: 500px;
    }

    .form-group.colRowInput {
        width: calc(50% - 7px);
    }

    .titleForm {
        font-size: 22px;
    }

    .innerTopForm {
        background-image: url(../images/formBg1.png);
        background-size: auto 330px;
    }

    .remove-slide {
        font-size: 40px;
        width: 30px;
        height: 30px;
        top: -20px;
        right: -20px;
    }

    .itemCompany {
        width: calc(33.33% - 30px);
        margin: 0 15px 25px;
    }


    .btnMoneyBlock {
        padding: 0 20px 30px;
    }
}
/*  //max-width: 991px  ***********************************************/







@media (max-width: 768px) {
	article p + ul {
		margin-top: -20px;
	}
	article .special-text-box {
		padding: 14px 0 33px;
	}
	article .special-text-box .special-text-box-content {
		padding: 47px 10px;
	}
	article .special-text-box, article .special-text-box .special-text-box-content {
		background: none;
	}
	.offers_section .container::before {
		content: none;
	}
	header .col-12 {
		padding: 0!important;
	}
	.offer_section h1 {
		font-size: 12px;
		line-height: 10px;
		margin-bottom: 10px;
	}
	.offer_section h1 img {
		width: 70px;
	}
	.header_content {
		border-radius: 0px;
		padding: 10px;
	}
	.logo_box .logo_img {
	width: 250px;
	margin-right: 7px;
	padding-right: 7px;
    }
	.offer-item {
		max-width: 340px;
		margin-left: auto;
		margin-right: auto;
	}
	.offer-form-box {
		margin: 22px 0 10px;
	}
	.offer-form-box .modal-header {
		text-align: left;
		padding-left: 20px;
	}
	.offer-form-box .modal-header .modal-title {
		width: calc(100% - 40px);
		padding-left: 40px;
		padding-top: 0;
	}
	.offer-form-box .modal-header .modal-title span:not(.icon) {
		font-weight: 500;
	}
	.offer-form-box .modal-header .modal-title span.icon {
		top: 5px;
	}
	.offer-form-box .modal-body {
		padding-top: 0;
		padding-left: 0;
		padding-right: 0;
	}
	.offer-form-box .modal-body .form-group {
		margin-top: 40px;
	}
	.offer-form-box .modal-body .form-group .error-message {
		font-size: 8px;
		line-height: 9.75px;
	}

    .itemSlider {
        height: 350px;
        margin: 10px 0;
    }

    .notification_ok {
        font-size: 14px;
    }

    .notification_error {
        font-size: 10px;
        margin-top: 2px;
    }

    .remove-slide {
        font-size: 30px;
        width: 20px;
        height: 20px;
        top: -20px;
        right: -20px;
    }
    .slick-dotted.slick-slider {
        margin-bottom: 0;
        margin-top: 35px;
    }

    #offer-form {
        max-width: 380px;
    }

    input[type="submit"] {
        padding: 10px 50px;
        height: 40px;
        width: 240px;
        font-size: 14px;
    }

    .titleForm {
        font-size: 18px;
        margin-bottom: 25px;
    }

    .form-group.submit-form-group {
        margin: 40px 0 0;
    }

    .titleForm {
        font-size: 16px;
        margin-bottom: 25px;
    }

    input[type="text"] {
        height: 40px;
        font-size: 11px;
    }

    .itemCompany {
        width: calc(50% - 30px);
        margin: 0 15px 25px;
    }
    .innerTopForm{
        background-size: auto 330px;
    }
}
/*  //max-width: 768px   ******************************/






@media (max-width: 550px) {

    .item0Slider {
        height: 150px;
        margin: 10px 0;
    }

    .itemCompany {
        width: 45%;
        margin: 0 auto 25px;
        max-width: 276px;
    }

    .langSwitcher {
        font-size: 16px;
        margin-left: auto;
        margin-right: 25px;
    }

    .innerTopForm{
        background-size: auto 330px;
    }
}
/*  //max-width: 550px   ******************************/













@media (max-width: 480px) {
    article .special-text-box .special-text-box-content {
        padding: 0;
    }

    .page-content {
        padding: 20px;
    }

    .notification_error {
        font-size: 9px;
    }

    .titleForm {
        font-size: 16px;
        margin: 0 auto 20px;
    }

    input[type="text"] {
        height: 34px;
        font-size: 12px;
    }

    input[type="submit"] {
        padding: 0 10px;
        height: 38px;
        width: 147px;
        font-size: 14px;
    }

    .form-group.submit-form-group {
        margin: 20px 0 0;
    }

    .slick-dotted.slick-slider {
        margin-top: 0;
    }

    .logo_box .logo_img {
        margin-right: 7px;
        padding-right: 7px;
        width: 165px;
    }

    .footer_content {
        padding: 30px 0 20px;
        text-align: center;
    }

    .remove-slide {
        top: -10px;
        right: -20px;
    }

    .innerTopForm{
        background-size: auto 330px;
    }

    #offer-form {
        padding: 20px 0;
    }

    .itemSlider {
        min-height: 350px;
        margin: 10px 0;
    }

    .sliderRow {
        margin: 0 0 70px;
    }

    .notification_ok {
        font-size: 12px;
    }

    .form-group.submit-form-group {
        margin: 30px 0 0;
    }

    .removeSlide {
        top: 10px;
        font-size: 40px;
        left: 30px;
    }

    .rowInput {
        max-width: 290px;
        margin: 0 auto;
    }
}
/*  //max-width: 480px   ******************************/



@media (max-width: 400px) {

    .titleForm {
        font-size: 15px;
    }
    .innerTopForm{
        background-size: auto 330px;
    }

}
/*  //max-width: 480px   ******************************/







@media (max-width: 350px) {

    .innerTopForm{
        background-size: auto 330px;
    }

    .remove-slide {
        top: 5px;
        right: 5px;
    }

    .itemSlider {
        height: 350px;
        margin: 10px 0;
    }
}

.recaptcha_container{
    text-align: center;
}

div.g-recaptcha{
    display: inline-block;
    padding: 40px 0 0 0;
}
/*  //max-width: 350px   ******************************/