/*
Theme Name: ITP Sevice
Author: ITP Sevice
Version: 1.0
*/
/* open-sans-regular - latin_cyrillic */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: url('fonts/open-sans-v18-latin_cyrillic-regular.eot'); /* IE9 Compat Modes */
    src: local(''),
         url('fonts/open-sans-v18-latin_cyrillic-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('fonts/open-sans-v18-latin_cyrillic-regular.woff2') format('woff2'), /* Super Modern Browsers */
         url('fonts/open-sans-v18-latin_cyrillic-regular.woff') format('woff'), /* Modern Browsers */
         url('fonts/open-sans-v18-latin_cyrillic-regular.ttf') format('truetype'), /* Safari, Android, iOS */
         url('fonts/open-sans-v18-latin_cyrillic-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
  }
  /* open-sans-600 - latin_cyrillic */
  @font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    src: url('fonts/open-sans-v18-latin_cyrillic-600.eot'); /* IE9 Compat Modes */
    src: local(''),
         url('fonts/open-sans-v18-latin_cyrillic-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('fonts/open-sans-v18-latin_cyrillic-600.woff2') format('woff2'), /* Super Modern Browsers */
         url('fonts/open-sans-v18-latin_cyrillic-600.woff') format('woff'), /* Modern Browsers */
         url('fonts/open-sans-v18-latin_cyrillic-600.ttf') format('truetype'), /* Safari, Android, iOS */
         url('fonts/open-sans-v18-latin_cyrillic-600.svg#OpenSans') format('svg'); /* Legacy iOS */
  }
  /* open-sans-700 - latin_cyrillic */
  @font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    src: url('fonts/open-sans-v18-latin_cyrillic-700.eot'); /* IE9 Compat Modes */
    src: local(''),
         url('fonts/open-sans-v18-latin_cyrillic-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('fonts/open-sans-v18-latin_cyrillic-700.woff2') format('woff2'), /* Super Modern Browsers */
         url('fonts/open-sans-v18-latin_cyrillic-700.woff') format('woff'), /* Modern Browsers */
         url('fonts/open-sans-v18-latin_cyrillic-700.ttf') format('truetype'), /* Safari, Android, iOS */
         url('fonts/open-sans-v18-latin_cyrillic-700.svg#OpenSans') format('svg'); /* Legacy iOS */
  }

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    outline: none;
}
a {
    text-decoration: none;
    color: inherit;
}
.btn {
    background: #df6e00;
    min-width: 218px;
    display: inline-block;
    text-align: center;
    font-size: 18px;
    color: #fff;
    padding: 17px 20px;
    border-radius: 3px;
    transition: all .3s;
    cursor: pointer;
}
.btn:hover {
    background: #bd5d00;    
}
img {
    max-width: 100%;
    height: auto;
}
ul, li {
    list-style: none;
}
h1, h2, h3 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
}
h1 {
    font-size: 37px;
    line-height: 46px;
    margin: 20px 0 40px;
    text-align: center;
}
h2 {
    font-size: 22px;
    line-height: 38px;
    margin: 15px 0 20px;
}
p {
    margin-bottom: 15px;
}
.h2, h2 {
    font-size: 37px;
    line-height: 46px;
    font-weight: 700;
    margin-bottom: 15px;
    text-align: center;
}
.h3 {
    font-size: 21px;
    line-height: 38px;
    font-weight: 700;
    margin-bottom: 15px;
    text-align: center;
}
.sub-title {
    font-size: 18px;
    text-align: center;
}
.breadcrumbs {
    padding: 25px 0 0;
    font-size: 14px;
    line-height: 17px;
    color: #2F2B31;
}
.breadcrumbs .current-item {
    color: #2F2B31;
    opacity: 0.6;
}
.breadcrumbs a {
    padding-right: 30px;
    position: relative; 
    color: #444046;
    opacity: 0.6;
    transition: color .3s, opacity .3s;
}
.breadcrumbs a:after {
    content: '';
    background: url(img/bc.svg) no-repeat;
    width: 10px;
    height: 9px;
    position: absolute;
    right: 10px;
    top: 5px;
}
.breadcrumbs a:hover {
    color: #243873;
    opacity: 1;
}
ul.wsp-pages-list .children {
    padding-left: 15px;
}
body {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color:#000000;
    background-color:#fff;
}
.container {
    position: relative;
    max-width: 1280px;
    margin: 0 auto;
}
.header__burger {
    display: none;
}
.content { 
    padding: 50px 0;
}
.content a:hover {
    color: #364c93;
}
.list {
    padding-left: 40px;
    margin-bottom: 20px;
}
.list li { 
    margin-bottom: 10px;
    position: relative;
}
.list li:before {
    content: '';
    background: url(img/check-mark.png) no-repeat;
    width: 25px;
    background-size: cover;
    height: 25px;
    top: 2px;
    position: absolute; 
    left: -30px;
}
.table {
    width: 100%;
    border: none;
    margin-bottom: 30px;
    border-collapse: collapse;
}
.table th {
    padding: 10px;
    font-weight: 600; 
    text-align: left;
    color: #444441;
    border-top: 2px solid #243873;
    border-bottom: 2px solid #243873;
}
.table tbody td {
    padding: 10px;
    color: #444441;
    border-top: 1px solid #243873;
}
/* header */
header {
    padding: 10px 0;
}
.header__row {
    display: flex;
    flex-wrap: wrap;
}
.header__logo img, .footer__logo img {
    display: block;
}
.header__phone {
    flex-grow: 1;
    display: flex;
    justify-content: center;
    padding-left: 70px;
}
.header__phone-inner {
    width: 240px;
    box-shadow: 0 5px 10px rgb(0 0 0 / 5%), 0 5px 10px rgb(0 0 0 / 5%);
    height: 59px;
    border-radius: 30px;
    padding-left: 65px;
    position: relative;
    padding-top: 10px;
}
.header__phone-inner:before {
    content: '';
    width: 39px;
    height: 39px;
    background: #2b438d url(img/sprite.png) no-repeat;
    position: absolute;
    border-radius: 50%;
    background-position: -61px -55px;
    left: 12px;
    top: 10px;
}
.header__phone-num {
    font-size: 18px;
    font-weight: 700;
    display: block;
    line-height: 16px;
}
.header__phone-callback {
    line-height: 16px;
    border-bottom: 1px dashed;
    display: inline-block;
}
.header__email a {
    font-size: 18px;
}
.header__email a:before {
    content: '';
    width: 21px;
    height: 15px;
    background: url(img/sprite.png) no-repeat;
    display: inline-block;
    margin-right: 8px;
    background-position: -51px 0px;
}
.header__slogan, .footer__slogan {
    font-size: 18px;
    margin-left: 25px;
    max-width: 380px;
    display: flex;
    align-items: center;
}
/* nav */
.nav-box {
    box-shadow: 0 10px 20px rgb(0 0 0 / 5%);
}
.main-navigation {
    border-top: 1px solid #c4c4c4;
}
.main-navigation__list > li {
    display: inline-block;
    padding: 20px 40px;
    position: relative;
}
.main-navigation__list li:first-child {
    padding-left: 0;
}
.main-navigation__list li a {
    font-size: 18px;
}
.main-navigation .main-navigation__list .sub-menu {
    position: absolute;
    left: -9999px;
    opacity: 0;
    visibility: hidden;
    line-height: 20px;
    width: 350px;
    background: #fff;
    top: 80px;
    z-index: 3;
    box-shadow: 0px 0px 4px rgba(154, 147, 140, 0.5);
    transition: opacity .4s ease, top .45s ease;
}
.main-navigation__list>li:hover > .sub-menu, 
.main-navigation .main-navigation__list .sub-menu:hover {
    left: 20px;
    opacity: 1;
    visibility: visible;
    top: 67px;
}
.main-navigation .main-navigation__list .sub-menu .sub-menu {
    top: 0px;
    left: 320px;
    transition: opacity .4s ease, left .45s ease;
}
.main-navigation__list>li>.sub-menu>li:hover > .sub-menu, 
.main-navigation .main-navigation__list .sub-menu .sub-menu:hover {
    left: 350px;
    opacity: 1;
    visibility: visible;
}
.main-navigation__list .sub-menu li{
    display: block;
    padding: 0 5px;
}
.main-navigation__list>li>ul>li a, 
.main-navigation__list>li>ul>li>ul>li a {
    padding: 15px 20px;
    display: block;
    font-size: 18px;
    border-top: 1px solid #e1e1e1;
}
.main-navigation__list>li>ul>li:first-child>a, 
.main-navigation__list>li>ul>li>ul>li:first-child>a {
    border-top: 0px;
}
/* full slider */
.full-slider {
    height: 530px;
}
.full-slider__items {
    width: 745px;
    height: 530px;
}
.full-slider__bg {
    width: 745px;
    height: 530px;
    -webkit-transform: skew(-8deg);
    -moz-transform: skew(-8deg);
    -o-transform: skew(-8deg);
    background: #edededed;
    position: absolute;
    top: 0;
}
.sl-bt {
    margin-top: 50px;
    border: 1px solid #203b87;
    color: #203b87;
    font-size: 18px;
    min-width: 170px;
    display: inline-block;
    line-height: 50px;
    padding-left: 20px;
    transition: all .3s;
}
.sl-bt:hover {
    color: #fff;
    border: 1px solid #e07500;
}
.sl-bt.ar-bt span:before, .sl-bt.ar-bt span:after {
    background: #203b87;
}
.sl-bt:hover span:before, .sl-bt:hover span:after {
    background: #fff;
}
.full-slider__item {
    padding: 100px 100px 0;
}
.full-slider__item p {
    font-size: 21px;
    line-height: 34px;
}
.full-slider__item .sl-title {
    font-size: 33px;
    font-weight: 700;
    line-height: 44px;
}
.full-slider__dots {
    position: absolute;
    bottom: 45px;
    left: 320px;
}
.full-slider__dots ul li{
    width: 15px;
    font-size: 0;
    margin: 0 5px;
    height: 15px;
    border-radius: 50%;
    cursor: pointer;
    display: inline-block;
    border: 1px solid #a3a3a3;
    background-color: transparent;
}
.full-slider__dots ul li.slick-active {
    background-color: #ff5c00;
    border: 1px solid #ff5c00;
}
/* Home numbers*/
.numbers {
    padding: 50px 0 60px;
}
.numbers__items {
    display: flex;
    flex-wrap: wrap;
    padding-top: 50px;
}
.numbers__item {
    width: 25%;
    text-align: center;
    margin-bottom: 40px;
}
.numbers__item-icon {
    border-bottom: 1px solid #364c93;
    min-height: 130px;
    position: relative;
}
.numbers__item-icon:after {
    background: #364c93;
    width: 1px;
    height: 39px;
    content: '';
    position: absolute;
    bottom: 1px;
    margin: 0 auto;
    left: calc(50% - 1px);
}
.numbers__item-desc span {
    color: #364c93;
    font-weight: 600;
    font-size: 44px;
    padding: 20px 0;
    display: block;
}
.numbers__item-desc p {
    font-size: 18px;
}
/* reviews */
.reviews {
    padding: 50px 0 100px;
}
.reviews__items .slick-list, .sert__items .slick-list {
    margin-left: -15px;
    margin-right: -15px;
}
.reviews__item, .sert__item {
    margin: 0 15px;
}
.reviews__arrows, .sert__arrows {
    text-align: right;
    margin: 20px 0 30px;
}
.slick-arrow {
    display: inline-block;
    width: 10px;
    height: 18px;
    cursor: pointer;
    background: url(img/sprite.png) no-repeat;
    margin-left: 20px;
    opacity: .6;
}
.slick-arrow:hover {
    opacity: 1;
}
.slick-prev {
    background-position: 0px -62px;
}
.slick-next {
    background-position: -11px -62px;
}
/* benefits */
.benefits {
    background: #f9f9fb;
    padding: 80px 0 50px;
}
.benefits__items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 30px;
}
.benefits__item {
    width: 230px;
    padding: 20px; 
    background: #fff;
    border-radius: 15px;
    position: relative;
}
.benefits__item-desc {
    position: absolute;
    z-index: -1;
    top: 20px;
    padding-top: 30px;
    left: 20px;
    right: 20px;
    background: #fff;
    bottom: 20px;
    opacity: 0;
    transition: all .3s;
}
.benefits__item-q {
    width: 26px;
    height: 26px;
    position: absolute;
    right: 10px;
    background: url(img/sprite.png) no-repeat;
    top: 10px;
    cursor: pointer;
    opacity: .7;
    z-index: 3;
    background-position: -27px -15px;
}
.benefits__item-q:hover {
    opacity: 1;
}
.benefits__item-q:hover ~ .benefits__item-desc {
    opacity: 1;
    z-index: 2;
}
/* projects */
.projects {
    padding: 80px 0 60px;
}
.projects__items {
    display: flex;
    flex-wrap: wrap;
    padding-top: 30px;
    justify-content: space-between;
}
.projects__item {
    position: relative;
    margin-bottom: 25px;
    width: calc(33.3333% - 15px);
}
.projects__item:hover .projects__item-desc {
    z-index: 1;
    opacity: 1;
}
.projects__item-desc {
    position: absolute;
    background: #364c93eb;
    z-index: -1;
    top: 0;
    display: flex;
    flex-direction: column;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 30px;
    opacity: .3;    
    transition: all .45s;
}
.projects__item-desc.all-projects{
    z-index: 1;
    opacity: 1;
    background: transparent;
}
.projects__item-desc {
    position: absolute;
    background: #364c93eb;
    z-index: -1;
    top: 0;
    display: flex;
    flex-direction: column;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 30px;
    opacity: .3;    
    transition: all .45s;
}
.projects__item-image img {
    display: block;
}
.projects__item-title {
    font-size: 21px;
    color: #fff;
    text-transform: uppercase;
}
.projects__item-link {
    margin-top: auto;
    border: 1px solid #fff;
    color: #fff;
    font-size: 18px;
    width: 170px;
    line-height: 50px;
    padding-left: 20px;
    transition: all .3s;
}
.ar-bt:hover span {
    left: 5px;
}
/* .ar-bt:hover span:after, .ar-bt span:before{
    background-color: #e07500;
} */
.ar-bt:hover {
    background-color: #e07500;
}
.ar-bt span {
    position: relative;
    width: 10px;
    height: 10px;
    display: inline-block;
    margin-left: 10px;
    left: 0;
    transition: all .3s;
    vertical-align: middle;
}
.ar-bt span:after, .ar-bt span:before {
    background-color: #FFFFFF;
    box-sizing: border-box;
    content: '';
    position: absolute;
    width: 10px;
    height: 2px;
    transition: all .3s;
}
.ar-bt span:before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.ar-bt span:after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 6px;
}

/*service */
.documents {
    padding: 20px 0 80px;
}
.documents__box {
    /*box-shadow: -2px -2px 10px rgb(0 0 0 / 5%), 2px 2px 10px rgb(0 0 0 / 5%);
    border-radius: 15px;*/
    padding: 30px 0;
}
.documents__items {
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
    padding-top: 20px;
}
.documents__item {
    padding-left: 60px;
    padding-right: 30px;
    position: relative;
    width: 25%;
    margin-bottom: 30px; 
}
.documents__item:last-child {
    border-right: 0px;
}
.documents__item:before {
    content: '';
    background: url(img/sprite.png) no-repeat;
    width: 20px;
    height: 21px;
    top: 2px;
    position: absolute;
    background-position: -20px -62px;
    left: 30px;
}
.steps {
    background: #f9f9fb;
    padding: 80px 0 50px;
}
.steps__items {
    display: flex;
    flex-wrap: wrap;
    padding-top: 20px;
}
.steps__item {
    width: 50%;
    padding: 0 25px; 
    margin-bottom: 25px;
}
.steps__item-inner {
    background-color: #fff;
    border-top: 4px solid #ff6600;
    border-radius: 10px;
    padding: 20px 20px 20px 50px;
    min-height: 100%;
    position: relative;
}
.steps__item-inner span {
    font-weight: 700;
    padding-bottom: 5px;
    display: block;
}
.steps__item-inner:before {
    content: '';
    width: 60px;
    height: 60px;
    background: #f9f9fb;
    position: absolute;
    border-radius: 50%;
    left: -35px;
    top: calc(50% - 30px);
}
.steps__item-inner:after {
    content: '1.';
    width: 50px;
    height: 50px;
    color: #fff;
    background: #ff6600;
    position: absolute;
    border-radius: 50%;
    font-size: 28px;
    left: -32px;
    top: calc(50% - 25px);
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
}
.steps__item:nth-child(2) .steps__item-inner:after {content: '2.';}
.steps__item:nth-child(3) .steps__item-inner:after {content: '3.';}
.steps__item:nth-child(4) .steps__item-inner:after {content: '4.';}
.steps__item:nth-child(5) .steps__item-inner:after {content: '5.';}
.steps__item:nth-child(6) .steps__item-inner:after {content: '6.';}
.steps__item:nth-child(7) .steps__item-inner:after {content: '7.';}
.steps__item:nth-child(8) .steps__item-inner:after {content: '8.';}
.steps__item:nth-child(9) .steps__item-inner:after {content: '9.';}
.steps__item:nth-child(10) .steps__item-inner:after {content: '10.';}
.steps__item:nth-child(11) .steps__item-inner:after {content: '11.';}
.steps__item:nth-child(12) .steps__item-inner:after {content: '12.';}
.prices {
    padding: 80px 0;
}
.prices__items {
    display: flex;
    flex-wrap: wrap;
    padding-top: 30px;
}
.prices__item {
    width: 25%;
    margin-bottom: 45px;
    padding: 0 30px;
    border-right: 1px solid #eee;
    text-align: center;
}
.prices__items .prices__item:last-child, .prices__items .prices__item:nth-child(4) {
    border-right: 0px;
}
.prices__item-title {
    font-size: 23px;
    display: block;
    padding-bottom: 40px;
}
.prices__item-desc {
    font-size: 18px;
    display: block;
    padding-bottom: 20px;
}
.prices__item-price {
    width: 170px;
    display: inline-block;
    line-height: 58px;
    border: 1px solid #ff6500;
    color: #ff6500;
}
.prices__consult {
    text-align: center;
    padding-top: 20px;
}
.prices__consult a {
    margin-bottom: 30px;
}
.prices__text table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
    border-spacing: 0;
    border-collapse: collapse;
}
.prices__text table tr td,
.prices__text table tr th {
    padding: 8px; 
    text-align: left;
    border-top: 1px solid #ddd;
}
.prices__text table ul {
    padding-left: 30px;
}
.prices__text table ul li {
    list-style: disc;
}
.prices__text table tr td:last-child, .prices__text table tr th:last-child {
    background: #f6f6f6;
}
.prices__text table tr:last-child {
    border-bottom: 1px solid #ddd;
}
.service__items {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.service {
    padding: 50px 0;
}
.service .h2{
    margin-bottom: 30px;
}
.service__item {
    position: relative;
    width: calc(50% - 15px);
    margin-bottom: 30px;
}
.service__item-list {
    background: #2b4187;
    color: #fff; 
    min-width: 300px;
    border-radius: 15px 0 15px 0;
    position: absolute;
    top: 10px;
    left: 10px;
}
.service__item-list span {
    font-size: 22px;
    display: block;
    padding: 10px;
}
.service__item-list span:hover ~ .service__item-down,
.service__item-down:hover { 
    display: block; 
}
.service__item-down {
    padding: 10px;
    display: none;
}
.service__item-down a {
    display: block;
    margin-bottom: 5px;
}
.service__item-down a:hover,
.service__item:hover  .service__item-list span{
    color:#e07500;
}
/* faq */
.faq__item-answer {
    display: none;
}
.faq__item-question {
    cursor: pointer;
    position: relative;
    padding-top: 20px;
    line-height: 24px;
    padding-bottom: 20px;
    font-weight: 600;
    border-top: 1px solid #E6E6E6;
}

.faq__item-question .carret {
    content: '';
    background: transparent;
    width: 32px;
    height: 32px;
    border: 2px solid #243873;
    position: absolute;
    right: 0;
    top: calc(50% - 16px);
    transition: all .3s;
    border-radius: 50%;
    box-sizing: border-box;
}
.carret:after, .carret:before {
    background-color: #243873;
    box-sizing: border-box;
    content: '';
    position: absolute;
    top: 14px;
    width: 11px;
    height: 2px;
    transition: all .3s;
}
.carret:after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    right: 5px;
}
.carret:before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    left: 5px;
}
.faq__item-question.active .carret, .faq__item:hover  .faq__item-question .carret{
    background: #243873;
}
.faq__item:hover .faq__item-question .carret:after, .faq__item:hover .faq__item-question .carret:before {
    background-color: #fff; 
}
.faq__item-question.active .carret:after, .faq__item-question.active .carret:before {
    background-color: #fff;
    top: 12px;
}
.faq__item-question.active .carret:after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.faq__item-question.active .carret:before {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.faq__item-answer {
    padding-right: 80px;
    padding-bottom: 40px;
}
/* map */
.map {
    height: 400px;
    width: 100%;
	position: relative;
    top: 0;
}
#map {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
}
.cont-details {
    position: absolute;
    top: 50px;
    left: 50px;
    background: #fff;
    padding: 30px 20px;
}
.cont-details a:hover{
    color: #e07500;
}

.details__item {
    display: flex;
    justify-content: space-between;
}
.details__items .details__item:nth-child(odd) {
    background: #f6f6f8; 
}
.details__items .details__item span {
    font-size: 14px;
    padding: 5px; 
}
.details__items .details__item span:last-child {
    width: 65%;
    text-align: right;
}
.contact-row {
    display: flex;
    flex-wrap: wrap;
    margin-top: 50px;
}
.details {
    width: 60%;
}
.contact-form {
    width: 40%;
    padding-left: 50px;
}
#contacts-form .form-group input{
    border: 1px solid #c4c4c4; 
}
#contacts-form .form-group textarea{
    border: 1px solid #c4c4c4; 
    min-height: 120px;
}
#contacts-form .form-group {
    margin-bottom: 25px;
}
#contacts-form .form-group input[type=submit] { 
    margin: auto;
    display: block;
}
.dark {
    font-weight: 600;
    font-size: 18px;
}
.products__items {
    display: flex;
    flex-wrap: wrap;
    gap: 22.5px;
}
.products__items .projects__item { 
    margin-bottom: 0; 
}
.project-single__gallery {
    width: 50%;
}
.project-single__desc {
    width: 50%;
    padding-left: 30px;
}

.project-single-row {
    display: flex;
    flex-wrap: wrap;
}

.content .ar-bt:hover {
    color: #fff;
}
.project-single__adress {
    margin-bottom: 15px;
}
.project-single__adress span {
    font-weight: 600;
}
.project-single__title {
    display: block;
    font-weight: 600;
    margin-bottom: 5px;
}
.project-single__works ol,
.project-single__works ul {
    padding-left: 25px;
    margin-bottom: 20px;
}
.project-single__works ol li{
    list-style: auto;
}
.project-single__works ul li{
    list-style: disc;
}
.gallery-nav-item {
    padding: 0 5px;
}
.gallery-nav-item.slick-active {
    opacity: 1;
}
.gallery-nav-item {
    opacity: .5;
}
.single__gallery-nav  {
    padding-top: 10px;
}
.related-article {
    margin-bottom: 60px;
}
.related-article__item-title {
    font-weight: 600;
    text-align: center;
    font-size: 18px;
    line-height: 22px;
    padding-top: 10px;
}
.related-article__item a:hover .related-article__item-title {
    font-weight: 600;
    text-align: center;
    font-size: 18px;
    line-height: 22px;
    padding-top: 10px;
    color: #e07500;
}
 .project-single {
    padding: 50px 0 80px;
}
#load-more-button {
    margin: 30px auto 0;
    display: block;
    max-width: 250px;
    color: #fff;
}
/* footer */
footer {
    background: #243873 url(img/f-form.png) top center no-repeat;
    color: #fff;
}
.footer__form {
    padding: 80px 0;
}
.footer-form {
    display: flex;
    flex-wrap: wrap;
    max-width: 1088px;
    margin: 40px auto;
}
.footer__top {
    padding-top: 50px;
    display: flex;
    align-items: center;
}
.footer__bottom {
    padding: 40px 0 50px;
    display: flex;
    flex-wrap: wrap;
}
.footer__nav, .footer__phone, .footer__email, .footer__callback {
    width: 25%;
}
.footer__phone, .footer__email {
    text-align: center;
}
.footer__nav a:hover, .footer__phone a:hover, .footer__email a:hover, .header__phone-num:hover, .header__phone-callback:hover, .header__email a:hover {
    color: #e07500;
}
.footer__nav-list {
    display: flex;
    flex-wrap: wrap;
    font-size: 18px;
}
.footer__nav-list li {
    width: 50%;
    margin-bottom: 20px;
}
.footer__phone-num {
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 3px;
}
.footer__phone-num:before {
    content: '';
    width: 15px;
    height: 15px;
    background: url(img/sprite.png) no-repeat;
    display: inline-block;
    margin-right: 8px;
    background-position: -15px 0px;
}
.footer__phone-callback { 
    font-size: 16px;
    color: #b1c3ff;
    border-bottom: 1px dashed;
}
.footer__email a {
    font-size: 18px;
}
.footer__email a:before {
    content: '';
    width: 21px;
    height: 15px;
    background: url(img/sprite.png) no-repeat;
    display: inline-block;
    margin-right: 8px;
    background-position: -30px 0px;
}
.footer__callback {
    text-align: right;
}
.footer__copyright {
    text-align: center;
    padding-top: 60px;
    padding-bottom: 10px;
    border-top: 1px solid #30468e;
}
.footer__copyright p{
    margin-bottom: 30px;
}

/* modal & forms */
.fancybox-bg {
    background: #b0b0b0;
}
.modal:not(.fancybox-content) {
    display: none;
}
.modal {
    background: #fff;
    width: 510px;
    padding: 20px 20px 25px;
    overflow: visible;
    border-radius: 15px;
}
.modal:before {
    content: '';
    width: 17px;
    height: 39px;
    background: url(img/sprite.png) no-repeat;
    left: 17px;
    top: -10px;
    position: absolute;
    background-position: -72px -16px;
}
.modal__title {
    font-size: 26px;
    text-align: center;
    font-weight: 700;
    color: #203987;
}
.modal__title:after {
    content: '';
    background: #ff5d00;
    width: 68px;
    height: 3px;
    display: block;
    margin: 7px auto 15px;
}
.form .form-group{
    width: 100%;
    position: relative;
}
.modal .form .form-group {
    margin-bottom: 25px;
}
.form-group.col-1 {
    width: 40%;
    padding-right: 25px;
}
.form-group.col-2 {
    width: 20%;
}
.form .form-group input[type=text],
.form .form-group input[type=tel],
.form .form-group input[type=email],
.form .form-group textarea {
    width: 100%;
    font-family: 'Open Sans', sans-serif;
    height: 58px;
    padding: 5px 40px;
    border: 1px solid transparent;
    font-size: 18px;
    border-radius: 3px;
    transition: 0.3s all ease-out;
}
.form .form-group textarea {
    padding-top: 15px;
    display: block;
}
.modal .form .form-group input[type=text],
.modal .form .form-group input[type=tel],
.modal .form .form-group input[type=email],
.modal .form .form-group textarea {
    border: 1px solid #c4c4c4;
}
.form .form-group.name-bg:before, 
.form .form-group.tel-bg:before, 
.form .form-group.email-bg:before {
    content: '';
    width: 18px;
    height: 20px;
    background: url(img/sprite.png) no-repeat;
    margin-right: 10px;
    margin-left: 10px;
    margin-top: 18px;
    position: absolute;
    background-position: 0px -42px;
    z-index: 1;
}
.form .form-group.tel-bg:before {
    background-position: -18px -42px;
    height: 18px;
    margin-top: 20px;
}
.form .form-group.email-bg:before {
    width: 21px;
    background-position: -72px 0px;
    margin-top: 22px;
    height: 15px;
}
.form-group.files {
    display: flex;
    flex-wrap: wrap;
}
.files__left {
    font-size: 11px;
    line-height: 14px;
    width: 50%;
}
.files__right {
    width: 50%;
}
.form .form-group input[type=file] {
    position: absolute;
    opacity: 0;
    z-index: -1;
}
.form__file {
    width: 100%;
    border-radius: 3px;
    cursor: pointer;
    line-height: 42px;
    display: block;
    font-size: 16px;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    background: #e6e6e6;
}
.form__file .count {
    position: relative;
    padding-left: 45px;
}
.form__file .count:before {
    content: '';
    width: 25px;
    height: 20px;
    background: url(img/sprite.png) no-repeat;
    left: 10px;
    top: 0px;
    position: absolute;
    background-position: -36px -42px;
}
label.error {
    display: block;
    color: #ff0000;
    font-size: 13px;
    line-height: 18px;
    margin-bottom: -18px;
}
.form .form-group input.error {
    border: 1px solid #FF281D;
    background-image: url(img/error.png);
    background-position: 98% 8px;
    background-repeat: no-repeat;
}
input[type=submit]{
    font-family: 'Open Sans', sans-serif;
    cursor: pointer;
    border: none;
    outline: none;
}
.modal input[type=submit] {
    border: 1px solid #bd5d00;
    color: #bd5d00;
    background: #fff;
    margin: 20px auto;
    display: block;
}
.modal input[type=submit]:hover {
    color: #fff;
    background: #bd5d00;
}
.form-check {
    text-align: center;
}
.form-check-label  {
    display: inline-block;
    position: relative;
    cursor: pointer;
}
.form-check-label .form-check-input {
    position: absolute;
    opacity: 0;
}
.form-check-label span {
    display: block;
    position: relative;
    padding: 0 0 0 25px;
    font-size: 15px;
}
.form-check-label span:before, .form-check-label span:after {
    content: '';
    position: absolute;
    top: 4px;
    left: 0;
    transition: 0.15s ease-in-out;
}
.form-check-label span:before {
    width: 16px;
    height: 16px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    background: #fff;
}
.form-check-input[type=checkbox] + span:after {
    width: 10px;
    height: 6px;
    margin: 3px 0 0 3px;
    border-style: solid;
    border-color: #ff4d0e;
    border-width: 0 0 2px 2px;
    opacity: 0;
    transform: rotate(-45deg);
}
.form-check-input.error + span:before {
    border-color: #ff0000;
}
.form-check-input:checked + span:after {
    opacity: 1;
}
.form-check-label a{
    text-decoration: underline;
}
.form-check-label a:hover{
    text-decoration: none;
}
::-webkit-input-placeholder {color:#131415;font-size: 18px;font-family: 'Open Sans', sans-serif;}
::-moz-placeholder          {color:#303030;font-size: 18px;font-family: 'Open Sans', sans-serif;}
:-moz-placeholder           {color:#303030;font-size: 18px;font-family: 'Open Sans', sans-serif;}
:-ms-input-placeholder      {color:#303030;font-size: 18px;font-family: 'Open Sans', sans-serif;}
input::-webkit-input-placeholder       {opacity: 1; transition: opacity 0.3s ease;}
input::-moz-placeholder                {opacity: 1; transition: opacity 0.3s ease;}
input:-moz-placeholder                 {opacity: 1; transition: opacity 0.3s ease;}
input:-ms-input-placeholder            {opacity: 1; transition: opacity 0.3s ease;}
input:focus::-webkit-input-placeholder {opacity: 0; transition: opacity 0.3s ease;}
input:focus::-moz-placeholder          {opacity: 0; transition: opacity 0.3s ease;}
input:focus:-moz-placeholder           {opacity: 0; transition: opacity 0.3s ease;}
input:focus:-ms-input-placeholder      {opacity: 0; transition: opacity 0.3s ease;}

.js-btt  {
    position: fixed;
    bottom: 50px;
    right: 15px;
    background: #364c93;
    width: 50px;
    height: 50px;
    cursor: pointer;
    z-index: 20; 
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .6s ease-out;
}
.btt__arrow {
    width: 20px;
    height: 20px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(-45deg);
    margin-top: 12px;
}
input[type=submit][disabled=disabled] {
    background: #bd5d00;
    color: #fff;
    cursor: not-allowed;
}