html, body{
	height:100%;
}
body{
	font:16px/24px 'Roboto', sans-serif;
	min-width:320px;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6{
}
a{
	text-decoration: none;
	color: #000;
}
.wrap{
	max-width: 1395px;
    margin: 0 auto;
    padding: 0 15px;
    position: relative;
}
.clear:after{
	content:"";
	display:block;
	overflow:hidden;
	clear:both;
}
.left{
	float:left;
}
.right{
	float:right;
}
.text-right{
	text-align:right;
}
.text-left{
	text-align:left;
}
.text-center{
	text-align:center;
}
.hidden{
	display:none;
}
.flex{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
.container{
	overflow:hidden;
	display: table;
    table-layout: fixed;
    width: 100%;
	height: 100%;
}
.container-inner{
	display:table-row;
	height:100%;
}

/* header */
.header{
	-webkit-box-shadow: 0px 4px 7px 0px rgba(0, 0, 0, 0.1);
	        box-shadow: 0px 4px 7px 0px rgba(0, 0, 0, 0.1);
	background: #fff;
	padding: 15px 0 17px;
	z-index: 2;
	position: fixed;
    width: 100%;
    left: 0;
    top: 0;
}
.header__logo {
    font-size: 14px;
    line-height: 16px;
    font-weight: 400;
    color: #000;
    text-decoration: none;
    width: 172px;
}
.header__logo-bg {
    width: 79px;
    height: 51px;
    background: #ec008c;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
}
.header__logo-bg img {
	width: 63px;
	display: block;
}
.header__logo span {
    margin: 0 0 0 16px;
    position: relative;
    top: 2px;
}
.header__callback {
    line-height: normal;
    text-align: right;
}
.header__phone {
    font-size: 16px;
    margin: 0 0 3px;
}
.header__phone a, .header__callorder a {
	color: #373737;
	white-space: nowrap;
}
.header__callorder {
    font-size: 14px;
}
.header-menu{
	max-width: 710px;
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
}
.menu-button {
    width: 16px;
    height: 14px;
    border-top: #2e2e2e 2px solid;
    border-bottom: #2e2e2e 2px solid;
    position: relative;
    margin: 0 16px 0 0;
	display: none;
	left: 15px;
	position: absolute;
	z-index: 1;
	top: 33px;
}
.menu-button:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background: #2e2e2e;
    top: 4px;
    left: 0;
}
.mob-menu__close{
	display: none;
	width: 18px;
	height: 18px;
	position: absolute;
	font-size: 0;
	top: 20px;
	transform: rotate(45deg);
	left: 19px;
}
.mob-menu__close:before, .mob-menu__close:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background: #fff;
    top: 50%;
    left: 0;
    margin: -1px 0 0;
}
.mob-menu__close:after {
    width: 2px;
    height: 100%;
    top: 0;
    left: 50%;
    margin: 0 0 0 -1px;
}
/* top-slider */
.top-slider__wrap{
	height: 703px;
	background: url(images/top-slider-bg.jpg) no-repeat center 0 / cover;
	color: #fff;
	padding: 83px 0 0;
}
.top-slider__columns{
	font-size: 0;
}
.top-slider__left{
	display: inline-block;
	vertical-align: top;
	font-weight: 300;
	font-size: 20px;
	margin: 12.5% 0 0;
}
.top-slider__title{
	font-size: 50px;
	line-height: normal;
	margin: 0 0 70px;
}
.top-slider__title span{
	font-weight: bold;
	display: block;
}
.top-slider__left p{
	max-width: 410px;
	margin: 0 0 88px;
}
.button{
	color: #1bc7cd;
	display: inline-block;
	vertical-align: top;
	border: transparent 2px solid;
	border-radius: 50px;
	background: #fff;
	text-align: center;
	font-size: 16px;
	line-height: normal;
	font-weight: 400;
	padding: 14px 24px;
	opacity: .9;
	cursor: pointer;
	-webkit-transition: opacity ease .2s, background ease .2s, color ease .2s;
	-o-transition: opacity ease .2s, background ease .2s, color ease .2s;
	transition: opacity ease .2s, background ease .2s, color ease .2s;
}
.bx-ios .button {
	opacity: 1;
}
.button:hover{
	opacity: 1;
}
.border-btn{
	opacity: 1;
	border-color: #fff;
	color: #fff;
	background: none;
}
.border-btn:hover{
	color: #1bc7cd;
	background: #fff;
}
.colored-btn:not(.border-btn){
	background: #12cdd4;
	color: #fff;
	opacity: 1;
}
.colored-btn.border-btn{
	color: #1bc7cd;
	border-color: #12cdd4;
}
.button.colored-btn:hover{
	background: #00d7de;
	border-color: #00d7de;
	color: #fff;
}
.top-slider__wrap .button{
	min-width: 239px;
}
.top-slider__btns .button:first-child, .top-slider__btns .button:nth-child(2){
	margin: 0 10px 0 0;
}
.top-slider__right{
	display: inline-block;
	vertical-align: top;
	margin: 6.5% -230px 0 5%;
	position: relative;
}
.top-slider__right:after{
	content: "";
	position: absolute;
	width: 875px;
	height: 176px;
	background: url(images/slider-shadow.png) no-repeat 0 0;
	bottom: -87px;
    left: 115px;
	opacity: .6;
}
.top-slider{
	width: 640px;
	z-index: 1;
	max-height: 550px;
	overflow: hidden;
}
.top-slider img{
	max-width: 100%;
}
.slick-dots{
	text-align: center;
	margin: 32px 0 0;
}
.slick-dots li{
	display: inline-block;
	text-indent: -999px;
	overflow: hidden;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #09d0d7;
	margin: 0 11px;
	cursor: pointer;
	-webkit-transition: background ease .2s, -webkit-transform ease .2s;
	transition: background ease .2s, -webkit-transform ease .2s;
	-o-transition: transform ease .2s, background ease .2s;
	transition: transform ease .2s, background ease .2s;
	transition: transform ease .2s, background ease .2s, -webkit-transform ease .2s;
}
.slick-dots .slick-active{
	background: #1ab9bf;
	-webkit-transform: scale(1.7);
	    -ms-transform: scale(1.7);
	        transform: scale(1.7);
}

/* steps */
.steps{
	padding: 178px 0;
	border-bottom: #f0f2f0 1px solid;
}
.steps ul{
	margin: 0 auto;
	max-width: 1300px;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
}
.steps li{
	max-width: 370px;
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	text-align: center;
	font-weight: 300;
}
.steps li:nth-child(2){
	max-width: 435px;
}
.steps p{
	font-weight: 400;
	margin: 0 0 12px;
}
.steps img{
	margin: 0 0 15px;
	position: relative;
}
.steps li:nth-child(1) img{
	top: 8px;
}
.steps li:nth-child(3) img{
	top: 6px;
}
/* terms */
.terms{
	padding: 115px 0 126px;
	border-bottom: #f0f2f0 1px solid;
}
.block-title{
	font-size: 36px;
	font-weight: 300;
	line-height: normal;
	text-align: center;
	margin: 0 0 23px;
}
.terms .block-title{
	margin: 0 0 70px;
}
.block-desc{
	font-weight: 300;
	text-align: center;
	margin: 0 0 73px;
}
.accordion-columsn{
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	margin: 0 0 40px;
}
.accordion{
	width: 49.17%;
}
.accordion__item{
	border-radius: 3px;
	border: #f0f2f0 1px solid;
	margin: 0 0 19px;
}
.accordion__item-trigger{
	font-size: 18px;
	padding: 23px 26px 21px;
	cursor: pointer;
	position: relative;
}
.accordion__item-trigger i{
	position: absolute;
	top: 30px;
	right: 24px;
	width: 9px;
	height: 9px;
}
.accordion__item-trigger i:before, .accordion__item-trigger i:after{
	content: "";
	position: absolute;
	width: 100%;
	height: 1px;
	background: #000;
	top: 50%;
	left: 0;
	margin: -1px 0 0;
}
.active .accordion__item-trigger i:after{
	display: none;
}
.accordion__item-trigger i:after{
	width: 1px;
	height: 100%;
	top: 0;
	left: 50%;
	margin: 0 0 0 -1px;
}
.accordion__item-content{
	font-weight: 300;
	padding: 0 26px 21px;
	display: none;
}
.terms .text-center{
	font-size: 18px;
}
.terms .text-center a{
	text-decoration: underline;
	transition: color ease .2s;
}
.terms .text-center a:hover{
	text-decoration: none;
	color: #12b6c8;
}
/* cards */
.cards{
	padding: 115px 0 0;
}
.cards-btn .button{
	min-width: 239px;
	margin: 0 10px;
}
.cards .block-desc{
	margin: 0 0 50px;
}
.cards-why{
	background: url(images/cards-bg.jpg) no-repeat center 0 / cover;
	color: #fff;
	padding: 17px 0 109px;
	margin: 121px 0 0;
}
.cards-why .wrap{
	-webkit-box-align: end;
	    -ms-flex-align: end;
	        align-items: flex-end;
}
.cards-why img{
	-webkit-box-flex: 0;
	    -ms-flex: none;
	        flex: none;
}
.cards-why__text{
	max-width: 665px;
	font-weight: 300;
}
.cards-why__text-title{
	font-size: 36px;
	line-height: normal;
	margin: 0 0 58px;
}
.cards-why__text ul{
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	margin: 0 0 -32px;
}
.cards-why__text li{
	-webkit-box-flex: 0;
	    -ms-flex: none;
	        flex: none;
	width: 48%;
	margin: 0 0 32px;
}
.cards-why__text p{
	font-size: 20px;
	font-weight: 400;
	margin: 0 0 14px;
}
/* whom */
.whom{
	padding: 90px 0 131px;
}
.whom .block-title{
	margin: 0 0 85px;
}
.whom-list{
	text-align: center;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
}
.whom-list a, .accordion__item-content a{
	text-decoration: underline;
	transition: color ease .2s;
}
.whom-list a:hover, .accordion__item-content a:hover{
	text-decoration: none;
	color: #12b6c8;
}
.whom-list li{
	-webkit-box-flex: 0;
	    -ms-flex: none;
	        flex: none;
	width: 32.1%;
}
/* footer */
.footer{
	padding: 40px 0 48px;
	border-top: #f0f2f0 1px solid;
}
.footer-menu{
	font-size: 14px;
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	max-width: 610px;
	margin: 0 0 0 -20px;
}
.footer-social{
	max-width: 306px;
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
}
.footer .header__logo{
	width: auto;
}

/* quickbuypopup */
.quickbuypopup_box {
	display: none;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10000;
}
.quickbuypopup_box.on {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.quickbuypopup {
	background: #fff;
	padding: 20px 30px;
	text-align: left;
	color: #000;
	z-index: 100000;
	width: 435px;
	position: relative;
}
.quickbuypopup .inner {
	padding-bottom: 26px;
}
.quickbuypopup .close {
	position: absolute;
	right: 0;
	top: 0;
	width: 50px;
	height: 50px;
	padding-top: 17px;
	padding-left: 23px;
	cursor: pointer;
}
.quickbuypopup .title {
	text-align: center;
	font-size: 22.5px;
	font-weight: 400;
	margin-top: 10px;
	margin-bottom: 78px;
}
.quickbuypopup .line {
	height: 1px;
	background: #ecf1f5;
	width: 100%;
	position: absolute;
	left: 0;
	top: 82px;
}
.quickbuypopup .input_box {
	position: relative;
	margin-bottom: 40px;
}
.quickbuypopup input {
	border: 1px solid #d3d7d7;
	margin-left: 12px;
	height: 43px;
	width: 93.5%;
	border-radius: 3px;
	padding-left: 14px;
}
.quickbuypopup input:focus {
	border-color: #25daf0;
}
.quickbuypopup input.error {
	border-color: red;
}
.quickbuypopup span.error {
	display: none;
	position: absolute;
	color: red;
	left: 27px;
	top: 42px;
	font-size: 12px;
}
.quickbuypopup input.error + span.error {
	display: block;
}
.quickbuypopup .input_box label {
	position: absolute;
	top: 9px;
	left: 27px;
	color: #9ba3ae;
	font-size: 14.5px;
	transition: 0.4s;
	cursor: text;
}
.quickbuypopup .checkbox span a {
	color: #1eb2c3;
	text-decoration: none;
}
.quickbuypopup .checkbox{
	cursor: pointer;
	margin-left: 37px;
	font-size: 14.3px;
	color: #9ba3af;
	width: 290px;
	display: inline-block;
}
.quickbuypopup .checkbox span{
	position: relative;
}
.quickbuypopup .checkbox span:before{
	content: "";
	display: inline-block;
	width: 25px;
	height: 17px;
	margin: 0 9px 0 0;
	background: url(images/checked_new.png) no-repeat center;
	position: absolute;
	left: -27px;
	top: 1px;
}
.quickbuypopup .checkbox span:after{
	content: "";
	position: absolute;
	left: -26px;
	top: 1px;
	width: 23px;
	height: 17px;
	background: url(images/unchecked_new.png) no-repeat center;
	opacity: 0;
	-webkit-transition: opacity ease .2s;
	-o-transition: opacity ease .2s;
	transition: opacity ease .2s;
}
.quickbuypopup .checkbox input{
	display: none;
}
.quickbuypopup .checkbox input:checked + span:after{
	opacity: 1;
}
.quickbuypopup .checkbox input.error + span:after{
	background: url(images/unchecked_error_new.png) no-repeat center;
}
.quickbuypopup .button {
	font-size: 14px;
	margin-top: 37px;
	width: 93%;
	margin-left: 14px;
	padding-bottom: 15px;
}
.quickbuypopup_msg {
display: none;
width: 450px;
min-height: 270px;
height: auto;
position: fixed;
top: 50%;
left:50%;
margin-left:-225px;
margin-top:-259px;
background: #fff;
padding: 20px 30px;
text-align: left;
color: #000;
}
.quickbuypopup_msg.on {
display: block;
z-index: 99999;
}
.quickbuypopup_msg .close  {
cursor: pointer;
position: absolute;
float: right;
width: 20px;
height: 20px;
top: 20px;
right: 25px;
background-size: contain;
}
.quickbuypopup_msg img {
 margin-top: 35px;
 margin-left: 150px;
}
.quickbuypopup svg {
width: 20px;
height: 20px;
}
.quickbuypopup_msg p {
font-size: 25px;
width: 100%;
text-align: center;
margin-top: 28px;
}

.quickbuypopup .input_box.password a {
	position: absolute;
	text-align: right;
	top: 51px;
	right: 15px;
	color: #1db2c3;
	font-size: 14.1px;
}
.authForm .quickbuypopup .inner {
	padding-bottom: 16px;
}
.authForm .quickbuypopup .button {
	font-size: 14px;
	margin-top: 24px;
}
.authForm .quickbuypopup .eye {
	position: absolute;
	top: 3px;
	right: 20px;
	background: url(/local/templates/fissman_fast/images/eye_close.png) no-repeat center;
	width: 30px;
	height: 37px;
	background-size: 80%;
	cursor: pointer;
}
.authForm .quickbuypopup .eye.open {
	background: url(/local/templates/fissman_fast/images/eye_open.png) no-repeat center;
	background-size: 80%;
}
.authForm .quickbuypopup .text_reg {
	display: block;
	margin-top: 28px;
	font-size: 14px;
	font-weight: 300;
	line-height: 17px;
	text-align: center;
}
.authForm .quickbuypopup .text_reg a {
	color: #1db2c3;
	font-weight: 300;
	font-size: 14.4px;
}
.authForm .error_box {
	display: none;
	margin-top: -30px;
	margin-bottom: 39px;
	border: 1px solid red;
	border-radius: 5px;
	text-align: center;
	padding: 10px;
	background: #ff000038;
	color: #a60000;
}
.authForm button:disabled {
	background: #9c9c9c;
	border-color: #9c9c9c
}
.blanket_blur, .gifts-popup__back, .___iframe_widget__overlay {
    display: none;
    background-color: rgba(0, 0, 0, 0.62) !important;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 9999;
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-backdrop-filter: blur(5px);
	backdrop-filter: blur(5px);
	opacity: 1 !important;
}
.___iframe_widget__overlay{
	display: block;
}
.quickbuypopup .button {
    font-size: 14px;
    margin-top: 37px;
    width: 93%;
    margin-left: 14px;
    padding-bottom: 15px;
}
.button.flood{
    background: #13b6c9;
    border-color: #13b6c9;
    color: #fff;
    transition: background ease .2s;
}
.quickbuypopup .button{
    min-height: 39px;
    display: inline-block;
	border-radius: 2px;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    cursor: pointer;
    line-height: normal;
    padding: 14px 12px 11px;
    -webkit-transition: border-color ease .2s, color ease .2s;
    -o-transition: border-color ease .2s, color ease .2s;
    transition: border-color ease .2s, color ease .2s;
    position: relative;
    border-radius: 50px;
}
/* popup */
.gifts-popup{
	display: none;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 101;
    color: #333;
}
.gifts-popup__back {
	display: block;
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
}
.gifts-popup__content {
    overflow: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 102;
    padding: 0 40px;
    -webkit-box-shadow: 7px 7px 30px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 7px 7px 30px rgba(0, 0, 0, 0.2);
    box-shadow: 7px 7px 30px rgba(0, 0, 0, 0.2);
    width: 630px;
    max-width: 90%;
	max-height: 90%;
	background: #fff;
    transform: translate(-50%, -50%);
	border-radius: 10px;
}
.gifts-popup__close {
    display: block;
    position: absolute;
    right: 5px;
    top: 5px;
    z-index: 2;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0 none;
    padding: 0;
    width: 25px;
    height: 25px;
    background: none;
    cursor: pointer;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.gifts-popup__close::before, .gifts-popup__close::after {
    content: "";
    display: block;
    position: absolute;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: #595959;
    -webkit-transition: background 0.3s;
    -o-transition: background 0.3s;
    -moz-transition: background 0.3s;
    transition: background 0.3s;
}
.gifts-popup__close::before {
    left: 0;
    top: 12px;
    width: 100%;
    height: 1px;
}
.gifts-popup__close::after {
    left: 12px;
    top: 0;
    width: 1px;
    height: 100%;
}
.gifts-popup__content h2{
    margin: 0 0 1em;
    font-size: 1.25rem;
    line-height: 1.1;
}
.gifts-popup__content-inner{
	padding: 25px 0;
}
ol{
	list-style: decimal;
	padding: 0 0 0 30px;
}
.header a, .footer a{
	transition: color ease .2s;
}
.header a:hover, .footer a:hover{
	color: #12b6c8;
}
.input-text{
	font-size: 16px;
    border: #e9e9e9 1px solid;
    border-radius: 3px;
    padding: 8px 10px 6px;
    width: 100%;
}
.input-text.error{
	border-color: red;
}
.popup-columns label{
	white-space: nowrap;
	padding: 0 30px 0 0;
	width: 170px;
	flex: none;
}
.popup-columns:not(:last-child){
	margin: 0 0 30px;
}
.popup-columns.btn{
	justify-content: flex-start;
	margin: 0;
}
.popup-columns img{
	width: 137px;
	height: 40px;
}
.btn{
	text-align: center;
}
.result-balance{
	display: none;
	text-align: center;
}
.result-balance p{
	font-size: 40px;
    line-height: normal;
    text-align: center;
    font-weight: bold;
}
.popup-columns__inputs{
	flex: 1;
}
.captch-reload{
	display: inline;
	flex: none;
	width: 14px;
	height: 14px;
	background: url(images/reload.png) no-repeat center;
	margin: 0 10px;
}
.check-popup .button{
	min-width: 239px;
}
.stop-scroll body{
	position: fixed;
}
.___iframe_widget__content, .___iframe_widget__inner{
	border-radius: 10px;
}

@media screen and (max-width: 1360px){
	.top-slider__right{
		width: 44.4%;
		margin: 7% -230px 0 40px;
	}
	.top-slider{
		width: 100%;
	}
	.slick-slide img{
		max-width: 100%;
	}
}
@media screen and (max-width: 1200px){
	.top-slider__left{
		display: block;
		margin: 0;
		padding: 70px 0;
		text-align: center;
	}
	.top-slider__left p{
		margin: 0 auto 80px;
	}
	.top-slider__right{
		display: block;
		width: 60%;
		margin: 0 auto;
	}
	.top-slider__right:after{
		left: 92px;
	}
	.top-slider__wrap{
		height: auto;
		background-size: auto;
	}
	.cards-why img {
		width: 49.6%;
	}
	.cards-why {
		padding: 127px 0 70px;
	}
}
@media screen and (max-width: 1100px){
	.header-menu {
		max-width: 620px;
		font-size: 14px;
	}
}
@media screen and (max-width: 1000px){
	.footer .wrap{
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
	.footer-menu{
		margin: 0;
		width: 88%;
		-webkit-box-flex: 0;
		    -ms-flex: none;
		        flex: none;
		max-width: none;
		padding: 0 0 0 5%;
	}
	.footer-social{
		max-width: 410px;
		margin: 30px 0 0;
	}
	.header{
		padding: 15px 0;
	}
	.mob-menu__close{
		display: block;
	}
	.header	.header-menu{
		transition: left ease .2s;
		left: -100%;
		position: fixed;
		width: 100%;
		height: 100%;
		max-width: 425px;
		z-index: 10;
		background: #fff;
		top: 0;
		display: block;
	}
	.header	.header-menu.visible{
		left: 0;
	}
	.header	.header-menu:before{
		content: "";
		display: block;
		background: #ea148c;
		height: 55px;
	}
	.header	.header-menu a:not(.mob-menu__close){
		display: flex;
		align-items: center;
		font-size: 16px;
		line-height: normal;
		min-height: 53px;
		padding: 10px 17px 9px;
		border-bottom: #e9e9eb 1px solid;
	}
	.header .header__logo{
		margin: 0 0 0 30px;
	}
	.menu-button{
		display: block;
	}
	.footer .header__callback {
		flex: 1;
		margin: 10px 0 0;
	}
}
@media screen and (max-width: 778px){
	.top-slider__wrap .button{
		display: block;
		max-width: 320px;
		width: 100%;
		margin: 0 auto 15px !important;
	}
}
@media screen and (max-width: 768px){
	.gifts-popup__content{
		width: 90%;
		max-width: none;
	}
	.top-slider__right:after{
		display: none;
	}
	.top-slider__right{
		width: 80%;
	}
	.steps{
		padding: 120px 0 80px;
	}
	.steps ul, .whom-list, .cards-why .wrap{
		display: block;
	}
	.steps li, .whom-list li{
		margin: 0 auto 40px;
		width: 100%;
		max-width: 450px;
	}
	.terms, .whom {
		padding: 80px 0;
	}
	.cards{
		padding: 80px 0 0;
	}
	.cards-why img {
		width: 70%;
		margin: 0 auto 50px;
		display: block;
	}
	.cards-why__text{
		max-width: none;
		margin: 0;
	}
	.cards-why__text-title{
		text-align: center;
	}
	.cards-why {
		padding: 0 0 70px;
	}
	.accordion-columsn{
		display: block;
	}
	.accordion{
		width: auto;
	}
}
@media screen and (max-width: 700px){
	.popup-columns{
		flex-direction: column;
		justify-content: flex-start;
		align-items: self-end;
	}
	.popup-columns label{
		padding: 0 0 10px;
	}
	.popup-columns.btn label{
		display: none;
	}
	.popup-columns.btn{
		align-items: center;
	}
	.popup-columns__inputs{
		flex: none;
		width: 100%;
	}
	.footer .header__logo{
		margin: 0;
	}
	.footer .wrap{
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}
	.footer-menu{
		padding: 0;
		margin: 30px 0;
	}
	.footer-social{
		width: 100%;
		-webkit-box-ordinal-group: 2;
		    -ms-flex-order: 1;
		        order: 1;
	}
	.footer .header__callback{
		text-align: center;
	}
}
@media screen and (max-width: 600px){
	.gifts-popup__content{
		padding: 0 20px;
		font-size: 13px;
    	line-height: 20px;
	}
	ol{
		padding: 0 0 0 10px;
	}
	.gifts-popup__content h2 {
		font-size: 19px;
	}
	.cards-why__text ul{
		display: block;
		text-align: center;
	}
	.cards-why__text li{
		width: 100%;
		max-width: 450px;
		margin: 0 auto 40px;
	}
	.footer-menu{
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}
	.footer-menu a{
		margin: 5px 0;
	}
	.top-slider__title{
		font-size: 40px;
	}
	.block-title{
		font-size: 33px;
	}
	.top-slider__btns .button, .cards-btn .button{
		display: block;
		margin: 0 auto;
		max-width: 260px;
	}
	.top-slider__btns .button:first-child, .cards-btn .button:first-child, .cards-btn .button:nth-child(2){
		margin: 0 auto 20px;
	}
	.top-slider__right, .cards-why img{
		width: 90%;
	}
	.terms, .whom{
		padding: 50px 0;
	}
	.whom .block-title {
		margin: 0 0 40px;
	}
	.block-title, .cards-why__text-title{
		font-size: 30px;
	}
	.top-slider__left {
		padding: 40px 0 50px;
	}
	.header__logo span{
		display: none;
	}
	.steps {
		padding: 70px 0 40px;
	}
}
@media screen and (max-width: 500px){
	.popup-columns img {
		width: 130px;
		height: 36px;
	}
}