img {border:0 none;}
html{
@font-face {
  font-family: MyRubik; /* set name */
  src: url(MyRubik.ttf) format('truetype'); /* url of the font */
}
font-family: Rubik;	
font-size: 20px;
}
h1, h2, h3, h4, h5, h6
{
	font-family: Arial, Helvetica,sans-serif; 
	margin:1.3em 0 1em;
	font-weight:normal;
	line-height:1.2;
}

h1 { font-size:200%; margin:0 0 1em; }
h2 { font-size:160%; }
h3 { font-size:140%; }
h4 { font-size:140%; }
h5 { font-size:120%; }
h6 { font-size:100%; }


.title-text-65{
    font-family: Rubik;
    font-weight: 800;
    font-style: Black;
    font-size: 65px;
    color: #0B132A;
}
.title-text-45 {
    font-family: Rubik;
    font-weight: 800;
    font-style: ExtraBold;
    font-size: 45px;
    color: #0B132A;
}
.title-text-20 {
    font-family: Rubik;
    font-weight: 800;
    font-style: ExtraBold;
    font-size: 20px;
    color: #0B132A;
}
.text-20{
    color: #4F5665;
    font-family: Rubik;
    font-weight: 400;
    font-size: 20px;
}

.flex-wrap{
	display: flex;
}
.gap-20{
	gap: 20px;
}

#mobile-menu-switch {
    display: none;
    font-size: 60px;
}

@media (max-width: 765px) {
    #mobile-menu-switch {
        display: block;
    }
	.header-menu{
		display:none;
	}
}

.mobile-menu-header-logo img{
	height: 100%;
}

.gray-background-fullwidth{
    transform: translateX(-50%);
    top: 0;
    z-index: -1;
    position: absolute;
    height: 100%;
    width: 300%;
    background: #EFF2F7;
}

.main-add-link-bottom {
    position: relative;
	margin-bottom: 30px;
}


hr, .hr 
{
	border-top:1px solid;
	display:block;
	font-size:1px;
	height:1px;
	line-height:1px;
	margin:12px 0;
	overflow:hidden;
	padding:0;
}

#workarea ol li, #workarea ul li { margin: 0.6em 0; }
#workarea ul { list-style-type: disc; }


#copyright p{
    padding: 20px 0;
}
#copyright .copyright-desc{
color: #4F5665;
font-family: Rubik;
font-weight: 400;
font-size: 20px;
}

#copyright .copyright-text{
color: #AFB5C0;
font-family: Rubik;
font-weight: 400;
font-style: Regular;
font-size: 16px;
}
.footer-menu{
	width: 49%;
}
.h3-text {
    font-size: 140%;
}


/* Форма авторизации */
.wb-authform {
    max-width: 500px;
    background-color: #F6F6F9;
    padding: 60px;
    border-radius: 20px;
    margin: auto;
}
.wb-authform .wb-title {
    font-size: 28px;
    font-weight: 800;
    text-align: center;
	margin-block-start: 0;
    margin-bottom: 40px;
}
.wb-authform input[type="text"], .wb-authform input[type="password"] {
    height: 40px;
    line-height: 40px;
    /* width: 360px; */
    font-size: 16px;
    border-radius: 5px;
    text-align: center;
}
.bx-authform-input-container input[type="text"], .bx-authform-input-container input[type="password"] {
    display: block;
    width: 100%;
    font-size: 18px;
    height: 38px;
    margin: 0;
    padding: 0 4px;
    border: 1px solid #ccd5db;
    border-radius: 2px;
    background: #f8fafc;
    outline: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.auth-btn {
    display: block;
    width: 100% !important;
    height: 50px;
    line-height: 50px !important;
    border-radius: 5px;
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    line-height: 100%;
    text-align: center;
    background-color: #FFBF1A;
	border: unset;

	box-shadow: 0px 3px 5px 0px #00000021;
}
.bx-authform-link-container a{
    color: #FFBF1A!important;
	text-decoration: none;
	font-family: Rubik;
	font-weight: 500;
	font-style: Medium;
	font-size: 12px;
}
.password-link-block{
	display: flex;
    justify-content: space-between;
    align-items: center;
}













.header-auth-wrap a{
	font-family: Rubik;
	font-weight: 700;
	font-style: Bold;
	font-size: 20px;
	color: #0B132A!important;
	text-decoration: none;
	margin: 0 10px;
}

.header-auth-wrap .auth-header-btn{
	display: inline-block;
	width: 180px;
	height: 45px;
	text-align: center;
	line-height: 45px;
	color: #FFBF1A!important;
	border: 3px solid #FFBF1A;
	border-radius: 30px;
	text-decoration: none;

	font-family: Rubik;
	font-weight: 700;
	font-style: Bold;
	font-size: 20px;
}



.shortify-btn{
	display: inline-block;
	height: 60px;
	width: 160px;
	text-align: center;
	line-height: 60px;
	color: white;
	background-color: #FFBF1A;
	border: 1px solid #FFBF1A;
	border-radius: 20px;

	font-family: Rubik;
	font-weight: 900;
	font-size: 18px;
	cursor: pointer;
}

.copy-btn{
	display: inline-block;
	height: 60px;
	width: 160px;
	text-align: center;
	line-height: 60px;
	color: #FFBF1A;
	border: 3px solid #FFBF1A;
	border-radius: 20px;

	font-family: Rubik;
	font-weight: 900;
	font-size: 18px;
}

.main-banner{
	display: flex;
}
.main-banner-left{
	flex: 1;
	align-content: center;
}
.main-banner-right .main-banner-img-wrap{
width: 360px;
height: 400px;
overflow: hidden;
position: relative;
}
.main-banner-right .main-banner-img-wrap img{
width: 100%;
  top: -9999px;
  left: -9999px;
  right: -9999px;
  bottom: -9999px;
margin: auto;
position: absolute;
}
.main-banner-title{
	font-family: Rubik;
	font-weight: 900;
	font-style: Black;
	font-size: 65px;
	color: #0B132A;
	margin-bottom: 50px;
}
@media (max-width: 765px){
	.main-banner-title{
		font-size: 40px;
	}
}
.main-advantages-title, .main-tariffs-title{
margin: 50px 0;
	color: #0B132A;
}
#main-banner-form label {
    font-family: Rubik;
    font-weight: 400;
    font-size: 25px;
	margin-left: 20px;
    color: #4F5665;
}


.main-how-it-works{
	display: flex;
    justify-content: space-between;
}
.how-it-works-left{
width: 38%;
align-content: center;
}
.how-it-works-right{
width: 58%;
align-content: center;
}
.how-it-works-image img{
	width: 100%;
}
.how-it-works-title{
	font-family: Rubik;
	font-weight: 800;
	font-style: ExtraBold;
	font-size: 45px;
	color: #0B132A;
}
.how-it-works-text{
	color: #4F5665;
	font-family: Rubik;
	font-weight: 400;
	font-size: 20px;
}



.main-advantages-title, .main-add-link-bottom-title{
	font-family: Rubik;
	font-weight: 800;
	font-style: ExtraBold;
	font-size: 45px;
	text-align: center;
	color: #0B132A;
}
.main-advantages-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
.main-advantages-item {
    width: 35%;
    margin-bottom: 50px;
}

.main-advantages-item-icon-wrap{
	width: 120px;
	height: 120px;
	background-color: #0B132A;
	border-radius: 120px; 
    align-content: center;
    text-align: center;
	margin: auto;
}
.main-advantages-item-title{
	margin: 10px 0;
	font-family: Rubik;
	font-weight: 700;
	font-size: 32px;
	text-align: center;
	color: #0B132A;
}

.main-advantages-item-text{
	font-family: Rubik;
	font-weight: 400;
	font-size: 20px;
	text-align: center;
	color: #4F5665;
}


.main-tariffs-title{
	font-family: Rubik;
	font-weight: 800;
	font-style: ExtraBold;
	font-size: 45px;
	text-align: center;
	color: #0B132A;
}
.main-tariffs-item{
	width: 330px;
	border-radius: 10px;
    padding: 20px 20px 40px;
	box-sizing: border-box;


    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
}
.tariffs-gray{
	border: 2px solid #DDDDDD;
}
.tariffs-yellow{
	border: 2px solid #FFBF1A;
}
.main-tariffs-list {
    display: flex;
    justify-content: space-evenly;
}

.main-tariffs-item-image{
	width: 170px;
	height: 280px;
	overflow: hidden;
	position: relative;
}

.main-tariffs-item-image img{
	width: 100%;
	top: -9999px;
	left: -9999px;
	right: -9999px;
	bottom: -9999px;
	margin: auto;
	position: absolute;
}
.main-tariffs-item-title{
	font-family: Rubik;
	font-weight: 600;
	font-style: SemiBold;
	font-size: 32px;
	text-align: center;
	color: #0B132A;
}
.main-tariffs-item-text{
	font-family: Rubik;
	font-weight: 400;
	font-size: 18px;
	color: #4F5665;

	flex: 1;
}
.main-tariffs-item-price{
	margin-top: 50px;
	margin-bottom: 20px;
	font-family: Rubik;
	font-weight: 900;
	font-style: Black;
	font-size: 30px;
	text-align: center;
	color: #0B132A;
}
.tariff-btn{
	display: inline-block;
	width: 180px;
	height: 45px;
	text-align: center;
	line-height: 45px;
	color: #FFBF1A!important;
	border: 3px solid #FFBF1A;
	border-radius: 30px;
	text-decoration: none;
	font-family: Rubik;
	font-weight: 700;
	font-size: 16px;
}

.tariff-btn-yellow{
	display: inline-block;
	width: 180px;
	height: 45px;
	text-align: center;
	line-height: 45px;
	color: #FFFFFF!important;
	border: 3px solid #FFBF1A;
	background-color: #FFBF1A;
	border-radius: 30px;
	text-decoration: none;
	font-family: Rubik;
	font-weight: 700;
	font-size: 16px;

	box-shadow: 3px 4px 9px 0px #00000040;

}

.main-add-link-bottom-title{
	margin-bottom : 50px;
}
.main-add-link-bottom{
	margin-top: 50px;
	margin-bottom: 50px;
	background-color: #EFF2F7;
	padding: 50px 0;
}
.add-link-bottom-wrap{
	width: 700px;
	margin: auto;
}

.main-banner, .main-how-it-works, .main-advantages, .main-tariffs{
	max-width: 1200px;
	margin: auto;
	margin-bottom: 50px;
}

@media(max-width: 765px){
	.main-banner, .main-how-it-works{
		gap: 30px;
		flex-direction: column;
		align-items: center;
	}
	.how-it-works-left {
		width: 80%;
    	order: 2;
	}
}



.back-btn{
	display: inline-block;
	width: 180px;
	height: 45px;
	text-align: center;
	line-height: 45px;
	color: #FFFFFF!important;
	border: 3px solid #FFBF1A;
	background-color: #FFBF1A;
	border-radius: 30px;
	text-decoration: none;
	font-family: Rubik;
	font-weight: 700;
	font-size: 16px;

	box-shadow: 3px 4px 9px 0px #00000040;
	margin-bottom : 30px;
}



.active-switch{
    position: relative;
    display: inline-block;
    height: 32px;
    width: 76px;
    border-radius: 30px;
}
.active-switch input {
    opacity: 0;
    width: 0;
    height: 0;
}
.active-switch .slider{
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #E8E8E8;
    transition: .4s;
    border-radius: 26px;
}

.active-switch input:checked + .slider{
    background-color: #FFBF1A;;
}
.active-switch .slider:before{
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 3px;
    bottom: 3px;
    background-color: white;
    transition: .4s;
    border-radius: 50%;
}
.active-switch input:checked + .slider:before{
    transform: translateX(44px);
}

.active-switch.big-switch{
    height: 60px;
    width: 100px;
}





@media(max-width: 756px){
	#footer{
		gap: 20px;
		flex-direction: column-reverse;
		align-items: center;
	}
	#copyright{
    	text-align: center;
	}

.main-tariffs-list {
    gap: 30px;
    display: flex;
    justify-content: space-evenly;
    flex-direction: column;
    align-items: center;
}
}

@media(max-width: 765px){
	.main-advantages-item {
		width: 80%;
		margin-bottom: 50px;
	}

	.main-advantages-title, .main-add-link-bottom-title {
		font-size: 35px;
	}

.add-link-bottom-wrap {
    width: 100%;
    margin: auto;
}
}