/*
Theme Name: Callgear
Theme URI: https://wordpress.org/themes/twentyseventeen/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Twenty Seventeen brings your site to life with header video and immersive featured images. With a focus on business sites, it features multiple sections on the front page as well as widgets, navigation and social menus, a logo, and more. Personalize its asymmetrical grid with a custom color scheme and showcase your multimedia content with post formats. Our default theme for 2017 works great in many languages, for any abilities, and on any device.
Version: 2.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentyseventeen
Tags: one-column, two-columns, right-sidebar, flexible-header, accessibility-ready, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/* Custom styles */

* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}


#main {
	margin-top: 90px;
}

body {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  font-family: 'Inter', sans-serif;
  font-size: 20px;
  line-height: 30px;
  color: #191919;
  font-weight: 400;
  margin: 0;
  background: #191919;
  letter-spacing: 0;
}

body.scroll_menu {
   height: 100%;
   width: 100%;
   position: fixed;
   overflow: hidden;
}

:active, :hover, :focus {
    outline: 0 !important;
    outline-offset: 0 !important;
}

span, a, label, ul, div {
	-webkit-tap-highlight-color: transparent;
}

.sm_visible {
	display: none;
}

footer,
header {
	position: relative;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  height: 80px;
  background: #191919;
}

footer {
	height: auto;	
}

#page > header {
	position: fixed;
	height: 100px;
	width: 100%;
	z-index: 9999;
	top: 0;	
}

.wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  margin: 0 auto;
  padding: 0 50px;
}	

.callback_block {
	display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.callback_block .btn {
	z-index: 90;
	display: inline-flex;
	font-family: 'Inter', sans-serif;
    background: rgba(255,255,255, .1);
	border-radius: 20px;
    font-weight: 700;
	font-size: 15px;	
	line-height: 20px;
	color: rgba(255,255,255, .7);
    text-decoration: none;    
    box-sizing: border-box;
}

.callback_block .btn {
  width: auto;
  padding: 8.5px 20px;
}

.cn-set-cookie.cn-button {
    margin-right: 0
}

.callback_block .btn:nth-child(2) {
	margin: 0 20px;
}

.callback_block .btn:hover {
  color: rgba(255,255,255, 1);
  background: rgba(255,255,255, .2);
  transition: .3s color;
}

.logo {
	width: 136px;
	height: 40px;
	background-image: url(../images/white_logo.svg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	position: relative;
}

.logo_wrap {
	position: relative;
	z-index: 90;
}

.logo_wrap a {
	display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
}

.wrap {
	display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    flex-direction: column;
    max-width: 1200px;
    margin: 0 auto;
    box-sizing: border-box;
    position: relative;
	padding: 0;
}

.row {
	max-width: 1200px;
	padding-left: 10px;
	padding-right: 10px;
    margin: 0 auto;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    width: 100%;
    box-sizing: border-box;
}


/* Main offer */



/******/

.offer {
	margin-top: 100px;
	background: #ffffff;
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.101781), 0px 0px 100px rgba(0, 0, 0, 0.199519);
	border-radius: 20px;
	height: calc(100vh - 100px);
	overflow: hidden;
}

.offer .wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
	justify-content: center;
    flex-direction: column;
    background-image: none;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
	height: 100%;
	z-index: 3;
}

.offer .row {
	align-items: center;
}
 
.offer .wrap .offer_row_inner,
.main_page_image {
	width: calc(50% - 20px);
} 
 
.main_page_image {
	margin-left: 40px;
}

.main_mobile_image {
	display: none;
}

.offer h1 {
	font-family: 'Fira Sans', sans-serif;
	font-weight: 700;
	font-size: 40px;
	line-height: 50px;
	color: #191919;
	margin: 0 0 50px;
}

.offer .subtitle {
    margin: 0;
	font-size: 20px;
	line-height: 30px;
	color: #323232;
	font-weight: 400;
}

.offer .row .btn {
    margin-top: 50px;
	padding: 15px 65px;
}

.offer .row .btn.sm_visible {
	display: none;
}

input[type=submit],
section .btn {
    display: inline-flex;
    background: #E60082;
	box-shadow: 0px 10px 30px rgba(230, 0, 130, 0.5);
	border-radius: 10px;
    color: #fff;
    text-decoration: none;
    padding: 15px 50px;
    justify-content: center;
    font-size: 20px;
	line-height: 30px;
    font-weight: 700;
    transition: .3s box-shadow;
	appearance: none;
    -moz-appearance: none;
	-webkit-appearance: none;
}

input[type=submit]:hover,
section .btn:hover {
    box-shadow: 0px 10px 50px rgba(230, 0, 130, 0.7);    
}


.content_column .big_text,
.section_title {
	font-family: 'Fira Sans', sans-serif;
	font-weight: 700;
	font-size: 60px;
	line-height: 70px;
	background: linear-gradient(270deg, #D4BDFF 0%, #FFFFFF 45%, #FFFFFF 55%,  #FFBCE2 100%);
    -webkit-background-clip: text;
	color: transparent; 
	margin-bottom: 50px;
}

.content_column .big_text,
.section_title p {
	font-size: 40px;
	line-height: 50px;
	background: linear-gradient(270deg, #D4BDFF 0%, #FFFFFF 45%, #FFFFFF 55%, #FFBCE2 100%);
    -webkit-background-clip: text;
    color: transparent;
}



.content_column .big_text {
	margin-bottom: 0;
}

.section_title a {
	background: #FFBCE2;
    -webkit-background-clip: text;
    color: transparent;
}

.section_title .content_column p,
.section_title.small {
	font-size: 40px;
	line-height: 50px;
}

.content_column p a {
	color: #E60082;
    text-decoration: none;
}

.section_link {
	display: flex;
	font-size: 20px;
	line-height: 30px;
	color: #E60082;
	text-decoration: none;
}

.content_column.first {
	max-width: 360px;
	width: 100%;
	margin-right: 40px;
}

.content_column.one_col {
	max-width: 760px;
	width: 100%;
}

.second_screen {
	padding: 200px 0 100px;
	position: relative;
}

.second_screen .row {
	flex-direction: column;
}

 .buttons_wrap {
    margin-top: 50px;
}

.third_screen {
	position: relative;
	padding: 0;
	background: #F0F0F0;
	border-radius: 20px 20px 0 0;
}

.third_screen .row {
	background: #fff;
	padding: 100px 110px;
	margin-top: 10px;
	box-shadow: 0px 20px 50px rgba(0, 0, 0, 0.10271);
	border-radius: 20px;
	z-index: 2;
}



.third_screen .section_title_black,
.third_screen .section_title_white {
    font-family: 'Fira Sans', sans-serif;
    font-weight: 700;
    font-size: 50px;
    line-height: 60px;
    color: #fff;
	margin-bottom: 100px;
}

.third_screen .section_title_black {
	color: #191919;
}

.third_screen .row:nth-child(2n) {
	flex-direction: row-reverse;
}

.third_screen .row .content_column.half_col_second {
	max-width: 360px;
	width: 100%;
}

.third_screen .content_title {
	font-size: 30px;
	line-height: 40px;
	margin-bottom: 50px;
}

.third_screen .buttons_wrap {
	display: flex;
	flex-wrap: wrap;
	margin-top: 50px;
	align-items: baseline;
}


.third_screen .content_column .buttons_wrap .btn {
	margin-bottom: 30px;
}


.third_screen .section_link {
	margin-left: 40px;
}




/* Products main pages */

.section_title_white {
	font-family: 'Fira Sans', sans-serif;
    font-weight: 700;
    font-size: 50px;
    line-height: 60px;
    color: #fff;
	margin-bottom: 100px;
	
}

/* clients */

.clients_screen {
	background: #F0F0F0;
	border-radius: 0 0 20px 20px;
	padding: 200px 0;
	overflow: hidden;
}

.clients_screen .our_clients_block {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 50px;
}


.clients_screen .our_clients_block .client_item.bmw {
	width: 42px;
}

.clients_screen .our_clients_block .client_item.economybookings {
	width: 83px;
}

.clients_screen .our_clients_block .client_item.barkli {
	width: 83px;
}

.clients_screen .our_clients_block .client_item.volvo {
	width: 42px;
}

.clients_screen .our_clients_block .client_item.range_rover {
	width: 83px;
}

.clients_screen .our_clients_block .client_item.knight_frank {
	width: 84px;
}

.clients_screen .our_clients_block .client_item img {
	width: 100%;
	height: auto;
}


.content_title {
	font-family: 'Fira Sans', sans-serif;
	font-weight: 700;
	font-size: 40px;
	line-height: 50px;
	color: #191919;
	margin: 0 0 20px;
}

.content_title.white {
	color: #fff;
}

.content_title.gradient {
	background: linear-gradient(270deg, #D4BDFF 0%, #FFFFFF 45%, #FFFFFF 55%, #FFBCE2 100%);
    -webkit-background-clip: text;
    color: transparent;
}

.content_column.half_col {
	width: calc(50% - 20px);
}

.content_column.one_third_col {
	max-width: 360px;
	width: 100%;
}

.content_column.two_third_col {
	max-width: 760px;
	width: 100%;
}

.content_column.two_five_col {
	max-width: 460px;
	width: 100%;
}

.justify-between {
	justify-content: space-between; 
}

.justify-end {
	justify-content: flex-end; 
}

.align-center {
	align-items: center;	
}

.align-baseline {
	align-items: baseline;
}

.content_column.half_col_first {
	max-width: 560px;
	width: 100%;
}

.content_column img {
	width: 100%;
	height: auto;
}

.content_column ul {
	color: #191919;
	font-size: 20px;
    line-height: 30px;
	padding-left: 20px;
}

.content_column ul li {
	margin-bottom: 10px;
}

.content_column .white_text {
	color: #fff; 
	font-weight: 700;
}

.hide {
    display: none !important;
}

/* Bottom Form */

.bottom_form {
	position: relative;
	padding: 200px 0;
	background: linear-gradient(270deg, #E6D9FF 0%, #FFFFFF 34.74%, #FFFFFF 65.28%, #FFE4F3 100%);
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.101781), 0px 0px 100px rgba(0, 0, 0, 0.199519);
	border-radius: 20px;
	margin-top: -30px;
}

.bottom_form .section_title_black {
	font-family: 'Fira Sans', sans-serif;
	font-weight: 700;
	font-size: 50px;
	line-height: 60px;
	color: #191919;
}

.bottom_form .section_subtitle {
	margin: 20px 0 0;
}

#bottom_form {
	position: relative;
}

.input_wrapper {
	margin-bottom: 20px;
	position: relative;
}

.input_wrapper input {
	-webkit-appearance: none;
	width: 100%;
	background: transparent;
	border: none;
	border-radius: 0;
	border-bottom: 1px solid rgba(230, 0, 130, .5);	
	padding: 20px 0 10px;
	color: rgba(25,25,25, 1);
	font-size: 20px;
	line-height: 30px;
	font-family: 'Inter', sans-serif;
	z-index: 8;
}

.input_wrapper input.error {
	border-bottom: 1px solid rgba(230, 0, 130, 1);	
}

label.error {
	position: absolute;
	right: 0;
	top: 0;
	font-size: 12px;
	line-height: 20px;
	color: #ed1444;
}

.input_wrapper input:active,
.input_wrapper input:focus {
	border-bottom: 1px solid rgba(230, 0, 130, 1);	
	outline: 0;
}

.input_wrapper .label {
  position: absolute;
  left: 0;
  font-weight: 400;
  transform: translateY(-40px);
  color: rgba(25,25,25,.5);
  font-size: 20px;
  line-height: 30px;
  font-family: 'Inter', sans-serif;
  transition: all 0.2s ease;
  opacity: 0;
  visibility: hidden;
}

.input_wrapper input:focus + .label,
.input_wrapper input:focus + label + .label,
.input_wrapper input.complete.error + label + .label,
.input_wrapper input.complete.valid + label + .label,
.input_wrapper input.complete.error + .label,
.input_wrapper input.complete.valid + .label {
  transform: translateY(-60px);
  outline: 0;
  font-size: 12px;
  line-height: 20px;
  color:  rgba(230, 0, 130, .5);
  z-index: 1;
  opacity: 1;
  visibility: visible;
}

.input_wrapper input::placeholder {
	color: rgba(25,25,25, .5);
	font-size: 20px;
	line-height: 30px;
	opacity: 1;
	transition: .4s;
}

.input_wrapper input:focus::placeholder, 
.input_wrapper input.complete.error::placeholder,
.input_wrapper input.complete.valid::placeholder {opacity: 0;}

.input_wrapper input:focus + label + .label,
.input_wrapper input:focus + .label {
  color:rgba(230, 0, 130, 1) !important;
}

input:-webkit-autofill {
    -webkit-box-shadow: inset 0 0 0 50px #fff !important;
    -webkit-text-fill-color: rgba(25, 25, 25, 1) !important;
    color: rgba(25, 25, 25, 1) !important;
}

input[type=submit] {
	border: none;
	margin-top: 60px;
	cursor: pointer;
}


/* Bootom Form */

.offer .wrap .btn:hover {
    color: #fff;
    background-color: rgb(224, 0, 127);
    transition: .3s all;
    -o-transition: .3s all;
    -moz-transition: .3s all;
    -webkit-transition: .3s all;
}

.bottom_form .submit_inner {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-top: 50px;
}

.bottom_form .submit_inner > div {
    width: 50%;
    margin: 0 auto;
    position: relative;
    display: flex;
    justify-content: center;
}

/* Bottom Menu */

footer .logo {
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    background: none;
    width: 40px;
}

footer .logo span {
  display: inline-block;
  margin-right: 3px;
  width: 5px;
  -webkit-animation-name: pulse;
  -moz-animation-name: pulse;
  -o-animation-name: pulse;
  -ms-animation-name: pulse;
  animation-name: pulse;
  -webkit-animation-duration: 1.4s;
  -moz-animation-duration: 1.4s;
  -o-animation-duration: 1.4s;
  -ms-animation-duration: 1.4s;
  animation-duration: 1.4s;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-out;
  -moz-animation-timing-function: ease-out;
  -o-animation-timing-function: ease-out;
  -ms-animation-timing-function: ease-out;
  animation-timing-function: ease-out; 
}

footer .logo span:nth-child(1) {
  background: url(../images/logo/Line_1.svg) center center no-repeat;
  background-size: contain;
  height: 28px;
  -webkit-animation-delay: 0.25s;
  -moz-animation-delay: 0.25s;
  -o-animation-delay: 0.25s;
  -ms-animation-delay: 0.25s;
  animation-delay: 0.25s;
}

footer .logo span:nth-child(2) {
  background: url(../images/logo/Line_2.svg) center center no-repeat;
  background-size: contain;
  height: 40px;
  width: 6px;
  -webkit-animation-delay: 0.375s;
  -moz-animation-delay: 0.375s;
  -o-animation-delay: 0.375s;
  -ms-animation-delay: 0.375s;
  animation-delay: 0.375s;
}

footer .logo span:nth-child(3) {
  background: url(../images/logo/Line_3.svg) center center no-repeat;
  background-size: contain;
  height: 16px;
  -webkit-animation-delay: 0.5s;
  -moz-animation-delay: 0.5s;
  -o-animation-delay: 0.5s;
  -ms-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

footer .logo span:nth-child(4) {
  background: url(../images/logo/Line_4.svg) center center no-repeat;
  background-size: contain;
  height: 5px;
  -webkit-animation-delay: 0.625s;
  -moz-animation-delay: 0.625s;
  -o-animation-delay: 0.625s;
  -ms-animation-delay: 0.625s;
  animation-delay: 0.625s;
}

@-moz-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  16% {
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -o-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15);
  }
  32% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  16% {
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -o-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15);
  }
  32% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
@-o-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  16% {
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -o-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15);
  }
  32% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  16% {
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -o-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15);
  }
  32% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}

footer .social_icons {
	display: flex;
	display: -ms-flexbox;
	align-items: center;
	flex-direction: row;
	margin: 0;
	justify-content: center;
}

footer .social_icons .icon {
	width: 30px;
	height: 30px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	margin-right: 20px;
	opacity: .7;
	transition: .3s opacity;
}

footer .icon.fb {
	background-image: url(../images/Facebook.svg);
}

footer .icon.ln {
	background-image: url(../images/LinkedIN.svg);
}

footer .icon.tw {
	background-image: url(../images/Twitter.svg);
	margin-right: 0;
}

footer .social_icons .icon:hover {
	opacity: 1;
} 

/*--------*/

footer .wrapper {
	flex-direction: column;
	justify-content: flex-start;
	padding: 20px 50px;
	height: auto;
}

footer .row {
	justify-content: space-between;
	width: 100%;
	max-width: 100%;
}

/* Popups */ 

.popup form {
	position: relative;
    width: 100%;
}

.apimessage {
	margin: -25px 0 0;
	color: rgb(255, 0, 0);
}

.apimessage {
	width: 100% !important;
}

#thanks_popup .social_icons {
	position: relative;
	display: flex;
	align-items: center;
	flex-direction: row;
	margin-top: 40px;
	padding: 0;
}

#thanks_popup .social_icons .icon {
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: rgba(230,0,130, .1);
	width: 48px;
	height: 48px;	
	border-radius: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	margin-right: 20px;	
	transition: .3s background-color
}

#thanks_popup .social_icons .icon.fb:after {
	content: '';
	background: url(../images/socials/FB.svg) center center no-repeat;
	background-size: cover;
	width: 11px;
	height: 23px;
}

#thanks_popup .social_icons .icon.ln:after {
	content: '';
	background: url(../images/socials/IN.svg) center center no-repeat;
	background-size: cover;
	width: 20px;
	height: 19px;
}

#thanks_popup .social_icons .icon:hover {
	background-color: rgba(230,0,130, .2);
}

.overlay {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    background: #000;
    opacity: .2;
    -webkit-opacity: .2;
    -o-opacity: .2;
    -moz-opacity: .2;
}

.overlay.active {
    display: block;
}

.popup {
	display: flex;  
    justify-content: center;
    flex-direction: column;
    visibility: hidden;
    padding: 30px 50px 20px;
	border-radius: 20px 0px 0px 20px;
    width: 500px;
    position: fixed;
	height: 100vh;
    top: 0;
    margin: 0;
    right: -500px;
    z-index: 9999;
    background: #fff;
    opacity: 0;
    -webkit-opacity: 0;
    -o-opacity: 0;
    -moz-opacity: 0;
    box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.201541);
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
     box-sizing: border-box;
}

.popup.active {
	right: 0;
    visibility: visible;
    opacity: 1;
    -webkit-opacity: 1;
    -o-opacity: 1;
    -moz-opacity: 1;
}

.close:hover {
    opacity: 1;
    -webkit-opacity: 1;
    -o-opacity: 1;
    -moz-opacity: 1;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.close {
    width: 60px;
    height: 60px;
    position: absolute;
	background-color: #FFFFFF;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.153737);
    border-radius: 100%;
    top: 50px;
    left: -30px;
    z-index: 70;
    cursor: pointer;
	background-image: url(../images/Close_pop-up.svg);
    background-position: center center;
    background-repeat: no-repeat;
	background-size: 18px 18px;
}

.popup .title {
  position: relative;
  font-family: 'Fira Sans', sans-serif;	
  font-weight: 700;
  font-size: 30px;
  line-height: 40px;	
  margin: 0 0 20px;
}

.popup .subtitle {
  font-size: 20px;
  line-height: 30px;
  margin: 0 0 20px;	
}


.input_wrapper {
	position: relative;
}


@media (max-width:1100px) {
	body {
		font-size: 18px;
		line-height: 30px;
	}
	
	.wrapper {
		padding: 0 20px;
	}
	
	#page > header {
		height: 80px;
	}	
	
	.callback_block .btn {
		width: auto;
		padding: 5px 15px;
	}
	
	.callback_block .btn:nth-child(2) {
		position: relative;
		font-size: 0;
		margin: 0 0 0 10px;
		padding: 0;
		width: 30px;
		height: 30px;
	}
	
	.callback_block .btn:nth-child(2):after {
		position: absolute;
		top: 7px;
		left: 7px;
		content: '';
		width: 16px;
		height: 16px;
		background-image: url(../images/icon_phone.svg);
	    background-position: center center;
	    background-repeat: no-repeat;
	    background-size: contain;
	    opacity: .7;
	    z-index: 9;
	}
	
	.callback_block .btn:nth-child(2):hover:after {
		opacity: 1;
	}
	
	.logo {
		width: 95px;
		height: 28px;
	}
	
	.offer {
		margin-top: 80px;
		border-radius: 10px;
		height: auto;
	}

	.offer .wrap {
		height: auto;
	}
	
	.offer .row {
		padding: 100px 20px;
		max-width: 100%;
		margin: 0 auto;
	}
	
	.offer .wrap .row .offer_row_inner, .main_page_image {
		width: calc(50% - 20px);
	}

	.main_page_image {
		position: relative;
	}
	
    .offer h1 br {
    	display: none;
    }
	
	input[type=submit], section .btn {
		font-size: 18px;
		padding: 10px 36px;
	}
		
	.second_screen {
		padding: 150px 0 0;
	}
	
	.video_wrapper {
		height: 320px;
	}
	
	.third_screen {
		padding: 100px 0;
	}
	
	.third_screen .wrap {
		padding: 0 10px;
	}
		
	.third_screen .row {
		padding: 55px 50px;
	}
	
	.fourth_screen {
		padding: 100px 0;
	}	
	
	.clients_screen {
		padding: 100px 0;
		border-radius: 0 0 10px 10px;
	}	
	
	.bottom_form {
		padding: 100px 0;
		border-radius: 10px;
	}
	
	.bottom_form.before_footer .content_column {
		padding: 55px 50px;
	}
	
	.content_column.two_third_col {
		max-width: 50%;
	}
	
	footer .wrapper {
		padding: 0 20px;
	}

}

@media (max-width: 1000px) {	
	.third_screen .row {
		padding: 50px;
	}
	
	.clients_screen .content_title {
		margin-bottom: 50px;
	}
	
	.clients_screen .our_clients_block {
		flex-wrap: wrap;
		justify-content: flex-start;
	}
	
	.clients_screen .our_clients_block .client_item {
		margin-right: 40px;
		margin-bottom: 40px;
	}


}

@media (max-width: 820px) {	
	.lg_visible {
		display: none !important;
	}	
	
	.offer .row .btn {
		display: none;
	}
	
	.offer .row .btn.sm_visible {
	    display: inline-flex !important;
	}
	
	.offer .row {
		padding: 50px 20px;
		min-height: 100vh;
		justify-content: center;
	}
	
	.offer h1 {
		font-size: 25px;
    	line-height: 35px;
		margin: 0 0 20px;
	}
	
	.offer .subtitle {
		font-size: 18px;
		line-height: 30px;
	}
	
	.offer .row .btn {
		margin-top: 50px;
		padding: 10px 0;
		width: 100%;
	}	
	
	.offer .wrap .row .offer_row_inner, .main_page_image {
		width: 100%;
		max-width: 100%;
	}
	
	.row {
		flex-direction: column;
		padding-left: 20px;
		padding-right: 20px;
	}	
	
	.third_screen .row {
		position: relative;
	    padding: 50px 20px;
	    border-radius: 10px;
	    margin: 10px 0 0 0;
	}	
	
	.content_column.two_five_col,
	.content_column.two_five_col,
	.content_column.two_third_col,
	.content_column.one_third_col {
		max-width: 100%;
	}
	
	.add_text_section .row {
		width: 100%;
		padding: 0 20px;
	}
	
	.add_text_section p {
		font-size: 25px;
		line-height: 35px;
	}
	
	
	.bottom_form.before_footer .content_column {
		padding: 100px 20px;
		border-radius: 10px;
	}
	
	.bottom_form.before_footer:before {
	    right: 25%; 
	}
	
}


@media (max-width: 820px) {
	.justify-between {
		justify-content: flex-start;
	}
	
	.sm_visible {
	    display: flex;
	}
	
	.main_page_image {
		margin-left: 0;
		margin-top: 50px;
	}
	
	.content_column ul,
	.content_column p {
		font-size: 18px;
	}
	
	.content_column .big_text, .section_title p,
	.content_column .content_title {
		font-size: 25px;
		line-height: 35px;
	}

	.section_link.small {
		font-size: 13px;
	}	


	.section_title_white {
		margin-bottom: 50px;
	}
	
	.section_title.small {
		font-size: 25px;
		line-height: 35px;
	}
	
	.content_title.gradient,
	.section_title .content_column p,
	.section_title p {
		font-size: 25px;
		line-height: 35px;
	}
	
	
	/* Third screen */
	
	.third_screen .wrap {
		padding: 0 20px;		
	}

	.third_screen .row {
		flex-direction: column-reverse;
	}

	.third_screen .row:nth-child(1) {
		flex-direction: column-reverse;
	}
	
	.third_screen .row:nth-child(2n) {
		flex-direction: column-reverse;
	}
	
	
	.third_screen .row {
		position: relative;
		padding: 50px 20px;
		border-radius: 10px;
		margin: 10px 0 0 0;
	}
	
	.third_screen .section_title_white,
	.third_screen .section_title_black {
		font-size: 30px;
		line-height: 40px;
		margin-bottom: 50px;
	}
	
	.third_screen .row .content_title {
		font-size: 20px;
		line-height: 30px;
		margin-bottom: 20px;		
	}	
	
	.third_screen .buttons_wrap {
		margin-top: 0;
		flex-wrap: wrap;
		align-items: baseline;
	}
	
	.third_screen .text_item {
		margin-top: 20px;
	}
	
	.third_screen .text_item p br {
		display: none;
	}
	
	.third_screen .buttons_wrap .btn {
		padding: 10px 30px;
		margin-top: 40px;
		margin-bottom: 0;
	}	
	
	.third_screen .row .content_column.half_col_second,
	.third_screen .row .content_column.half_col_first,
	.third_screen .row .content_column {
		max-width: 100%;
		width: 100%;
	}
	
	.third_screen .row {
		justify-content: flex-start;
	}
	
	.third_screen .section_link {
		margin-top: 20px;
		margin-left: 20px;
		font-size: 18px;
		line-height: 30px;		
	}

	.bottom_form .section_title_black {
		font-size: 25px;
		line-height: 35px;
		margin-bottom: 20px;
	}
	
	.bottom_form .content_column {
		width: 100%;
	}
	
	.bottom_form .content_column.half_col:last-child {
		margin-top: 50px;
	}

	
	.input_wrapper input {
		font-size: 18px;
	}
	
	input[type=submit] {
		padding: 10px 0;
		width: 100%;
	}
	
	footer .row {
		flex-direction: column;
		padding: 0 20px;
    	align-items: flex-start;
	}

	footer .logo_wrap {
		display: none;
	}


	footer .social_icons {
		justify-content: flex-start; 
		width: 100%;
		border-top: 0;
		padding: 20px 0;
		border-bottom: 1px solid rgba(255,255,255, .3);
	}

}

@media (max-width: 550px) and (max-height: 820px) {	
	.popup.active {
	    right: 0;
	}  
	
	.popup .title {
		font-size: 20px;
		line-height: 30px;
		margin-bottom: 20px;
	}
	
	.popup .title .form_step {
		width: 56px;
		height: 16px;
		top: 7px;
	}

	.popup {
	    padding: 60px 20px 20px;
	    width: 90%;
		top: 25px;
	    right: -100%;
		justify-content: flex-start;
	}

	.close {
	    width: 50px;
	    height: 50px;
		left: 45px;
		top: -25px;
	}
}



@media (max-width: 350px) {
	.callback_block .btn {
		font-size: 11px;
	}
}


