@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
} 

html{
    overflow-x: hidden;
}

body{
    /*font-family: "Gotham Pro";*/
    font-family: 'Montserrat', sans-serif;
    overflow-x: hidden;
}

body:not(.homepage){
    padding-top: 116px;
}

body:not(.homepage) > header{
   border-radius: 0;
}

a{
    text-decoration: none;
    color: #fff;
}

#loading{
	position: fixed;
	top: 20%;
	right: 2%;
	width: 55px;
	height: 55px; 
	background: url(../../img/ajax-loader.gif) no-repeat 50% 50%;
	display: block;
	margin: 0 auto;

}

#loading-pages{
	background:url(../../img/ajax-loader2.gif) no-repeat left center;
	width:32px;
	height:32px;
	display:block;
	margin:0 auto;
	padding:4px;
}

.error-info{
	font-size:14px;
	color:#FFFFFF;
	text-align:center;
	text-shadow:1px 1px 1px #000000;
	background-color: #EE6363;
	display:block;
	margin-top:6px;
	margin-bottom:4px;
	padding:10px 20px;
	border-radius: 7px;
}

.ok-info{
	font-size:14px;
	color:#FFFFFF;
	text-align:center;
	text-shadow:1px 1px 1px #000000;
	background-color: #2E8B57;
	display:block;
	margin-top:6px;
	margin-bottom:4px;
	padding:10px 20px;
	border-radius: 7px;
}

.w-info{
	font-size:14px;
	color:#FFFFFF;
	text-align:center;
	text-shadow:1px 1px 1px #000000;
	background-color: #FF7F00;
	display:block;
	margin-top:6px;
	margin-bottom:4px;
	padding:10px 20px;
	border-radius: 7px;
}

#newform input.ok, #newform input.ok12, #newform input.ok100, #newform select, #newform textarea{
	color:#002E5F;
}

#newform input.ok:focus, #newform input.ok12:focus, #newform input.ok100:focus, #newform select:focus, #newform textarea:focus{
	outline: none;
	border: 1px solid #228B22;
	box-shadow: 0 0 0px rgba(102,148,200,1);
}

#newform input.err:focus, #newform input.err12:focus, #newform input.err100:focus{
	outline: none;
	border: 1px solid #FF9393;
	box-shadow: 0 0 5px #FF9393;
}


#newform input.ok{
	width: 99%;
	height: 20px;
	border:1px solid #B5B5B5;
	background: #FFFFFF;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	padding:2px;
	margin: 0 auto;
}

#newform input.ok12{
	width: 120px;
	height: 20px;
	border:1px solid #B5B5B5;
	background: #FFFFFF;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	padding:2px;
	margin: 0 auto;
}

#newform input.ok100{
	width: 100px;
	height: 20px;
	border:1px solid #B5B5B5;
	background: #FFFFFF;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	padding:2px;
	margin: 0 auto;
}

#newform input.err{
	width: 99%;
	height: 20px;
	border:1px solid #B5B5B5;
	background: #FFDBDB;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	padding:2px;
	margin: 0 auto;
}

#newform input.err12{
	width: 120px;
	height: 20px;
	border:1px solid #B5B5B5;
	background: #FFDBDB;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	padding:2px;
	margin: 0 auto;
}

#newform input.err100{
	width: 100px;
	height: 20px;
	border:1px solid #B5B5B5;
	background: #FFDBDB;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	padding:2px;
	margin: 0 auto;
}

#newform select{
	width: 99.5%;
	height: 24px;
	border:1px solid #B5B5B5;
	background: #FFFFFF;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	padding:2px;
	margin: 0 auto;
}

#newform textarea{
	width: 100%;
	height: 100px;
	border:1px solid #B5B5B5;
	background: #FFFFFF;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	padding:2px;
	margin: 0 auto;
}

img.avatar{
    border:1px solid #dedede;

}

img.avatar{
	margin-top:0;
	border-radius:50%;
	display:block;
	border:none;
	width:100px;
	height:100px;
	box-sizing:border-box;
}

.workcomp {
	float: right;
	display: block;
	height: 16px;
	width: 16px;
	outline: none;
	border: none;
	margin: 0 1px;
	float: right;
	cursor: pointer;
}

.workcomp { background: url(../../img/icons/icon-claims.png) no-repeat left bottom; }
.workcomp:hover {background-position: left top;}

.widget{
	max-width: 845px;
	margin: 15px auto 15px auto;
	background: #F0F8FF;
	padding: 5px;
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
	border-radius: 7px;
}
.widget--terms{
	max-width: 1200px;
	margin: 15px auto 15px auto;
	background: #F0F8FF;
	padding: 1px 9px 1px 9px;
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
	border-radius: 7px;
}

h1.page_title {
    font-size: 25px;
    font-weight: 700;
	text-align:center;
	margin-bottom: 10px;
}
h2.page_title {
    font-size: 20px;
    font-weight: 600;
	padding: 5px 10px;
	margin-top: 5px;
}
h3.page_title {
    font-size: 15px;
    font-weight: 600;
	text-align: center;
	margin-bottom: 10px;
}

.page{
    background: #fff;
	border-radius: 7px;
}
p.page{
    line-height: 1.34;
	padding: 10px 10px;
}
p.page a{
    color: #5E5E5E;
	font-weight: 500;
}
p.page a:hover{
    text-decoration: underline;
}

table.table {
	border-collapse: collapse;
	width: 100%;
	height: 100%;
	overflow: hidden;
	line-height: 1.8;
}
table.table tr {
	height: 42px;
}
table.table tr:first-child td {
	border-top: 1px solid #C5D2DB;
	height: 43px;
}
table.table tr:last-child td {
	border-bottom: 0px;
}
table.table tr td:nth-of-type(2) {
	text-align: right;
}
table.table td {
	border-bottom: 1px solid #C5D2DB;
	padding: 3px;
}
table.table input[type=text]{
	height: 35px;
	background-color: #fff;
    border: 1px solid #7691bc;
    border-radius: 5px;
    padding: 5px 15px;
    font-size: 15px;
    font-family: inherit;
    font-weight: 500;
    width: auto;
    min-width: 316px;
}
table.table select {
	cursor: pointer;
	font-family: "Gotham Pro";
	min-width: 316px;
    height: 35px;
	background-color: #fff;
    border: 1px solid #7691bc;
    font-size: 14px;
    border-radius: 5px;
}
table.table input:focus, select:focus{
	border-color:#66afe9;
	outline:0;
	-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
	box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
}
.table button, .form button{
    margin: 5px;
    background-color: #FD8D68;
    color: #fff;
    -webkit-border-radius: 30px;
    border-radius: 30px;
	border: none;
    cursor: pointer;
    box-shadow: 0px 3px 20px rgba(0,  0,  0,  0.11);
    padding: 8px 40px;
    height: 38px;
    font-size: 16px;
}
.table button:hover, .form button:hover {
    box-shadow:  5px 5px 30px 0px #fd8d68;
}

.form_area{
	width: 100%;
	height:200px;
	resize: vertical;
	background-color:#f4f8fb;
	padding:5px 0px 0px 5px;
	outline: none;
	border: 1px solid #7691bc;
	box-shadow: 0 0 0px rgba(102,148,200,1);
	border-radius: 5px;
	font-family: inherit;
    font-weight: 500;
}
.form_area:focus{
	border-color:#66afe9;
	outline:0;
	-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
	box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
}

span.link a{
    color: #6B6B6B;
}
span.link a:hover{
    text-decoration: underline;
}

span.link{
    cursor: pointer;
}
span.link:hover{
    text-decoration: underline;
}

.hot--price{
	font-weight: 600;
	color: #FD8D68;
}

.form{
    max-width: 100%;
    width: 100%;
    height: 100%;
    overflow: auto;
    padding: 10px;
}

.contacts_block{
	padding: 10px;
}
.contacts_title{
	line-height: 35px;
}
.contacts_title_text{
	display: block;
	/*margin: 15px 0 0;*/
	text-align: center;
}
.contacts_field input[type=text]{
	float: right;
	min-width: 316px;
	padding: 5px 15px;
	height: 35px;
	background-color: #fff;
    border: 1px solid #7691bc;
    border-radius: 5px;
    font-family: inherit;
    font-weight: 500;
    width: auto;
}
.contacts_captcha input[type=text]{
	min-width: 316px;
	margin: 5px;
	padding: 5px 15px;
	height: 35px;
	background-color: #fff;
    border: 1px solid #7691bc;
    border-radius: 5px;
    font-size: 15px;
    font-family: inherit;
    font-weight: 500;
    width: auto;
}
.contacts_field input:focus, .contacts_field select:focus, .contacts_captcha input:focus{
	border-color:#66afe9;
	outline:0;
	-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
	box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
}

#bodylength{
	display: inline-block;
	float: right;
	padding: 5px 2px 0px 0px;
	color: #B5B5B5;
	font-size: 15px;
}

.contacts_alternative_info{
	text-align: center;
}

.welcome_good{
	position: fixed;
	display: block;
	left: 20%;
	top: 50%;
	right: 20%;
	padding: 10px 20px;
	text-align: center;
	font-size: 18px;
	font-family: auto;
	color: #FFF;
	text-shadow: 1px 1px 1px #000;
	background-color: #48bcfd;
	border-radius: 7px;
}
.welcome_bad{
	position: fixed;
	display: block;
	left: 20%;
	top: 50%;
	right: 20%;
	padding: 10px 20px;
	text-align: center;
	font-size: 18px;
	font-family: auto;
	color: #FFF;
	text-shadow: 1px 1px 1px #000;
	background-color: #EE6363;
	border-radius: 7px;
}

.tg-auth{
	width: 370px;
	margin: 10% auto 0 auto;
	text-align: center;
}
.tg-auth .img{
	background: url('../../img/tg_icon.png') no-repeat;
	background-position: center center;
	height:	310px;
	width: 370px;
	margin: 0 auto 0 auto;
}
.tg-auth .title{
	font-size: 20px;
	color: #FFF;
	text-shadow: 1px 2px 2px #393939;
	padding: 5px 0;
	background: #A9A9A9;
	margin-bottom: 20px;
	border-radius: 7px;
}
.tg-auth .text{
	font-size: 18px;
}

/*--------------------------------------------------------------
>>> GRID STYLE SETTINGS START:
--------------------------------------------------------------*/

section{
    position: relative;
}

.wrapper{
    max-width: 1420px;
    height: inherit;
    min-height: inherit;
    position: relative;
    padding: 0 15px;
    margin: 0 auto;
}

.flexbox-row{
    display: flex;
    flex-direction: row;
}

.align-items-center{
    align-items: center;
}

.justify-content-center{
    justify-content: center;
}

.justify-content-left{
    justify-content: flex-start;
}

.justify-content-right{
    justify-content: flex-end;
}

.justify-content-space-around{
    justify-content: space-around;
}

.justify-content-space-between{
    justify-content: space-between;
}

/*--------------------------------------------------------------
>>> GRID STYLE SETTINGS END.
--------------------------------------------------------------*/



/*--------------------------------------------------------------
>>> BUTTON STYLE SETTINGS START:
--------------------------------------------------------------*/

.button{
    display: inline-block;
    background-color: #FD8D68;
    box-shadow: 1px 1px 20px 0px rgba(253,141,104,1);
    border-radius: 30px;
    color: #fff;
    cursor: pointer;
    text-decoration: none;
    font-weight: 700;
    padding: 21px 40px;
    transition: 0.2s;
}

.button:hover{
    box-shadow: 5px 5px 30px 0px rgba(253,141,104,1.2);
}

.button_average{
    font-size: 16px;
    line-height: 15px;
}

.button_big{
    font-size: 20px;
    line-height: 19px;
    box-shadow: 1px 1px 20px #FD8D68;
}

.arrow-right{
    width: 18px;
    content: url("../../img/icons/arrow-right.svg");
}

.button-up{
    content: url('../../img/icons/arrow-up.svg');

    visibility: hidden;
    opacity: 0;

    position: fixed;
    z-index: 9999;
    right: 80px;
    bottom: 40px;

    border-radius: 50%;
    
    padding: 17px 21px;
    
    transition: 1s all;
	width: 65px;
    height: 65px;
}

.button-up-active{
    visibility: visible;
    opacity: 1;
}

/*--------------------------------------------------------------
>>> BUTTON STYLE SETTINGS END.
--------------------------------------------------------------*/



/*--------------------------------------------------------------
>>> HEADER STYLE SETTINGS START:
--------------------------------------------------------------*/

header{
    width: 100%;
    height: auto;
    background-image: url('../../img/header-background.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
	-webkit-border-radius: 0px 0px 320px 320px;
	-moz-border-radius: 0px 0px 320px 320px;
    border-radius: 0px 0px 320px 320px;
    color: #fff;
    padding: 0px 0px 150px 0px;
}

.header_wrapper_not_home > header.header-block-sticky {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

.header__background_mask{
    width: 100%;
    height: 100%;
    position: absolute;
    background:  linear-gradient(90deg, #48BCFD 0%, rgba(72, 188, 253, 0.6) 100%);
    border-radius: 0px 0px 320px 320px;
}

.header-block-hidden{
	display: none;
}

.header-block-sticky{
    transition: all 0.5s;
}

.header-block-sticky-hidden{
	height: auto;
	width: 100%;
	display: block;
}

.header-block-sticky-active{
    width: 100%;
    position: fixed;
    z-index: 5000;
    top: 0px;
    left: 0px;
    transition: all 0.5s;
    background: rgba(72, 188, 253, 1);
    padding: 0 15px;
}

.header-block-sticky-active .header__first_row{
	padding: 20px 0px 0px 0px;
}

.header-block-sticky-active .header__nav-menu{
	padding: 10px 0;
}

.header-block-sticky-active > div,
.header-block-sticky-active > nav{
	max-width: 1420px;
	width: 100%;
	margin: auto;
}

.header__first_row{
    padding-top: 35px;
    box-sizing: border-box;
}

.header__logotype .button{
	display: flex;
}

.header__logotype_span{
    padding: 7px;
    color: #48BCFD;
    background-color: #fff;
    border-radius: 6px;
    font-weight: bold;
}

.header__first_row .button{
	padding: 13px 22px;
	display: flex;
}

.header__first_row .button i{
    padding-left: 8px;
}

.header__nav-menu{
    padding-top: 25px;
}

.nav-menu ul{
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    margin: 0;
}

.nav-menu li{
    position: relative;
    margin-right: 30px;
    font-weight: 500;
    font-size: 16px;
    line-height: 15px;
    padding: 10px 0;
}

.header__submenu_active{
	display: flex;
	align-items: center;
}

.header__submenu_active::after{
    content: url('../../img/icons/angle_bracket_right.svg');
    display: inline-block;
    width: 5px;
    padding-left: 11px;
}

.header__nav-menu_submenu{
    min-width: 200px;
    position: absolute;
    display: none;
    visibility: hidden;
    opacity: 0;
    top: 20px;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    transition: opacity 0.4s;
    margin-top: 10px;
    padding: 10px 0;
}

.header__nav-menu_submenu ul{
	margin-left: -10px;
}

.header__nav-menu_submenu li{
	min-width: 100%;
	display: inline-block;
	text-align: left;
    margin: 10px 0px 0px 0px;
    padding: 5px 0;
}

.header__nav-menu li:hover > .header__nav-menu_submenu{
    visibility: visible;
    opacity: 1;
}

.header-block-sticky-active .header__nav-menu li:hover > .header__nav-menu_submenu{
	background: rgba(72, 188, 253, 1);
	padding: 10px;
	z-index: 9999;
	margin-left: -10px;
	margin-top: 10px;
}

.header__nav-menu li:hover>.header__submenu_active::after{
    animation: fade-in 0.7s;
    content: url('../../img/icons/angle_bracket_down.svg');
    margin-top: -4px;
}

.header__mobile{
    display: none;
}

@keyframes fade-in {
	0%{
		opacity: 0;
	}
	100%{
		opacity: 1;
	}
}

.header__main-information{
    max-width: 880px;
    margin: 100px 0px 0px 60px;
}

.header__type-user{
    font-weight: bold;
    font-size: 18px;
}

.header__switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 25px;
    margin: 0 40px;
}

.header__switch_input {
    display:none;
}

.header__switch_slider{
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #FD8D68;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 34px;
}

.header__switch_slider:before{
    position: absolute;
    content: "";
    height: 19px;
    width: 19px;
    left: 4px;
    bottom: 3px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 50%;
}

#switch:focus + .header__switch_slider{
    box-shadow: 0 0 1px #FD8D68;
}

#switch:checked ~ * .header__switch_slider:before{
    -webkit-transform: translateX(32px);
    -ms-transform: translateX(32px);
    transform: translateX(32px);
}

#switch:checked ~ #executor, #switchwewrew:checked ~ * #executor{
    display: none;
    visibility: hidden;
    opacity: 0;
}

#switch:checked ~ #customer, #switchwewrew:checked ~ * #customer{
    display: block;
    visibility: visible;
    opacity: 1;
}

#customer{
    display: none;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: .4s;
    transition: .4s;
}

.header__main-information h1{
    font-size: 50px;
    line-height: 54px;
    padding: 0;
    margin-top: 45px;
    margin-bottom: 0;
}

.header__main-information h2{
    font-size: 38px;
    line-height: 44px;
    font-weight: 500;
    padding: 0;
    margin-top: 0px;
    margin-bottom: 0;
}

.header__main-information h4{
    max-width: 740px;
    font-size: 24px;
    line-height: 24px;
    font-weight: normal;
    letter-spacing: -0.05em;
    padding: 0;
    margin: 25px 0px 0px 0px;
}

.header__main-information .button{
    margin: 35px 0px 0px 0px;
}

/*--------------------------------------------------------------
>>> HEADER STYLE SETTINGS END.
--------------------------------------------------------------*/



/*--------------------------------------------------------------
>>> HEADING STYLE SETTINGS START:
--------------------------------------------------------------*/

.heading{
    font-weight: 500;
    margin: 0;
    font-size: 42px;
    line-height: 44px;
    letter-spacing: -0.05em;
    color: #3F3F3F;
    position: relative;
	padding-bottom: 25px; 
}

.heading-center{
    width: 100%;
    text-align: center;
}

/*.heading::before{
    position: absolute;
    display: inline-block;
    content: '';
    width: 80px;
    height: 6px;
    left: 0;
    top: -24px;
    
    background: #48BCFD;
    box-shadow: 1px 1px 5px rgba(72, 188, 253, 0.3);
    border-radius: 6px; 
}*/

.heading::after{
    position: absolute;
    display: inline-block;
    content: '';
    /*top: 60px;*/
	bottom: 0;
    left: 50%;
    width: 80px;
    height: 2px;

    background: #48BCFD;
    box-shadow: 1px 1px 5px rgba(72, 188, 253, 0.3);
    border-radius: 6px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.heading--subtitle{
	margin-bottom: 1.5rem;
}

.heading-section{
    text-align: center;
    margin: 170px 0px 130px 0px;
}

.heading-description{
    font-size: 20px;
    line-height: 30px;
    letter-spacing: -0.05em;
    color: #646464;
    padding-top: 30px;
    padding-bottom: 45px;
}


/*--------------------------------------------------------------
>>> HEADING STYLE SETTINGS END.
--------------------------------------------------------------*/



/*--------------------------------------------------------------
>>> INFORMATION STYLE SETTINGS START:
--------------------------------------------------------------*/

.information-section{
    margin-top: 200px;
}

.information-content{
    width: 100%;
    height: auto;
}

.information-column-01{
    width: 52%;
}

.information-column-02{
    width: 48%;
    display: flex;
    justify-content: flex-end;
}

.information-text{
    font-weight: normal;
    margin-top: 30px;
    max-width: 699px;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: -0.05em;
    color: #646464;
    z-index: 2;
}

.information-links{
    width: 100%;
    max-width: 640px;
    margin-top: 55px;

    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.information-links a{
    font-weight: 500;
    font-size: 20px;
    line-height: 19px;
    color: #5E5E5E;
    
    display: flex;
    align-items: center;
}

.information-links a::after{
    content: "";
    width: 8px;
    height: 14px;
    display: inline-block;
    margin-left: 15px;
    
    background-image: url('../../img/icons/angle_bracket_right_dark.svg');
    background-size: 100%;   
    background-repeat: no-repeat;
}

/*--------------------------------------------------------------
>>> INFORMATION STYLE SETTINGS END.
--------------------------------------------------------------*/



/*--------------------------------------------------------------
>>> BENEFITS STYLE SETTINGS START:
--------------------------------------------------------------*/

.benefits-section{
    margin-top: 180px;
    position: relative;
}

.benefits-section .wrapper{
    max-width: 1200px;
    height: auto;
}

.benefits-decor-left{
    max-height: 540px;
    position: absolute;
    top: -150px;
    left: 0;
    content: url('../../img/benefits-section-decor-left.svg');
}

.benefits-headline{
    width: 100%;
}

.benefits-description{
    width: 100%;
    height: 80px;
    margin-top: 20px;
}

.benefits-description-text{
    max-width: 60%;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: -0.05em;
    color: #646464;
}

.benefits-container{
    flex-wrap: wrap;
    width: 100%;
}

.benefits-block{
    max-width: 340px;
    text-align: center;
    margin-top: 50px;
}

.benefits-block-image img{
    max-height: 64px;
}

.benefits-block-title{
    padding-top: 27px;
    padding-bottom: 20px;
    font-weight: bold;
    color: #000;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: -0.05em;
}

.benefits-block-description{
    font-weight: normal;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    letter-spacing: -0.05em;
    color: #646464;
    max-width: 300px;
    margin: auto;
}

/*--------------------------------------------------------------
>>> BENEFITS STYLE SETTINGS END.
--------------------------------------------------------------*/



/*--------------------------------------------------------------
>>> WORK STYLE SETTINGS START:
--------------------------------------------------------------*/

.work-section{
    margin-top: 240px;
}

.work-content{
    width: 100%;
    height: auto;
}

.work-column2{
    width: 100%;
    max-width: 740px;
    margin-left: 35px;
}

.work-column2, 
.questions-column2{
    z-index: 3;
}

.work-decor{
    position: relative;
    left: -30px;
}

.work-list{
    margin-top: 65px;
}

.work-list ol{
    counter-reset: myCounter;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
}

.work-list li{
    list-style: none;
    position: relative;
    flex-basis: 50%;
    max-width: 349px;
    width: 95%;
    margin-bottom: 84px;
}

.work-list li:before{
    position: absolute;
    width: 60px;
    top: -10px;
    left: -75px;
    counter-increment: myCounter;
    content: counter(myCounter);
    font-weight: bold;
    font-size: 50px;
    line-height: 30px;
    letter-spacing: -0.05em;
    color: rgba(72, 188, 253, 0.4);
    text-align: right;
}

.work-list-block{
    display: inline-block;
}

.work-list-title{
    font-weight: 500;
    font-size: 22px;
    line-height: 30px;
    letter-spacing: -0.05em;
    color: #000000;
}

.work-list-description{
    font-weight: normal;
    font-size: 20px;
    line-height: 25px;
    letter-spacing: -0.05em;
    color: #3F3F3F;
    margin-top: 9px;
    width: inherit;
}

/*--------------------------------------------------------------
>>> WORK STYLE SETTINGS END.
--------------------------------------------------------------*/



/*--------------------------------------------------------------
>>> BUSINESS STYLE SETTINGS START.
--------------------------------------------------------------*/

.for-business-section{
    margin-top: 160px;
}

.for-business-heading{
    max-width: 1280px;
    margin-left: auto;
    display: inline;
}

.for-business-description{
    padding-top: 24px;
    padding-bottom: 34px;
    font-weight: normal;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: -0.05em;
    color: #646464;
    max-width: 650px;
    width: 650px;
    text-align: center;
}

.for-business-description > p:first-of-type {
    margin-bottom: 8px;
}

/*--------------------------------------------------------------
>>> BUSINESS STYLE SETTINGS END.
--------------------------------------------------------------*/



/*--------------------------------------------------------------
>>> DECOR STYLE SETTINGS START:
--------------------------------------------------------------*/

.decor-section-right{
    justify-content: flex-end;
}

.decor-section-left .decor{
    margin-left: 30px;
}

.decor{
    position: relative;
    margin-top: -70px;
}

.decor-background-image{
    position: absolute;
    top: 0;
    left: -65px;
    z-index: 1;
    content: url('../../img/main_decoration_ellipse.svg');
    display: inline-block;

    transform: scale(0.8);
    animation: animation_scale 3s linear infinite alternate-reverse;
}

@keyframes animation_scale{
    0%{
        transform: scale(0.9);
    }

    100%{
        transform: scale(1.05);
    }
}

.decor-basic-image{
    position: relative;
    z-index: 2;
    padding-top: 15px;
}

/*--------------------------------------------------------------
>>> DECOR STYLE SETTINGS END.
--------------------------------------------------------------*/



/*--------------------------------------------------------------
>>> TABS STYLE SETTINGS START:
--------------------------------------------------------------*/

.tabs{
    max-width: 1300px;
    width: 100%;

    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;

    margin: 65px auto 0px auto;
}

.tabs input[type=radio]{
    display: none;
}

.tab-title{
    height: 60px;
    float: left;

    display: flex;
    justify-content: center;
    align-items: center;
    flex-grow: 1;

    position: relative;
    padding: 0 10px;

    font-weight: 500;
    font-size: 24px;
    line-height: 44px;
    letter-spacing: -0.05em;
    cursor: pointer;
    color: #6B6B6B;
    text-align: center;
    white-space: nowrap;

    transition: all 0.5s;
}

.tab-title::after{
	content: '';
	height: 2px;
	width: 100%;

    display: block;
    position: absolute;
    bottom: 0;

    background: #DFDFDF;
    border-radius: 6px;

    transition: all 0.5s;
}

.tab-content{
	padding: 10px;
	left: 0;
	width: calc(100% - 20px); 
	display: none; 
	padding-top: 80px;
    order: 1;
}

.tabs input:checked + .tab-title{
	color: #3F3F3F;
}

.tabs input:checked + .tab-title::after{
	background: #FD8D68;
}

.tabs input:checked + .tab-title + .tab-content {
	display: flex;
}

/*--------------------------------------------------------------
>>> TABS STYLE SETTINGS END.
--------------------------------------------------------------*/



/*--------------------------------------------------------------
>>> EARNINGS STYLE SETTINGS START:
--------------------------------------------------------------*/

.earnings-section{
    margin-top: 160px;
}

.earnings-content{
    max-width: 1300px;
}

.earnings-block-content{
	text-align: left;
}

.earnings-block-column-1, 
.earnings-block-column-2{
	flex: 1;
}

.earnings-block-column-2{
	text-align: center;
}

.earnings-block-heading{
	font-weight: bold;
	font-size: 32px;
	line-height: 30px;
	letter-spacing: -0.05em;
	color: #3F3F3F;
	margin: 0;
}

.earnings-block-description{
	font-weight: normal;
	font-size: 20px;
	line-height: 30px;
	letter-spacing: -0.05em;
	color: #646464;
	padding-top: 5px;
	padding-bottom: 40px;
}

.earnings-block-prices ul{
	margin: 0;
	padding-left: 50px;
}

.earnings-block-prices li{
	list-style: url('../../img/icons/li-item.svg');
	padding: 4px 0;
	font-weight: normal;
	font-size: 20px;
	line-height: 30px;
	letter-spacing: -0.05em;
	color: #3F3F3F;
	padding-left: 5px;
}

.earnings-block-button{
	margin-top: 40px;
}

.earnings-block-prices li:first-child{
	padding-top: 0;
}

.earnings-block-prices li:last-child{
	padding-bottom: 0;
}

.earnings-block-decor{
	position: relative;
}

.earnings-block-background-image{
    width: 521px;
    height : 454px;
    position: absolute;
    display: block;
    top: -50px;
    content: url('../../img/earnings-section-background-image.svg');
    animation: animation_scale 3s linear infinite alternate-reverse;
}

.earnings-block-frame{
	display: block;
	max-height: 321px;
	max-width: 448px;
	position: relative;
	filter: drop-shadow(0px 11.78px 33.4221px rgba(0, 0, 0, 0.145262)) drop-shadow(0px 22.3363px 17.869px rgba(0, 0, 0, 0.118705)) drop-shadow(0px 12.5216px 10.0172px rgba(0, 0, 0, 0.0977185)) drop-shadow(0px 6.6501px 5.32008px rgba(0, 0, 0, 0.0790933));filter: drop-shadow(0px 11.78px 33.4221px rgba(0, 0, 0, 0.145262)) drop-shadow(0px 22.3363px 17.869px rgba(0, 0, 0, 0.118705)) drop-shadow(0px 12.5216px 10.0172px rgba(0, 0, 0, 0.0977185)) drop-shadow(0px 6.6501px 5.32008px rgba(0, 0, 0, 0.0790933));
}

.earnings-block-frame img{
	height: inherit;
	width: inherit;
}

.earnings-block-image{
	width: 380;
	height: 285px;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
}

/*--------------------------------------------------------------
>>> EARNINGS STYLE SETTINGS END.
--------------------------------------------------------------*/



/*--------------------------------------------------------------
>>> CALCULATOR STYLE SETTINGS START:
--------------------------------------------------------------*/

.calculator-section{
	margin-top: 160px;
}

.calculator-star{
	font-weight: 500;
	font-size: 38px;
	line-height: 44px;
	letter-spacing: -0.05em;
	color: #FD8D68;
}

.calculator-description{
	font-weight: normal;
	font-size: 20px;
	line-height: 30px;
	letter-spacing: -0.05em;
	color: #646464;
	padding-top: 20px;
	max-width: 820px;
	text-align: center;
}

.calculator-block-content{
	max-width: 1100px;
    padding: 20px 0 110px 0;
    flex-wrap: wrap;
    right: 0;
    margin: auto;
}

.tab :checked ~ .calculator-block-content {
	display: block;
}

.calculator-block-input{
	max-width: 800px;
	position: relative;
    flex-grow: 1;
}

/*.calculator-block-input::before{
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 10px;
    background-image: url('../../img/icons/load.svg');
    background-repeat: repeat-x;
    background-size: contain;
    /*background: #cfcfcf;
    background-color: #E7E7E7;
    border-radius: 8px;
}*/

.calculator-block-content label{
    text-align: left;
    min-width: 120px;
}

.calculator-block-content label:last-child{
    text-align: right;
}

.calculator-block-description{
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
}

.calculator-block-description p{
	max-width: 290px;
	font-size: 16px;
	line-height: 18px;
	color: #3F3F3F;
	font-weight: 500;
	text-align: left;
}

.calculator-block-description p:last-child{
	text-align: right;
}

.calculator-block-radio{
    width: 100%;
    position: relative;
    z-index: 5;

    font-weight: 500;
    font-size: 20px;
    line-height: 18px;
    color: #000000;
}

#calculator, #calculator2, #calculator3{
    width: 100%;
    height: 30px;
    -webkit-appearance: none;
    outline: none;
    background: #FFF;
    margin: 10px 0;
    position: relative;
    z-index: 200;
    
    /*progress support*/
    --range: calc(var(--max) - var(--min));
    --ratio: calc((var(--value) - var(--min)) / var(--range));
    --sx: calc(0.5 * 2em + var(--ratio) * (100% - 2em));
}


/*chrome*/
#calculator::-webkit-slider-thumb, #calculator2::-webkit-slider-thumb, #calculator3::-webkit-slider-thumb{
	height: 30px;
	width: 30px;
	background: #FFFFFF;
	border: 2px solid #FD8D68;
	cursor: pointer;
	-webkit-appearance: none;
	margin-top: -11px;
	border-radius: 50%;
    position: relative;
    z-index: 30;
}

#calculator::-webkit-slider-runnable-track, #calculator2::-webkit-slider-runnable-track, #calculator3::-webkit-slider-runnable-track{
	width: 100%;
	height: 10px;
	cursor: pointer;
	border: 1px solid rgba(63, 63, 63, 0.2);
	box-sizing: border-box;
    border-radius: 8px;
    background: linear-gradient(#FD8D68,#FD8D68) 0/var(--sx) 100% no-repeat, #e7e7e7;
}


/*mozilla*/
#calculator::-moz-range-thumb, #calculator2::-moz-range-thumb, #calculator3::-moz-range-thumb{
    height: 30px;
    width: 30px;
    background: #FFFFFF;
    border: 2px solid #FD8D68;
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: -11px;
    border-radius: 50%;
}

#calculator::-moz-range-track, #calculator2::-moz-range-track, #calculator3::-moz-range-track{
    width: 100%;
    height: 10px;
    cursor: pointer;
    border: 1px solid rgba(63, 63, 63, 0.2);
    box-sizing: border-box;
    border-radius: 8px;
    background: linear-gradient(#FD8D68,#FD8D68) 0/var(--sx) 100% no-repeat, #e7e7e7;
}


/*microsoft*/
/*#calculator::-ms-thumb {
    height: 30px;
    width: 30px;
    background: #FFFFFF;
    border: 2px solid #FD8D68;
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: -11px;
    border-radius: 50%;
    position: relative;
    z-index: 30;
}
#calculator::-ms-track {
    width: 100%;
    height: 10px;
    cursor: pointer;
    border: 1px solid rgba(63, 63, 63, 0.2);
    box-sizing: border-box;
    /*background-color: #E7E7E7;
    border-radius: 8px;
    background: linear-gradient(#FD8D68,#FD8D68) 0/var(--sx) 100% no-repeat, #e7e7e7;
}*/



/*.calculator-progress {
    position: absolute;
    content:'';
    width: 0;
    height: 10px;
    background-color: #FD8D68;
    z-index: 1;
    border-radius: 6px 0 0 6px;
}*/

.calculator-clarification{
	font-weight: lighter;
	font-size: 14px;
	line-height: 18px;
	letter-spacing: -0.05em;
	color: #3F3F3F;
	position: absolute;
	bottom: 0;
	max-width: 700px;
	display: flex;
	align-items: flex-start;
}

.calculator-clarification .calculator-star{
	padding-right: 10px;
}

/*#calculator {
    margin: auto;
	width: 100%;
    padding: 40px;
    position: relative;
}*/

/*--------------------------------------------------------------
>>> CALCULATOR STYLE SETTINGS END.
--------------------------------------------------------------*/



/*--------------------------------------------------------------
>>> QUESTIONS STYLE SETTINGS START:
--------------------------------------------------------------*/

.questions-section{
    margin-top: 240px;
}

.questions-decor-right{
	width: 240px;
	height: 765px;
	position:absolute;
	top: -170px;
	right: 1px;
	content: url('../../img/big-decor-image.svg');
	display: block;
}

.questions-decor-background{
    content: url('../../img/main_decoration_ellipse_blue.svg');
}

.questions-column2{
    max-width: 630px;
    width: 100%;
    padding-left: 60px;
}

.questions-list{
    margin-top: 90px;
}

.questions-list ul{
    padding: 0;
    margin: 0;
}

.questions-list li{
    list-style: none;
    padding: 20px 0;
}

.questions-list li:first-child{
    padding-top: 0;
}

.questions-block{
    max-width: 600px;
    max-height: 30px;
    transition: all 1s;
}

.questions-block-title{
    position: relative;
    min-height: 22px;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #3F3F3F;
}

.questions-block-title:before{
    display: flex;
    width: 30px;
    height: 30px;
    background: #FD8D68;
    justify-content: center;
    align-items: center;
    content: '?';
    border-radius: 50%;
    color: #fff;
    margin-right: 20px;
}

.questions-block-title:after{
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;

    width: 15px;
    height: 9px; 
    content: '';

    background: url('../../img/icons/angle_bracket_down_dark.svg');
    background-size: 100%;
    background-repeat: no-repeat;

    transition: transform 0.8s 0.3s;
}

.questions-block-content{
    color: #6B6B6B;
    font-size: 17px;
    width: 95%;
    line-height: 20px;
    visibility: hidden;
    padding-top: 15px;
    padding-left: 50px;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: all 1s, opacity 0.5s 0.7s;
}

.questions-block-title:hover{
	cursor: pointer;
}

.questions-input:checked ~ .questions-block-content, 
.questions-input:checked ~ * .questions-block-content{
	max-height: 400px;
	opacity: 1;
	visibility: visible;
	transition: all 1s;
}

.questions-input:checked ~ .questions-block, 
.questions-input:checked ~ * .questions-block{
	max-height: 400px;
}

.questions-input:checked ~ .questions-block-title:after, 
.questions-input:checked ~ * .questions-block-title:after{
    transform: rotate(-180deg);
    transition: all 0.8s;
}

.questions-info{
    margin-top: 20px;
    color: #6B6B6B;    
}

.questions-info a{
    font-weight: 500;
    font-size: 20px;
    line-height: 19px;
    color: #5E5E5E;

    /*display: flex;*/	
    align-items: center;
}

.questions-info a:after{
    content: "";
    width: 8px;
    height: 14px;
    display: inline-block;
    margin-left: 10px;
    
    background-image: url('../../img/icons/angle_bracket_right_dark.svg');
    background-size: 100%;   
    background-repeat: no-repeat;
}

span.questions-links{
    font-weight: 500;
    color: #5E5E5E;
    align-items: center;
	cursor: pointer;
}

span.questions-links:hover{
    text-decoration: underline;
}

/*--------------------------------------------------------------
>>> QUESTIONS STYLE SETTINGS END.
--------------------------------------------------------------*/

/*--------------------------------------------------------------
>>> FOOTER STYLE SETTINGS START:
--------------------------------------------------------------*/

.footer-1-section{
    width: 100%;
    height: auto;
    background: rgba(72, 188, 253, 1);
    color: #fff;
    padding: 60px 0px;
}

.footer-1-menu li{
    margin: 0 15px;
}

.footer-1-date{
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;

    letter-spacing: 0.05em;
}

.footer-2-section{
    width: 100%;
    height: auto;
    background: #3F3F3F;
    padding: 10px 0px;

}

.footer-2-menu li > a{
    font-size: 15px;
    line-height: 24px;
    font-weight: 300;
    letter-spacing: 0.05em;
    color: #FFFFFF;
}

/*--------------------------------------------------------------
>>> FOOTER STYLE SETTINGS END.
--------------------------------------------------------------*/



/*--------------------------------------------------------------
>>> MOBILE MENU SECTION STYLE SETTINGS START:
--------------------------------------------------------------*/

.back_on{
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background-color: rgba(0, 0, 0, 0.5);
}

.menu-section{
    width: 100%;
    max-width: 455px;
    display: none;
    flex-direction: column;
    justify-content: flex-start;
    height: 100vh;
    padding: 15px 15px;
    z-index: 2000;
    position: fixed;
    right: 0; 
    top: 0;
    z-index: 10000;
    background-color: rgba(72, 188, 253, 1);
    transition: 0.5s;
    transform: translateX(100%);
}

.menu-section .menu-block-head{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: flex-end;
    padding: 10px 0px 0px 0px;
}

.menu-section .menu-block-head img{
    width: 34px;
    cursor: pointer;
}

.menu-section .menu-block-body{
    width: 100%;
    height: auto;
    margin: 0px 0px 60px 0px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
}

.menu-section .menu-block-body div{
    width: 100%;
}

.menu-section .menu-block-body p{
    font-weight: 500;
    font-size: 19px;
    line-height: 22px;
    letter-spacing: 0.05em;
    color: #222222;
    margin: 0px 0px 20px 40px;
}

.menu-section .menu-block-body ul{
    list-style-type: none;
    padding: 0px 40px 0px 40px;
}

.menu-section .menu-block-body ul li{
    width: 100%;
    height: auto;
}

.menu-section .menu-block-body ul li a{
    display: inline-block;
    width: 100%;
    font-size: 18px;
    line-height: 20px;
    font-weight: 500;
    letter-spacing: 0.05em;
    color: #FFFFFF;
    text-decoration: none;
    padding: 20px 0px 20px 0px;
    transition: 0.3s;
}

.menu-section .menu-block-body ul li a:hover{
    text-decoration: underline;
}

.menu-section .menu-block-footer{
    width: 100%;
    height: auto;
    padding: 0px 40px 0px 40px;
    margin: 60px 0px 60px 0px;
}

.menu-section .menu-block-footer div{
    display: flex;
    align-items: center;
    margin: 15px 0px 0px 0px;
}

.menu-section .menu-block-footer div img{
    width: 18px;
    margin: 0px 15px 0px 0px;
}

.menu-section .menu-block-footer div a{
    font-weight: 500;
    font-size: 18px;
    line-height: 20px;
    letter-spacing: 0.05em;
    color: #222222;
    text-decoration: none;
}

/*--------------------------------------------------------------
>>> MOBILE MENU SECTION STYLE SETTINGS END.
--------------------------------------------------------------*/

/*body > * { width: 100%; }
footer { display: none; }*/