@font-face {
    font-family: 'Futura PT';
    src: url('../fonts/FuturaPT-Medium.eot');
    src: url('../fonts/FuturaPT-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/FuturaPT-Medium.woff') format('woff'),
        url('../fonts/FuturaPT-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Futura PT';
    src: url('../fonts/FuturaPT-Book.eot');
    src: url('../fonts/FuturaPT-Book.eot?#iefix') format('embedded-opentype'),
        url('../fonts/FuturaPT-Book.woff') format('woff'),
        url('../fonts/FuturaPT-Book.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Futura PT';
    src: url('../fonts/FuturaPT-Demi.eot');
    src: url('../fonts/FuturaPT-Demi.eot?#iefix') format('embedded-opentype'),
        url('../fonts/FuturaPT-Demi.woff') format('woff'),
        url('../fonts/FuturaPT-Demi.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Futura PT';
    src: url('../fonts/FuturaPT-Light.eot');
    src: url('../fonts/FuturaPT-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/FuturaPT-Light.woff') format('woff'),
        url('../fonts/FuturaPT-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

	
	* {
	 -webkit-appearance: none;
	 outline: none;
	}

	body,
	p,
	h1,
	h2,
	h3,
	h4,
	h5 {
	    margin: 0;
	    padding: 0;
	}
	h1,
	h2,
	h3,
	h4,
	h5 {
		font-weight: normal;
	}
	ul {
	    margin: 0;
	    padding: 0;
	    list-style-type: none;
	}
	input:focus, button:focus {
		outline: none;
	}
	textarea:focus {
		outline: none;
	}
	body {
	    color: #000;
	    font-family: 'Futura PT';
	    font-size: 14px;
	    margin: 0 auto;
	    width: 100%;
		font-weight: normal;
	}
	*, :before, :after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
	
	.container {
		width: 100%;
		max-width: 1177px;
		margin: 0 auto;
	}
	.header-top {
background-color: #323c46;
}
.header-top .container {
width: 1240px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: stretch;
-ms-flex-align: stretch;
align-items: stretch;
}
.header-top-link {
display: block;
height: 100%;
color: #fff;
font-weight: 400;
font-size: 17px;
line-height: 20px;
padding: 8px 46px;
border-left: 1px solid #445667;
-webkit-transition: .3s ease-out;
-o-transition: .3s ease-out;
transition: .3s ease-out;
}
.header-top-link.active {
color: #000;
background: #fff;
padding: 8px 58px;
border: none;
-webkit-transition: .3s ease-out;
-o-transition: .3s ease-out;
transition: .3s ease-out;
}
#slider {
    min-height: 897px;
    background: url(../images/slider_bg.jpg) center no-repeat;
    background-size: cover;
    padding-top: 175px;
}
.top-container {
    left: 0;
    width: 100%;
    top: 0;
}
.top-container .container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding-top: 13px;
}
.logo-container a {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    text-decoration: none;
}
.logo-container span {
    font-weight: 500;
    font-size: 18px;
    margin-left: 25px;
    max-width: 291px;
    line-height: 18px;
    color: #000;
}
.tel-container {
    margin-left: 315px;
    text-align: right;
}
.tel-container a {
    display: block;
    text-decoration: none;
    position: relative;
    font-weight: 600;
    font-size: 26px;
    color: #000;
    line-height: 1;
}
.tel-container p {
    font-size: 18px;
}
.btn-container {
    margin-left: auto;
}
.btn-top {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    text-decoration: none;
    font-size: 18px;
    color: #383b5a;
    width: 200px;
    height: 50px;
    border: 1px solid #d8d8db;
    border-radius: 5px;
    text-align: left;
    padding-left: 55px;
    -webkit-box-shadow: 0 10px 14px -6px rgb(119 119 119 / 20%);
    -moz-box-shadow: 0 10px 14px -6px rgb(119 119 119 / 20%);
    box-shadow: 0 10px 14px -6px rgb(119 119 119 / 20%);
	-webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}
.btn-top:before {
    position: absolute;
    content: '';
    width: 27px;
    height: 26px;
    background: url(../images/phone-call.png) no-repeat;
    left: 7px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.btn-top:after {
    position: absolute;
    content: '';
    width: 1px;
    height: 90%;
    background: #d8d8db;
    left: 44px;
}
.btn-top:hover {
    box-shadow: none;
}
.slider-p {
    font-size: 27px;
    color: #192234;
    font-weight: 500;
    margin-bottom: 5px;
}
.name-site {
    font-size: 66px;
    color: #1e212f;
    font-weight: 500;
    line-height: 66px;
    margin-bottom: 10px;
}
.name-site span {
    font-weight: 600;
    color: #af770b;
}
.slider-text {
    font-size: 30px;
    color: #192234;
    font-weight: 500;
    margin-bottom: 30px;
}
.slider-left ul li {
    position: relative;
    font-size: 20px;
    color: #2b2e3b;
    padding-left: 57px;
    margin-bottom: 25px;
}
.slider-left ul li:before {
    position: absolute;
    content: '';
    width: 34px;
    height: 34px;
    background: url(../images/check.png) no-repeat;
    left: 0;
    top: -2px;
}
.slider-min {
    font-size: 24px;
    color: #3f434c;
    font-weight: 500;
    margin-bottom: 20px;
    padding-top: 15px;
    line-height: 28px;
}
.btn {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-weight: 500;
    font-size: 30px;
    color: #fff;
    width: 400px;
    height: 83px;
    background: #d6961c;
    border-radius: 10px;
    border-bottom: 4px solid #b77802;
    text-shadow: 1px 3px 3px rgb(43 43 43 / 35%);
    letter-spacing: 0.5px;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
    position: relative;
    top: 0;
	font-family: 'Futura PT';
}
.btn:hover {
    top: 4px;
    border-bottom: 4px solid transparent;
}
.slider-left {
    max-width: 765px;
}
.slider-container {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    position: relative;
}
.slider-dot {
    font-size: 18px;
    color: #000;
    position: absolute;
    background: #fff;
    border: 1px solid #d8d8db;
    border-radius: 5px;
    padding: 12px 25px;
    max-width: 280px;
    padding-right: 15px;
    line-height: 18px;
}
.slider-dot:before {
    position: absolute;
    content: '';
    width: 30px;
    height: 30px;
    background: #374b74;
    border-radius: 50%;
    border: 7px solid #fff;
    box-shadow: 0 0 12px 3px rgb(0 0 0 / 15%);
}
.slider-dot1 {
    top: 140px;
    right: 195px;
}
.slider-dot1:before {
    top: -13px;
    left: 107px;
}
.slider-dot span {
    position: relative;
}
.slider-dot2 {
    top: 285px;
    right: 360px;
}
.slider-dot2:before {
    left: 7px;
    top: -20px;
}
.slider-dot3 {
    bottom: 120px;
    right: 290px;
}
.slider-dot3:before {
    left: 7px;
    top: -18px;
}
#know .zag {
    margin-bottom: 155px;
}
.zag {
    text-align: center;
    font-size: 39px;
    color: #1e212f;
    line-height: 39px;
}
#know {
    padding-top: 120px;
}
.know-zag {
    font-size: 29px;
    color: #2e333a;
    max-width: 345px;
    width: 100%;
    border-radius: 15px;
    background: #f8f8f7;
    padding: 30px;
    border-bottom-right-radius: 0;
    padding-right: 18px;
    position: absolute;
    top: -70px;
    left: -20px;
}
.know-box span {
    font-size: 20px;
    color: #101113;
    display: block;
    font-weight: 500;
    margin-bottom: 10px;
    line-height: 24px;
}
.know-box p {
    font-size: 16px;
    color: #3c4046;
}
.know-box:nth-child(2) {
    max-width: 320px;
    margin-bottom: 95px;
    padding-top: 145px;
}
.know-box:nth-child(3) {
    max-width: 255px;
}
.know-box:nth-child(4) {
    position: absolute;
    top: 0;
    max-width: 365px;
    left: 400px;
}
.know-box:nth-child(5) {
    max-width: 360px;
    position: absolute;
    top: 0;
    right: 0;
}
.know-box:nth-child(6) {
    max-width: 360px;
    position: absolute;
    top: 210px;
    right: 0;
    padding-right: 20px;
}
.know-box:nth-child(7) {
    max-width: 360px;
    position: absolute;
    top: 420px;
    right: 0;
    padding-right: 95px;
}
.know-container img {
    display: block;
    position: absolute;
    left: -35px;
    right: 0;
    margin: auto;
    top: 175px;
}
.know-container {
    position: relative;
}
.know-container:before {
    position: absolute;
    content: '';
    width: 709px;
    height: 402px;
    background: url(../images/lines.png) no-repeat;
    left: -95px;
    right: 0;
    margin: auto;
    top: 130px;
    z-index: 9;
}
#details {
    padding-top: 180px;
    position: relative;
    overflow: hidden;
}
#details .zag {
    margin-bottom: 105px;
}
#details .zag span {
    color: #b0770b;
}
.details-container {
    background: url(../images/details_bg.jpg) center no-repeat;
    border: 1px solid #d8d8db;
    border-radius: 15px;
    background-size: cover;
    padding-top: 65px;
    padding-left: 95px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    position: relative;
    min-height: 486px;
}
.details-img img {
    display: block;
}
.details-text {
    width: 100%;
    max-width: 450px;
    padding-bottom: 65px;
}
.details-img {
    margin-left: 115px;
}
.details-text > span {
    display: block;
    font-weight: 500;
    font-size: 33px;
    line-height: 33px;
    margin-bottom: 25px;
}
.details-text > p {
    margin-bottom: 20px;
    font-size: 18px;
}
.details-play a {
    display: block;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding-top: 25px;
    text-decoration: none;
    width: 100%;
}
.details-left {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 54px;
    height: 54px;
    border-radius: 50%;
    border-bottom: 3px solid #9f0505;
    background: linear-gradient(to top, #c61515, #f64d4d);
    padding-top: 3px;
	-webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
    position: relative;
    top: 0;
}
.details-play a:hover .details-left {
    border-bottom: 3px solid #c61515;
    top: 3px;
}
.details-right p {
    font-size: 18px;
    color: #9f0505;
	-webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}
.details-right {
    margin-left: 20px;
    max-width: 240px;
    width: 100%;
}
.details-play a:hover .details-right p {
	color: #e44;
}
.zag span {
    color: #364b74;
    font-weight: 500;
}
#assortment .zag span {
    color: #b0770b;
}
#assortment {
    padding-top: 340px;
    background: #f4f5f7;
    margin-top: -210px;
}
#details > img {
    position: absolute;
    left: 65px;
    right: 0;
    margin: auto;
    bottom: 210px;
}
.zag-min {
    font-size: 24px;
    color: #000;
    text-align: center;
    /*margin-bottom: 70px;*/
    margin-top: 15px;
}
.zag-h {
    font-weight: 500;
    font-size: 24px;
    text-align: center;
    margin-bottom: 60px;
}
.assortment-container {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}
.assortment-box {
    width: 100%;
    max-width: 280px;
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
}
.assortment-img img {
    display: block;
    width: 100%;
}
.assortment-img {
    margin-bottom: 25px;
}
.assortment-box a {
    text-decoration: none;
    display: block;
    min-height: 530px;
    /* position: relative; */
    /* height: 100%; */
}
.assortment-text {
    padding: 0 20px;
}
.assortment-text p {
    font-weight: 500;
    font-size: 18px;
    color: #000;
    margin-bottom: 5px;
}
.assortment-text ul li {
    position: relative;
    color: #414759;
    padding-left: 15px;
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 16px;
}
.assortment-text ul li:before {
    position: absolute;
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 50%;
    left: 0;
    top: 5px;
    background: #364b74;
}
.assortment-text .btn {
    width: 100%;
    font-size: 16px;
    height: 43px;
    border: 0;
    font-weight: normal;
    text-shadow: none;
    letter-spacing: 0;
    background: #c48203;
    position: absolute;
    left: 0;
    bottom: 20px;
    top: initial;
    width: 240px;
    right: 0;
    margin: auto;
}
.assortment-box:hover .btn {
    background: #d6961c;
}
#calculate {
    background: #f4f5f7;
    padding-top: 85px;
}
#calculate .zag {
    margin-bottom: 65px;
}
.calculate-row {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    width: 100%;
    border: 2px solid #d9d9e1;
    border-radius: 15px;
    overflow: hidden;
    background: #fff;
}
.calculate-right {
    margin-left: auto;
    width: 400px;
    border-left: 1px solid #d8d8db;
    background: #ebf0f3;
    text-align: center;
    padding: 0 20px;
    padding-top: 60px;
    min-height: 790px;
}
.calculate-h {
    font-size: 30px;
    color: #000;
    font-weight: 500;
    line-height: 30px;
    margin-bottom: 45px;
}
.calculate-price {
    font-size: 27px;
    color: #131518;
    margin-bottom: 15px;
}
.price-old {
    text-decoration: line-through;
    font-weight: 500 !important;
    background: transparent !important;
    height: auto !important;
    width: 191px !important;
    color: #000 !important;
    margin: 0 !important;
}
.price-old span {
    font-weight: normal;
}
.price-new {
    display: inline-block;
    font-size: 42px !important;
    color: #f05d5d !important;
    font-weight: 600 !important;
    padding-bottom: 20px !important;
    background: transparent !important;
    height: auto !important;
    margin: 0 !important;
}
.galochka {
	align-content: center;
	margin-right: 10px;
}

.calculate-zag {
    font-size: 27px;
    color: #1b1d1e;
    margin-bottom: 20px;
    font-weight: 300;
    padding: 0 10px;
}
.calculate-form {
    padding: 0 20px;
}
input[type="text"] {
    width: 100%;
    background: #fff;
    height: 58px;
    border: 0;
    border-radius: 10px;
    text-align: center;
    font-size: 27px;
    color: #c2cad0;
    font-family: 'Futura PT';
    font-weight: 300;
    margin-bottom: 20px;
}
input[type="text"]::-webkit-input-placeholder {color:#c2cad0;}
input[type="text"]::-moz-placeholder          {color:#c2cad0;}
input[type="text"]:-moz-placeholder           {color:#c2cad0;}
input[type="text"]:-ms-input-placeholder      {color:#c2cad0;}
button.btn {
    border: 0;
    cursor: pointer;
    border-bottom: 5px solid #953f3f;
    width: 100%;
    height: 63px;
    background: #f05d5d;
    font-size: 27px;
    color: #fff;
    text-shadow: none;
    font-weight: normal;
    font-family: 'Futura PT';
}
button.btn:hover {
    top: 5px;
    border-bottom: 5px solid transparent;
}
.form-text {
    font-size: 16px;
    color: #1b1f21;
    font-weight: 300;
    margin-top: 35px;
}
.form-text a {
    color: #e1c081;
}
.form-text a:hover {
    text-decoration: none;
}
.checkbox + label {
  cursor: pointer;
}
.checkbox:not(checked) {
  position: absolute;
  opacity: 0;
}
.checkbox:not(checked) + label {
    position: relative;
    padding: 0 0 0 25px;
    font-size: 18px;
    color: #000;
}
.checkbox:not(checked) + label:before {
	content: '';
    position: absolute;
    top: 4px;
    left: 0;
    width: 14px;
    height: 14px;
    background: #fff;
    border: 1px solid #5e6476;
    border-radius: 50%;
    padding: 0;
    display: block;
}
.checkbox:checked + label:after {
	content: '';
    position: absolute;
    top: 7px;
    left: 3px;
    width: 8px;
    height: 8px;
    background: #c48203;
    border-radius: 50%;
}
.calculate-left {
    width: 773px;
    padding: 0 50px;
    padding-top: 65px;
}
.calculate-step {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 25px;
    position: relative;
}
.calculate-step:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 5px;
    background: #f0f0f0;
    left: 0;
    bottom: 0;
    border-radius: 5px;
}
.step-text {
    font-size: 22px;
    color: #babec6;
    position: relative;
    padding-bottom: 15px;
}
.step-text.active:before {
    position: absolute;
    content: '';
    width: calc(100% + 30px);
    height: 5px;
    background: #c48203;
    left: 0;
    bottom: 0;
    border-radius: 5px;
}
.step-text.active {
    color: #2c2e32;
    font-weight: 500;
}
.step-text:first-child.active:after {
    display: none;
}
.step-text.active:after {
    position: absolute;
    content: '';
    width: 80px;
    height: 5px;
    background: #c48203;
    left: -75px;
    bottom: 0;
    border-radius: 5px;
}
.calculate-zagform {
    font-size: 27px;
    color: #2c2e32;
    margin-bottom: 30px;
}
.radio-box p {
    font-size: 20px;
    color: #000;
    margin-bottom: 10px;
}
.calculate-radio {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}
.calculate-box1 .calculate-radio {
    padding-right: 0px;
}
.radio-row {
    display: flex;
    flex-wrap: wrap;
    /*align-items: center;*/
}
.radio-dots {
    margin-left: 30px;
}
.radio-img img {
    display: block;
    width: 100%;
    border: 1px solid #d8d8db;
    border-radius: 10px;
}
.radio-img {
    width: 147px;
}
.radio-boxing {
    margin-bottom: 10px;
}
.radio-boxing:last-child {
    margin-bottom: 0;
}
.radio-box {
    margin-bottom: 30px;
}
.calculate-box {
    display: none;
    position: relative;
    min-height: 654px;
}
.radio-big {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    width: 100%;
    padding-top: 75px;
}
.radio-bigimg img {
    display: block;
}
.radio-big .radio-dots {
    margin-left: auto;
    width: 125px;
}
.radio-bigimg {
    max-width: 485px;
}
.radio-big .radio-boxing {
    margin-bottom: 25px;
}
.calculate-box.active {
	display: block;
}
.radio-treeimg img {
    display: block;
}
.radio-fourbox {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 25px;
}
.radio-four {
    padding-top: 15px;
}
.radio-dop {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    padding-top: 45px;
    width: 100%;
}
.radio-dopbox {
    width: 130px; /*110px*/
    margin-bottom: 35px;
}
.radio-dopimg img {
    display: block;
    border-radius: 5px;
    width: 100%;
}
.radio-dopimg {
    margin-bottom: 10px;
}
.radio-dopbottom p {
    font-size: 14px;
    color: #000;
    line-height: 14px;
    max-width: 75px;
}
.radio-dopbottom {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}
.number {
    margin-left: auto;
    position: relative;
    border: 1px solid #898d9d;
    border-radius: 3px;
    width: 32px;
    height: 18px;
    margin-top: 1px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    overflow: hidden;
}
.number input[type="text"] {
    font-size: 13px;
    color: #000;
    width: 100%;
    margin: 0;
    padding: 0;
    height: 100%;
    text-align: left;
    padding-left: 5px;
    background: transparent;
}
.number input[type="text"]::-webkit-input-placeholder {color:#000;}
.number input[type="text"]::-moz-placeholder          {color:#000;}
.number input[type="text"]:-moz-placeholder           {color:#000;}
.number input[type="text"]:-ms-input-placeholder      {color:#000;}
.number span {
    position: absolute;
    background: #d9dee1;
    color: transparent;
    width: 14px;
    right: 0;
    height: 50%;
    border-left: 1px solid #898d9d;
	cursor: pointer;
}
span.plus {
    top: 0;
    border-bottom: 1px solid #898d9d;
    height: calc(50% + 1px);
    background: #d9dee1 url(../images/up.png) center no-repeat;
}
span.minus {
    bottom: 0;
    background: #d9dee1 url(../images/down.png) center no-repeat;
}
.nice-select {
  -webkit-tap-highlight-color: transparent;
  clear: both;
  cursor: pointer;
  display: block;
  font-family: inherit;
  font-size: 12px;
  font-weight: normal;
  height: 20px;
  outline: none;
  position: relative;
  text-align: left !important;
  background: #f8f9fb;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  width: auto;
  color: #40484b;
  padding-left: 5px;
  border: 1px solid #7f899e;
  border-radius: 3px;
  padding-right: 15px;
  letter-spacing: -0.5px;
  }
  .nice-select:hover {
    /* border-color: #dbdbdb; */
    }
  .nice-select:active, .nice-select.open, .nice-select:focus {
    background: #F7F5F5;
    }
  .nice-select:after {
    content: '';
    display: block;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    width: 9px;
    height: 17px;
    background: url(../images/select.png) center no-repeat;
    bottom: 0;
    margin: auto;
    }
  .nice-select.open:after {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
    }
  .nice-select.open .list {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: scale(1) translateY(0);
        -ms-transform: scale(1) translateY(0);
            transform: scale(1) translateY(0); }
  .nice-select.disabled {
    border-color: #ededed;
    color: #999;
    pointer-events: none; }
    .nice-select.disabled:after {
      border-color: #cccccc; }
  .nice-select.wide {
    width: 100%; }
    .nice-select.wide .list {
      left: 0 !important;
      right: 0 !important;
      background: #FFFFFF;
      box-shadow: 0px 16px 29px -15px rgba(0, 0, 0, 0.15);
      border-radius: 0px 0px 5px 5px;
      }
  .nice-select.right {
    float: right; }
    .nice-select.right .list {
      left: auto;
      right: 0; }
  .nice-select.small {
    font-size: 12px;
    height: 36px;
    line-height: 34px; }
    .nice-select.small:after {
      height: 4px;
      width: 4px; }
    .nice-select.small .option {
      line-height: 34px;
      min-height: 34px; }
  .nice-select .list {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
    box-sizing: border-box;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 0;
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transform: scale(0.75) translateY(-21px);
    -ms-transform: scale(0.75) translateY(-21px);
    transform: scale(0.75) translateY(-21px);
    -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    z-index: 9;
    border: 1px solid #ccc;
    }
    .nice-select .list:hover .option:not(:hover) {
      /* background-color: transparent !important; */
      }
  .nice-select .option {
    cursor: pointer;
    font-weight: 400;
    line-height: 22px;
    list-style: none;
    min-height: 22px;
    outline: none;
    padding-left: 5px;
    padding-right: 5px;
    text-align: left;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    font-weight: 500;
    font-size: 12px;
    color: #424242;
    }
    .nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
      background-color: #c48203;
      color: #fff;
      }
    .nice-select .option.selected {
      }
    .nice-select .option.disabled {
      background-color: transparent;
      color: #999;
      cursor: default; }

.no-csspointerevents .nice-select .list {
  display: none; }

.no-csspointerevents .nice-select.open .list {
  display: block; }
 .sel .radio-dopbottom p {
    width: 100%;
    max-width: 100%;
}
.radio-select {
    margin-left: auto;
    /* width: 93px; */
    width: 100%;
}
.radio-roww .checkbox:not(checked) + label {
    padding: 0;
    width: 15px;
    height: 17px;
    display: block;
}
.radio-roww {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding-top: 5px;
}
.radio-roww .radio-boxing {
    margin-bottom: 0;
}
.radio-roww .checkbox:not(checked) + label:before {
    top: 1px;
}
.radio-roww .checkbox:checked + label:after {
    top: 4px;
}
.radio-dopbox.last {
    width: 135px;
    margin-right: -25px;
}
.last p {
    font-size: 14px;
    color: #000;
    margin-bottom: 11px;
    max-width: 100%;
}
.last .checkbox:not(checked) + label {
    padding: 0 0 0 20px;
    font-size: 14px;
    color: #000;
    width: 100%;
    display: block;
    line-height: 14px;
}
.last .checkbox:not(checked) + label:before {
    top: 0;
}
.last .checkbox:checked + label:after {
    top: 3px;
}
.btn {
    cursor: pointer;
    width: 200px;
    height: 52px;
    font-size: 18px;
    font-weight: normal;
}
.calculate-btns {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: absolute;
    left: 0;
    bottom: 40px;
}
.btn-back {
    border: 2px solid #d6961c;
    background: transparent;
    color: #d6961c;
    text-shadow: none;
    margin-right: 20px;
}
/*.calculate-btns .btn:hover {
    top: 0;
    background: #b77802;
}*/
.btn.btn-back:hover {
    border: 2px solid #d6961c;
    background: #d6961c;
    color: #fff;
    top: 0;
}
#credit {
    background: url(../images/credit_bg.jpg) center no-repeat;
    background-size: cover;
    min-height: 1000px;
    color: #fff;
    margin-top: -100px;
    padding-top: 160px;
}
.calculate-container {
    position: relative;
    z-index: 9;
}
.credit-left {
    max-width: 660px;
    width: 100%;
    text-align: left;
    color: #fff;
    padding-bottom: 45px;
}
.credit-left .zag {
    color: #fff;
    text-align: left;
}
.credit-left .zag-min {
    text-align: left;
    color: #fff;
    width: 100%;
    max-width: 510px;
    margin-top: 25px;
    margin-bottom: 35px;
}
.credit-left form {
    width: 100%;
    max-width: 480px;
    text-align: left;
}
.credit-left input[type="text"] {
    text-align: left;
    padding-left: 25px;
    border: 2px solid #aeaeb7;
    height: 77px;
}
.credit-left form .zag-min {
    margin-top: 0;
    margin-bottom: 20px;
}
.credit-left .checkbox:not(checked) + label {
    position: relative;
    padding: 0;
    font-size: 16px;
    width: 94px;
    height: 105px;
    border: 1px dashed #898d9d;
    border-radius: 5px;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    color: #fff;
}
.credit-left .checkbox:not(checked) + label:before {
    display: none;
}
.price-checkrow {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin-bottom: 15px;
}
.price-check {
    margin-right: 25px;
}
.credit-left .checkbox:checked + label:after {
    display: none;
}
.credit-left .checkbox:checked + label {
    border: 2px dashed #fff;
}
.credit-left button.btn {
    border-bottom: 5px solid #c48203;
    height: 88px;
    background: #d6961c;
}
.credit-left .form-text {
    color: #fff;
    text-align: center;
    padding: 0 60px;
}
.credit-container {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
}
.credit-right {
    width: 594px;
    margin-left: -77px;
}
.credit-right img {
    width: 100%;
    display: block;
}
.credit-boxing {
    background: #fff;
    color: #000;
    padding: 0 75px;
    padding-top: 45px;
    padding-bottom: 30px;
    border-radius: 10px;
    max-width: 95%;
    width: 100%;
    margin-left: auto;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.credit-boxing p {
    font-size: 24px;
    color: #000;
    margin-bottom: 35px;
}
.credit-boxing p:last-child {
    margin-bottom: 0;
}
.credit-boxing p span {
    font-weight: 500;
    color: #b0770b;
}
#greenhouse {
    padding-top: 95px;
}
#greenhouse .zag {
    margin-bottom: 70px;
}
.greenhouse-container {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}
.greenhouse-box {
    max-width: 378px;
    width: 100%;
}
.greenhouse-img img {
    display: block;
    width: 100%;
}
.greenhouse-img {
    margin-bottom: 20px;
}
.greenhouse-text {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.greenhouse-text p {
    font-size: 26px;
    color: #2c2e32;
    font-weight: 500;
}
.greenhouse-btn {
    margin-left: auto;
    font-size: 20px;
    color: #5e6063;
    text-decoration: none;
    border-bottom: 1px solid #5e6063;
    line-height: 20px;
	-webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}
.greenhouse-btn:hover {
    border-bottom: 1px solid transparent;
}
#garant {
    padding-top: 115px;
}
.garant-container {
    background: url(../images/garant_bg.jpg) center no-repeat;
    background-size: cover;
    overflow: hidden;
    border-radius: 15px;
    min-height: 285px;
    color: #fff;
    text-align: center;
    padding-top: 50px;
}
.garant-container .zag {
    color: #fff;
    font-size: 40px;
}
.garant-container .zag span {
    color: #ed6868;
    font-weight: normal;
}
.garant-container .zag-min {
    color: #fff;
    font-size: 22px;
    padding: 0 205px;
    margin-top: 10px;
    margin-bottom: 35px;
}
.garant-btn {
    position: relative;
    font-size: 22px;
    color: #c4792f;
    text-decoration: none;
    padding-left: 95px;
	-webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}
.garant-btn span {
    border-bottom: 1px dashed #c4792f;
	-webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}
.garant-btn:hover span {
    border-bottom: 1px dashed transparent;
}
.garant-btn:before {
    position: absolute;
    content: '';
    width: 96px;
    height: 71px;
    background: url(../images/paper.png) no-repeat;
    left: 0;
    top: -18px;
}
#production {
    padding-top: 250px;
    background: url(../images/production_bg.jpg) center no-repeat;
    background-size: cover;
    min-height: 915px;
}
.production-container {
    width: 100%;
    max-width: 650px;
    text-align: left;
}
.production-container .zag {
    text-align: left;
    font-size: 52px;
    color: #000;
    font-weight: 500;
    line-height: 52px;
}
.production-container .zag-min {
    font-size: 36px;
    text-align: left;
    margin-top: 35px;
    margin-bottom: 60px;
    color: #2c2e32;
    font-weight: normal;
}
.production-container .zag-min span {
    font-weight: 500;
    color: #b37509;
}
.production-row {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}
.production-box img {
    display: block;
    border-radius: 5px;
    width: 100%;
}
.production-box {
    width: 198px;
    margin-right: 15px;
}
.slider-box {
    /*background: #f5f7f8;
    border-radius: 10px;
    border: 1px solid #dbd9d9;*/
    display: flex !important;
    flex-wrap: wrap;
    align-items: center;
    padding: 0 80px;
    padding-top: 85px;
    padding-bottom: 65px;
    margin-bottom: 20px;
}
.slick-slide img {
    width: 100%;
}
.slider-img {
    width: 500px;
    overflow: hidden;
    border-radius: 8px;
    position: relative;
}
.slider-text > span {
    display: block;
    font-size: 26px;
    color: #2c2e32;
    font-weight: 500;
    margin-bottom: 35px;
}
.slider-text p:last-child {
    margin-bottom: 0;
}
.slider-text p {
    font-size: 22px;
    color: #2c2e32;
    margin-bottom: 30px;
}
.slider-text {
    width: 460px;
    margin-left: 25px;
}
.slider-boxing {
    overflow: hidden;
    border-radius: 5px;
    cursor: pointer;
    position: relative;
}
.slider-play {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    bottom: 0;
    background: rgb(0 0 0 / 57%);
    width: 77px;
    height: 77px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
.slider-play img {
    width: auto;
}
.slick-current {
    opacity: 0.5;
}
.slick-arrow {
    position: absolute;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    top: 0;
    bottom: 0;
    margin: auto;
    border: 0;
    color: transparent;
    background: #fff;
    box-shadow: 0px 6px 10px rgb(131 111 61 / 20%);
    cursor: pointer;
    z-index: 9;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
    border: 1px solid #f5f5f5;
}
.slick-arrow:hover {
    box-shadow: none;
}
.slick-prev {
    left: -25px;
    background: #fff url(../images/left_slider.png) center no-repeat;
}
.slick-next {
    right: -25px;
	background: #fff url(../images/right_slider.png) center no-repeat;
}
#reviews {
    padding-bottom: 120px;
}
#reviews .slider-nav .slick-slide {
    margin: 0 10px;
}
#reviews .slider-nav {
    margin: 0 -10px;
}
#podarok {
    min-height: 845px;
    background: url(../images/podarok_bg.jpg) center no-repeat;
    background-size: cover;
    color: #fff;
    padding-top: 65px;
}
#podarok .zag {
    color: #fff;
    font-size: 46px;
    font-weight: normal;
}
#podarok .zag-min {
    margin-top: 25px;
    margin-bottom: 45px;
    color: #fff;
    font-size: 22px;
    line-height: 32px;
}
#podarok .zag-min span {
    color: #d28028;
}
.podarok-container p {
    font-weight: 300;
    font-size: 20px;
    color: #fff;
    text-align: center;
    margin-bottom: 50px;
    padding: 0 185px;
}
.podarok-container label {
    display: block;
    font-weight: 300;
    margin-bottom: 10px;
    font-size: 23px;
    color: #c2cad0;
}
.podarok-container form {
    max-width: 485px;
    margin: 0 auto;
    width: 100%;
}
.podarok-container input[type="text"] {
    padding-left: 25px;
    border: 2px solid #aeaeb7;
    text-align: left;
    height: 76px;
}
.podarok-container button.btn {
    height: 88px;
    margin-top: 5px;
}
.bottom-left img {
    width: 100%;
    display: block;
}
.bottom-left {
    width: 797px;
    margin-left: -155px;
}
#bottom {
    padding-top: 125px;
}
#bottom .zag {
    margin-bottom: 85px;
    color: #2c2e32;
}
.bottom-container {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}
.bottom-right {
    padding-top: 60px;
    margin-left: 40px;
    max-width: 480px;
    width: 100%;
}
.bottom-right p {
    margin-bottom: 25px;
    position: relative;
    font-size: 26px;
    color: #2c2e32;
    font-weight: 600;
    padding-left: 45px;
}
.bottom-right p span {
    display: block;
    color: #000;
	font-weight: normal;
}
.bottom-right p:nth-child(2) {
    margin-bottom: 55px;
}
.adres-text:before {
    position: absolute;
    content: '';
    width: 25px;
    height: 36px;
    background: url(../images/marker.png) no-repeat;
    left: 0;
    top: 0;
}
#footer {
    background: #2a3339;
    color: #fff;
    padding-top: 35px;
    padding-bottom: 20px;
}
.footer-top {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 35px;
}
#footer .logo-container span {
    color: #fff;
}
.footer-tel {
    margin-left: auto;
    text-align: right;
}
.tel-footer {
    display: block;
    text-decoration: none;
    position: relative;
    font-weight: 600;
    font-size: 24px;
    color: #fff;
    line-height: 1;
    margin-bottom: 10px;
}
#footer .btn-top {
    background: #fff;
}
#footer .btn-top:after {
    display: none;
}
.soc-btn {
    display: block;
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    margin: 0 15px;
}
.soc-btn img, .soc-btn span {
    display: block;
    margin: 0 auto;
    text-align: center;
	-webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}
.soc-btn img {
    margin-bottom: 10px;
}
.footer-soc {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-left: 206px;
}
.soc-btn:hover img {
    opacity: 0.75;
}
.footer-middle p {
    font-size: 18px;
}
.footer-middle {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding-bottom: 30px;
}
.footer-social {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.social-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-left: 12px;
}
.social-row a img {
    display: block;
}
.social-row a {
    margin-right: 7px;
    opacity: 0.3;
	-webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}
.social-row a:hover {
    opacity: 1;
}
.footer-mail {
    margin-left: 270px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.footer-mail a {
    color: #fff;
    margin-left: 12px;
    display: block;
    font-size: 18px;
}
.footer-mail a:hover {
    text-decoration: none;
}
.footer-bottom {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.footer-bottom > a {
    display: block;
    color: #ababab;
    text-decoration: none;
    font-size: 16px;
    font-weight: 300;
	-webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}
.footer-bottom > a:hover {
    color: #fff;
}
.politic-btn {
    margin-right: 205px;
}
.footer-dev {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-left: auto;
}
.footer-dev p {
    font-size: 16px;
    color: #ababab;
    font-weight: 300;
    margin-right: 12px;
}
.footer-dev img {
    display: block;
}
#footer .btn-top:hover {
    background: rgb(255 255 255 / 95%);
}
.reveal-modal {
    max-width: 1180px;
    min-height: 765px;
}
.creditzakaz-container {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    overflow: hidden;
    border-radius: 20px;
}
.reveal-modal .credit-left {
    max-width: 555px;
    text-align: center;
    color: #000;
    padding-bottom: 55px;
    margin-left: auto;
    border-left: 1px solid #d8d8db;
}
.reveal-modal .credit-left .zag {
    color: #000;
    text-align: center;
    font-weight: 500;
    font-size: 30px;
    line-height: 30px;
    padding: 0 55px;
}
.reveal-modal .credit-left .zag-min {
    text-align: center;
    color: #131518;
    max-width: 405px;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 19px;
}
.reveal-modal .credit-left form {
    max-width: 320px;
    text-align: left;
    margin: 0 auto;
}
.reveal-modal .credit-left input[type="text"] {
    text-align: left;
    padding-left: 15px;
    border: 0;
    height: 47px;
    font-size: 22px;
}
.reveal-modal .credit-left form > label {
    display: block;
    font-size: 16px;
    color: #131518;
    margin-bottom: 5px;
}
.price-check:last-child {
    margin-right: 0;
}
.reveal-modal .price-check {
    margin-right: 19px;
}
.reveal-modal .price-check:last-child {
    margin-right: 0;
}
.reveal-modal .credit-left .checkbox:checked + label {
    border: 2px dashed #c48203;
}
.reveal-modal .credit-left .checkbox:not(checked) + label {
    color: #666976;
}
.reveal-modal .credit-left button.btn {
    border-bottom: 5px solid #953f3f;
    height: 63px;
    background: #f05d5d;
    font-size: 22px;
}
.reveal-modal .credit-left .form-text {
    color: #1b1f21;
    padding: 0;
    margin-top: 25px;
}
.reveal-modal .credit-right {
    width: 622px;
    margin-left: 0;
    background: url(../images/creditzakaz.jpg) center no-repeat;
    background-size: cover;
    padding-top: 25px;
}
.reveal-modal .credit-right img {
    max-width: 525px;
    margin: 0 auto;
}
.reveal-modal .credit-boxing {
    color: #000;
    padding: 0 65px;
    padding-top: 25px;
    padding-bottom: 25px;
    border-radius: 10px;
    max-width: 580px;
    width: 100%;
    margin: 0 auto;
}
.reveal-modal .credit-boxing p {
    margin-bottom: 25px;
}
.reveal-modal .credit-boxing p:last-child {
    margin-bottom: 0;
}
.gh-container {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
	overflow: hidden;
    border-radius: 20px;
}
.gh-box {
    width: 100%;
    max-width: 622px;
    background: #fff;
}
.gh-img {
    overflow: hidden;
    position: relative;
    border-top-left-radius: 20px;
    max-height: 360px;
    margin-bottom: 45px;
}
.gh-img > img {
    display: block;
    width: 100%;
}
.gh-img:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgb(47 55 66 / 72%);
}
.gh-img .details-play {
    position: absolute;
    z-index: 9;
    left: 80px;
    right: 0;
    margin: auto;
    top: 0;
    bottom: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.gh-img a {
    display: block;
    height: 100%;
    width: 100%;
    top: 0;
}
.gh-img .details-right p {
    font-size: 19px;
    color: #fff;
}
.gh-img .details-right {
    max-width: 220px;
}
.reveal-modal .gh-container .credit-left button.btn {
    font-size: 19px;
}
.gh-text p {
    font-size: 31px;
    color: #131518;
    margin-bottom: 25px;
}
.gh-text ul li {
    position: relative;
    font-size: 19px;
    color: #131518;
    padding-left: 35px;
    margin-bottom: 5px;
}
.gh-text ul li:before {
    position: absolute;
    content: '';
    width: 15px;
    height: 15px;
    background: #374b74;
    border-radius: 50%;
    border: 4px solid #fff;
    box-shadow: 0 0 12px 3px rgb(0 0 0 / 15%);
    left: 0;
    top: 5px;
}
.gh-text {
    padding: 0 80px;
    padding-bottom: 25px;
}
.gh-box .details-left {
    -webkit-transition: initial;
    -o-transition: initial;
    transition: initial;
}
.gh-box .details-right p {
    -webkit-transition: initial;
    -o-transition: initial;
    transition: initial;
}
.reveal-modal button.btn {
    -webkit-transition: initial;
    -o-transition: initial;
    transition: initial;
}
.reveal-modal .telmodal-container .credit-left {
    max-width: 480px;
    min-height: 775px;
    padding-top: 45px;
}
.telmodal-container {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    overflow: hidden;
    border-radius: 20px;
}
.telmodal-box img {
    display: block;
    margin-left: auto;
    margin-right: -30px;
    position: relative;
}
.telmodal-box {
    width: 100%;
    max-width: 697px;
    background: url(../images/telmodal_bg.jpg) center no-repeat;
    background-size: cover;
    padding-top: 55px;
}
.reveal-modal .telmodal-container .credit-left button.btn {
    font-size: 27px;
}
.tel-checkrow {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 20px;
    overflow: hidden;
    border-radius: 10px;
}
.tel-check {
    width: 50%;
}
.tel-check .checkbox:not(checked) + label {
    width: 100%;
    border: 0;
    background: #fff;
    border-radius: 0;
    height: 45px;
    font-size: 22px;
    color: #c2cad0 !important;
    font-weight: 300;
}
.reveal-modal .credit-left .tel-check .checkbox:checked + label {
    border: 0;
    background: #c48203;
    color: #fff !important;
}
.reveal-modal .telmodal-container .credit-left .zag-min {
    max-width: 315px;
}
.reveal-insta {
    height: 625px;
    min-height: auto;
}
.instapopap-container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding-left: 65px;
    margin-top: -25px;
}
.instamodal-box img {
    display: block;
	width: 100%;
}
.instamodal-box {
    width: 100%;
    max-width: 467px;
}
.instamodal-right {
    width: 545px;
    text-align: left;
}
.instamodal-right .zag {
    text-align: left;
    color: #000;
    font-weight: normal;
    font-size: 35px;
}
.instamodal-right .zag span {
    color: #ed6868;
}
.instamodal-right .zag-min {
    font-size: 22px;
    color: #000;
    text-align: left;
    margin-bottom: 45px;
    margin-top: 30px;
    line-height: 36px;
}
.instamodal-right .btn {
    width: 347px;
    height: 75px;
    -webkit-transition: initial;
    -o-transition: initial;
    transition: initial;
    text-shadow: none;
    font-size: 27px;
}
/*.reveal-modal .close-reveal-modal:hover {
    color: #d6961c;
    border: 1px solid #d6961c;
}*/
.errors {
    border: 2px solid red !important;
    background: #fbf3f3 !important;
}
.thxpopap-container p {
    text-align: center;
    font-size: 24px;
}
.thxpopap-container p span {
    display: block;
    font-size: 40px;
}
.reveal-thx {
    max-width: 650px;
    min-height: auto;
    padding: 45px 25px;
}
.errorscheck .checkbox:not(checked) + label {
    border: 1px dashed red;
}
.calculate-p {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    justify-content: center;
}