/*   
Theme Name: ublexpress
Theme URI: 
Description: 
Author: serg
Author URI: 

Version: 1.0

*/



html {
	margin:0;
	padding:0;
	font-family: 'Roboto', sans-serif;
}


body{


overflow-x: hidden;
	margin:0;
	padding:0;
	font-family: 'Roboto', sans-serif;
}

li {
    list-style-type: none; 
   }
   ul {
    margin-left: 0; 
    padding-left: 0; 
   }


body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}
   
  :active, :hover, :focus {
    outline: 0;
    outline-offset: 0;
}

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 0px 10px 10px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 0px auto 0px auto;
}

.alignright {
    float:right;
    margin: 0px 0 10px 10px;
}

.alignleft {
    float: left;
    margin: 0px 10px 10px 0;
}

a img.alignright {
    float: right;
    margin: 0px 0 10px 10px;
}

a img.alignnone {
    margin: 0px 10px 10px 0;
}

a img.alignleft {
    float: left;
    margin: 0px 10px 10px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}


 .entry-content .alignwide {
        margin-left  : -80px;
        margin-right : -80px;
    }
    .entry-content .alignfull {
        margin-left  : calc( -100vw / 2 + 100% / 2 );
        margin-right : calc( -100vw / 2 + 100% / 2 );
        max-width    : 100vw;
    }
    .alignfull img {
        width: 100vw;
    }


/* WordPress Core END. */

.clear{
	clear:both;
}


.noresize {
  resize: none; 
}



.wpcf7-not-valid{
background: #ffe2e2;
    border: 2px solid #ff8a8a !important;
color: #ec3c06;
}

.wpcf7-not-valid-tip { display:none !important; }

div.wpcf7-response-output {
   margin: 10px 15px !important;
    padding: 6px !important;
    color: #909090;
}




.header {
   display: flex;
    flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  width: 1170px;
      margin: 0 auto;
	      max-width: 100%;
		      border-bottom: 1px solid #e5e5e5;
		  
}

.header .menu ul {
  display: flex;
  list-style: none;
      padding: 0;
}

.header .menu ul li {
   
}

.header .menu ul a {
  text-transform: uppercase;
  text-decoration: none;
  font-weight: bold;
      color: #3b3c3d;
	   padding: 10px 10px;
	   -webkit-transition: all 0.2s ease 0s;
		transition: all 0.2s ease 0s;
	  
}


.header .menu ul a:hover{
	/*   color: #60bc96;*/
	       background-color: #eee;
}

.logo img{
	max-width: 250px;
    height: auto;
}

.call{
   
       border-radius: 100px;
    display: block;
    padding: 7px 28px;
    line-height: 20px;
    cursor: pointer;
	        background-color: #eee;
	    text-transform: uppercase;
		-webkit-transition: all 0.2s ease 0s;
		transition: all 0.2s ease 0s;
}

.call:hover{
	    background-color: #446caa;
    color: #fff;
}

.call:hover .fas{
	    color: #ffffff;
}

.call .fas{
	    color: #3b3c3d;
		-webkit-transition: all 0.2s ease 0s;
		transition: all 0.2s ease 0s;
}

.call span{
	padding: 0 0 0 10px;
}


.hamburger-menu{
	    position: relative;
}

#menu__toggle {
  opacity: 0;
  display: none;
}

#menu__toggle:checked ~ .menu__btn > span {
  transform: rotate(45deg);
}
#menu__toggle:checked ~ .menu__btn > span::before {
  top: 0;
  transform: rotate(0);
}
#menu__toggle:checked ~ .menu__btn > span::after {
  top: 0;
  transform: rotate(90deg);
}
#menu__toggle:checked ~ .menu__box {
  visibility: visible;
  left: 0;
}

.menu__btn {
    display: flex;
    align-items: center;
    position: relative;
    right: 20px;
    width: 26px;
    height: 26px;
    cursor: pointer;
    z-index: 1;
}

.menu__btn > span,
.menu__btn > span::before,
.menu__btn > span::after {
  display: block;
  position: absolute;

  width: 100%;
  height: 2px;

  background-color: #616161;

  transition-duration: .25s;
}
.menu__btn > span::before {
  content: '';
  top: -8px;
}
.menu__btn > span::after {
  content: '';
  top: 8px;
}

.menu__box {
  display: block;
  position: fixed;
  visibility: hidden;
  top: 0;
  left: -100%;
    z-index: 2;
  width: 290px;
  height: 100%;

  margin: 0;
  padding: 80px 0;

  list-style: none;

	background-color: rgb(255 255 255 / 88%);
  box-shadow: 1px 0px 6px rgba(0, 0, 0, .2);

  transition-duration: .25s;
}

.menu__box li > a {
  display: block;
  padding: 12px 24px;

  color: #333;

  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  font-weight: 600;

  text-decoration: none;

  transition-duration: .25s;
}
.menu__item:hover {
  background-color: #CFD8DC;
}



.footer {
  display: flex;
  flex-flow: row wrap;
  padding: 30px 30px 20px 30px;
  color: #2f2f2f;
  background-color: #fff;
  border-top: 1px solid #e5e5e5;
  width: 1170px;
    margin: 0 auto;
	    max-width: 100%;
}

.footer > * {
  flex:  1 100%;
}

.footer__addr {
  margin-right: 1.25em;
  margin-bottom: 2em;
}

.footer__logo {
 
  font-weight: 400;
  text-transform: lowercase;
  font-size: 1.5rem;
}

.footer__addr h2 {
  margin-top: 1.3em;
  font-size: 15px;
  font-weight: 400;
}

.nav__title {
  font-weight: 400;
  font-size: 15px;
}

.footer address {
  font-style: normal;
  color: #999;
}

.footer__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 36px;
  max-width: max-content;
      background-color: #eee;
  border-radius: 100px;
  color: #2f2f2f;
  line-height: 0;
  margin: 0.6em 0;
  font-size: 1rem;
  padding: 0 1.3em;
      -webkit-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}
.footer__btn:hover {
	 background-color: #446caa;
	  color: #fff;
}



.footer ul {
  list-style: none;
  padding-left: 0;
}

.footer li {
  line-height: 2em;
}

.footer a {
  text-decoration: none;
}

.footer__nav {
  display: flex;
	flex-flow: row wrap;
}

.footer__nav > * {
  flex: 1 50%;
  margin-right: 1.25em;
}

.nav__ul a {
  color: #999;
}

.nav__ul--extra {
  column-count: 1;
  column-gap: 1.25em;
}

.legal {
 
  color: #999;
}
  
.legal__links {
  display: flex;
  align-items: center;
}

.heart {
  color: #2f2f2f;
}


.footer__btn span {
    padding: 0 0 0 10px;
	text-transform: uppercase;
}

@media screen and (min-width: 24.375em) {
  .legal .legal__links {
    margin-left: auto;
  }
}

@media screen and (min-width: 40.375em) {
  .footer__nav > * {
    flex: 1;
  }
  
  .nav__item--extra {
    flex-grow: 1;
  }
  
  .footer__addr {
    flex: 1 0px;
  }
  
  .footer__nav {
    flex: 2 0px;
  }
}



.main{
	    width: 1170px;
    margin: 0 auto;
	    max-width: 100%;
		    min-height: 420px;
}

.hamburger-menu{
	display:none;
}


@media (max-width: 1170px) {
	.menu{
		display:none;
	}
	.phone{
		display:none;
	}
	.hamburger-menu{
		display:block;
	}

}


.main h1{
	color: #446caa;
	font-size: 2em;
	margin: 20px 0;
}

.wp-block-columns{
	margin: 30px 0;
	
}

.wp-block-column p{
    margin: 0px 0 10px 0;
}


.footer__addr p{
	margin: 0px 0 10px 0;
}

.footer__title{
	margin-top: 0;
    margin-bottom: 12px;
    font-weight: bold;
    font-size: 16px;
}
    
.legal p{
	    text-align: center;
		    font-size: 14px;
    font-style: normal;
}




.form-group{
	    width: 100%;
    padding-top: 15px;
    padding-bottom: 10px;
		
}



.form-group .form-row{
	width: 100%;
	    margin-bottom: 15px;
}


.form-group .form-row:after{
    display: table;
    content: "";
    clear: both;
}


.form-row  .form-col-2{
	width: 50%;
	float: left;
}


.form-row .wpcf7-text{
	padding: 10px 15px;
    width: 96%;
	
    margin: 0;
  
	border-color: #e0e0e0;
    border-radius: 2px;
    box-shadow: none;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
		font-family: 'Roboto', sans-serif;
	
	font-size: 14px;
    line-height: 1.5;
}

.form-group .form-row span{
	display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: space-between;
      padding: 0px 15px;
}


.form-row .wpcf7-textarea{
	width: 96%;
	    height: 100px;
	    font-size: 14px;
    margin: 0;
   padding: 10px 15px;
		font-family: 'Roboto', sans-serif;
	
border-color: #e0e0e0;
    border-radius: 2px;
    box-shadow: none;
	    padding: 10px 15px;
    margin-bottom: 12px;
	resize:none;
}

.form-row   .wpcf7-submit{
	display: inline-block;
    float: right;
      border:0;
    height: 36px;
    max-width: max-content;
  background-color: #446caa;
    border-radius: 100px;
    color: #fff;
    line-height: 0;
  
    font-size: 1rem;
    padding: 0 1.3em;
    -webkit-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
	    cursor: pointer;
		    margin: 0 15px;
}

.form-row   .wpcf7-submit:hover {
    background-color: #5f8ed8;
    color: #fff;
}


.form-col-left{
	    text-align: left;
}


.form-col-right{
	    text-align: right;
}


@media (max-width:1170px){
	.wp-block-columns{
	padding: 0 10px;
	
}

.main h1 {
	    padding: 0 10px;
}

.wp-block-image img{
	height:auto;
}
}


.padding20{
	    padding: 20px;
}


.height100{
	height: 100%;
  min-height: 100%;
  overflow:auto;
}


.slider-e40 .slide-content p{
    background: rgb(255 255 255 / 85%);
    padding: 16px 20px;
}