html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
	display: block;
}

body {
	line-height: 1;
	font-family: "Montserrat", sans-serif;
}

ol,ul {
	list-style: none;
}

blockquote,q {
	quotes: none;
}

blockquote:before,blockquote:after,q:before,q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

* {
	box-sizing: border-box;
}

*:after,*:before {
	box-sizing: inherit;
}

.wrapper {
	position: relative;
	width: 100%;
	margin: 0 auto;
}

body .container {
	max-width: 1093px;
	width: 100%;
	padding-left: 0;
	padding-right: 0;
	margin: 0 auto;
}

.site-btn {
	background: #f90;
	width: 100%;
	box-shadow: 0px 4px 9px rgba(0,0,0,0.18);
	border-radius: 46px;
	outline: none;
	display: inline-block;
	color: #fff;
	font-family: "Montserrat",sans-serif;
	font-style: normal;
	font-weight: 600;
	font-size: 20px;
	padding: 17px 10px;
	cursor: pointer;
	line-height: 1;
	border: none;
	text-align: center;
	text-transform: uppercase;
}

.site-input {
	outline: none;
	border: none;
	width: 100%;
	background: #FFFFFF;
	box-shadow: inset 0px 4px 6px rgba(0,0,0,0.11);
	border-radius: 42px;
	height: 51px;
	padding: 0 0 0 68px;
	display: inline-block;
}

.home {
	position: relative;
	padding: 70px 0 67px;
}

@media all and (max-width: 1110px) {
	.home {
		padding: 64px 9% 61px 16px;
	}
}

@media all and (max-width: 580px) {
	.home {
		background-repeat: no-repeat;
		padding-top: 27px;
		padding-bottom: 24px;
		min-height: 200px;
		background-size: auto 100%;
		padding-right: 10px;
	}
}

.webp .home {
	background: #e7eff3 url("header-desktop.jpg") no-repeat top left;
	background-position: -100px;
	background-size: contain;
}

@media all and (max-width: 1110px) {
	.webp .home {
		background-position: 0;
		background-size: cover;
	}
}

@media all and (max-width: 720px) {
	.webp .home {
		background-position: -120px;
	}
}

@media all and (max-width: 580px) {
	.webp .home {
		background-image: url(bg-home-mobile1.html),linear-gradient(to bottom, #c3d5e4 0px, #e7f0fb 94px 166px, #e5edf1 100%);
		background-color: #e7eff3;
		background-repeat: no-repeat;
		background-position: left center;
		background-size: auto 100%;
	}
}

.no-webp .home {
	background: #e7eff3 url("header-desktop.jpg") no-repeat top left;
	background-position: -100px;
	background-size: contain;
}

@media all and (max-width: 1110px) {
	.no-webp .home {
		background-position: 0;
		background-size: cover;
	}
}

@media all and (max-width: 720px) {
	.no-webp .home {
		background-position: -120px;
	}
}

@media all and (max-width: 580px) {
	.no-webp .home {
		background-image: url(bg-home-mobile1.html),linear-gradient(to bottom, #c3d5e4 0px, #e7f0fb 94px 166px, #e5edf1 100%);
		background-color: #e7eff3;
		background-repeat: no-repeat;
		background-position: left center;
		background-size: auto 100%;
	}
}

.home__inner {
	max-width: 460px;
	width: 100%;
	margin: 0 auto;
	transform: translateX(-47px);
}

@media all and (max-width: 1290px) {
	.home__inner {
		transform: translateX(-10px);
	}
}

@media all and (max-width: 1110px) {
	.home__inner {
		max-width: 380px;
		margin: 0 0 0 auto;
		transform: translateX(0);
	}
}

@media all and (max-width: 838px) {
	.home__inner {
		max-width: 282px;
	}
}

@media all and (max-width: 580px) {
	.home__inner {
		max-width: 225px;
		margin-right: 0;
	}
}

.home__top-text p {
	font-family: "Montserrat", sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 39px;
	text-align: center;
	margin-bottom: 11px;
}

@media all and (max-width: 580px) {
	.home__top-text p {
		font-size: 21px;
		margin-bottom: 7px;
	}
}

.home__title p {
	font-family: "Montserrat", sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 76px;
	text-align: center;
	text-transform: uppercase;
	color: #f90;
	margin-bottom: 15px;
}

@media all and (max-width: 1205px) {
	.home__title p {
		font-size: 72px;
	}
}

@media all and (max-width: 1110px) {
	.home__title p {
		font-size: 53px;
		letter-spacing: initial;
		margin-bottom: 14px;
	}
}

@media all and (max-width: 580px) {
	.home__title p {
		font-size: 44px;
	}
}

.home__bottom-text p {
	font-family: "Montserrat", sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 39px;
	line-height: 126.1%;
	text-align: center;
	color: #313131;
	margin-bottom: 22px;
}

@media all and (max-width: 1205px) {
	.home__bottom-text p {
		font-size: 32px;
	}
}

@media all and (max-width: 1110px) {
	.home__bottom-text p {
		font-size: 25px;
		line-height: 30px;
		margin-bottom: 13px;
		letter-spacing: initial;
	}
}

@media all and (max-width: 580px) {
	.home__bottom-text p {
		font-size: 19px;
		line-height: 24px;
		margin-bottom: 12px;
	}
}

.home__btn {
	max-width: 373px;
	width: 100%;
	margin: 0 auto;
	text-align: center;
}

@media all and (max-width: 1110px) {
	.home__btn {
		max-width: 381px;
	}
}

@media all and (max-width: 838px) {
	.home__btn {
		max-width: 100%;
	}
}

@media all and (max-width: 580px) {
	.home__btn {
		max-width: 373px;
		width: 100%;
		margin: 0 auto;
		text-align: center;
	}
}

.home__btn .site-btn {
	text-transform: none;
	font-size: 20px;
	height: 50px;
	line-height: 1;
	padding: 0;
	letter-spacing: initial;
}

@media all and (max-width: 1110px) {
	.home__btn .site-btn {
		font-size: 20px;
		height: 51px;
		font-weight: 500;
	}
}

@media all and (max-width: 838px) {
	.home__btn .site-btn {
		font-size: 18px;
	}
}

@media all and (max-width: 580px) {
	.home__btn .site-btn {
		font-size: 18px;
		line-height: 111.1%;
		padding-top: 17px;
		padding-bottom: 17px;
	}
}

.form {
	position: absolute;
	max-width: 365px;
	width: 100%;
	top: -505px;
	right: 0;
	box-shadow: -1px 5px 23px rgba(0,0,0,0.25);
	background-color: #fff;
}

@media all and (max-width: 1110px) {
	.form {
		max-width: 100%;
		position: static;
		top: initial;
		right: initial;
	}
}

@media all and (max-width: 1110px) {
	.form-wrapper {
		padding: 21px 16px 0;
		background-color: transparent;
	}
}

.form-wrapper .container {
	position: relative;
	max-width: 1332px;
}

.form__title {
	padding: 34px 0 33px;
	text-align: center;
	color: #000;
	font-weight: bold;
	font-family: "Montserrat", sans-serif;
	background: #efefef;
	font-size: 22px;
}

.form__title span {
	text-transform: uppercase;
}

@media all and (max-width: 1110px) {
	.form__title span {
		text-transform: none;
	}
}

@media all and (max-width: 1110px) {
	.form__title {
		padding: 32px 0;
		font-weight: 700;
		font-size: 22px;
	}

	.form__title span {
		font-weight: 700;
	}
}

.form .formWrapper {
	padding: 25px 15px 0;
}

@media all and (max-width: 1110px) {
	.form .formWrapper {
		max-width: 390px;
		margin: 0 auto;
		padding: 23px 15px 0;
	}
}

.form .sv-skin .fieldset {
	margin-bottom: 16px;
}

.form .sv-skin input:not(.lead-form-submit),.form .sv-skin select {
	padding: 0 6px;
	font-family: 'Lato', sans-serif;
	outline: none;
	font-size: 13px;
}

@media all and (max-width: 1110px) {
	.form .sv-skin input:not(.lead-form-submit),.form .sv-skin select {
		height: 40px;
	}
}

.form .sv-skin .fieldset__title {
	font-family: 'Lato', sans-serif;
	font-style: normal;
	font-weight: normal !important;
	font-size: 15px !important;
	margin-bottom: 3px;
	color: #373737;
}

.form .sv-skin.js_dropdown .fieldset.fl {
	width: 81px;
	margin-right: 10px;
}

.form .sv-skin.js_dropdown .fieldset.fr {
	width: calc(100% - 91px);
}

@media all and (max-width: 1110px) {
	.form .sv-skin.js_dropdown .fieldset#submit-fieldset {
		margin-top: 17px;
	}
}

.form .sv-skin.form-it .tooltip {
	font-family: "Lato", sans-serif;
	font-weight: 700;
	font-size: 11px;
}

.form .sv-skin .fieldset#submit-fieldset {
	margin-top: 26px;
}

.form .sv-skin input.lead-form-submit,.form .sv-skin button.lead-form-submit {
	height: 72px;
	background: #313131;
	box-shadow: 0px 4px 9px rgba(0,0,0,0.25);
	font-family: 'Montserrat', sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 22px;
	text-transform: none;
	text-align: center;
	color: #fff;
	padding: 0;
	border: none;
	outline: none;
	border-radius: 0;
}

.form__body-text {
	width: 100%;
	padding: 0 20px;
	margin: 22px 0 16px;
	font-family: 'Montserrat', sans-serif;
	font-style: normal;
	font-size: 18px;
	line-height: 1.2;
	font-weight: 300;
	text-align: center;
	color: #313131;
}

@media all and (max-width: 1110px) {
	.form__body-text {
		max-width: 360px;
		margin: 0 auto;
		padding: 16px 20px 14px;
	}
}

.form__body-down {
	padding: 21px 0;
	text-align: center;
	background: #EFEFEF;
}

.form__body-down img {
	max-width: 302px;
	width: 100%;
	display: block;
	margin: 0 auto;
}

body .iti__flag-container {
	margin: 0 !important;
	width: 124px !important;
	margin-right: 10px !important;
}

body .iti__selected-dial-code {
	margin-top: 0 !important;
	width: auto !important;
	font-weight: 400 !important;
	font-family: "Lato", sans-serif;
}

body .iti--separate-dial-code #phone_num {
	width: calc(100% - 134px) !important;
}

.iti__selected-dial-code {
	padding-top: 0 !important;
}

.formWrapper .sv-skin.form-de div {
	outline: none;
	font-family: "Roboto", sans-serif;
	font-weight: 400;
}

@media all and (min-width: 1111px) {
	.iti__country-list {
		width: 220px;
	}

	.iti__country {
		padding: 6px 10px;
	}

	.iti__country-name,.iti__dial-code {
		font-family: "Roboto", sans-serif;
		font-weight: 400;
		font-size: 14px;
	}

	.iti__dial-code {
		font-size: 13px;
	}
}

.line-block {
	padding: 43px 0 41px;
	background: #064572;
}

@media all and (max-width: 1320px) {
	.line-block {
		padding-left: 30px;
	}
}

@media all and (max-width: 1110px) {
	.line-block {
		padding: 18px 0 4px;
	}
}

@media all and (max-width: 580px) {
	.line-block {
		padding: 0;
	}
}

.line-block .container {
	padding: 0;
}

@media all and (max-width: 1110px) {
	.line-block .container {
		padding: 0 9px;
		display: flex;
		max-width: 506px;
		align-items: center;
	}
}

@media all and (max-width: 580px) {
	.line-block .container {
		padding: 0 16px;
	}
}

.line-block__text {
	max-width: calc(100% - 389px);
	width: 100%;
	position: relative;
	font-family: "Montserrat", sans-serif;
	font-size: 22px;
	color: #fff;
	display: inline-block;
}

@media all and (max-width: 1320px) {
	.line-block__text {
		width: 100%;
		line-height: 1.2;
	}
}

@media all and (max-width: 1110px) {
	.line-block__text {
		max-width: 100%;
		font-size: 20px;
		line-height: 1.5;
		margin: 0 auto 11px;
		text-align: center;
		display: block;
	}
}

@media all and (max-width: 580px) {
	.line-block__text {
		text-align: left;
		margin-bottom: 0;
		font-weight: 500;
		line-height: 24px;
		padding: 8px 0 11px 35px;
	}
}

.webp .line-block__text:after {
	background: url("arrow-up.html") no-repeat center center/cover;
}

@media all and (max-width: 1110px) {
	.webp .line-block__text:after {
		display: none;
	}
}

.no-webp .line-block__text:after {
	background: url("arrow-up.html") no-repeat center center/cover;
}

@media all and (max-width: 1110px) {
	.no-webp .line-block__text:after {
		display: none;
	}
}

.line-block__text:after {
	position: absolute;
	content: "";
	top: 0;
	right: 0;
	transform: translateY(-11%);
	width: 153px;
	height: 34px;
}

@media all and (max-width: 1110px) {
	.line-block__text:after {
		top: 50%;
		right: -40px;
		width: 67px;
		height: 73px;
		transform: translateY(-50%);
	}
}

.line-block__text span {
	font-weight: 700;
	transform: rotate(-0.36deg);
}

.line-block__img {
	text-align: center;
}

.has-gdpr .calculator-section {
	font-family: "Montserrat", sans-serif;
	padding: 99px 0 96px;
}

@media all and (max-width: 1110px) {
	.has-gdpr .calculator-section {
		padding: 52px 0 84px;
	}
}

.calculator-section {
	font-family: "Montserrat", sans-serif;
	padding: 99px 0 96px;
}

@media all and (max-width: 1110px) {
	.calculator-section {
		padding: 52px 0 84px;
	}
}

.calculator-section .container {
	max-width: 1130px;
}

.calculator-section__title {
	max-width: 480px;
	width: 100%;
	font-style: normal;
	font-weight: bold;
	font-size: 25px;
	line-height: 38px;
	text-align: center;
	color: #064572;
	margin: 0 auto 33px;
	font-family: "Montserrat", sans-serif;
}

@media all and (max-width: 1110px) {
	.calculator-section__title {
		font-size: 20px;
		line-height: 1.5;
		padding: 0 20px;
		margin-bottom: 32px;
	}
}

.calculator__inner {
	display: flex;
	justify-content: center;
	align-items: stretch;
}

@media all and (max-width: 1110px) {
	.calculator__inner {
		flex-direction: column;
	}
}

.calculator__input {
	flex: 0 1 50%;
	padding: 53px 57px 66px 56px;
}

@media all and (max-width: 1110px) {
	.calculator__input {
		flex: 1 1 100%;
		width: 100%;
		padding: 55px 16px 57px;
	}
}

.calculator__input-item {
	position: relative;
}

.calculator__input-title {
	font-family: inherit, sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 20px;
	color: #000;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 43px;
}

@media all and (max-width: 1110px) {
	.calculator__input-title {
		font-size: 18px;
	}
}

.calculator__input-symbol {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 58px;
	font-family: inherit, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	text-align: center;
	letter-spacing: 0.02em;
	color: #373737;
	border-right: 1px solid #D6D6D6;
}

.calculator__input-btn {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	font-weight: 400;
}

.calculator__input .site-input {
	font-family: inherit, sans-serif;
	font-weight: 400;
	font-size: 18px;
}

@media all and (max-width: 1110px) {
	.calculator__input .site-input {
		font-size: 18px;
	}
}

.calculator__input--left {
	background-color: #F1F1F1;
}

.calculator__input--left .calculator__input-title {
	color: #000;
}

.calculator__input--left .site-input {
	padding-right: 55px;
}

.calculator__input--left .calculator__input-btn {
	max-width: 147px;
	font-size: 18px;
	color: #000;
	background-color: #FFA500;
}

@media all and (max-width: 1110px) {
	.calculator__input--left .calculator__input-btn {
		max-width: 120px;
		font-size: 14px;
		padding: 20px 10px;
	}
}

.calculator__input--right {
	background-color: #f90;
}

.calculator__input--right .calculator__input-title {
	color: #000;
}

.access {
	position: relative;
	padding: 57px 0 68px;
	background-color: #F1F1F1;
}

@media all and (max-width: 1110px) {
	.access {
		padding: 54px 0 68px;
	}

	.access:before {
		position: absolute;
		content: "";
		bottom: 100%;
		left: 50%;
		transform: translateX(-50%);
		border: 30px solid transparent;
		border-bottom: 30px solid #F1F1F1;
	}
}

.access:after {
	position: absolute;
	content: "";
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
	border: 30px solid transparent;
	border-top: 30px solid #F1F1F1;
}

.access .container {
	max-width: 1150px;
}

@media all and (max-width: 1110px) {
	.access .container {
		padding: 0 15px;
	}
}

.access__title {
	font-family: "Montserrat", sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 28px;
	text-align: center;
	color: #000000;
	margin-bottom: 62px;
}

@media all and (max-width: 1110px) {
	.access__title {
		font-size: 26px;
		line-height: 1.3;
		margin-bottom: 50px;
	}
}

.access__inner {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

@media all and (max-width: 1110px) {
	.access__inner {
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
}

.access__item {
	flex: 0 0 25%;
}

@media all and (max-width: 1110px) {
	.access__item {
		flex: 1 1 100%;
	}

	.access__item:not(:last-child) {
		margin-bottom: 19px;
	}
}

.access__item-image {
	text-align: center;
	min-height: 88px;
	margin-bottom: 13px;
}

.access__item-text {
	text-align: center;
	font-family: "Montserrat", sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	color: #363F40;
	line-height: 27px;
}

.btn-section {
	padding: 73px 0 50px;
}

@media all and (max-width: 1110px) {
	.btn-section {
		padding: 73px 0 24px;
	}
}

@media all and (max-width: 1110px) {
	.btn-section .container {
		padding: 0 16px;
	}
}

.btn-section__item {
	max-width: 896px;
	width: 100%;
	margin: 0 auto 21px;
}

@media all and (max-width: 1110px) {
	.btn-section__item {
		margin-bottom: 17px;
	}
}

.btn-section__item .site-btn {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 24px 0;
	font-size: 20px;
	height: 70px;
	font-weight: 400;
	text-transform: none;
}

@media all and (max-width: 1110px) {
	.btn-section__item .site-btn {
		font-size: 17px;
		line-height: 1.5;
		font-weight: 500;
		padding: 0 40px;
	}
}

.btn-section__image {
	max-width: 365px;
	width: 100%;
	margin: 0 auto;
	text-align: center;
}

.btn-section__image img {
	width: 100%;
	height: auto;
}

.footer {
	background-color: #F1F1F1;
	padding: 29px 0 44px;
}

@media all and (max-width: 1110px) {
	.footer {
		padding: 26px 0 33px;
	}
}

.footer .container {
	max-width: 1156px;
}

@media all and (max-width: 1110px) {
	.footer .container {
		padding: 0 16px;
	}
}

.footer__logo {
	margin-bottom: 22px;
	max-width: 104px;
}

.footer__logo img {
	width: 100%;
}

@media all and (max-width: 1110px) {
	.footer__logo {
		text-align: center;
		margin: 0 auto 24px;
	}
}

.footer__links {
	display: flex;
	justify-content: space-between;
	align-items: center;
	max-width: 1035px;
	width: 100%;
	margin-bottom: 24px;
}

@media all and (max-width: 1110px) {
	.footer__links {
		flex-direction: column;
		margin-bottom: 43px;
	}
}

.footer__links-item {
	font-family: "Montserrat", sans-serif;
	font-style: normal;
	font-weight: 600;
	font-size: 13px;
	color: #000000;
	text-decoration: underline;
}

@media all and (max-width: 1110px) {
	.footer__links-item {
		display: inline-block;
	}

	.footer__links-item:not(:last-child) {
		margin-bottom: 21px;
	}
}

.footer__text {
	font-family: "Montserrat", sans-serif;
	font-style: normal;
	font-weight: 300;
	font-size: 11px;
	line-height: 150%;
	color: #000000;
}

.footer__text:nth-child(2) {
	margin-top: 20px;
}

@media all and (max-width: 1110px) {
	.footer__text:nth-child(2) {
		margin-top: 16px;
	}
}

@media all and (max-width: 1110px) {
	.footer__text {
		text-align: center;
		line-height: 160%;
	}
}

.footer-najmat {
	background: #f1f1f1;
	padding-top: 30px;
	padding-bottom: 50px;
	text-align: center;
	color: #7d7d7d;
	padding-left: 15px;
	padding-right: 15px;
}

.footer-najmat .footer__logo {
	max-width: 148px;
	margin: 0 auto 22px;
}

.footer-najmat .footer__link {
	display: flex;
	justify-content: space-around;
	max-width: 100%;
	margin-bottom: 22px;
}

.footer-najmat .footer__link a {
	font-family: 'Montserrat', sans-serif;
	color: #000 !important;
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
	display: block;
	margin-bottom: 10px;
}

@media (max-width: 980px) {
	.footer-najmat .footer__link {
		display: block;
	}

	.footer-najmat .footer__link a {
		display: block;
		margin-bottom: 16px;
	}
}

.footer-najmat .footer__text {
	font-weight: 300;
	font-size: 11px;
	line-height: 2;
	text-align: center;
}

.footer-najmat .footer__text p {
	margin-top: 0;
	margin-bottom: 1rem;
}

.popup__wrapper {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 3;
}

.popup__layer {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	background-color: rgba(0,0,0,0.8);
}

.popup__body {
	position: absolute;
	z-index: 2;
	text-align: center;
	max-width: 530px;
	width: 100%;
	top: 35%;
	left: 50%;
	transform: translate(-50%, -50%);
	right: 0;
}

@media all and (max-width: 1110px) {
	.popup__body {
		top: 40%;
		max-width: 330px;
	}
}

.popup__body-inner {
	position: relative;
	padding: 40px 27px;
	width: 100%;
	border: 2px solid #ff7e00;
	border-radius: 3px;
	background-color: #fff;
	display: block;
}

@media all and (max-width: 1110px) {
	.popup__body-inner {
		padding: 40px 20px;
	}
}

.popup__body-close {
	position: absolute;
	top: 7px;
	right: 8px;
	cursor: pointer;
}

@media all and (max-width: 1110px) {
	.popup__body-close {
		top: 14px;
		right: 8px;
	}
}

.popup__body-img {
	margin-bottom: 17px;
}

.popup__body-title {
	font-size: 24px;
	font-family: "Lato", sans-serif;
	font-weight: 700;
	margin-bottom: 10px;
}

@media all and (max-width: 1110px) {
	.popup__body-title br {
		display: none;
	}
}

@media all and (max-width: 1110px) {
	.popup__body-title {
		font-size: 21px;
	}
}

.popup__body-text {
	font-size: 21px;
	font-family: "Lato", sans-serif;
	font-weight: 400;
	margin-bottom: 23px;
	padding: 0 10px;
	line-height: 1.4;
}

@media all and (max-width: 1110px) {
	.popup__body-text {
		font-size: 18px;
		margin-bottom: 40px;
	}
}

.popup-btn {
	max-width: 320px;
	width: 100%;
	height: 52px;
	border-radius: 30px;
	background-color: #018b44;
	box-shadow: inset 0px -7px 0px 0px rgba(3,3,3,0.38);
	padding-bottom: 0px;
	outline: none;
	cursor: pointer;
	border: none;
	font-family: "Oswald Bold", sans-serif;
	color: #fff;
	font-size: 25px;
	font-weight: 600;
	text-transform: uppercase;
}

.sv-skin .fieldset#submit-fieldset:before {
	display: none;
}

.desktop-show {
	display: none;
}

.mobile-show {
	display: block;
}

@media all and (min-width: 1111px) {
	.desktop-show {
		display: block;
	}

	.mobile-show {
		display: none;
	}
}

.gc-dsclmr {
    font-family: inherit;
    border-top: 1px solid #d6d6d6;
    background: #ffffff;
    padding-top: 25px;
    padding-bottom: 25px;
    font-size: 10px;
    line-height: 1.2;
    color: #404040;
    font-weight: 300;
  }

  .gc-dsclmr__container {
    box-sizing: border-box;
    max-width: 1200px;
    padding: 0 10px;
    margin: 0 auto
  }

  @media (min-width: 768px) and (max-width: 1199px) {
    .gc-dsclmr__container {
      max-width: 768px
    }
  }

  @media (max-width: 767px) {
    .gc-dsclmr__container {
      max-width: 360px
    }
  }