/*
Theme Name: Root Child
Theme URI: http://wpshop.biz/themes/root
Author: WPShop.biz
Author URI: http://wpshop.biz/
Template: root
Version: 1.0.0
*/

/* Below you can add your CSS styles */
/* Ниже Вы можете добавить свои CSS стили */
body {
    font-family: 'Montserrat',Arial,sans-serif;
    background-color: white;
}
header .contact{
    display:flex;
}
header .contact a{
    color: rgba(62,83,107,1);
    font-family: 'Montserrat',Arial,sans-serif;
    font-size: 23px;
    margin-left:20px;
    font-weight: bold;
}
.site-title{
    color: rgba(10,88,173,1) !important;
    text-transform: uppercase;
    font: normal bold 45px 'Montserrat',Arial,sans-serif !important;
    margin-top: 9px;
}
.site-branding{
    padding: 0;
}
.site-content {
    padding: 0;
}
h3.elementor-image-box-title{
    margin-top: 5px;
}
.certs .e-gallery-image {
    height: 360px;
    padding-bottom: 0 !important;
    background-size: contain;
    background-repeat: no-repeat;
}
.formTitle{
    font-family: 'Montserrat',Arial,sans-serif;
    font-size: 21px !important;
    margin:15px 0 !important;
    font-weight: bold;
    color: white;
    text-transform: uppercase !important;
}
.formDescription{
    font-family: 'Montserrat',Arial,sans-serif;
    margin:5px 0;
    font-weight: bold;
    color: white;
}
.formImage{
    background-image: url(./images/logo.png) !important;
    background-size: contain !important;
    width: 84px !important;
    position: absolute !important;
    right: -15px;
    height: 64px !important;
    top: 0;
    background-repeat: no-repeat !important;
}
.popupForm .wpforms-field-label {
    color: white
}
.popupForm .wpforms-submit {
    margin: auto !important;
    display: block !important;
    margin-top: -24px !important;
}
.white {
    color: white;
}
.font10{
    font-size: 10px !important;
}
.font12{
    font-size: 12px !important;
}
#thirdParty{
    position: absolute;
    bottom: -31px;
}
.site-footer-inner {
    padding: 0;
}
.steps:before{
    content: "";
    background-image: url(./images/line.png) !important;
    background-repeat: repeat-x;
    position: absolute;
    width: 75%;
    height: 100px;
    left: 140px;
}
.elementor-86 .elementor-element.elementor-element-fd52afd .elementor-icon-list-icon svg g{
    fill:#0A58AD;
}
.site-header{
    position: fixed;
    top: 0;
    z-index: 99;
    width: 100%;
}
.site-header-inner{
    width: 1200px;
    margin: auto;
}
@media (max-width:975px) {
    .steps:before{
        display: none;
    }
}
@media (max-width:575px) {
    header .contact {
        display: flex;
        flex-direction: column;
        justify-content: center;
        text-align: center;
    }
    .elementor-element-e2347ac .elementor-button-wrapper{
        text-align: center;
    }
    .certs .e-gallery-image {
        height: 300px;
    }
    .site-header-inner {
        width: auto;
    }
    .elementor-element-d3cb641{
        display: none;
    }
    #phoneHeader .elementor-icon-box-icon {
        float: left;
        margin-right: 10px !important;
        margin-left: calc(50% - 120px) !important;
    }
    #garantii .elementor-background-overlay{
        background:none;
    }
}
body.sidebar-none .entry-content{
    max-width: 1150px;
}
.entry-content ol, .entry-content ul, .taxonomy-description ol, .taxonomy-description ul {
    margin: 6px 0;
}
.entry-content ul li:first-child{
    padding-left: 0;
}
.entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .taxonomy-description h2, .taxonomy-description h3, .taxonomy-description h4, .taxonomy-description h5{
    margin: 10px;
}
#serviceList li:first-child{
    padding-left: 40px;
}