* {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	background: transparent;
	font-weight: normal;
	text-decoration: none;
	outline: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
ol, ul {
	list-style: none;
}
del {
	text-decoration: line-through;
}
body {
	font-family: "GT-Eesti", Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #000;
	overflow-x: hidden;
	min-width: 320px;
	font-weight: 500;
}
input,textarea,select{
	font-family: "GT-Eesti", Arial, Helvetica, sans-serif;
	font-weight: 500;
}

a{
	color: #000;
}
.thumb{
	display: block;
}
.thumb img{
	display: block;
	width:100%;
}
p{
	line-height:1.6em;
	font-size: 16px;
	font-family: "GT-Eesti", Arial;
	font-weight: 500;
	color: #000;
}
.hidden{
	display:none;
}
br.clear {
	clear: both;
	line-height: 0;
}
.wrapper {
	width: 90%;
	margin: 0 auto;
	max-width:1200px;
}
.flex-wrapper {
	display: flex;
	justify-content: space-between;
}
@font-face {
    font-family: 'GT-Eesti';
    src: url("../fonts/GT-Eesti-Pro-Text-Light.woff2") format("woff2");
    src: url("../fonts/GT-Eesti-Pro-Text-Light.woff") format("woff"), url("../fonts/GT-Eesti-Pro-Text-Light.ttf") format("truetype");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'GT-Eesti';
    src: url("../fonts/GT-Eesti-Pro-Text-Regular.woff2") format("woff2");
    src: url("../fonts/GT-Eesti-Pro-Text-Regular.woff") format("woff"), url("../fonts/GT-Eesti-Pro-Text-Regular.ttf") format("truetype");
    font-weight: 500;
    font-style: normal
}

@font-face {
    font-family: 'GT-Eesti';
    src: url("../fonts/GT-Eesti-Pro-Text-Medium.woff2") format("woff2");
    src: url("../fonts/GT-Eesti-Pro-Text-Medium.woff") format("woff"), url("../fonts/GT-Eesti-Pro-Text-Medium.ttf") format("truetype");
    font-weight: 600;
    font-style: normal
}

@font-face {
    font-family: 'GT-Eesti';
    src: url("../fonts/GT-Eesti-Pro-Text-Bold.woff2") format("woff2");
    src: url("../fonts/GT-Eesti-Pro-Text-Bold.woff") format("woff"), url("../fonts/GT-Eesti-Pro-Text-Bold.ttf") format("truetype");
    font-weight: 700;
    font-style: normal
}
::placeholder {
  color: #9B9B9B;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #9B9B9B;
}

::-ms-input-placeholder {
  color: #9B9B9B;
}

.flex-wrapper{
    display: flex;
    justify-content:space-between ;
}                                                  /*header*/
header{
  height: 100px;
  display: flex;
  justify-content: space-between;
  width: 90%;
  max-width: 1360px;
  margin: 0 auto;
  align-items: center;
}
header h1.left{
 width: 140px;
}
header h1.left a{
 width: 100%;
 display: block;
}
header h1.left a img{
 width: 100%;
 display: block;
}
header nav{
}
header nav ul{
 display: flex;
 align-items: center;
}
header nav ul li{
 margin-right: 45px;
}
header nav ul li:last-child{
	margin-right: 0;
}
header nav ul li a{
 font-size: 15px;
}
header nav ul li a.button{
    padding: 8px 16px;
    color: #ff784b;
    background:#ffe4db ;
    border-radius:8px ;
    font-weight: 600;
}
                                          /*spotlight*/
#spotlight{
 padding:98px 72px;
}   
#spotlight section.content{
width: 50%;
color: #000;
}   
#spotlight section.content h1{
 font-size: 56px;
 margin-bottom: 35px;
 font-weight: 700;
}   
#spotlight section.content p{
max-width: 85%;
font-size: 20px;
}   
#spotlight section.content form{
 margin-top: 50px;
 position: relative;
 max-width: 85%;
}  
#spotlight section.content form input[type=email]{
    height: 60px;
    border-radius: 12px;
    background: #fff;
    border: 1px solid #000;
    padding: 12px 16px;
    font-size: 17px;
    width: 100%;
    display: block;
}
#spotlight section.content form input[type=submit]{
    padding: 17px 25px;
    font-size: 16px;
    min-width: 140px;
    background:#0055fb ;
    color: #fff;
    position: absolute;
    right: 0;
    top: 0;
    height: 60px;
    border-radius: 12px;
}  
#spotlight div.right-container{
 width: 50%;
 position: relative;
}
#spotlight div.right-container div.img-container{

}
#spotlight div.right-container div.img-container img{
 display: block;
 max-width: 100%;
 transform: scale(1.2);
}      
#spotlight div.right-container a.play-button{
 position: absolute;
 top: -20%;
 left: 45%;
 z-index: 3;
 display: flex;
 justify-content: center;
 align-items: center;
 width: 88px;
 height: 88px;
 border-radius: 50%;
 background: #ff784b;
}
#spotlight div.right-container a.play-button img{
   filter: invert(1);
}
#spotlight div.right-container a.play-button:before{
  content: "";
  display: block;
  width: 71px;
  height: 50px;
  background: url(../images/dotted-curve.svg) no-repeat center;
  background-size:71px 50px ;
  position: absolute;
  top: 50%;
  left: -100%;
}
                                        /*brands*/
#brands{
 padding: 32px 16px;
}   
#brands p{
text-align: center;
margin-bottom: 40px;
}   
#brands ul{
display: flex;
justify-content: space-between;
width: 85%;
margin: 0 auto;
align-items: center;
}   
#brands ul li{

}   
#brands ul li a{
 display: block;
}   
#brands ul li a img{
 display: block;
 width: 100%;
}   
                                           /*features*/
#features{
}   
#features section.features{
 padding: 120px 0;
}   
#features section.features:nth-child(even){
 
 background: #f8f8f8;
}
#features section.features:nth-child(even) div.img-container{
}
#features section.features:nth-child(3n) div.img-container{
}
#features section.features div.img-container{
 width: 48%;
 
}
#features section.features div.img-container img{
width: 100%;
display: block;
}
#features section.features div.content{
width: 35%;
display: flex;
justify-content: center;
flex-direction: column ;
}
#features section.features:nth-child(even) div.content{
}
#features section.features div.content span.icon{
width: 56px;
height: 56px;
display: flex;
border-radius: 24px;
box-shadow: 0 16px 20px 0 rgba(27, 30, 4.10.8);
margin-bottom: 25px;
background: #ff784b;
align-items: center;
justify-content: center;
}
#features section.features div.content div.icon img{
}
#features section.features div.content h3{
font-size: 44px;
margin-bottom: 24px;
font-weight: 600;
}
#features section.features div.content P{
font-size: 18px;
max-width: 95%;
}
#features section.features div.content a.button{
padding: 14px 24px ;
margin-top: 20px;
background: #0055fb;
font-size: 14px;
font-weight: bold;
color: #fff;
text-align: center;
display: inline-block;
border-radius: 10px;
}
#features section.features div.content div.review{
}
#features section.features hr{
    width: 200px;
    height: 1px;
    margin: 40px 0 25px;
    border-top: 1px dotted #cdcdcd;
}
#features section.features div.content div.review blockquote{
 display: block;
 color: #777;
 font-size: 16px;
 line-height: 1.25rem;
 font-style: italic;
 margin: 15px 0;
}
#features section.features div.content div.review span{
display: block;
color: #777;
font-size: 14px;
font-weight: bold;
margin-bottom:15px ;
}
#features section.features div.content div.review span small{
font-weight: normal;
font-size: 14px;
}
#features section.features div.content div.review img{
}

#review{
  padding: 120px 0;
}
#review section.wrapper{

}
#review section.top{
 margin-bottom: 72px;
}
#review section.top h3{
max-width: 45%;
font-size: 44px;
font-weight: 700;
}
#review section.bottom{

}
#review section.bottom ul{
display: flex;
justify-content: space-between;
margin-bottom: -40px;
}
#review section.bottom ul li{
width: 32%;
margin-bottom: 40px;
}
#review section.bottom ul li div.top{
background: url(../images/review1.jpg) no-repeat;
height: 300px;
background-size: cover;
border-radius: 6px;
margin-bottom: 20px;
display: flex;
flex-direction: column;
justify-content: space-between;
padding: 15px 15px 10px 10px;
}
#review section.bottom ul li div.top div.play{
width: 56px;
height: 56px;
display: flex;
align-items: center;
justify-content: center;
align-self: flex-end;
border-radius: 50%;
background: #fff;
}
#review section.bottom ul li div.top div.play img{

}
#review section.bottom ul li div.top div.logo{
width: 100px;
height: 45px;
display: flex;
align-items: center;
justify-content: center;
border-radius: 10px;
background: #fff;
}
#review section.bottom ul li div.top div.logo img{
display: block;
width: 80%;
max-height: 80%;
}
#review section.bottom ul li h4{
font-size: 20px;
font-weight: 600;
width: 92%;
}
                                      /*about*/
#above{
padding: 120px 0;
width: 80%;
margin: 0 auto;
}
#above section.wrapper{
}
#above ul{
display: flex;
justify-content: space-between;
}
#above ul li{
width: 46%;
}
#above ul li div.top{
position: relative;
border-radius: 6px;
overflow: hidden;
margin-bottom: 25px;
}
#above ul li div.top img.cover{
display: block;
width: 100%;
}
#above ul li div.top div.logo{
position: absolute;
width: 112px;
height: 56px;
bottom: 15px;
left: 15px;
background: #fff;
display: flex;
justify-content: center;
align-items: center;
border-radius: 6px;
}
#above ul li div.top div.logo img{
width: 100%;
display: block;
max-width: 80px;
max-height: 30px;
}
#above ul li div.bottom{

}
#above ul li div.bottom blockquote{
 font-size: 20px;
 font-weight: 600;
 width: 100%;
 margin-bottom: 20px;
} 
#above ul li div.bottom h6{
font-size: 14px;
font-weight: 600;
margin-bottom: 3px;
}
#above ul li div.bottom span{
 font-size: 14px;
 color:#787878 ;
 display: block;
 margin-bottom: 3px;
}
#above ul li div.bottom small{
 display: block;
 font-size: 14px;
 font-weight: 500;
}
                                          /*option*/
#option{
 background: #f8f8f8;
 padding: 120px 0;
}
#option section.wrapper{
}
#option section.top{
}
#option section.top h3{
max-width: 560px;
font-size: 44px;
text-align: center;
font-weight: 700;
margin: 0 auto;
}
#option section.content{
 margin-top: 80px;
}
#option section.content ul{
 display: flex;
 justify-content: space-between;
 flex-wrap: wrap;
 align-items: center;
}
#option section.content ul li{
width: 33.33%;
}
#option section.content ul li div.content{
 width: 90%;
 margin: 0 auto;
 max-width: 320px;
 text-align: center;
 padding: 60px 40px;
}
#option section.content ul li:hover div.content{
    box-shadow: 0 40px 40px -20px rgba(0, 0, 0, 0.1);
}
#option section.content ul li:nth-child(3n+2){
    border-left: 1px dashed rgba(205, 205, 205, 0.8);
    border-right: 1px dashed rgba(205, 205, 205, 0.8);
}
#option section.content ul li a.img-container{
display: block;
width: 100%;
margin-bottom: 30px;
}
#option section.content ul li a.img-container img{
display: block;
width: 100%;
max-width: 320px;
}
#option section.content ul li h3{
margin-bottom: 10px;
}
#option section.content ul li  h3 a{
font-size: 24px;
font-weight: 600;
}
#option section.content ul li  p{
font-size: 16px;
line-height: 1.7em;
margin-bottom: 25px;
}
#option section.content ul li:hover a.button{
    visibility: visible;
    color:#0055fb ;
    font-size: 16px;
    display: inline-block;
    font-weight: 700;
    text-decoration: underline;
}
#option section.content ul li  a.button{
visibility: hidden;
}
#option section.bottom{
 padding: 40px 50px;
 max-width: 560px;
 border-radius: 6px;
 box-shadow: 0 20px 20px -20px rgba(0, 0, 0, 0.1);
 position: relative;
 background: #d0deff;
 margin: 80px auto 0;
}
#option section.bottom  span.icon{
position: absolute;
top: -28px;
width: 56px;
height: 56px;
display: flex;
justify-content: center;
align-items: center;
border-radius: 24px;
background: #fff;
box-shadow: 0 16px 20px 0 rgba(27, 30, 41, 0.08);
}
#option section.bottom  span.icon img{
}
#option section.bottom  div.element{
display: flex;
}
#option section.bottom  div.element p{
margin-right: 35px;
font-weight: 500;
}
#option section.bottom  div.element a.button{
min-width: 150px;
height: 50px;
text-align: center;
display: flex;
justify-content: center;
color: #fff;
border-radius: 10px;
background: #0055fb;
padding: 13.5px 20px;
font-weight: 600;
}
                                                /*produuct*/
#product{
padding: 60px 0;
}
#product section.wrapper{
width: 75%;
}
#product section.top{
margin-bottom: 80px;
}
#product section.top h3{
font-size: 44px;
font-weight: 600;
max-width: 560px;
margin: 0 auto;
text-align: center;
}
#product ul{
display: flex;
justify-content: space-between;
}
#product ul li{
width: 31%;
text-align: center;
padding: 20px 30px 0;
border-radius: 6px;
}
#product ul li.one{
 background-color: #d0deff;
}
#product ul li.two{
background-color: #fff4d7;
}
#product ul li.three{
background-color: #ffe4db;
}
#product ul li div.logo{
 width: 80px;
 height: 80px;
 border-radius: 30px;
 margin-bottom: 24px;
 background: #fff;
 display: inline-flex;
 align-items: center;
 justify-content: center;
}
#product ul li div.logo img{

}
#product ul li h1{
padding: 0px 40px;
margin-bottom: 10px;
font-size: 24px;
font-weight: 700;
}
#product ul li p{
 width: 80%;
 margin: 0 auto 30px;
}
#product ul li a.button{
padding: 13.5px 20px;
border-radius: 10px;
font-weight: 600;
display: inline-block;
color: #fff;
}
#product ul li.one a.button{
background: #0055fb;
}
#product ul li.two a.button{
background: #ffc837;
}
#product ul li.three a.button{
background: #ff784b;
}
#product ul li div.img-bottom{
margin-top: 40px;
position: relative;
margin-left: -40px;
margin-right: -40px;
padding-left: 20px;
}
#product ul li div.img-bottom img{
margin-bottom: -35%;
max-width: 100%;
}
                                          /*blog*/
#blog{
padding: 120px 0;
}
#blog section.wrapper{
width: 75%;
}
#blog section.top{
margin-bottom:72px;
}
#blog section.top h3{
font-size: 44px;
font-weight: 700;
max-width: 560px;
}
#blog ul{
display: flex;
justify-content: space-between;
margin-bottom: -60px;
}
#blog ul li{
margin-bottom: 60px;
width: 31%;
}
#blog ul li img{
width: 100%;
display: block;
border-radius: 6px;
margin-bottom: 25px;
}
#blog ul li span.label{
font-weight: 500;
font-size: 14px;
margin-bottom: 20px;
display: block;
}
#blog ul li h2{
font-size: 20px;
font-weight: 600;
margin-bottom: 20px;
}
#blog ul li a.button{
display: block;
font-weight: 600;
text-decoration: underline;
}
#blog div.bottom{
margin-top: 50px;
text-align: center;
}
#blog div.bottom a.button{
display: inline-block;
padding: 17px 25px;
font-size: 17px;
min-width: 140px;
background: #0055fb;
color: #fff;
font-weight: 600;
border-radius: 6px;
}
                                           /*contact*/
#contact{
background: #000;
padding: 120px 0;
}
#contact div.left{
width: 42%;
}
#contact div.left h3{
max-width: 360px;
font-size: 44px;
color: #fff;
margin-bottom: 25px;
font-weight: 700;
}
#contact div.left p{
font-size: 16px;
font-weight: 500;
color: #9b9b9b;
}
#contact div.left hr.line{
width: 160px;
margin: 40px 0 25px;
border-bottom: 1px dashed #cdcdcd;
}
#contact div.left div.testimonials{
}
#contact div.left div.testimonials h3{
font-size: 18px;
color: #fff;
margin-bottom: 20px;
font-weight: 600;
}
#contact div.left div.testimonials div.content{
margin-bottom: 15px;
}
#contact div.left div.testimonials div.content blockquote{
margin-bottom: 20px;
font-style: italic;
color: #fff;
line-height: 1.7em;
}
#contact div.left div.testimonials div.content h6{
font-size: 14px;
font-weight: 700;
color: #fff;
}
#contact div.left div.testimonials div.content span{
color: #9b9b9b;
font-size: 14px;
}
#contact div.left div.testimonials div.content ul.people{
display: flex;
align-items: center;
margin-top: 15px;
}
#contact div.left div.testimonials div.content ul.people li{
width: 50px;
height: 50px;
display: flex;
justify-content: center;
border: 2px solid #000;
border-radius: 50%;
}
#contact div.left div.testimonials div.content ul.people li:hover{
    border-color:#ff784b ;
    
}
#contact div.left div.testimonials div.content ul.people li img{
border-radius: 50%;
}
#contact div.left div.testimonials hr.line_bottom{
margin-bottom: 60px;
}
#contact div.left div.testimonials div.companies{
}
#contact div.left div.testimonials div.companies ul.companies{
display: flex;
align-items: center;
}
#contact div.left div.testimonials div.companies ul.companies li{
margin-right: 30px;
}
#contact div.left div.testimonials div.companies ul.companies li img{
}
#contact div.right{
width: 48%;
}
#contact div.right div.content{
background: #fff;
padding: 60px 60px 76px;
border-radius: 6px;
}
#contact div.right div.content h4{
font-size: 24px;
margin-bottom: 20px;
font-weight: 600;
}
#contact div.right div.content form{
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
#contact div.right div.content form div.one_by_two{
width: 48%;
background: #fff;
margin-bottom: 16px;
}
#contact div.right div.content form div.one_by_two input{
width: 100%;
padding: 12px 16px;
background: #fff;
font-size: 16px;
border-radius: 6px;
border: 1px solid #dcdcdc;
}
#contact div.right div.content form div.one_by_two select {
padding: 12px 16px;
border:1px solid #dcdcdc ;
height: 48px;
width: 100%;
appearance: none;
-webkit-appearance: none;
font-size: 16px;
color: #9b9b9b;
font-weight: 400;
border-radius: 6px;
}
#contact div.right div.content form div.one_by_two select option{
}
#contact div.right  form div.full_checkbox{
    display: flex;
    position: relative;
    width: 100%;
}
#contact div.right  form div.full_checkbox input{
display: block;
visibility: hidden;
opacity: 0;
}
#contact div.right  form div.full_checkbox label{
    padding-left: 30px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.7em;
    color: #787878;
}
#contact div.right  form div.full_checkbox label:before{
content: "";
display: block;
width: 20px;
height: 20px;
border-radius: 4px;
border: 1px solid #dcdcdc;
background: #fff;
position: absolute;
top: 2px;
left: 0;
}
#contact div.right  form div.full_checkbox input:checked + label{
    color: #000;
}
#contact div.right  form div.full_checkbox input:checked + label:after{
    opacity: 1;
    transform: none;
    border-radius: 4px;
    background: #3cd278;
}
#contact div.right  form div.full_checkbox label:after{
    content: "\e800";
    font-family: "fontello";
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    text-decoration: none;
    text-transform: none;
    color: #fff;
    font-size: 8px;
    text-align: center;
    line-height: 20px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    position: absolute;
    top: 3px;
    left: 1px;
    transition: all 0.2s ease-in-out 0%;
    background: ;
}
#contact div.right form div.full_checkbox label a{
font-weight: 500;
text-decoration: underline;
color: #787878;
}
#contact div.right  form div.full_bottom{
    margin-top: 30px;
}
#contact div.right  form div.full_bottom input.submit{
    background: #0055fb;
    padding: 17px 25px;
    color: #fff;
    width: 460px;
    font-weight: 700;
    display: block;
    border-radius: 6px;
    font-size: 16px;
}
                                          /*footer*/
footer{
padding: 120px 0;
}
footer section.wrapper{
 
}

footer section.top{
display: flex;
}
footer section.top div.item_large{
width: 36%;
}
footer section.top div.item_large h2{
max-width: 260px;
bottom: 50px;
}
footer section.top div.item_large div.social{
margin-top: 50px;
}
footer section.top div.item_large div.social ul{
display: flex;
}
footer section.top div.item_large div.social ul li{
margin-right: 15px;
}
footer section.top div.item_large div.social ul li:last-child{
    margin: 0;
}
footer section.top div.item_large div.social ul li a{
display: flex;
align-items: center;
justify-content: center;
width: 40px;
height: 40px;
border-radius: 14px;
background: #f0f0f0;
}
footer section.top div.item_large div.social ul li a img{
width: 18px;
display: block;
filter: grayscale(100%);
opacity: 0.4;
transition: all 0.3s ease-in-out;
}
footer section.top div.item_large div.social ul li a:hover{

}
footer section.top div.item_large div.social ul li a:hover img{
    filter: grayscale(0);
    opacity: 1;
}
footer section.top div.item{
width: 16%;
}
footer section.top div.item h5{
font-size: 16px;
font-weight: 700;
margin-bottom: 25px;
}
footer section.top div.item ul{

}
footer section.top div.item ul li{
margin-bottom: 15px;
}
footer section.top div.item ul li a{
font-size: 16px;
display: flex;
align-items: center;
font-weight: 500;
}
footer section.top div.item ul li a img{
width: 24px;
}
footer section.top div.item ul li a span{
margin-left: 10px;
}
footer section.bottom{

}
footer section.bottom div.title{
display: flex;
align-items: center;
margin-bottom: 20px;

}
footer section.bottom div.title img{
margin-right: 10px;
}
footer section.bottom div.title span{
font-weight: 600;
}
footer section.bottom div.bottom{

}
footer section.bottom div.bottom ul{
display: flex;
}
footer section.bottom div.bottom ul li{
margin-right: 20px;
}
footer section.bottom div.bottom ul li:last-child{
    margin-right: 0;
}
footer section.bottom div.bottom ul li a{
display: inline-block;
}