# -*- coding: utf-8 -*-
materials = {'МДФ':{'16':'330','12':'220'}}
material = 'МДФ'
depth = '12'

print materials[material][depth]