body {
    font-size: 16px;
    font-family: 'Exo 2', sans-serif;
}
h1 {
    font-size: 44px;
}
a {
    text-decoration: none;
    color: #000;
}
a:hover {
    text-decoration: none;
    color: #ff9900;
}
a:focus,
button:focus,
.btn:focus {
    outline: none;
}

.site-branding {
    max-width: 273px;
}

.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}
.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;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}
#primary[tabindex="-1"]:focus {
	outline: 0;
}
.header-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
}
.site-header {
    padding: 10px 0;
    background: #f9f9f9;
}
.site-header.sticky {
    box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.1);
    position: fixed;
    width: 100%;
    top: -70px;
    left: 0;
    right: 0;
    z-index: 99;
    transform: translateY(70px);
    transition: transform 500ms ease, background 500ms ease;
    -webkit-transition: transform 500ms ease, background 500ms ease;
    background: rgba(255, 255, 255, 0.9);
    transition: all 0.5s;
}
.header__right {
    width: 75%;
    display: flex;
    align-items: center;
    justify-content: flex-end
}
.btn-menu {
    background: url(../img/menu.svg) no-repeat;
    background-position: 0 0;
    background-size: contain;
    padding: 0;
    border: none;
    display: block;
    width: 32px;
    height: 32px;
    margin-right: 30px;
}
.switcher-dropdown {
    z-index: 1;
    min-width: 60px;
    text-align: center;
}
.language-dropdown {
    background: #f5f5f5;
    box-shadow: 0px 3px 40px 1px rgba(62,87,100,0.29);
    padding: 10px 5px !important;
}
.language-dropdown li {
    margin-bottom: 5px;
}
.language-dropdown li:last-child {
    margin-bottom: 0;
}
.header__call {
    text-align: center;
    margin-right: 30px;
    padding-left: 30px;
    background: url(../img/phone-call.svg) no-repeat;
    background-position: 0 50%;
    background-size: 26px;
}
.header__call .phone-info {
    font-size: 18px;
}
.btn-call {
    padding: 0 0 2px 0;
    font-weight: 700;
    border: none;
    border-bottom: 2px dashed #feab30;
    color: #feab30;
    transition: all 0.3s;
    border-radius: 0;
}
.btn-call:hover {
    border-color: transparent;
}
.main-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
    font-size: 18px;
    text-transform: uppercase;
}
.main-menu li {
    margin-bottom: 10px;
}
.main-menu li a {
    display: block;
    transition: all 0.3s;
}
.sidebar-lang {
    max-width: 100px;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea,
select {
    font-family: 'Exo 2', sans-serif;
    font-weight: 400;
    font-size: 16px;
    border-radius: 3px;
    padding: 12px 25px;
    border: 1px solid #e7e7e7;
    color: #444;
    display: block;
    width: 100%;
    margin-bottom: 20px;
    box-sizing: border-box;
    margin-top: 20px;
}
textarea {
    height: 120px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
    outline: none;
    border-color: #feab30;
    box-shadow: 0px 6px 24px rgba(0, 133, 74, 0.16);
}
b,strong {
    font-weight: 700;
}
img {
    max-width: 100%;
    height: auto;
}
.modal-title {
    font-weight: 700;
}
.phone-info p {
    margin: 0;
}
.start__section {
    position: relative;
    background-image: url(../img/bg-start.jpg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    padding: 60px 0 30px 0;
}
.start__section .container {
    position: relative;
}
.img-bg {
    position: absolute;
    right: 0;
    top: 0;
}
.start__section__content {
    position: relative;
}
.start__section__content h1 {
    margin: 0 0 30px 0;
   /* color: #feab30;*/
}
.img__top {
    display: block;
    margin: 0 auto;
}
.btn-main {
    border: none;
    padding: 15px 50px;
    border-radius: 30px;
    color: #fff;
    margin-top: 30px;
    font-weight: 700;
    transition: all 0.3s;
    background: linear-gradient(to right, #ff7d17 0%, #ff5b0f 100%);
}
.btn-main:hover{
   background: linear-gradient(to right, #ff5b0f 0%, #ff7d17 100%);
    box-shadow: 0px 4px 10px rgba(0,0,0,0.45);
   color: #fff;
}
form .btn-main {
    margin: 20px 0 0 0;
}
.service-list li {
    float: left;
    width: 20%;
    padding-right: 15px;
    margin-bottom: 15px;
}
.section-padding {
    padding: 100px 0;
}
.section__services {
    display: block;
    max-width: 1600px;
    margin: 0 auto;
    background: url(../img/bg-serv.png) 100% 0 no-repeat;
}
.services__list .service__item {
    margin-bottom: 30px;
}
.services__list .service__item:nth-child(odd) {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.services__list .service__item:nth-child(even) {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: center;
}
.service__item img {
    display: block;
    width: 50%;
}
.service__item-text {
    position: relative;
    padding: 50px;
    background: #fff;
    width: 100%;
    max-width: 600px;
    text-align: justify;
    border-radius: 10px;
    box-shadow: 0px 3px 40px 1px rgba(62,87,100,0.29);
}
.service__item-head {
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 20px 0;
}
.heading {
    font-weight: 700;
    margin-bottom: 30px;
    padding-bottom: 10px;
    background: url(../img/line.svg) no-repeat;
    background-position: 0 100%;
}
.heading-center {
    text-align: center;
    background-position: 50% 100%;
}
.section__casec {
    background: url(../img/bg-img-cases.png) no-repeat;
    background-position: 100% 0;
}
.case__item-head {
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 20px 0;
}
.owl-theme .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #feab30;
}
.section__advantages {
    background: url(../img/bg-img-advant.png) no-repeat;
    background-position: 0 0; 
}
.advantages-item {
    transition: all 0.3s ease-in-out;
    overflow: hidden;
    margin: 30px 0 0 0;
    padding: 35px 15px;
    background: #f6f7fd;
    text-align: center;
    box-shadow: 20px 20px 20px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    transition: all 0.3s;
}
.advantages-item img {
    display: block;
    margin: 0 auto 15px auto;
}
.advantages-item:hover {
    background: #feab30;
    color: #fff;
}
.block__info {
    padding-bottom: 60px;
}
.block__info-left {
    background: url(../img/circle-left-2.png) 0 0 no-repeat;
}
.block__info-right {
    background: url(../img/circle-right.png) 100% 0 no-repeat;
}
.block__info-left-2 {
     background: url(../img/circle-light-left.png) 0 0 no-repeat;
}
.block__info-right-2 {
     background: url(../img/circle-light-right-2.png) 100% 0 no-repeat;
}
.cta {
    padding: 60px 0;
    background: url(../img/bg-action.jpg) no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
    font-size: 18px;
}
.cta:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0,0,0,0.5);
}
.cta__info {
    position: relative;
    color: #fff;
} 
.cta h2,.cta h3 {
    margin-bottom: 20px;
}
.info-img {
    display: block;
    margin: 0 auto;
}
.price-descr {
    text-align: center;
    color: #fff;
}
.section-prices {
    padding: 60px 0;
    background: url(../img/bg-prices.jpg) no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
}
.section-prices:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(19,19,19,0.85);
}
.section-prices h2 {
    color: #fff;
}
.section-prices .container {
    position: relative;
}
.prices-list {
    padding: 20px 0 50px 0;
}
.price__item {
    text-align: center;
    position: relative;
    padding: 20px 10px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0px 3px 20px 1px rgba(62,87,100,0.15);
    margin-top: 30px;
    transition: all 0.3s;
}
.price__item:hover {
    box-shadow: 0px 3px 40px 1px rgba(62,87,100,0.30);
}
.price__item p {
    margin-bottom: 5px;
}
.price__item-title {
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 700;
}
.section__partners {
    background: url(../img/bg-serv.png) no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}
.main-list ul {
    list-style: none;
    margin: 20px 0 0 0;
    padding: 0;
}
.main-list ul li {
    padding: 3px 0 3px 40px;
    background: url(../img/check.svg) no-repeat;
    background-position: 0 50%;
    background-size: 24px;
    font-size: 18px;
    margin-bottom: 2px;
}
.main-list h3 {
    font-weight: 700;
}
.section__clients {
    background: url(../img/map_overlay.png) no-repeat;
    background-position: 50% 50%;
    background-size: 100%;
}
#sp-wp-carousel-free-id-1786.sp-wpcp-1786 ul.slick-dots li.slick-active button {
    background-color: #feab30;
}
.section__testominals {
    background: #f9f9f9;
    padding: 60px 0;
        
}
.reviews__item {
    display: flex;
    flex-direction: row;
    align-items: center;
}
.reviews__slider-left {
    width: 30%;
}
.reviews-img {
    background: url(../img/img-bg.png) center center no-repeat;
}
.reviews-img img {
    display: block;
    margin: 0 auto;
    width: 120px !important;
    border-radius: 50%;
}
.reviews__slider-right {
    width: 70%;
    padding-left: 40px;
    background: url(../img/quotes.svg) 0 0 no-repeat;
    background-size: 30px;
    color: #444;
}
.reviews__slider-name {
    color: #000;
    font-weight: 700;
    font-size: 18px;
}
.section-contacts {
    padding: 60px 0;
    background: url(../img/bg-contact.jpg) no-repeat;
    background-position: 100% 100%;
}

.contact-bottom {
    font-size: 22px;
    font-weight: 700;
    padding-left: 35px;
    margin-top: 20px;
}
.phone__contact {
    background: url(../img/phone-ico.svg) no-repeat;
    background-position: 0 50%;
    background-size: 26px;
}
.mail__contact {
    background: url(../img/email-ico.svg) no-repeat;
    background-position: 0 50%;
    background-size: 26px;
}
.form__head {
    text-align: center;
    margin-top: 15px;
    font-weight: 700;
    font-size: 24px;
    color: #feab30;
}
.modal-header span {
    color: #feab30;
}
.page__thanks .site-header {
    display: none;
}
.thanks__intro {
    padding: 100px 0 300px 0;
    background: url(../img/bg-thanks3.jpg) no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}
.btn-home {
    display: inline-block;
    padding: 15px 30px;
    text-align: center;
    border-radius: 30px;
    background: #feab30;
    transition: all 0.3s;
    color: #fff;
    font-weight: 700;
    margin-top: 30px;
}
.btn-home:hover {
    background: #fff;
    color: #feab30;
}



@media(max-width:1199px) {
    .img-bg {
        width: 60%;
    }
}

@media(max-width:991px) {
    h1 {
        font-size: 32px;
    }
    .start__section {
        padding: 60px 0;
    }
    .service__item-text {
        padding: 20px;
    }
}

@media(max-width:767px) {
    .start__section {
         background-image: url(../img/bg-start-mob.jpg);
    }
    .start__section__content .btn-main {
        margin-bottom: 30px;
    }
    .reviews__item {
        flex-direction: column;
    }
    .reviews__slider-left,
    .reviews__slider-right {
        width: 100%;
    }
    .section-padding {
        padding: 60px 0;
    }
    .service__item img {
        width: 100%;
        max-width: 100%;
        margin: 10px auto 0 auto;
    }
    .services__list .service__item:nth-child(odd),
    .services__list .service__item:nth-child(even){
        flex-direction: column-reverse;
    }
    .header__call,
    .btn-menu {
        margin-right: 20px;
    }
    .site-branding {
        max-width: 150px;
    }
    .header__call .phone-info {
        font-size: 16px;
    }
    .offcanvas-start {
        max-width: 260px;
    }
}

@media(max-width:479px) {
    .header-row {
        flex-direction: column;
    }
    .header__right {
        width: 100%;
        margin-top: 10px;
        justify-content: space-around;
    }
}
@media(max-width:400px) {
    .header__call {
        padding-left: 0;
        background: none;
    }
}
@media(max-width: 356px) {
    h1,
    .heading {
        font-size: 26px;
    }
}
@media(max-width:340px) {
    .sidebar-lang {
        max-width: 85px;
        font-size: 14px;
    }
    .header__call, .btn-menu {
        margin-right: 15px;
    }
    .btn-call,
    .header__call .phone-info {
        font-size: 14px;
    }
}