* {
    padding: 0;
    margin: 0;
    border: 0;
}

*,
*:before,
*:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

:focus,
:active {
    outline: none;
}

a:focus,
a:active {
    outline: none;
}

nav,
footer,
header,
aside {
    display: block;
}

ol,
ul {
    list-style: none;
}

html,
body {
    height: 100%;
    width: 100%;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

input,
button,
textarea {
    font-family: inherit;
}

input::-ms-clear {
    display: none;
}

button {
    cursor: pointer;
}

button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

a,
a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

ul li {
    list-style: none;
}

img {
    vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: inherit;
    font-weight: inherit;
}


a {
    text-decoration: none
}

body {
    font-family: 'Ubuntu';
    font-style: normal;
    color: #000000;
    margin: 0;
    padding: 0;
}

.numPage button {
    width: 40px;
    height: 40px;
}

.button-more button {
    height: 60px;
    font-weight: 400;
    font-size: 20px;
    line-height: 23px;

    color: #313131;

    transition: all 0.2s ease;

    width: 100%;

    background-color: transparent;

    background: #FFFFFF;
    box-shadow: 0px 8px 24px rgba(149, 157, 165, 0.2);
    border-radius: 10px;
}

.button-more:hover button {
    color: #FFB701;
}

.btnPrimary {
    cursor: pointer;
    background: #FFB701;

    transition: all 0.2s ease;
}

.btnPrimary:hover {
    background: #FFCA45;
}


.header__two_user {
    cursor: pointer;
    position: relative;
    border-radius: 10px;
    display: flex;
    justify-content: flex-end;
    transition: all 0.2s ease;
max-width: 62px;
    z-index: 1;
}

.homePage {
    padding-top: 19px;
}
@media (max-width: 768px) {
	.homePage {
		padding-top: 0!important;
	}
}

.header__two_user:hover .header__dropdown-content {
    display: flex;
    flex-direction: column;

    height: 257px;
    width: 317px;

    border-radius: 10px;
}

.header__two_user:hover {
    width: 317px;
}

.icon {
    cursor: pointer;
    fill: #FFB701;
    stroke: #FFB701;

    transition: all 0.2s ease;
}


.bucket {
    fill: white;
    stroke: white;
}

.header__dropdown-content {
    display: none;
    left: -240px;
    top: 60px;
    height: 195px;
		max-height: 195px;
    width: 317px;
    transition: all 0.2s ease;
    position: absolute;
    background-color: #fff;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);

    padding-top: 21px;
    padding-left: 27px;
    padding-right: 17px;
}

.header__dropdown-content div {
    display: flex;
    justify-content: space-between;
    align-content: center;
    align-items: center;

    padding-bottom: 9px;
}

.header__dropdown-content div h1 {
    font-weight: 500;
    font-size: 16px;
    line-height: 18px;

}

.header__dropdown-list {}

.header__dropdown-list ol li {
    padding-bottom: 14px;
}

.header__dropdown-list a {
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;

    color: #313131;

    padding-bottom: 14px;

    transition: all 0.2s ease;
}

.header__dropdown-list a:hover {
    color: #FFCA45;
}




.hide {
    display: none;
}
@media (min-width: 769px) {
	.mobile-header {
		display: none;
	}
}
@media (max-width: 768px) {
	.desctop-header {
		display: none;
	}
}

.container {
    max-width: 1200px;
    margin: auto;
    
}
@media (max-width: 768px) {
	.mobile-header .header-top .container {
		padding-left: 0;
	}
}

.grid-wrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
		padding-top: 70px;
}
.grid-wrapper.paddingHeader {
	padding-top: 0;
}
@media (max-width: 768px) {
	.grid-wrapper {
		padding-top: 0;
	}
	
}

.page-template-page-sluzhebnye .grid-wrapper {
	padding-top: 0;
}

.sidebar {
    grid-area: "sidebar"
}

.main {
    grid-area: "main";
    /*     max-height: 342px; */
    position: relative;

}
.main.homepage {
	width: 80%;
}
@media (max-width: 768px) {
	.main.homepage {
		width: 100%;
	}
}
.header {
    background-color: #262C34;
}

.header__wrapper {
    padding-left: 13px;
    padding-right: 24px;
    display: flex;
    flex-direction: row;
    align-items: center;
    align-content: center;
    align-self: center;
    justify-content: space-between;

    padding-top: 18px;
    padding-bottom: 18px;
}
.mobile-header .header-top, .mobile-header .header-middle, .mobile-header .header-bottom, .mobile-header .header-basket  {
	padding: 10px 13px 6px;
}
/*#headmob {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 100;
	transition: top 0.3s;
}*/
.homePageMain {
	padding-top: 200px;
}
.page-template-front-page .homePageMain {
	padding-top: 0;
}

@media (max-width: 768px) {
	.page-template-front-page .homePageMain {
	padding-top: 200px;
}
}
.mobile-header .container {
	padding-left: 0;
}
.mobile-header .header-top .container .header__wrapper{
	padding-right: 13px;
}
.mobile-header .header__wrapper_logo a {
	text-align: left;
}
.mobile-header .header__wrapper_logo img {
	width: 100%;
	max-width: 100%;
	height: auto;
}
.header__wrapper_email,
.header__two_phone {
    display: flex;
    flex-direction: row;
    align-items: center;
    font-style: normal;
}
.page-template-page-sluzhebnye .container.paddingHeader {
	padding-top: 25px;
  display: flex;
  justify-content: space-between;
}

.page-template-page-sluzhebnye .container.paddingHeader .main-container {
	margin-top: 15px;
	margin-left: 20px;
}

@media (max-width: 768px) {
	.page-template-page-sluzhebnye .container.paddingHeader {
		flex-wrap: wrap;
		padding-top: 225px;
	}
	.page-template-page-sluzhebnye .container.paddingHeader .main-container {
		width: 100%;
	}
}

.header__info-title {
    color: #F3F3F3;
    font-weight: 700;
    font-size: 16px;
    line-height: 18px;

    margin: 0;
}

.header__info-text {
    color: #898088;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;

    margin: 0;
}

.e-mail-img {
    margin-right: 10px;
}

.header__button {
    width: 193px;
    height: 42px;

    display: flex;
    justify-content: center;
    align-items: center;

    font-weight: 700;
    font-size: 14px;
    line-height: 16px;

    border-radius: 5px;

    text-transform: uppercase;

    color: #262C34;
}

.header__wrapper-two {
    background: #262C34;
    display: flex;
    flex-direction: row;
    align-items: center;
    align-content: center;
    align-self: center;
    justify-content: space-between;

    padding-top: 6.5px;
    padding-bottom: 6.5px;
    padding-right: 24px;

}

.header__two {
    background: #262C34;
}

.header__two-button {
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;

    border-radius: 10px;

    width: 161px;
    height: 53px;

    transition: all 0.2s all;
}

.header__two-button:hover .header__two-arrow {
    transform: rotate(180deg);
}

.header__two-catalog {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    color: #FFFFFF;

    margin-right: 12px;
}

.header__input-search {
    background: #3F4A58;
    border-radius: 10px;

    border: 0px;

    padding-left: 14px;
    padding-right: 40px;

    width: 337px;
		max-width: 337px;
    height: 52px;

    font-weight: 400;
    font-size: 20px;
    line-height: 23px;
    color: #9CA7B5;
}

.phone-img {
    margin-right: 10px;
}

.header__two_comparison span {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 33px;
    width: 33px;
    background-color: white;
    border-radius: 50%;
    font-weight: 500;
    font-size: 16px;
    line-height: 18px;
    color: #313131;
}

.header__two_favorite span {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 33px;
    width: 33px;
    background-color: white;
    border-radius: 50%;
    font-weight: 500;
    font-size: 16px;
    line-height: 18px;
    color: #313131;
		display: none;

    position: absolute;
    top: 40%;
    right: -40%;
}

.header__two_comparison {
    position: relative;
    display: flex;
}

.header__two_favorite {
    position: relative;
    display: flex;
}

.header__two_comparison span {
    position: absolute;
    top: 40%;
    right: -40%;
		display: none;
}

.header__two_bucket {
    border-radius: 14px;

    display: flex;
    justify-content: space-evenly;
    align-items: center;

    width: 95px;
    height: 54px;
}

.header__two_bucket:hover {
    box-shadow: 0px 8px 24px rgba(255, 202, 69, 0.1);
}


.header__favorite-button {
    background-color: #ffffff00;
    width: 20px;
    height: 20px;

    border: 0px;
}

.header__input {
    position: relative;
}

.header__favorite-button {
    position: absolute;

    top: 50%;
    right: 20px;
    transform: translate(0, -50%);
}


.slick-dots {
    display: flex;
    justify-content: center;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 10px;
    height: 10px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}

.slick-dots li button:before {
    content: '';
    font-size: 22px;
    line-height: 20px;
    position: absolute;
    border: 1px solid #FFB701;
    border-radius: 50%;
    top: 0;
    left: 0;
    width: 10px;
    height: 10px;
    text-align: center;
    opacity: .25;
    color: black;
}

.slick-dots .slick-active {
    background-color: #FFB701;
    border: 1px solid #FFB701;
    border-radius: 50%;
}

.slick-arrow {
    background-color: transparent;
    color: #FFB701;
}

.slick-next {
    margin-left: 15px;
}

.slick-prev {
    margin-right: 15px;
}

.slider {
    max-width: 922px;
}

.carousel__mainSlider {
    display: flex;
}

.carousel__navigation {

    margin-top: 10px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-content: center;
}

.carousel__item {
    position: relative;
}

.carousel__item-box {
    overflow: hidden;
}

.carousel__textTop {
    display: block;
    max-width: 50%;
    width: 461px;
    height: 58px;
    position: absolute;

    top: 20%;
    left: 50%;
    transform: translate(0%, -20%);

}

.about h2 {
    max-width: 100%;
}

.carousel__textBottom {
    display: block;
    max-width: 50%;
    width: 461px;
    height: 58px;
    position: absolute;
    bottom: 20%;
    left: 50%;
    transform: translate(-100%, 20%);
}

.slider__bestOffer {
    margin-top: 32px;
    max-width: 977px;
    overflow: hidden;

    padding-bottom: 15px;

    position: relative;
}

/* .carousel__bestOffer-effect {
    position: absolute;
    width: 174px;
    height: 312px;

    background: linear-gradient(270deg, #FFFFFF 0%, rgba(255, 255, 255, 0.9) 53.65%, rgba(255, 255, 255, 0) 100%);

    z-index: 1;

    top: 44px;
    left: 88%;

} */

.slider__bestOffer .slick-active:last-child {
    position: relative;
}



.carousel__bestOffer .carousel__item-box {
   
	max-width: 230px;
    height: 312px;

    border-radius: 10px;
}

.carousel__box-img {
    max-width: 230px;
    height: 200px;
}


.slider__info {
    max-width: 922px;
    display: flex;
    position: relative;
    justify-content: space-between;
}

.slider__info-name {
    display: block;
    position: relative;
    font-weight: 500;
    font-size: 16px;
    line-height: 18px;
    padding-left: 15px;

    color: #000000;
    background-color: #FFFFFF;

    padding-right: 6px;
}

.slider__info::before {
    content: '';
    height: 1px;
    top: calc(50% - 1px);
    position: absolute;
    width: 100%;
    background: #9CA7B5;
}

.slider__button-left {
    margin-right: 13px;
}

.slider__info-button {
    background-color: #FFFFFF;
    position: relative;
    display: flex;
    flex-direction: row;
}

.slider__info-button button {
    background: transparent;
}

.carousel__bestOffer {
    display: flex;
    flex-direction: row;

}

.carousel__bestOffer {
    position: relative;
}

.homepage .carousel__bestOffer::before {
    position: absolute;
    content: "";
    top: 6%;
    width: 159px;
    right: 0;

    width: 174px;
    height: 312px;

    z-index: 1;

    background: linear-gradient(270deg, #FFFFFF 0%, rgba(255, 255, 255, 0.9) 53.65%, rgba(255, 255, 255, 0) 100%);
}

.slick-list .carousel__bestOffer-item:hover {
    box-shadow: 0px 8px 24px rgba(149, 157, 165, 0.15);
}

.carousel__bestOffer-item {
    background: #FFFFFF;
    border-radius: 10px;
		
    max-width: 230px;
    margin-left: 17px;
    margin-top: 22px;
    margin-bottom: 30px;

    background: #FFFFFF;
    border-radius: 10px;

    transition: all 0.2s ease;
}

@media (max-width: 768px) {
	.carousel__bestOffer-item {
		width: 100%!important; 
}
}



.carousel__box-info {
    margin-left: 13px;
    margin-top: 15px;
    margin-right: 9px;
}


.carousel__info-name {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;

    height: 43px;
    overflow: hidden;

    max-width: 208px;

    color: #000000;
}

.carousel__info-name>a {
    color: #000000;
}

.sidebar__priceAndIcons-price {
    color: #313131;
    font-weight: 700;
    font-size: 16px;
    line-height: 18px;
}

.carousel__box-img {
    width: 100%;
    height: 200px;
}

.carousel__priceAndIcons-icons button {
    background-color: transparent;
    max-width: 34px;

    z-index: 2;
}

.carousel__priceAndIcons-icons button img {
    width: 100%;
    height: 34px;
}


.carousel__info-priceAndIcons {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;

    margin-bottom: 13px;
}

.carousel__priceAndIcons-icons button:not(:last-child) {
    margin-right: 9px;
}

.carousel__priceAndIcons-icons {
    display: flex;
    flex-direction: row;
    align-content: center;
}

.about {
    margin-bottom: 40px;
    max-width: 922px;
}

.about h2 {
    font-weight: 700;
    font-size: 24px;
    line-height: 16px;
}

.about p {
    margin-top: 15px;
    margin-right: 0px;
    max-width: 922px;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
}

.advantages {
    padding-top: 22px;
    margin-bottom: 60px;

    max-width: 1200px;

    background: #FFFFFF;
    box-shadow: 0px 2px 8px rgba(99, 99, 99, 0.2);
    border-radius: 10px;
}

.advantages__title {
    text-align: center;
    font-weight: 400;
    font-size: 40px;
    line-height: 46px;

    margin-bottom: 82px;
}

.advantages__wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;

    justify-content: space-between;
		padding: 0 15px;
}

.advantages__wrapper-item {
    display: flex;
    flex-direction: row;
		justify-content: space-between;
    margin-bottom: 64px;
}

.advantages__wrapper-item>div {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.advantages__item-title {
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;

    max-width: 256px;
    color: #000000;

}

.advantages__item-text {
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;

    max-width: 256px;

    color: #000000;
}

.advantages__wrapper-item img {
    max-width: 89px;
    height: 89px;

    margin-right: 21px;
}

.providers {
    position: relative;
}

.providers__info {
    display: flex;
    position: relative;
    justify-content: space-between;
    max-width: 1187px;
}

.providers__info::before {
    content: '';
    height: 1px;
    top: calc(50% - 1px);
    position: absolute;
    width: 100%;
    background: #9CA7B5;
}

.providers__info-name {
    display: block;
    position: relative;
    font-weight: 500;
    font-size: 16px;
    line-height: 18px;

    color: #000000;
    background-color: #FFFFFF;

    padding-right: 6px;
}

.providers__info-button {

    background-color: #FFFFFF;
    position: relative;
    display: flex;
    flex-direction: row;

}

.providers__info-button button {
    background: transparent;
}

.providers__button-left {
    margin-right: 13px;
}

.providers {
    margin-top: 60px;
}

.providers__info {
    margin-bottom: 24px;
}

.providers__slider {
    position: relative;
    margin-left: max(13px, calc((100% - 1172px)/2));
}

.providers__slider::after {
    content: '';
    position: absolute;
    top: 28%;
    right: 0;

    width: 374px;
    height: 118px;

    background: linear-gradient(270deg, #FFFFFF 0%, rgba(255, 255, 255, 0.9) 53.65%, rgba(255, 255, 255, 0) 100%);
}

.providers__carousel-effect {
    z-index: 1;
    top: 100%;
    left: 100%;
    transform: translate(-100%, -100%);
    position: absolute;
    width: 174px;
    height: 118px;
    background: linear-gradient(270deg, #FFFFFF 0%, rgba(255, 255, 255, 0.9) 25.65%, rgba(255, 255, 255, 0) 100%);
}

.providers__carousel-img {
    max-width: 215px;
    height: 118px;
}

.questionAnswer {
    margin-bottom: 90px;
}

.questionAnswer__title h2 {
    font-weight: 500;
    font-size: 28px;
    line-height: 32px;
    position: relative;

    /* Black */

    color: #262C34;

    margin-left: 63px;
    margin-bottom: 49px;
}

.questionAnswer__title h2::after {
    content: '';
    width: 40px;
    height: 5px;
    top: calc(50% - 1px);
    left: -63px;
    position: absolute;
    background: #C2D2DF;
}

.questionAnswer {
    margin-top: 77px;

    padding-left: 20px;
}

.questionAnswer__block-title button {
    background-color: transparent;
    height: 12px;
    width: 7px;
}

.questionAnswer__block-title button img {
    height: 12px;
    width: 7px;
}

.questionAnswer__block-title {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;

    max-width: 1920px;
}

.questionAnswer__block-item p {
    max-width: 1900px;
}

.questionAnswer__block-item {
    cursor: pointer;

    z-index: 1;
    padding-bottom: 40px;
}

.questionAnswer__block-title h5 {
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    color: #262C34;
}

.activeArrow {
    transform: rotate(-90deg);
}

.formPhone {
    max-width: 1200px;
    background: #262C34;
    border-radius: 10px;

    padding-left: 30px;
    padding-right: 26px;
}

.formPhone h1 {
    display: inline-block;

    font-weight: 400;
    font-size: 28px;
    line-height: 32px;
    color: #FFFFFF;

    margin-top: 29px;
    margin-bottom: 32px;
}

.formPhone h1 span {
    font-weight: 700;
}

.formPhone__data {
    padding-bottom: 30px;
}

.formPhone__data form {
    display: flex;
    flex-direction: row;

    justify-content: space-between;
		flex-wrap: wrap;
    align-items: end;
}

.formPhone__data div input {
    background: #3F4A58;
    border-radius: 5px;
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    color: #9CA7B5;

    max-width: 254px;

    padding-left: 12px;
    padding-right: 12px;
    padding-top: 12px;
    padding-bottom: 12px;
}

.formPhone__data div label {
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    color: #F3F3F3;

    max-width: 233px;
}

.formPhone__data-phone,
.formPhone__data-name {
    display: flex;
    flex-direction: column;
}

@media (max-width: 768px) {
	.formPhone__data-phone,
	.formPhone__data-name,
	.formPhone__data-checkbox,
	.formPhone__data button {
		margin-bottom: 25px;
	}
	.formPhone__data-phone {
		order: 1;
	}
	.formPhone__data-name {
		order: 2;
	}
	.formPhone__data-checkbox {
		order: 4;
	}
	.formPhone__data button {
		order: 3;
	}
}

.formPhone__data-phone label,
.formPhone__data-name label {
    padding-bottom: 5px;
}

.formPhone__data-checkbox {
    display: flex;
    flex-direction: row;

    align-items: center;
}

.homepage .formPhone__data {
    margin-bottom: 49px;
}

.formPhoneHome {
    margin-bottom: 49px;
}

.formPhone__data-checkbox input {
    margin-right: 20px;
}

.formPhone__data button {
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;

    color: #262C34;

    text-transform: uppercase;
    width: 247px;
    height: 54px;

    background: #FFB701;
    border-radius: 5px;
}

.formPhone__data-checkbox p {
    max-width: 217px;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;

    color: #9CA7B5;
}

.formPhone__checkbox-img {
    margin-right: 20px;
}

.footer__item-logo {
    max-width: 228px;
    height: 44px;

    margin-bottom: 30px;
}

.footer__item-about {
    font-weight: 500;
    font-size: 16px;
    line-height: 23px;

    color: #FFFFFF;
}

.footer {
    padding-top: 90px;

    width: 100%;
    background: #262C34;
}

.footer__wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
		flex-wrap: wrap;
    padding-bottom: 67px;
    border-bottom: 2px solid #F3F3F3;
}
.footer__wrapper-item {
	width: 25%;
}
@media (max-width: 768px) {
	.footer__wrapper {
		padding-bottom: 0;
	}
	.footer__wrapper-item {
		width: 100%;
		margin-bottom: 40px;
	}
}

.footer__wrapper-title {
    font-weight: 700;
    font-size: 20px;
    line-height: 23px;

    letter-spacing: 0.2em;
    text-transform: uppercase;

    color: #FFB701;

    margin-bottom: 31px;
}

.footer__wrapper-item ol li a {
    display: block;
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;

    letter-spacing: 0.2em;
    text-transform: uppercase;

    padding-bottom: 19px;


    color: #F3F3F3;
}

.footer__time-img,
.footer__phone-img,
.footer__email-img,
.footer__address-img {
    margin-right: 10px;

    max-width: 24px;
    height: 24px;
}

.footer__item-address,
.footer__item-phone,
.footer__item-email,
.footer__item-time {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.footer__address-info,
.footer__phone-info,
.footer__email-info,
.footer__time-info {
    display: flex;
    flex-direction: column;
}

.footer__address-info h5,
.footer__phone-info a,
.footer__email-info a,
.footer__time-info h5 {
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;

    color: #F3F3F3;
}

.footer__address-info p,
.footer__phone-info p,
.footer__email-info p,
.footer__time-info p {
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;

    color: #898088;
}

.footer__contactsBlock {
    margin-bottom: 20px;
}

.footer__other {
    display: flex;
    justify-content: space-between;
    align-items: center;
		flex-wrap: wrap;
    margin-top: 30px;
    padding-bottom: 40px;
}

.footer__other-text {
    font-weight: 500;
    font-size: 16px;
    line-height: 23px;
		color: #F3F3F3;
		opacity: 0.6;
		width: 50%;
}

.footer__other-confed {
    color: #F3F3F3;
    opacity: 0.6;
    font-weight: 500;
    font-size: 16px;
    line-height: 23px;
		width: 50%;
}
@media (max-width: 768px) {
	.footer__other-text, .footer__other-confed {
		width: 100%;
	}
	.footer__other-text {
		margin-bottom: 30px;
	}
	footer {
		padding-top: 30px;
	}
	footer .container {
		padding: 0 15px;
	}
}
.entry-title {
    font-weight: 700;
    font-size: 24px;
    line-height: 16px;

    padding-bottom: 0;
    padding-top: 20px;

    text-align: center;
    height: max-content;

}
@media (max-width: 768px) {
	.page-template-information .entry-title {
		padding-top: 250px;
	}
	.main-wrap {
		padding-top: 50px;
	}
}


.wpcourses-breadcrumbs {
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;

    color: #9CA7B5;

    margin-top: 20px;
    margin-bottom: 22px;

    text-align: center;
}

.wpcourses-breadcrumbs a {
    color: #9CA7B5;
}

.page-info {
    display: flex;
    flex-direction: row;
}

.page-info h1 {
    margin-right: 23px;
}

.content {
    display: none
}

.block-sum {
    max-width: 922px;
    background: #FFFFFF;
    box-shadow: 0px 7px 29px rgba(100, 100, 111, 0.1);
    border-radius: 10px;

    padding: 20px 40px;

    margin-top: 13px;
}

.block-sum h1 {
    font-weight: 700;
    font-size: 32px;
    line-height: 37px;

    margin-bottom: 10px;
}

.block-sum p {
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;

    color: #313131;
}

.block-sum-start {
    display: flex;
    justify-content: space-between;
}

.block-sum-middle {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}

.block-sum-middle p:first-child {
    margin-bottom: 10px;
}

.block-sum-end {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}

.block-sum-middle div,
.block-sum-end div {
    flex: 1;
    border-bottom: 1px dotted #313131;
}



.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.slick-slide .carousel__info-name a {
    transition: all 0.2s ease;
}

.slick-slide:hover .carousel__info-name a {
    color: #FFB701;
}

.header__bucket-score {
    display: flex;
    justify-content: center;
    align-items: center;

    height: 34px;
    width: 34px;

    background-color: white;
    border-radius: 50%;
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;

    color: #313131;
}

#iconCarousel {
    fill: none;

    transition: all 0.2s ease;
}

#iconCarousel rect {
    stroke: #FFB701;

    transition: all 0.2s ease;
}

#iconCarousel path {
    fill: #FFB701;

    transition: all 0.2s ease;
}

#favoriteCarousel {
    fill: none;

    transition: all 0.2s ease;
}

#favoriteCarousel path {
    stroke: #FFB701;

    transition: all 0.2s ease;
}

#favoriteCarousel rect {
    stroke: #FFB701;

    transition: all 0.2s ease;
}

#favoriteCarousel:hover {
    fill: none;
}

#favoriteCarousel:hover rect {
    stroke: #FFB701;
}

#favoriteCarousel:hover path {
    fill: white;
    stroke: white;
}

#iconCarousel:hover {
    fill: #FFCA45;
}

#iconCarousel:hover path {
    fill: white;
}

#iconCarousel:hover rect {
    stroke: #FFCA45;
}

.pagination {
    fill: none;
    stroke: #2C2C2C;

    transition: all 0.2s ease;
}

.numPage:hover div button .active {
    background: #FFCA45;
    color: white;
}

.numPage:hover .pagination {
    fill: none;
    stroke: #FFCA45;
}


.numPage:hover div button {
    color: #FFCA45;
}


.numPage {
    display: flex;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 13px;

    z-index: 5;
    position: relative;

    background: #FFFFFF;
    box-shadow: 0px 8px 24px rgba(149, 157, 165, 0.2);
    border-radius: 10px;

    margin-top: 17px;
}

.numPage .active {
    width: 40px;
    height: 40px;
    background: #FFB701;
    color: white;

    transition: all 0.2s ease;
}

.numPage div button {
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    border-radius: 5px;

    color: #262C34;

    transition: all 0.2s ease;
}

.numPage div button {
    margin-left: 15px;
}

.numPage div button {
    display: flex;
    align-items: center;
    justify-content: center;
}

.header__info-title {
    transition: all 0.2s ease;
}

.header__info-title:hover {
    cursor: pointer;
    color: #C2D2DF;
}

.footer__phone-title,
.footer__email-title {
    transition: all 0.2s ease;
}

.footer__phone-title:hover,
.footer__email-title:hover {
    cursor: pointer;
    color: #C2D2DF;
}

.footer__wrapper-item ol li a {
    transition: all 0.2s ease;
}

.footer__wrapper-item ol li a:hover {
    color: #FFCA45 !important;
}


.card-bestof {
    fill: none;
    stroke: #FFB701;

    transition: all 0.2s ease;
}

.card-bestof:hover {
    fill: none;
    stroke: #FFCA45;
}

.header__input input {
    transition: all 0.2s ease;
}

.header__input input:focus {
    width: 350px;
}

.breadcrumb-arrow {
    margin-left: 4px;
    margin-right: 4px;
}

.delivery {
    width: 922px;
    height: 450px;

    padding-top: 12px;
    padding-left: 14px;

    background: #FFFFFF;
    box-shadow: 0px 7px 29px rgba(100, 100, 111, 0.1);
    border-radius: 10px;
}

.delivery>div {
    display: flex;
    align-items: center;
}

.delivery button:last-child {
    margin-left: 10px;
}

.delivery button.active {
    color: #FFB701;
    border-bottom: 2px solid #FFB701;
}

.delivery button {
    background-color: transparent;

    padding-bottom: 4px;
    border-bottom: 2px solid #C7C7C7;


    font-weight: 700;
    font-size: 16px;
    line-height: 18px;
    color: #C7C7C7;
}

.formPhoneSingleProduct {
    margin-top: 50px;
    margin-bottom: 30px;
}



@media screen and (max-width: 1337px) {
    .slider__bestOffer {
        max-width: 922px;
    }
}

@media screen and (max-width: 1210px) {
    .slider__bestOffer {
        max-width: 882px;
    }

    .homePage .slider {
        max-width: 882px;
    }
}

.settings__main .user__card-img {
    position: relative;

    transition: all 0.2s ease;
}

.settings__main .user__card-img:hover div {
    display: block;
    opacity: 1;
}

.settings__main .user__card-img>div {
    display: none;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;

    transform: translate(-50%, -50%)
}

.user__card-img {
    cursor: pointer;
}

/* .iconOffer {}

.iconOffer rect {
    stroke: white;
}

.iconOffer path {
    stroke: white;
}

.iconOffer #cardOffer path {
    fill: white;
}

.icon #sravnenieOffer path {
    stroke: white;
} */

.iconOfferCard path,
.iconOfferCard,
.iconOfferLike path,
.iconOfferLike,
.iconOfferSravnenie,
.iconOfferSravnenie path,
.iconOfferSravnenie rect {
    transition: all 0.2s ease;
}

.iconOfferCard:hover path {
    fill: #FFB701;
}

.iconOfferCard:hover {
    fill: white;
}

.iconOfferLike:hover path {
    fill: #FFB701;
    stroke: #FFB701;
}

.iconOfferLike:hover {
    background-color: white;
    border: 1px solid #FFFFFF;
    border-radius: 9px;
}

.iconOfferSravnenie:hover {
    fill: white;
}

.iconOfferSravnenie:hover path,
.iconOfferSravnenie:hover rect {
    stroke: #FFB701;
}


.questionAnswer__block-title {
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.01);
}

.questionAnswer__block-item {
    padding-bottom: 20px;
}

.questionAnswer__block .content {
    margin-top: 5px;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #262C34;
}

/* .header-top .container {
    max-height: 182px;
    position: static;
} */


/* .header-top .header-two {
    position: static;
    height: auto;
}

.header-two {
    height: 75px;
    z-index: 10;
    width: 100%;
    position: fixed;
}

main {
    padding-top: 75px;
}

.homePageMain {
    padding-top: 0px;
} */

/* .header-top-scroll {
    animation-name: header-top-scroll;
    animation-fill-mode: forwards;
    animation-duration: 0.2s;
    animation-timing-function: ease;
    animation-iteration-count: 1;
}

.header-top-scrollOut {
    animation-name: header-top-scroll;
    animation-fill-mode: forwards;
    animation-duration: 0.2s;
    animation-timing-function: ease;
    animation-iteration-count: 1;
}

.header-two {
    position: fixed;
    width: 100%;
    z-index: 10;
}

@keyframes header-top-scroll {
    to {
        transform: translateY(-100px)
    }

    from {
        transform: translateY(0px)
    }
}

@keyframes header-two-scrollOut {
    to {
        transform: translateY(0px)
    }

    from {
        transform: translateY(-100px)
    }
} */

.fixed {
    position: fixed;
    width: 100%;
    z-index: 100000;
		transition: all 0.5s ease;
}

.padding-fixed {
    padding-top: 19px;
}

.information.padding-fixed {
	padding-top: 40px;
}

.carousel__info-name {
    height: 32px;
    overflow: hidden;
    margin-bottom: 11px;
}

.category__product-middle h2:hover {
	color: #FFB701;
}

.page-template-default .main-container {
	padding-bottom: 50px;
}

@media (max-width: 768px) {
	.page-template-default .sidebar {
		display: none;
	}
	.page-template-default .main-container {
		padding: 150px 15px 50px;
	}
	.error404 .page-content {
		padding-top: 200px;
	}
}

.page-template-information .entry-title {
	text-align: center;
	padding-bottom: 0;
}