/*
Theme Name: maxcanvas
Theme URI: http://www.maxburst.com/
Author: MAXBURST
Author URI: http://www.maxburst.com/
Description: maxcanvas theme
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: maxcanvas
Tags:
*/

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

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

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

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

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 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:hover,
.screen-reader-text:active,
.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. */
}

.bypostauthor {

}

.gallery-caption {
    
}

.sticky {
    
}

/* = maxcanvas Core
-------------------------------------------------------------- */

* { 
	outline-color: transparent!important;
	outline: none!important
}

#comments {
	display: none;
}

li.widget {
	list-style: none;
}

#logo img {
	width: 100%;
	height: auto;
}


/* = JotForm Starter Kit
-------------------------------------------------------------- */
.jotform-form {
    padding : 0;
}

.form-input .form-error-message, .form-input-wide .form-error-message {
    display : none;
}

.form-line-error {
    background : none;
}

.form-button-error {
    display : none;
}

.form-all {
    width : 100%;
    padding-top : 0;
}

.form-textbox, .form-textarea {
    width : 100%;
    box-shadow : none;
}

.form-submit-button, .form-submit-button:hover {
    text-shadow : none;
    width : 25%;
    box-shadow : none;
}

/*Hide Links in Printed Versions */
@media print {
  a[href]:after {
    content: none !important;
  }
}




.service {
    margin: 0;
    padding: 4em 0;
}
.service {
    margin: 4em 0;
    color: #13547a;
}
.container {
    margin: 0 auto;
    max-width: 1440px;
}
.service-title {
    font-weight: 800;
    font-size: 1.75rem;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}
.service-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 2em;
	flex-wrap: wrap;
}
.service-item:nth-of-type(1) .service-img {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}
.service-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  
}
.service-item-title {
    margin-bottom: 1em;
    padding-left: 1em;
    position: relative;
}


.service-item-text {
    border-left: 1px solid #2df7e0;
    padding-left: 1em;
    max-width: 475px;
    line-height: 1.5em;
}
button.service-btn {
    position: relative;
    border-radius: 0;
    padding: 0.6em 1.5em;
}

.service-btn {
    background: linear-gradient(
140.46deg
, #37ecba 26.47%, #72afd3 106.99%);
    padding: 0.5em 1.5em;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    border-radius: 10px;
    font-weight: bold;
    color: #fff;
    margin-top: 1em;
    margin-left: 1rem;
    font-size: 1.25rem;
    cursor: pointer;
}
button.service-btn::before {
    content: "Связаться";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(140.46deg, rgb(114, 175, 211) 26.47%, rgb(55, 236, 186) 106.99%);
    transition: all 0.5s ease 0s;
    border-radius: 0px;
}

button.service-btn span.price {
    position: absolute;
    top: 50%;
    right: -240px;
    transform: translate(0, -50%);
    color: #13547A;
    font-size: 1em;
    line-height: 1.5;
    font-weight: 400;
    width: 220px;
    text-align: left;
    padding-left: 10px;
}
button.service-btn span.price::before {
    content: '|';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    color: #13547A;
}
.service-item-title span {
    font-size: 3.25rem;
    font-weight: bold;
}

.fro1 {
    display: flex;
    flex-wrap: wrap;
}

input.wpcf7-form-control.wpcf7-submit {
border-radius: 4px;
    width: 200px;
    height: 60px;
    text-align: center;
    font: normal 600 18px/3.5em "sofia-pro", sans-serif;
    display: block;
    padding: 6px 12px;
    margin-bottom: 0;
    line-height: 2.6;
    border: 1px solid transparent;
    transition: .5s ease-in-out;
    border: 2px solid transparent;
    transition: all 0.5s;
    /* position: absolute; */
    background: #ca4436;
    color: white;
    margin: auto;
    margin-top: 17px;
}
input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.fro {
    padding: 15px;
    margin: 5px;
}