body,
html {
    max-width: 100%
}

.more-butt,
.more-butt a,
.phone a,
a.test {
    text-decoration: none
}

.prod-img {
    float: left;
    margin-top: 10px
}

.prod-txt {
    float: right;
    width: 85%
}

body,
html {
    width: 100%
}

html {
    overflow-x: hidden
}

@media (max-width:600px) {
    .wrap-in li {
        margin-top: 10px
    }
}

ul.sub-menu {
    padding-left: 30px
}

div.types-products {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 20px
}

.t-product {
    width: 48.5%;
    margin-bottom: 10px;
    position: relative;
    min-height: 265px
}

.site-header a img,
a.test {
    width: 100%
}

.t-product:hover {
    background-color: rgba(128, 128, 128, .18)
}

.t-product p {
    color: #535353
}

a.test {
    display: block;
    height: 100%;
    margin-top: -12px;
    background-repeat: no-repeat;
    background-position: 3px 15px;
    background-size: 40px;
    background-color: transparent;
    transition: background-color .3s linear;
    padding-top: 1px
}

a.test:hover {
    background-color: rgba(128, 128, 128, .18)
}

.t-product:nth-child(odd) {
    margin-right: 3%
}

.t-product:first-child a.test {
    background-image: url(/wp-content/themes/certification/images/product1.png)
}

.t-product:nth-child(2) a.test {
    background-image: url(/wp-content/themes/certification/images/product2.png)
}

.t-product:nth-child(3) a.test {
    background-image: url(/wp-content/themes/certification/images/product3.png)
}

.t-product:nth-child(4) a.test {
    background-image: url(/wp-content/themes/certification/images/product4.png)
}

.t-product:nth-child(5) a.test {
    background-image: url(/wp-content/themes/certification/images/product5.png)
}

.t-product:nth-child(6) a.test {
    background-image: url(/wp-content/themes/certification/images/product6.png)
}

.t-product:nth-child(7) a.test {
    background-image: url(/wp-content/themes/certification/images/product7.png)
}

.t-product:nth-child(8) a.test {
    background-image: url(/wp-content/themes/certification/images/product8.png)
}

.t-product:nth-child(9) a.test {
    background-image: url(/wp-content/themes/certification/images/product9.png)
}

.t-product:nth-child(10) a.test {
    background-image: url(/wp-content/themes/certification/images/product10.png)
}

.t-product:nth-child(11) a.test {
    background-image: url(/wp-content/themes/certification/images/product11.png)
}

.t-product:nth-child(12) a.test {
    background-image: url(/wp-content/themes/certification/images/product12.png)
}

.t-product:nth-child(13) a.test {
    background-image: url(/wp-content/themes/certification/images/product13.png)
}

.t-product:nth-child(14) a.test {
    background-image: url(/wp-content/themes/certification/images/product14.png)
}

.t-product:nth-child(15) a.test {
    background-image: url(/wp-content/themes/certification/images/product15.png)
}

.t-product:nth-child(16) a.test {
    background-image: url(/wp-content/themes/certification/images/product16.png)
}

.t-product:nth-child(17) a.test {
    background-image: url(/wp-content/themes/certification/images/product17.png)
}

.t-product:nth-child(18) a.test {
    background-image: url(/wp-content/themes/certification/images/product18.png)
}

.title-products {
    margin: 20px 0 30px
}

@media (max-width:920px) {
    .types-products {
        flex-wrap: nowrap;
        flex-direction: column
    }
    .t-product {
        width: 100%
    }
}

.site-logo {
    top: 7px;
    width: 95px
}

.site-slogan {
    left: 150px;
    top: 25px;
    height: 60px
}

.site-slogan p {
    line-height: 22px
}

.site-slogan p:last-child {
    font-size: 14px
}

.overlay-fill,
.overlay-fill-cons {
    position: fixed;
    z-index: 10000;
    background: rgba(255, 255, 255, .9);
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    display: none;
    cursor: pointer;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: center
}
.alert-danger{
        color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}
.alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
}
.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}
.overlay-fill .form-fill,
.overlay-fill-cons .form-fill-cons {
    cursor: default;
    border-radius: 5px;
    background: #fff;
    width: 50%;
    padding: 40px;
    box-shadow: 0 0 9px 0 rgba(0, 0, 0, .41)
}

.ess,
.overlay-ok,
.up_page {
    cursor: pointer
}

.btn,
.btn-warning,
.form-control {
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    background-image: none
}

.overlay-fill .form-fill h3,
.overlay-fill-cons .form-fill-cons h3 {
    margin-top: 0;
    text-align: center
}

.form-control {
    display: block;
    width: calc(100% - 48px);
    height: 25px;
    margin: 10px;
    color: #555;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}

.btn-warning {
    color: #fff;
    background-color: #2088b5
}

.btn,
.btn-warning {
    height: 38px;
    display: inline-block;
    margin: 10px 10px 0;
    width: calc(100% - 24px);
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    border-radius: 4px;
    transition: .2s
}

.btn-warning:hover {
    background-color: #199ed8
}

.overlay-ok {
    position: fixed;
    z-index: 10000;
    background: rgba(255, 255, 255, .9);
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: center
}

.overlay-ok .form-ok {
    cursor: default;
    border-radius: 5px;
    background: #fff;
    width: 50%;
    padding: 40px;
    box-shadow: 0 0 9px 0 rgba(0, 0, 0, .41)
}

.menu-top li>ul.sub-menu,
.menu-top li>ul.sub-menu li>ul.sub-menu {
    border-radius: 3px;
    background-color: rgba(32, 136, 181, .65);
    display: none
}

.order {
    cursor: pointer;
    background-color: rgba(32, 136, 181, .28);
    padding: 10px;
    color: #535353;
    font-size: 16px;
    text-align: center!important;
    position: absolute;
    bottom: 20px;
    width: calc(100% - 85px);
    transition: .2s
}

.order:hover {
    background-color: rgba(10, 181, 255, .28)
}

.overlay-ok .form-ok h3 {
    margin-top: 0;
    text-align: center
}

.show {
    display: flex
}

.site-header nav {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.menu-top li>ul.sub-menu>li {
    display: block;
    width: 222px;
    color: #000!important;
    padding-left: 0
}

#menu-item-544 {
    width: 228px
}

.menu-top li#menu-item-544.menu-item-type-custom.menu-item-object-custom.menu-item-has-children.menu-item-544>ul.sub-menu>li {
    width: 218px
}

.menu-top li>ul.sub-menu li a {
    text-align: left;
    color: #000!important
}

.menu-top li#menu-item-534.menu-item-type-custom.menu-item-object-custom.menu-item-has-children.menu-item-534 ul.sub-menu {
    width: 300px
}

.menu-top li#menu-item-534.menu-item-type-custom.menu-item-object-custom.menu-item-has-children.menu-item-534 {
    width: 70px;
    display: inline-block
}

.menu-top li>ul.sub-menu li>ul.sub-menu {
    margin-left: 305px;
    margin-top: -40px;
    padding-top: 10px
}

.menu-top li>ul.sub-menu {
    border: 1px solid #2088b5;
    position: absolute;
    padding: 4px 4px 6px;
    width: 222px;
    z-index: 999999
}

.menu-top li#menu-item-544>ul.sub-menu {
    padding-bottom: 12px
}

#menu-item-632 {
    height: 55px
}

.menu-top li a span {
    background: 0 0;
    color: #fff !important
}

#menu-item-537,
.menu-top li.menu-item-544>ul.sub-menu li,
.menu-top li>ul.sub-menu li.menu-item-536 {
    height: 30px
}

#menu-item-538 {
    height: 48px!important
}

#menu-item-544>ul.sub-menu>li>ul.sub-menu {
    margin-left: 222px
}

#menu-item-544>ul.sub-menu>li>ul.sub-menu,
#menu-item-544>ul.sub-menu>li>ul.sub-menu>li {
    width: 270px!important
}

#menu-item-544>ul.sub-menu>li#menu-item-547>ul.sub-menu {
    padding: 4px 4px 22px
}

#menu-item-544>ul.sub-menu>li#menu-item-548>ul.sub-menu {
    padding-top: 3px
}

@media screen and (min-width:990px) and (max-width:1400px) {
    .menu-top {
        font-size: 13px
    }
    #menu-item-544 {
        width: 220px
    }
    .menu-top li#menu-item-544.menu-item-type-custom.menu-item-object-custom.menu-item-has-children.menu-item-544 ul.sub-menu li {
        width: 198px
    }
    .menu-top li#menu-item-534.menu-item-type-custom.menu-item-object-custom.menu-item-has-children.menu-item-534 ul.sub-menu,
    .menu-top li>ul.sub-menu>li {
        width: 200px
    }
    .menu-top li>ul.sub-menu li>ul.sub-menu {
        margin-left: 205px
    }
    #menu-item-544>ul.sub-menu>li>ul.sub-menu {
        margin-left: 204px
    }
}

.burger_mobile,
.mobile_nav_menu,
.site-header nav.mobile_nav {
    display: none
}

@media screen and (max-width:990px) {
    .fixed_tel,
    .mobile_nav_menu h3 {
        font-size: 16px;
        text-align: center
    }
    .site-header nav {
        display: none
    }
    .burger_mobile,
    .menu-top li,
    .menu-top li>ul.sub-menu {
        display: block
    }
    .site-header nav.mobile_nav {
        display: block;
        top: 54px
    }
    .mobile_nav_menu {
        display: none;
        position: fixed;
        color: #fff;
        left: 0;
        top: 0;
        width: 40%;
        min-width: 245px!important;
        height: 100%;
        background-color: #2088b5;
        z-index: 3;
        overflow-y: auto;
        overflow-x: hidden
    }
    .mini-logo,
    .mobile_nav_menu h3 {
        float: left;
        background-color: #285078
    }
    .mini-logo {
        width: 25%;
        height: 64px;
        background-image: url(/wp-content/themes/certification/images/logo2-mini.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 80%
    }
    .mobile_nav_menu h3 {
        width: 55%;
        margin: 0;
        height: 41px;
        color: #fff;
        padding-top: 23px
    }
    .fixed_tel {
        padding: 20px 0;
        min-width: 245px;
        width: 40%;
        position: fixed;
        bottom: 0;
        background: #285078;
        z-index: 9999
    }
    .burger_mobile,
    .mobile_nav_menu a.close {
        background-color: #285078;
        cursor: pointer;
        background-repeat: no-repeat;
        background-position: center;
        float: left;
        z-index: 999;
    }
    .mobile_nav_menu a.close {
        width: 20%;
        background-image: url(/wp-content/themes/certification/images/close-m.png);
        background-size: 24px;
        height: 64px
    }
    .burger_mobile {
        width: 60px;
        height: 60px;
        box-shadow: 1px 1px 20px 3px #285078;
        border-radius: 50px;
        position: relative;
        top: 115px;
        left: 18px;
        background-image: url(/wp-content/themes/certification/images/bur.png);
        background-size: 70%
    }
    .site-header {
        height: 200px
    }
    .material-button {
        float: left
    }
    .site-wrap-in {
        background: 0 0
    }
    .active {
        height: auto!important
    }
    .active>ul.sub-menu {
        width: 99%!important;
        margin-left: 0!important;
        margin-top: 2px!important;
        background-color: #d3e4f8!important;
        padding-left: 0!important;
        padding-right: 0!important
    }
    .menu-top {
        padding: 50px 0 70px!important
    }
    .menu-top li>ul.sub-menu>li {
        width: 100%
    }
    li.menu-item-547>ul.sub-menu {
        padding-bottom: 27px!important
    }
    .menu-top li a span {
        padding-right: 40px
    }
}

.main1,
.main3 {
    background-attachment: fixed
}

.ess {
    width: 40px;
    height: 20px;
    float: right;
    padding-right: 15px;
    z-index: 99999;
    position: relative;
    top: 6px;
    background-image: url(/wp-content/themes/certification/images/down.png)!important;
    background-repeat: no-repeat!important;
    background-position: 50% 50%!important;
    background-size: 15px!important;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.main1>div,
.main2 {
    padding: 50px 0 40px
}

.image_form,
.main1,
.main3 {
    background-repeat: no-repeat
}

.rotate {
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.mainclear {
    position: static;
    margin-top: 30px
}

.full_screen {
    height: 2300px;
    width: 100%;
    clear: both;
    position: absolute;
    left: 0
}

.bodycontent {
    margin: 0 204px!important
}

.main1 {
    background-size: cover;
    background-image: url(/wp-content/themes/certification/images/main1.jpg)
}

.main1>div {
    background-color: #fffc2
}

.main2 {
    background-color: #fff;
    height: 450px
}

.image_form {
    background-size: contain;
    background-image: url(/wp-content/themes/certification/images/form_image.jpg);
    height: 310px
}

.image_form,
.main2_form {
    margin-top: 40px;
    width: 45%;
    float: left
}

.main2_form {
    margin-right: 10%
}

.main2_form form {
    padding-top: 40px
}

.main2_form form input {
    margin: 0 10px
}

.main2_form form .btn.btn-warning {
    margin-top: 0
}

.main3 {
    background-size: cover;
    background-image: url(/wp-content/themes/certification/images/main2.jpg)
}

.main3>div {
    padding: 50px 0 40px;
    background-color: #fffc2
}

.main4 {
    display: none;
    height: 320px;
    background-color: #fff;
    width: 100%
}

.main4>.wrap-in {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 320px
}

.main5 .for-sl,
.menu-bottom {
    display: -webkit-box;
    display: -ms-flexbox
}

.main4>.wrap-in>div {
    width: 230px;
    height: 230px
}

.main4>.wrap-in>div>p {
    text-align: center!important;
    font-weight: 700;
    font-size: 14px
}

.main4>.wrap-in>div>div {
    width: 120px;
    height: 81px;
    border-radius: 50%;
    border: 7px solid #2088b5;
    margin: 10px auto;
    text-align: center;
    padding-top: 39px;
    font-size: 34px;
    font-weight: 700
}
.first-section .left-section{
	width: 50%;
	box-sizing: border-box;
}
.first-section .right-section{
	box-sizing: border-box;
	width: 50%;
	padding: 0 50px;
}
.first-section{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	position: relative;
	z-index: 1;
    top: -22px;

    background-image:linear-gradient(180deg, rgba(0,0,0,0.7), rgba(0,0,0,0.7)), url(https://c-qc.com/wp-content/uploads/2018/12/1026801451.jpg);
    background-position: center center;
    /*background-blend-mode: overlay;*/
    background-size: cover;
    background-attachment: fixed;
    transition: background .3s , border .3s , border-radius .3s , box-shadow .3s;
    margin-top: 0;
    margin-bottom: 0;
    padding: 50px 5%;
} 
.second-section h2{
	font-size: 50px;
    font-weight: 800;
    line-height: 1.5em;
    text-align: center;
    color: #000;
}
.second-section{
	overflow: hidden; 
	padding: 0 10%;
	background-color: #fff;
}
.second-section img{
	max-width: 100%;
	display: block;
	height: auto;
}
.wrapper-cause{
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
}
.wrapper-cause .left-section{
	width: 50%;
	display: flex;
	align-items: center;
}
.wrapper-cause .left-section p{
	font-size: 40px;
}
.second-section .bottom-text{
	font-size: 22px;
    font-weight: 400;
    font-style: oblique;
    line-height: 1.8em;
    font-family: serif;
}

.answer {
    padding-bottom: 10px;
    padding-top: 20px;
}

.wrapper-cause .right-section ol li{
    font-family: serif;
	margin: 25px 0;
	font-size: 24px;
	color: #000;
	font-weight: 700;
}
.wrapper-cause .left-section span{
	font-size: 450px;
	font-weight: 700;
	color: rgba(242,113,0,.46);
}
.wrapper-cause .right-section{
	width: 50%;
}
.second-section p{
	color: #000;
    font-size: 29px;
    text-align: center!important;
}
.first-section .left-section h3{
	font-size: 45px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 1.1em;
    color: #fff;
}
.first-section .azure{
	color: #6ec1e4;
	text-transform: uppercase;
	font-size: 30px;
	text-align: center!important;
}
.third-section{
	padding: 0 5%;
}
.third-section h3{
	font-size: 39px;
    font-weight: 400;
    text-transform: uppercase;
    color: #4c4c4c;
    text-align: center;
    margin: 30px 0;
}
.third-section p{
	font-size: 14px;
    font-weight: 400;
    color: #4c4c4c;
    text-align: center!important;
    margin: 30px 0;
}
.third-section .bottom-text{
	font-weight: 700;
	font-family: serif;
	font-size: 24px;
	color: #000;
}
.services {
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
}
.services .services-item{
	padding: 70px 50px 70px 50px;
	border-radius: 15px;
	box-shadow: 0 0 15px rgba(0,0,0, 0.5);
	margin:15px;
	width: calc(33.333% - 70px);
	box-sizing: border-box;
	background-color: #fff;
	min-width: 280px;

}
.services .services-item .service-price{
	    font-size: 65px;
	    font-family: serif;
	    font-weight: 700;
}
.services .services-item:nth-child(even){
	background-color: #6ec1e4;
}
.services .services-item:nth-child(even) .service-name{
	color: #fff;
}
.services .services-item:nth-child(even) .service-price{
	color: #fff;
}
.services .services-item:nth-child(even) .line{
	background-color: #fff;
}

.services .services-item .service-name{
	color: #4c4c4c;
	font-size: 17px;
	font-weight: 300;
}
.services li{
	margin: 15px 0;
}
.line {
	width: 45px;
	height: 2px;
	background-color: black;
	margin: 50px auto;
}
.fourth-section{
	padding: 0 8%;
	background-color: #fff;
	overflow: hidden;
}
.questions-list {
	list-style: none;
	margin: 49px 0px 43px 0px;
	padding: 0;
}
.questions-list li{
	width: 70%;
	margin: 0 auto;
	padding: 10px 0;
	border-bottom: 2px solid #f4f4f4;
}
.questions-list .question{
	font-size: 21px;
    font-weight: 300;
    cursor: pointer;
}
.questions-list .question:hover{
	text-decoration: underline;
}
.questions-list .answer{
	display: none;
}

.fourth-section h3{
	color: #4054b2;
	text-align: center;
	font-size: 53px;
	font-family: serif;
}
.fifth-section{
	background-image:linear-gradient(180deg, rgba(0,0,0,0.7), rgba(0,0,0,0.7)), url(https://c-qc.com/wp-content/uploads/2018/12/1026801451.jpg);
    background-position: center center;
    /*background-blend-mode: overlay;*/
    background-size: cover;
    background-attachment: fixed;
    transition: background .3s , border .3s , border-radius .3s , box-shadow .3s;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0 5%;
    overflow: hidden;
}

.fifth-section h3{
	font-size: 33px;
	color: #fff;
	text-align: center;
	margin: 60px 0; 
}
.fifth-section .left-section{
	width: 50%;
}
.fifth-section .right-section{
	width: 50%;

}
.fifth-section .wrapper-section{
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
	width: 80%;
	margin: 0 auto;
}
.fifth-section .left-section input{
	display: inline-block;
	margin: 15px 5px;
	width: calc(50% - 10px);
	padding: 5px;
	box-sizing: border-box;
}
.fifth-section .left-section textarea{
	box-sizing: border-box;
	display: block;
	width: calc(100% - 10px);
	margin: 0 auto;
	min-height: 80px;
}
.black-block{
	width: 80%;
	background-color: #000;
	margin: 15px auto;
	color: #fff;
	padding: 50px;
	box-sizing:border-box;
}
.black-block p{
	text-align: center!important;

}
.top-title{
        color: #fff;
    font-family: "Arial",sans-serif;
    font-size: 25px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    line-height: 2em;
    letter-spacing: 2.4px;
    text-align: center;
    width: 430px;
    margin: 0 auto;
    padding: 100px 0;
}
.top-text{
    font-size: 39px;
    color: #fff;
    width: 90%;
    margin: 0 auto;
    text-align:center!important;
    font-family: serif;
}
.btn-sert:hover{
    background-color: #6ec1e4;
    text-decoration: underline;
    color: #Fff;
}
.btn-sert{
    transform: translateX(-50%);
    font-size: 18px;
    padding: 20px 40px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    display: inline-block;
    background-color: #000;
    color: #fff;
    text-decoration: none;
    border: 1px solid #6ec1e4;
    transition: all 0.4s;
    margin: 50px 0;
    margin-left: 50%;
}
.top-section{
    position: relative;
    top: -22px;
    background-image: linear-gradient(180deg, rgba(0,0,0,0.7), rgba(0,0,0,0.7)), url(https://c-qc.com/wp-content/uploads/2018/12/1026801451.jpg);
    background-position: center center;
    /* background-blend-mode: overlay; */
    background-size: cover;
    background-attachment: fixed;
    transition: background .3s , border .3s , border-radius .3s , box-shadow .3s;
}
.fifth-section .left-section input[type='submit']{
    margin-left: 50%;
    transform: translateX(-50%);
}
.main5 {
    padding-top: 50px;
    height: 315px;
    background-color: #e9f9ff;
    width: 100%;
    background-image: url(/wp-content/themes/certification/images/bg-sl.jpg);
    box-shadow: inset 0 0 1000px #fffbd
}

.for-sl1 {
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.first-section p{
	color: #fff;
	font-size: 18px;
	text-align: center!important;
}
.first-section .title-question{
	font-size: 30px;
}
.first-section iframe{
	width: 100%;
	height: 280px;
}
.sixth-section{
	padding: 0 5%;
}
.sixth-section .title{
    font-size: 65px;
    font-weight: 900;
    line-height: 1.2em;
    color: #000;
    text-align: center;
    font-family: serif;
    margin: 50px 0;
}
.offices-list{
	list-style: none;
	margin: 0;
	padding: 0;

}
.offices-list li{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.offices-list li .city{
	color: #000;
	font-size: 26px;
	text-align: center;
	font-family: serif;
}
.offices-list li .left-section img{
	max-width: 100%;
}
.offices-list li .right-section p{
	text-align: center!important;
}
.offices-list li .right-section{
	width: 50%;	
}
.offices-list li .left-section{
	width: 50%;	
}
.offices-list li:nth-child(even) .left-section{
	order: 1;
}
.main5 .for-sl {
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.main5 h2 {
    margin-top: 0
}

.main5 p {
    margin-bottom: 40px
}

.site-footer {
    background: url(/wp-content/themes/certification/images/footer.jpg);
    height: 280px;
    width: 100%;
    background-position-y: 20%;
    background-size: cover
}

.menu-bottom {
    height: 50px;
    background-color: #285078;
    margin-bottom: 30px;
    border-radius: 3px;
    width: 98%;
    padding: 7px 0px;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.address-bot,
.bx-wrapper {
    background: 0 0
}

.contact-bot,
.site-copyright {
    position: static
}

.contact-bot {
    width: 100%!important;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.site-copyright {
    width: 100%!important;
    text-align: center
}

.bx-wrapper .bx-prev {
    left: -50px
}

.bx-wrapper .bx-next {
    right: -50px
}

.bx-wrapper .bx-pager {
    display: none
}

.bx-wrapper {
    width: 80%;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

@media screen and (max-width:920px) {

    .full_screen {
        height: 3270px
    }
    .bodycontent {
        margin: 0 0 1337px 204px!important
    }
    .main2 {
        height: 750px
    }
    .image_form,
    .main2_form {
        margin-right: 0;
        width: 100%
    }
    .main2_form {
        margin-top: 0
    }
    .main2_form form {
        width: 60%;
        margin: 0 auto
    }
    .image_form {
        background-position: center
    }
    .main4>.wrap-in {
        flex-direction: column
    }
    .main4 {
        height: 910px;
        padding-top: 40px;
        padding-bottom: 40px
    }
}

@media screen and (max-width:900px) {
    .block-top {
        width: 100%
    }
    .block-top-tit {
        text-align: left
    }
}

@media screen and (max-width:520px) {
    .full_screen {
        height: 4100px
    }
    .burger_mobile {
        top: 0
    }
    .material-button {
        margin-left: 4px!important;
        z-index: 2!important;
        top: 155px!important;
        right: 18px;
        box-shadow: 1px 1px 20px 3px #285078
    }
    .phone {
        display: none
    }
    .phone_mobile {
        display: block
    }
}

@media screen and (max-width:405px) {
    .material-button {
        top: 300px!important
    }
    .block-top-tit {
        padding-top: 30px
    }
    .site-logo {
        margin: 0 auto;
        width: 95px
    }
    .site-slogan {
        margin: 0 auto;
        width: 90%
    }
    .site-slogan p {
        text-align: center!important;
        font-size: 14px
    }
    .site-header {
        padding-top: 20px
    }
}

@media screen and (max-width:320px) {
    .full_screen {
        height: 4300px
    }
    .bodycontent {
        margin: 0 0 4300px!important
    }
}

@media screen and (max-width:980px) {
    .menu-bottom {
        width: 510px
    }
    .first-section .left-section{
    	width: 100%;
    }
    .first-section .right-section{
    	width: 100%;
    	padding: 0 10px;
    }
    
}

@media screen and (max-width:620px) {
    .menu-bottom {
        width: 300px;
        height: 150px;
        margin-bottom: 0
    }
    .menu-bottom li {
        float: none;
        width: 15%
    }
    .contact-bot {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .site-footer {
        height: 490px;
        margin-top: 500px
    }
    .aside-left {
        display: none
    }
    .address-bot,
    .address-bot p {
        font-size: 9px
    }
}

.block-top {
    background-image: url(/wp-content/themes/certification/images/main-bg.png);
    width: 100%
}

.aside-right {
    width: 204px;
    padding: 14px 0 30px 1px;
    float: right;
    margin-left: -100%;
    position: relative;
    min-height: 420px
}

.aside-left>div:first-child {
    background-color: #fff;
    border: 1px solid #285078;
    border-radius: 3px 3px 0 0
}

.aside-left>div:first-child h3 {
    color: #fff;
    background-color: #285078;
    font-size: 17px;
    padding: 10px 10px 0;
    margin-top: 0;
    display: block;
    height: 37px
}

.aside-left>div:first-child ul {
    padding: 0
}

div.phone.phone_mobile {
    display: none
}

.phone a {
    display: inline-block;
    color: #4f72b0;
    font-weight: 700
}

.menu-top li {
    padding: 0 5px;
    font-size: 16px
}

.for-sl .bx-wrapper {
    max-width: 1100px!important
}

.mainpage {
    margin: 0 0 2135px!important
}

@media screen and (max-width:1100px) {
 .wrapper-cause .left-section{
 	width: 100%;
 }
	.fifth-section .left-section{
		width: 100%;
	}
	.fifth-section .right-section{
		width: 100%;
	}
 .wrapper-cause .right-section{
	width: 100%;
 }	
}
@media screen and (max-width: 630px){
	.wrapper-cause .left-section{
		position: relative;
	}
	.wrapper-cause .left-section span{
		display: block;
		text-align: center;
		width: 100%;
	}
	.wrapper-cause .left-section p{
		position: absolute;
		top: 50%;
		left: 50%;
	    width: 100%;
		transform: translate(-50%, -50%);
	}
}
@media screen and (max-width:768px) {
    .for-sl .bx-wrapper {
        max-width: 140px!important
    }
    .fourth-section h3{
    	font-size: 36px;
    }
    .phone {
        width: 310px;
        font-size: 14px
    }
    .site-header {
        height: 62px
    }
    .burger_mobile {
        position: fixed;
        z-index: 3
    }
    .block-top {
        height: 400px
    }
    .block-top-tit {
        padding-bottom: 0;
        font-size: 22px
    }
    .block-top-in p span {
        font-size: 22px!important;
        width: calc(100% - 50px)
    }
    .aside-right {
        display: none
    }
    .menu-bottom {
        width: 95%
    }
    .menu-bottom li a {
        text-align: center
    }
    .bodycontent {
        margin: 0 0 1230px!important
    }
    .menu-top {
        width: 100%;
        top: 50px;
        padding-top: 0!important
    }
    .menu-top li>ul.sub-menu {
        z-index: 3;
        position: static;
        width: 95%;
        background-color: #6fc0e891
    }
    .menu-top li a span {
        padding-right: 0
    }
}

.contact-bot-mob {
    display: none
}

@media screen and (max-width:375px) {
    .bodycontent {
        margin-left: 0!important
    }
    .aside-left,
    .material-button {
        display: none
    }
    .block-top {
        height: 550px
    }
    .block-top-in {
        width: calc(100% - 50px)
    }
    .cons-butt {
        margin-right: 0;
        margin-top: 25px;
        margin-bottom: 10px
    }
    .site-header {
        padding-top: 0
    }
    .site-slogan {
        float: left;
        width: 70%;
        padding-top: 10px;
        height: 65px
    }
    .site-logo {
        float: left;
        width: 25%
    }
    .phone {
        width: 100%;
        padding-top: 0
    }
    div.phone.phone_mobile {
        width: 70%;
        padding-top: 20px;
        float: right;
        display: block
    }
    .burger_mobile {
        position: fixed;
        top: 100px
    }
    .site-header {
        height: 150px
    }
    .mainpage {
        margin: 0 0 2870px!important
    }
    #abinfo {
        width: 100%!important;
        text-align: center
    }
    .contact-bot {
        height: 265px!important;
        display: none
    }
    .address-bot,
    .address-bot p {
        font-size: 11px;
        text-align: center
    }
    .site-footer {
        box-shadow: inset 0 0 1000px #000
    }
    .address-bot {
        margin-top: 60px;
        width: 100%;
        padding: 0
    }
    .address-bot p {
        text-align: center!important
    }
    .contact-bot-mob {
        display: block;
        color: #fff;
        height: 250px
    }
    .contact-bot-mob .address-bot {
        margin-top: 20px
    }
    #abcontactmob {
        height: 285px!important
    }
    a.sl--message {
        right: 65px
    }
    a.sl--call {
        bottom: 10px
    }
    .menu-bottom {
        display: block;
        width: 100%;
        height: 165px
    }
    .menu-bottom li {
        background: 0 0;
        width: calc(100% - 10px)
    }
    .menu-bottom li a {
        width: calc(100% - 15px)
    }
    .main5 {
        height: 340px
    }
    .re-message-panel .close {
        top: 8px;
        right: 10px
    }
    .up_page {
        bottom: 10px!important;
        left: 10px!important;

    }
    .table-price {
        width: 100%
    }
    .table-price tbody tr {
        height: 40px
    }
    .table-price tbody td {
        vertical-align: center;
        border-bottom: 1px solid #2088b51c
    }
}

.cons-butt,
.more-butt {
    float: left
}

.up_page,
span.dino {
    display: none
}

@media (max-width:750px) {
    .up_page {
        bottom: 5px!important;
        left: 1%!important
    }
    .first-section .left-section h3{
    	font-size: 30px;
    	text-align: center;
    }
    .second-section h2{
    	font-size: 30px;
    }
}

.up_page {
     z-index: 9999;
    width: 40px;
    height: 40px;
    position: fixed;
    bottom: 40px;
    left: 45px;
    background-image: url(images/up.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-color: #b1d2e2;
    border-radius: 3px;
    opacity: .8
}

.cons-butt:hover {
    background-color: #0a6d98
}

.more-butt:hover {
    background-color: #e7f2f7
}

.phone div a {
    margin: 5px 10px
}

.phone {
    width: 360px
}

.phone div:first-child {
    margin-right: 0
}

.menu-top li a {
    text-transform: none
}

.more-butt {
    background-color: #fff;
    color: #616369;
    display: block;
    text-align: center;
    padding-top: 15px;
    height: 35px;
    margin-top: 35px
}

@media screen and (max-width:600px) {
    .address-bot,
    .tel-bot {
        margin: 0px 0
    }
    .address-bot p,
    .tel-bot p {
        text-align: center!important;
        margin: 5px!important
    }
    a.sl--message {
        background-color: #2088b5;
        background-position: center;
        background-size: 28px;
        box-shadow: 0 0 13px -2px #000;
        background-repeat: no-repeat;
        font-size: 10px!important;
        padding: 5px 15px!important;
        bottom: 5px!important;
        margin: auto!important
    }
    #abinfo {
        margin-top: 25px!important;
        width: 100%!important;
        padding-left: 0!important
    }
}

.edit-block-body-wr {
    margin-top: 20px
}

.t-product a {
    text-decoration: none;
}

.for-circle-numbor {
    text-align: center;
    font-size: 16px;
}

.table-for-post-css {
    text-align: left;
}

.table-for-post-css th {
    font-weight: normal;
    color: #777777;
    padding: 10px 30px;
}

.table-for-post-css td {
    color: #777777;
    border-top: 1px solid #00000057;
    border-bottom: 1px solid #00000057;
    padding: 6px 15px;
}

.seventh-section {
    padding: 25px 68px 33px 68px;
}

.table-for-post-css tr:hover {
    background-color: #F5F5F5;
    transition: background-color .4s;
    -webkit-transition: background-color .4s;
}

@media (max-width: 580px) {
    .site-wrap-in {
        min-height: 770px;
    }
    .bodycontent {
        margin: 0 0 1400px!important;
    }
}

@media (max-width: 380px) {
    .site-wrap-in {
        min-height: 900px;
    }
}

.mobile_nav_menu h3 {
    margin-bottom: 10px;
}

.menu-top li a span:hover {
    color: #000 !important;
}

@media (max-width: 800px) {
    .phone_mobile {
        margin-top: -20px !important;
    }
}

.phone {
    text-align: left !important;
}

.current_page_item > a,
.current-menu-item > a {
    pointer-events: none !important;
    cursor: default !important;
}

.up_page:hover {
    background-color: #3994c0;
}

@media (max-width: 1258px) {
    .t-product {
        min-height: 320px;
    }
}

@media (max-width: 975px) {
    .t-product {
        min-height: 320px;
    }
    .menu-bottom {
        width: 630px;
    }
}

@media (max-width: 900px) {
    .news {
        display: none;
    }
}

@media (max-width: 700px) {
    .menu-bottom {
        width: 100% !important;
    }
}

@media (max-width: 765px) {
    .aside-left {
        display: none;
    }
    .wrap-in {
        min-height: 150px;
    }
    .phone {
        margin-top: 45px;
    }
}

@media (max-width: 580px) {
    .phone {
        margin-top: 70px;
    }
}

@media (max-width: 520px) {
    div.phone.phone_mobile {
        display: block;
    }
    .phone {
        text-align: right !important;
    }
    .site-wrap {
        margin: 0 0 -130px;
    }
}

@media (max-width: 410px) {
    div.phone.phone_mobile {
        display: none;
    }
    .fifth-section .left-section input{
    	width: calc(100% - 10px);
    }
    .black-block{
    	width: 95%;
    }
}

@media (max-width: 405px) {
    .site-footer {
        margin-top: 600px;
    }
}

@media (max-width: 375px) {
    .site-footer {
        margin-top: 150px;
    }
}

@media (max-width: 353px) {
    .t-product {
        min-height: 420px;
    }
    .site-footer {
        margin-top: 550px;
    }
}

.phone {
    overflow: inherit !important;
}

.time-works-vechno {
    color: #4f72b0;
    font-weight: 700;
}

.my-slide-bar__h3 {
    width: 600px !important;
}

@media (max-width: 500px) {
    .my-slide-bar__h3 {
        width: 400px !important;
    }
}

.site-wrap {
    margin: 0 0 -256px;
}

.site-wrap-in {
    min-height: 422px !important;
}

.bodycontent {
    text-align: justify;
}

#noneVirus ~ div {
    display: none !important;
}
